summaryrefslogtreecommitdiff
path: root/usr.bin/telnet/ring.c
AgeCommit message (Expand)Author
2014-07-22use ansi style function declarationsJonathan Gray
2014-07-20use NULL instead of 0 when dealing with pointersJonathan Gray
2014-07-20Switch from memmove() to memcpy() where appropriate; simplify addressPhilip Guenther
2014-07-20More encryption tentacles: intr_happened and intr_waiting vanishPhilip Guenther
2014-07-20ring_init() can't failPhilip Guenther
2014-07-19Flense the telnet code base of unwanted ifdefs: authentication/encryptionPhilip Guenther
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
1998-05-15cleanup warnings.Artur Grabowski
1998-03-12encryption support from kth-krb 0.9.8 (kerberos only)Artur Grabowski
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt