git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6123 ec53bebd-3082-4978-b11e-865c3cabbd6b
66 lines
1.6 KiB
Plaintext
66 lines
1.6 KiB
Plaintext
1999-05-04 Johan Danielsson <joda@pdc.kth.se>
|
|
|
|
* send_recv.c (_kadm5_client_recv): handle arbitrarily sized
|
|
packets, check for errors
|
|
|
|
* get_c.c: check for failure from _kadm5_client_{send,recv}
|
|
|
|
1999-05-04 Assar Westerlund <assar@sics.se>
|
|
|
|
* init_c.c (get_new_cache): don't abort when interrupted from
|
|
password prompt
|
|
|
|
* destroy_c.c (kadm5_c_destroy): check if we should destroy the
|
|
auth context
|
|
|
|
1999-05-03 Johan Danielsson <joda@pdc.kth.se>
|
|
|
|
* chpass_s.c: fix arguments to _kadm5_set_keys2
|
|
|
|
* private.h: proto
|
|
|
|
* set_keys.c: clear mkvno
|
|
|
|
* rename_s.c: add flags to fetch and store; seal keys before
|
|
logging
|
|
|
|
* randkey_s.c: add flags to fetch and store; seal keys before
|
|
logging
|
|
|
|
* modify_s.c: add flags to fetch and store; seal keys before
|
|
logging
|
|
|
|
* log.c: add flags to fetch and store; seal keys before logging
|
|
|
|
* get_s.c: add flags to fetch and store; seal keys before logging
|
|
|
|
* get_princs_s.c: add flags to fetch and store; seal keys before
|
|
logging
|
|
|
|
* delete_s.c: add flags to fetch and store; seal keys before
|
|
logging
|
|
|
|
* create_s.c: add flags to fetch and store; seal keys before
|
|
logging
|
|
|
|
* chpass_s.c: add flags to fetch and store; seal keys before
|
|
logging
|
|
|
|
* Makefile.am: remove server.c
|
|
|
|
* admin.h: add prototypes
|
|
|
|
* ent_setup.c (_kadm5_setup_entry): set key_data
|
|
|
|
* set_keys.c: add _kadm5_set_keys2 to sey keys from key_data
|
|
|
|
* modify_s.c: add kadm5_s_modify_principal_with_key
|
|
|
|
* create_s.c: add kadm5_s_create_principal_with_key
|
|
|
|
* chpass_s.c: add kadm5_s_chpass_principal_with_key
|
|
|
|
* kadm5_locl.h: move stuff to private.h
|
|
|
|
* private.h: move stuff from kadm5_locl.h
|
|
|