mirror of
https://github.com/sheumann/telnetd.git
synced 2024-11-25 20:32:19 +00:00
820d180830
1) ANSIfy. 2) Clean up ifdefs so that a) ones that never/always apply are appropriately either fully removed, or just the #if junk is removed. b) change #if defined(FOO) for appropiate values of FOO. (currently AUTHENTICATION and ENCRYPTION) 3) WARNS=2 fixing 4) GC other unused stuff This code can now be unifdef(1)ed to make non-crypto telnet. git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@87139 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f |
||
---|---|---|
.. | ||
auth-proto.h | ||
auth.c | ||
auth.h | ||
enc_des.c | ||
enc-proto.h | ||
encrypt.c | ||
encrypt.h | ||
genget.c | ||
getent.c | ||
kerberos5.c | ||
kerberos.c | ||
key-proto.h | ||
krb4encpwd.c | ||
misc-proto.h | ||
misc.c | ||
misc.h | ||
pk.c | ||
pk.h | ||
read_password.c | ||
rsaencpwd.c | ||
sra.c |