diff --git a/ChangeLog b/ChangeLog index 3aa7447bd..24f2c0c39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,40 @@ 2000-11-15 Assar Westerlund - * lib/krb5/send_to_kdc.c (recv_loop): check `fd' for being too - large to be able to select on + * lib/hdb/hdb.c (hdb_next_enctype2key): const-ize a little bit + * lib/Makefile.am (SUBDIRS): try to only build des when needed + * kuser/klist.c: print key versions numbers of v4 tickets in + verbose mode + + * kdc/kerberos5.c (tgs_rep2): adapt to new krb5_verify_ap_req2 + * appl/test/gss_common.c (read_token): remove unused variable + + * configure.in (krb4): add -Wl + (MD4Init et al): look for these in more libraries + (getmsg): only run test if we have the function + (AC_OUTPUT): create tools/krb5-config + + * tools/krb5-config.in: new script for storing flags to use + * Makefile.am (SUBDIRS): add tools + + * lib/krb5/get_cred.c (make_pa_tgs_req): update to new + krb5_mk_req_internal + * lib/krb5/mk_req_ext.c (krb5_mk_req_internal): allow different + usages for the encryption. change callers + * lib/krb5/rd_req.c (decrypt_authenticator): add an encryption + `usage'. also try the old + (and wrong) usage of KRB5_KU_AP_REQ_AUTH for backwards compatibility + (krb5_verify_ap_req2): new function for specifying the usage different + from the default (KRB5_KU_AP_REQ_AUTH) + * lib/krb5/build_auth.c (krb5_build_authenticator): add a `usage' + parameter to permit the generation of authenticators with + different crypto usage + + * lib/krb5/mk_req.c (krb5_mk_req_exact): new function that takes a + krb5_principal + (krb5_mk_req): use krb5_mk_req_exact + + * lib/krb5/mcache.c (mcc_close): free data + (mcc_destroy): don't free data 2000-11-13 Assar Westerlund @@ -22,12 +55,16 @@ 2000-10-08 Assar Westerlund + * lib/krb5/changepw.c (krb5_change_password): check for fd's being + too large to select on * kpasswd/kpasswdd.c (add_new_tcp): check for the socket fd being too large to select on * kdc/connect.c (add_new_tcp): check for the socket fd being too large to selct on * kdc/connect.c (loop): check that the socket fd is not too large to select on + * lib/krb5/send_to_kdc.c (recv_loop): check `fd' for being too + large to be able to select on * kdc/kaserver.c (do_authenticate): check for time skew diff --git a/appl/ftp/ChangeLog b/appl/ftp/ChangeLog index b9faa765d..f0b82430f 100644 --- a/appl/ftp/ChangeLog +++ b/appl/ftp/ChangeLog @@ -1,3 +1,10 @@ +2000-11-15 Assar Westerlund + + * ftp/main.c: add `-l' for no line-editing + * ftp/globals.c (readline): add + * ftp/ftp_var.h (lineedit): add variable indicated if we should + use readline + 2000-11-09 Johan Danielsson * ftp/security.c (sec_read): fix bug in previous (from Jacques A. diff --git a/appl/rsh/ChangeLog b/appl/rsh/ChangeLog index 4463abdf7..67dd50118 100644 --- a/appl/rsh/ChangeLog +++ b/appl/rsh/ChangeLog @@ -1,3 +1,9 @@ +2000-11-15 Assar Westerlund + + * rshd.c (loop): check that the fd's aren't too large to select on + * rsh.c (loop, proto): check that the fd's aren't too large to + select on + 2000-08-10 Assar Westerlund * rsh.c: move code to do config/command parsing correctly. diff --git a/appl/telnet/ChangeLog b/appl/telnet/ChangeLog index c71726737..e142ed2f3 100644 --- a/appl/telnet/ChangeLog +++ b/appl/telnet/ChangeLog @@ -1,3 +1,7 @@ +2000-11-16 Assar Westerlund + + * libtelnet/misc-proto.h (telnet_getenv): const-ize some + 2000-11-08 Johan Danielsson * telnet/telnet.c: fake entry if no tgetent diff --git a/cf/ChangeLog b/cf/ChangeLog index bc0295926..329778c45 100644 --- a/cf/ChangeLog +++ b/cf/ChangeLog @@ -1,3 +1,8 @@ +2000-11-15 Assar Westerlund + + * Makefile.am.common (INCLUDES): add $(INCLUDES_roken) + * roken-frag.m4 (CPPFLAGS_roken): rename to INCLUDES_roken + 2000-11-05 Johan Danielsson * aix.m4: set aix diff --git a/kadmin/ChangeLog b/kadmin/ChangeLog index 3f6dcbbff..2fc9fbc85 100644 --- a/kadmin/ChangeLog +++ b/kadmin/ChangeLog @@ -1,3 +1,8 @@ +2000-11-16 Assar Westerlund + + * kadm_conn.c (wait_for_connection): check for fd's being too + large to select on + 2000-11-09 Johan Danielsson * get.c: don't try to print modifier name if it isn't set (from diff --git a/lib/kadm5/ChangeLog b/lib/kadm5/ChangeLog index b9836c451..6af8d1d6d 100644 --- a/lib/kadm5/ChangeLog +++ b/lib/kadm5/ChangeLog @@ -1,3 +1,11 @@ +2000-11-16 Assar Westerlund + + * set_keys.c (make_keys): clean-up salting loop and try not to + leak memory + + * ipropd_master.c (main): check for fd's being too large to select + on + 2000-08-16 Assar Westerlund * Makefile.am (libkadm5srv_la_LDFLAGS): bump version to 7:1:0