diff --git a/ChangeLog b/ChangeLog index f5da8a66d..1fde5a46a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +1999-11-09 Johan Danielsson + + * kdc/misc.c: update for multi-database code + + * kdc/main.c: update for multi-database code + + * kdc/kdc_locl.h: update + + * kdc/config.c: allow us to have more than one database + 1999-11-04 Assar Westerlund * Release 0.2d diff --git a/appl/login/ChangeLog b/appl/login/ChangeLog index 9d9793ab1..a751caeef 100644 --- a/appl/login/ChangeLog +++ b/appl/login/ChangeLog @@ -1,3 +1,7 @@ +1999-11-09 Johan Danielsson + + * conf.c: remove case for not having cgetent, since it's in roken + 1999-11-05 Assar Westerlund * login.c (do_login): conditionalize shadow stuff on getspnam diff --git a/kadmin/ChangeLog b/kadmin/ChangeLog index d645eedf7..016689fe6 100644 --- a/kadmin/ChangeLog +++ b/kadmin/ChangeLog @@ -1,3 +1,9 @@ +1999-11-09 Johan Danielsson + + * server.c: cope with old clients + + * kadmin_locl.h: remove version string + 1999-10-17 Assar Westerlund * Makefile.am (kadmin_LDADD): add LIB_dlopen diff --git a/lib/kadm5/ChangeLog b/lib/kadm5/ChangeLog index de466b97d..0c0eae570 100644 --- a/lib/kadm5/ChangeLog +++ b/lib/kadm5/ChangeLog @@ -1,3 +1,32 @@ +1999-11-09 Johan Danielsson + + * randkey_s.c: always bail out if the fetch fails + + * admin.h (kadm5_config_params): remove fields we're not using + + * ipropd_slave.c: allow passing a realm + + * ipropd_master.c: allow passing a realm + + * dump_log.c: allow passing a realm + + * acl.c: correctly get acl file + + * private.h (kadm5_server_context): add config_params struct and + remove acl_file; bump protocol version number + + * marshall.c: marshalling of config parameters + + * init_c.c (kadm5_c_init_with_context): try to cope with old + servers + + * init_s.c (kadm5_s_init_with_context): actually use some passed + values + + * context_s.c (_kadm5_s_init_context): get dbname, acl_file, and + stash_file from the config parameters, try to figure out these if + they're not provided + 1999-11-05 Assar Westerlund * Makefile.am (install-build-headers): use `cp' instead of @@ -109,6 +138,10 @@ * init_c.c (get_cred_cache): use $USERNAME +1999-05-17 Johan Danielsson + + * init_c.c (get_cred_cache): figure out principal + 1999-05-05 Johan Danielsson * send_recv.c: cleanup _kadm5_client_{send,recv}