git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7341 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-11-09 18:17:35 +00:00
parent a6d3f2b7e1
commit 90d414dbe4
4 changed files with 53 additions and 0 deletions

View File

@@ -1,3 +1,13 @@
1999-11-09 Johan Danielsson <joda@pdc.kth.se>
* 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 <assar@sics.se>
* Release 0.2d

View File

@@ -1,3 +1,7 @@
1999-11-09 Johan Danielsson <joda@pdc.kth.se>
* conf.c: remove case for not having cgetent, since it's in roken
1999-11-05 Assar Westerlund <assar@sics.se>
* login.c (do_login): conditionalize shadow stuff on getspnam

View File

@@ -1,3 +1,9 @@
1999-11-09 Johan Danielsson <joda@pdc.kth.se>
* server.c: cope with old clients
* kadmin_locl.h: remove version string
1999-10-17 Assar Westerlund <assar@sics.se>
* Makefile.am (kadmin_LDADD): add LIB_dlopen

View File

@@ -1,3 +1,32 @@
1999-11-09 Johan Danielsson <joda@pdc.kth.se>
* 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 <assar@sics.se>
* 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 <joda@pdc.kth.se>
* init_c.c (get_cred_cache): figure out principal
1999-05-05 Johan Danielsson <joda@pdc.kth.se>
* send_recv.c: cleanup _kadm5_client_{send,recv}