git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11294 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-08-28 21:05:44 +00:00
parent b0afe6ba19
commit 922bc761de

View File

@@ -1,3 +1,23 @@
2002-08-28 Johan Danielsson <joda@pdc.kth.se>
* telnet/main.c: rename functions to what they're really called
* telnet/commands.c: kill some might be uninitialized warnings
* telnet/commands.c: add forward and forwardable toggle options,
and call set_forward_options() after parsing .telnetrc
* telnet/externs.h: proto for set_forward_options
* telnet/main.c: only register what forwarding options are asked
for when parsing command line, we have to set the actual flags
later after we have read .telnetrc
* libtelnet/auth-proto.h: kerberos5_set_forward{,able} protos
* libtelnet/kerberos5.c: add kerberos5_set_forward{,able}
functions suitable for the command parser
2002-08-23 Assar Westerlund <assar@kth.se>
* telnetd/telnetd.c: add --version as a special case