Skip to content

Commit

Permalink
* kdb.h: KRB5_TL_GENERATION_NUMBER defined, prototypes for new
Browse files Browse the repository at this point in the history
functions krb5_dbe_update_generation_number_general and
krb5_dbe_lookup_generation_number_general added.


git-svn-id: svn://anonsvn.mit.edu/krb5/branches/incremental-propagation-branch@13402 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
mitchb committed Jun 20, 2001
1 parent 1adc9a7 commit cb13fd3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/include/krb5/ChangeLog
@@ -1,3 +1,9 @@
2001-06-20 Mitchell Berger <mitchb@mit.edu>

* kdb.h: KRB5_TL_GENERATION_NUMBER defined, prototypes for new
functions krb5_dbe_update_generation_number_general and
krb5_dbe_lookup_generation_number_general added.

2001-04-27 Ezra Peisach <epeisach@mit.edu>

* .cvsignore: Add stamp-h.in
Expand Down
9 changes: 8 additions & 1 deletion src/include/krb5/kdb.h
@@ -1,7 +1,7 @@
/*
* include/krb5/kdb.h
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* Copyright 1990,1991,2001 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
* Export of this software from the United States of America may
Expand Down Expand Up @@ -151,6 +151,7 @@ typedef struct _krb5_db_entry_new {
#ifdef SECURID
#define KRB5_TL_SECURID_STATE 0x0006
#endif /* SECURID */
#define KRB5_TL_GENERATION_NUMBER 0x0007

/*
* Determines the number of failed KDC requests before DISALLOW_ALL_TIX is set
Expand Down Expand Up @@ -257,6 +258,12 @@ krb5_error_code krb5_dbe_update_tl_data (krb5_context,
krb5_error_code krb5_dbe_lookup_tl_data (krb5_context,
krb5_db_entry *,
krb5_tl_data *);
krb5_error_code krb5_dbe_update_generation_number_general(krb5_context,
krb5_db_entry *,
krb5_int32);
krb5_error_code krb5_dbe_lookup_generation_number_general(krb5_context,
krb5_db_entry *,
krb5_int32 *);
krb5_error_code krb5_dbe_update_last_pwd_change (krb5_context,
krb5_db_entry *,
krb5_timestamp);
Expand Down

0 comments on commit cb13fd3

Please sign in to comment.