git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12575 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-08-17 18:38:26 +00:00
parent 1d1e4bc424
commit d8825a3a75

View File

@@ -1,52 +1,58 @@
2003-08-15 Love H<>rnquist <20>strand <lha@it.su.se> 2003-08-17 Love H<>rnquist <20>strand <lha@it.su.se>
* set_keys.c (_kadm5_set_keys_randomly): remove dup return
* ipropd_master.c (main): make sure current_version is initialized
2003-08-15 Love H<>rnquist <20>strand <lha@it.su.se>
* set_keys.c: use default_keys for the both random keys and * set_keys.c: use default_keys for the both random keys and
password derived keys if its defined password derived keys if its defined
2003-07-24 Love H<>rnquist <20>strand <lha@it.su.se> 2003-07-24 Love H<>rnquist <20>strand <lha@it.su.se>
* ipropd_slave.c (receive_everything): switch close and rename * ipropd_slave.c (receive_everything): switch close and rename
From: Alf Wachsmann <alfw@SLAC.Stanford.EDU> From: Alf Wachsmann <alfw@SLAC.Stanford.EDU>
2003-07-03 Love H<>rnquist <20>strand <lha@it.su.se> 2003-07-03 Love H<>rnquist <20>strand <lha@it.su.se>
* iprop.h, ipropd_master.c, ipropd_slave.c: * iprop.h, ipropd_master.c, ipropd_slave.c:
Add probing from the server that the client is still there, also Add probing from the server that the client is still there, also
make the client check that the server is probing. make the client check that the server is probing.
2003-07-02 Love H<>rnquist <20>strand <lha@it.su.se> 2003-07-02 Love H<>rnquist <20>strand <lha@it.su.se>
* truncate_log.c (main): add missing ``if (ret)'' * truncate_log.c (main): add missing ``if (ret)''
2003-06-26 Love H<>rnquist <20>strand <lha@it.su.se> 2003-06-26 Love H<>rnquist <20>strand <lha@it.su.se>
* set_keys.c (make_keys): add AES support * set_keys.c (make_keys): add AES support
* set_keys.c: fix off by one in the aes case, pointed out by Ken * set_keys.c: fix off by one in the aes case, pointed out by Ken
Raeburn Raeburn
2003-04-30 Love H<>rnquist <20>strand <lha@it.su.se> 2003-04-30 Love H<>rnquist <20>strand <lha@it.su.se>
* set_keys.c (_kadm5_set_keys_randomly): add * set_keys.c (_kadm5_set_keys_randomly): add
ETYPE_AES256_CTS_HMAC_SHA1_96 key when configuried with aes ETYPE_AES256_CTS_HMAC_SHA1_96 key when configuried with aes
support support
2003-04-16 Love H<>rnquist <20>strand <lha@it.su.se> 2003-04-16 Love H<>rnquist <20>strand <lha@it.su.se>
* send_recv.c: check return values from krb5_data_alloc * send_recv.c: check return values from krb5_data_alloc
* log.c: check return values from krb5_data_alloc * log.c: check return values from krb5_data_alloc
2003-04-16 Love H<>rnquist <20>strand <lha@it.su.se> 2003-04-16 Love H<>rnquist <20>strand <lha@it.su.se>
* dump_log.c (print_entry): check return values from * dump_log.c (print_entry): check return values from
krb5_data_alloc krb5_data_alloc
2003-04-01 Love H<>rnquist <20>strand <lha@it.su.se> 2003-04-01 Love H<>rnquist <20>strand <lha@it.su.se>
* init_c.c (kadm_connect): if a context realm was passed in, use * init_c.c (kadm_connect): if a context realm was passed in, use
that to form the kadmin/admin principal that to form the kadmin/admin principal
2003-03-19 Love H<>rnquist <20>strand <lha@it.su.se> 2003-03-19 Love H<>rnquist <20>strand <lha@it.su.se>
* ipropd_master.c (main): make sure we don't consider dead slave * ipropd_master.c (main): make sure we don't consider dead slave
for select processing for select processing