From 604cc57481faa2a09c5356e7bbde44506b3d2f7a Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 10 Mar 2002 23:54:00 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10883 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 37 +++++++++++++++++++++++++++++++++++++ lib/com_err/ChangeLog | 4 ++++ lib/gssapi/ChangeLog | 6 ++++++ lib/gssapi/krb5/ChangeLog | 6 ++++++ lib/kadm5/ChangeLog | 5 +++++ lib/kdfs/ChangeLog | 4 ++++ 6 files changed, 62 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3c9462439..23101990a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2002-03-11 Assar Westerlund + + * lib/krb5/Makefile.am (libkrb5_la_LDFLAGS): bump version to + 18:3:1 + * lib/hdb/Makefile.am (libhdb_la_LDFLAGS): bump version to 7:5:0 + * lib/asn1/Makefile.am (libasn1_la_LDFLAGS): bump version to 6:0:0 + +2002-03-10 Assar Westerlund + + * lib/krb5/rd_cred.c: handle addresses with port numbers + + * lib/krb5/keytab_file.c, lib/krb5/keytab.c: + store the kvno % 256 as the byte and the complete 32 bit kvno after + the end of the current keytab entry + + * lib/krb5/init_creds_pw.c: + handle LR_PW_EXPTIME and LR_ACCT_EXPTIME in the same way + + * lib/krb5/get_for_creds.c (krb5_get_forwarded_creds): + handle ports giving for the remote address + + * lib/krb5/get_cred.c: + get a ticket with no addresses if no-addresses is set + + * lib/krb5/crypto.c: + rename functions DES_* to krb5_* to avoid colliding with modern + openssl + + * lib/krb5/addr_families.c: + make all functions taking 'struct sockaddr' actually take a socklen_t + instead of int and that acts as an in-out parameter (indicating the + maximum length of the sockaddr to be written) + + * kdc/kerberos4.c: + make the kvno's in the krb4 universe by the real one % 256, since they + cannot only be 8 bit, and the v5 ones are actually 32 bits + 2002-02-15 Johan Danielsson * lib/krb5/keytab_keyfile.c (akf_add_entry): don't create the file diff --git a/lib/com_err/ChangeLog b/lib/com_err/ChangeLog index f9bea016f..0eaf68858 100644 --- a/lib/com_err/ChangeLog +++ b/lib/com_err/ChangeLog @@ -1,3 +1,7 @@ +2002-03-11 Assar Westerlund + + * Makefile.am (libcom_err_la_LDFLAGS): set version to 2:1:1 + 2002-03-10 Assar Westerlund * com_err.c (error_message): do not call strerror with a negative error diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index 85e864c09..2e04f41d8 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,3 +1,9 @@ +2002-03-11 Assar Westerlund + + * Makefile.am (libgssapi_la_LDFLAGS): bump version to 3:5:2 + * 8003.c (gssapi_krb5_verify_8003_checksum): handle zero channel + bindings + 2001-10-31 Jacques Vidrine * get_mic.c (mic_des3): MIC computation using DES3/SHA1 diff --git a/lib/gssapi/krb5/ChangeLog b/lib/gssapi/krb5/ChangeLog index 85e864c09..2e04f41d8 100644 --- a/lib/gssapi/krb5/ChangeLog +++ b/lib/gssapi/krb5/ChangeLog @@ -1,3 +1,9 @@ +2002-03-11 Assar Westerlund + + * Makefile.am (libgssapi_la_LDFLAGS): bump version to 3:5:2 + * 8003.c (gssapi_krb5_verify_8003_checksum): handle zero channel + bindings + 2001-10-31 Jacques Vidrine * get_mic.c (mic_des3): MIC computation using DES3/SHA1 diff --git a/lib/kadm5/ChangeLog b/lib/kadm5/ChangeLog index 78fe9c417..0e1075236 100644 --- a/lib/kadm5/ChangeLog +++ b/lib/kadm5/ChangeLog @@ -1,3 +1,8 @@ +2002-03-11 Assar Westerlund + + * Makefile.am (libkadm5srv_la_LDFLAGS): set version to 7:5:0 + (libkadm5clnt_la_LDFLAGS): set version to 6:3:2 + 2002-02-08 Johan Danielsson * init_c.c: we have to create our own param struct before diff --git a/lib/kdfs/ChangeLog b/lib/kdfs/ChangeLog index 44c5abfac..fa6e54423 100644 --- a/lib/kdfs/ChangeLog +++ b/lib/kdfs/ChangeLog @@ -1,3 +1,7 @@ +2002-03-11 Assar Westerlund + + * Makefile.am (libkdfs_la_LDFLAGS): set versoin to 0:2:0 + 2002-01-23 Assar Westerlund * k5dfspag.c: use SIG_DFL and not SIG_IGN for SIGCHLD.