From 18c18c4a269369723bcb609840f54b567b2d353f Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 8 Dec 2000 14:37:26 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9323 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/appl/telnet/ChangeLog b/appl/telnet/ChangeLog index 4a2e48be4..574b38b40 100644 --- a/appl/telnet/ChangeLog +++ b/appl/telnet/ChangeLog @@ -1,3 +1,14 @@ +2000-12-07 Assar Westerlund + + * telnetd/sys_term.c (scrub_env): remove some const-ness + * telnetd/sys_term.c (scrub_env): add LOGNAME and POSIXLY_CORRECT + to the list of authorized environment variables to be compatible + with linux-telnetd + + * telnetd/sys_term.c (scrub_env): change filtering algoritm from + allowing everything except a few bad cases to not allowing + anything except a few non-dangerous cases + 2000-12-06 Johan Danielsson * libtelnet/kerberos5.c: de-pointerise auth_context parameter to