+2001-06-21 Mitchell Berger <mitchb@mit.edu>
+
+ * server_internal.h: Removed incgen argument from prototype of
+ kdb_put_entry_internal.
+
2001-06-20 Mitchell Berger <mitchb@mit.edu>
* adb.h: Forward declaration of struct _kadm5_server_handle_t added
* kadm_rpc_xdr.c: Added new functions xdr_getgeneration_arg and
xdr_getgeneration_ret.
+2001-06-20 Ken Raeburn <raeburn@mit.edu>
+
+ * logger.c (krb5_klog_init) [HAVE_SYSLOG]: Loop over an array of
+ syslog facility names rather than open-coding each check. Add
+ "authpriv" and "ftp" names.
+
+2001-06-20 Ezra Peisach <epeisach@mit.edu>
+
* server_internal.h: Added prototypes for kdb_put_entry_internal and
kdb_update_generation_number.
2001-06-18 Ezra Peisach <epeisach@mit.edu>
+ * server_internal.h: Add prototype for kdb_iter_entry().
+
+2001-06-18 Ezra Peisach <epeisach@mit.edu>
* alt_prof.c (krb5_read_realm_params): Cast argument to isspace()
to int.
krb5_db_entry *kdb, osa_princ_ent_rec *adb);
krb5_error_code kdb_put_entry_internal(kadm5_server_handle_t handle,
krb5_db_entry *kdb,
- osa_princ_ent_rec *adb, int incgen,
+ osa_princ_ent_rec *adb,
int updatemod);
krb5_error_code kdb_delete_entry(kadm5_server_handle_t handle,
krb5_principal name);
krb5_error_code kdb_update_generation_number(kadm5_server_handle_t handle);
+krb5_error_code kdb_iter_entry(kadm5_server_handle_t handle,
+ void (*iter_fct)(void *, krb5_principal),
+ void *data);
int init_dict(kadm5_config_params *);
int find_word(const char *word);