This commit was manufactured by cvs2svn to create tag
[heimdal.git] / kadmin / ChangeLog
blob9777a9cd46d4922e9c29095dbcf01d033c160239
1 1999-05-07  Assar Westerlund  <assar@sics.se>
3         * ank.c (add_new_key): initialize more variables
5 1999-05-04  Assar Westerlund  <assar@sics.se>
7         * version4.c (kadm_ser_cpw): always allow a user to change her
8         password
9         (kadm_ser_*): make logging work
10         clean-up and restructure
11         
12         * kadmin_locl.h (set_entry): add prototype
14         * kadmin.c (usage): update usage string
16         * init.c (init): new arguments realm-max-ticket-life and
17         realm-max-renewable-life
19         * util.c (edit_time, edit_attributes): don't do anything if it's
20         already set
21         (set_entry): new function
23         * ank.c (add_new_key): new options for setting max-ticket-life,
24         max-renewable-life, and attributes
26         * server.c (v5_loop): remove unused variable
28         * kadmin_locl.h: add prototypes
30         * version4.c: re-insert krb_err.h and other miss
32         * server.c (kadmind_loop): break-up and restructure
34         * version4.c: add ACL checks more error code checks restructure
35         
36 1999-05-03  Johan Danielsson  <joda@pdc.kth.se>
38         * load.c: check for (un-)encrypted keys
40         * dump.c: use hdb_print_entry
41         
42         * version4.c: version 4 support
44         * Makefile.am: link with krb4
46         * kadmin_locl.h: include <sys/un.h>
48         * server.c: move from lib/kadm5, and add basic support for krb4
49         kadmin protocol
51         * kadmind.c: move recvauth to kadmind_loop()