
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6133 ec53bebd-3082-4978-b11e-865c3cabbd6b
42 lines
1.0 KiB
Plaintext
42 lines
1.0 KiB
Plaintext
1999-05-04 Assar Westerlund <assar@sics.se>
|
|
|
|
* kadmin_locl.h (set_entry): add prototype
|
|
|
|
* kadmin.c (usage): update usage string
|
|
|
|
* init.c (init): new arguments realm-max-ticket-life and
|
|
realm-max-renewable-life
|
|
|
|
* util.c (edit_time, edit_attributes): don't do anything if it's
|
|
already set
|
|
(set_entry): new function
|
|
|
|
* ank.c (add_new_key): new options for setting max-ticket-life,
|
|
max-renewable-life, and attributes
|
|
|
|
* server.c (v5_loop): remove unused variable
|
|
|
|
* kadmin_locl.h: add prototypes
|
|
|
|
* version4.c: re-insert krb_err.h and other miss
|
|
|
|
* server.c (kadmind_loop): break-up and restructure
|
|
|
|
* version4.c: add ACL checks more error code checks restructure
|
|
|
|
1999-05-03 Johan Danielsson <joda@pdc.kth.se>
|
|
|
|
* load.c: check for (un-)encrypted keys
|
|
|
|
* dump.c: use hdb_print_entry
|
|
|
|
* version4.c: version 4 support
|
|
|
|
* Makefile.am: link with krb4
|
|
|
|
* kadmin_locl.h: include <sys/un.h>
|
|
|
|
* server.c: move from lib/kadm5, and add basic support for krb4
|
|
kadmin protocol
|
|
|
|
* kadmind.c: move recvauth to kadmind_loop() |