summaryrefslogtreecommitdiff
path: root/libexec/telnetd/ext.h
AgeCommit message (Collapse)Author
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-14Change terminalname from a pointer to an array. Why people hideTodd C. Miller
the actual storage array as a static inside a function is beyond me. By exposing the real array we can use sizeof on it for strlcpy. deraadt@ OK
2002-12-07Backout unrelated changes in last commitTodd C. Miller
2002-12-07Kill '-a otp' flag. Our login(5) doesn't support this option and on OpenBSDTodd C. Miller
you should use login.conf(5) for this kind of thing. Closes PR 2967.
2001-06-29Add back gettytab reading but use cget* instead of the obsolescent gtget*Todd C. Miller
2001-06-23Replace our telnetd with the one from heimdal-0.3f, with the following changes:Hans Insulander
- obvious buildsystem tweakes - our way to filter out bad environment variables
2001-05-25KerberosV support from Heimdal.Hans Insulander
2000-11-16Don't use sizeof() a pointer as a length parameter. This change makesTodd C. Miller
'line' from sys_term.c from a char * into a char array. There's no need to explicitly initialize the contents to 0 since that happens for globals anyway.
1998-07-28change getent/getstr to gtgettent/gtgetstr, the names now usedMarco S Hyman
in libtelnet; add prototypes for both functions to ext.h
1998-07-23delete SecurID hacksTheo de Raadt
1998-05-08typoTheo de Raadt
1998-03-25cleanup and please -WallArtur Grabowski
1998-03-12Encryption from kth-krb 0.9.8 (only for those with kerberos)Artur Grabowski
1997-07-14-WallTodd C. Miller
1996-03-28From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt