Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-14 | Change terminalname from a pointer to an array. Why people hide | Todd 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-07 | Backout unrelated changes in last commit | Todd C. Miller | |
2002-12-07 | Kill '-a otp' flag. Our login(5) doesn't support this option and on OpenBSD | Todd C. Miller | |
you should use login.conf(5) for this kind of thing. Closes PR 2967. | |||
2001-06-29 | Add back gettytab reading but use cget* instead of the obsolescent gtget* | Todd C. Miller | |
2001-06-23 | Replace 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-25 | KerberosV support from Heimdal. | Hans Insulander | |
2000-11-16 | Don't use sizeof() a pointer as a length parameter. This change makes | Todd 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-28 | change getent/getstr to gtgettent/gtgetstr, the names now used | Marco S Hyman | |
in libtelnet; add prototypes for both functions to ext.h | |||
1998-07-23 | delete SecurID hacks | Theo de Raadt | |
1998-05-08 | typo | Theo de Raadt | |
1998-03-25 | cleanup and please -Wall | Artur Grabowski | |
1998-03-12 | Encryption from kth-krb 0.9.8 (only for those with kerberos) | Artur Grabowski | |
1997-07-14 | -Wall | Todd C. Miller | |
1996-03-28 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |