git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12763 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-09-03 11:55:08 +00:00
parent 3cd7e6c162
commit 612ba5c47a
4 changed files with 15 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
2003-09-03 Love H<>rnquist <20>strand <lha@it.su.se>
* include/make_crypto.c: include <openssl/ui.h> in the openssl
case
* kdc/hprop.h: use new DES_ api
* lib/krb5/krb5-v4compat.h: assume session key is a char array of
length 8

View File

@@ -1,3 +1,9 @@
2003-09-03 Love H<>rnquist <20>strand <lha@it.su.se>
* ftp/ftp.c: s/des_read_pw_string/UI_UTIL_read_pw_string/
* ftp/cmds.c: s/des_read_pw_string/UI_UTIL_read_pw_string/
2003-07-19 Love H<>rnquist <20>strand <lha@it.su.se>
* ftp/security.h: add ftp_do_gss_bindings

View File

@@ -1,5 +1,7 @@
2003-09-03 Love H<>rnquist <20>strand <lha@it.su.se>
* telnetd/telnetd.c: use new DES_ api
* libtelnet/enc_des.c: use new DES_ api
2003-04-22 Love H<>rnquist <20>strand <lha@it.su.se>

View File

@@ -1,5 +1,7 @@
2003-09-03 Love H<>rquist <20>strand <lha@it.su.se>
* ank.c: s/des_read_pw_string/UI_UTIL_read_pw_string/
* cpw.c: s/des_read_pw_string/UI_UTIL_read_pw_string/
2003-08-21 Love H<>rquist <20>strand <lha@it.su.se>