diff --git a/ChangeLog b/ChangeLog index 08753d784..2a710afe9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +1999-06-24 Assar Westerlund + + * lib/krb5/rd_cred.c (krb5_rd_cred): compare the sender's address + as an addrport one + + * lib/krb5/krb5.h (KRB5_ADDRESS_ADDRPORT, KRB5_ADDRESS_IPPORT): + add + (krb5_auth_context): add local and remote port + + * lib/krb5/get_for_creds.c (krb5_get_forwarded_creds): get the + local and remote address and add them to the krb-cred packet + + * lib/krb5/auth_context.c: save the local and remove ports in the + auth_context + + * lib/krb5/address.c (krb5_make_addrport): create an address of + type KRB5_ADDRESS_ADDRPORT from (addr, port) + + * lib/krb5/addr_families.c (krb5_sockaddr2port): new function for + grabbing the port number out of the sockaddr + 1999-06-23 Assar Westerlund * admin/srvcreate.c (srvcreate): always take the DES-CBC-MD5 key. diff --git a/appl/telnet/ChangeLog b/appl/telnet/ChangeLog index b2d23d704..04b98c499 100644 --- a/appl/telnet/ChangeLog +++ b/appl/telnet/ChangeLog @@ -1,3 +1,8 @@ +1999-06-24 Assar Westerlund + + * libtelnet/kerberos5.c (kerberos5_send): set the addresses in the + auth_context + 1999-06-23 Assar Westerlund * telnet/Makefile.am (INCLUDES): add $(INCLUDE_krb4)