diff --git a/appl/login/ChangeLog b/appl/login/ChangeLog index fc9f7554b..15d01be7d 100644 --- a/appl/login/ChangeLog +++ b/appl/login/ChangeLog @@ -1,3 +1,8 @@ +2001-02-08 Assar Westerlund + + * utmp_login.c, utmpx_login.c: try to write a useful string as + host in utmp, using the same algoritm as telnetd + 2001-01-29 Assar Westerlund * login.c: remove some krb5_free_context that might happen at diff --git a/appl/telnet/ChangeLog b/appl/telnet/ChangeLog index a6a63b74c..43c80d6e1 100644 --- a/appl/telnet/ChangeLog +++ b/appl/telnet/ChangeLog @@ -1,3 +1,10 @@ +2001-02-08 Assar Westerlund + + * telnetd/sys_term.c (startslave, start_login): re-write code to + keep track both of remote hostname and utmp string to be used + * telnetd/telnetd.c (doit, my_telnet): re-write code to keep track + both of remote hostname and utmp string to be used + 2001-02-07 Assar Westerlund * telnet/Makefile.am, telnetd/Makefile.am: add LIB_kdfs