aboutsummaryrefslogtreecommitdiff
path: root/libexec/telnetd
Commit message (Expand)AuthorAgeFilesLines
* Remove a bogus prototype for time() and let time.h do that.John Birrell1998-05-141-6/+5
* Clarify use of 'if' capability.Steve Price1998-05-041-1/+26
* Avoid stairstep effect on output of 'if=...' file.Steve Price1998-05-031-2/+6
* telnetd does not recognize the if (display file before login) gettytab flag.Poul-Henning Kamp1998-04-261-1/+19
* Add missing dot.Philippe Charnier1998-01-071-2/+2
* sprintf->snprintf paranoia. The one thing that looks like a hole inWarner Losh1997-12-241-7/+8
* Sync with diffs I found in kerberised versions: -Wall, no `;' in macros.Philippe Charnier1997-12-083-27/+25
* Use err(3). Remove progname and trailing \n in syslog strings.Philippe Charnier1997-12-038-149/+155
* PR: bin/771 and bin/1037 are resolved by this changeFrank Durda IV1997-10-081-1/+17
* There is a clear separation of the crypto telnet and the non-crypto telnet.Mark Murray1997-09-281-4/+0
* -p flag misdocumented in telnetd(8)Wolfram Schneider1997-09-141-3/+3
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2210-10/+10
* Added support for %s (sysname) %m (machine) %r (release) and %v (version)David Nugent1997-02-021-0/+25
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1410-10/+10
* Sort cross references.Wolfram Schneider1997-01-131-3/+3
* Some buffer overrun fixes and removed check for username starting with "-"Paul Traina1997-01-073-13/+16
* correct spelling of 'X Window System' (tm)Wolfram Schneider1996-10-061-2/+2
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-051-2/+2
* add forgotten $Id$Wolfram Schneider1996-09-2210-0/+16
* Fixed DPADD.Bruce Evans1996-09-051-2/+2
* Add a ``-P altlogin'' option which allows the sysadmin to specify anPeter Wemm1996-08-133-4/+21
* Localize timeAndrey A. Chernov1996-05-071-0/+10
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-301-91/+0
* Remove LD_NOSTD_PATH unsetenv, isn't exist anymoreAndrey A. Chernov1995-10-241-1/+0
* Fix original patch error with ! before strncmpAndrey A. Chernov1995-10-201-4/+10
* Don't allow LD_* env. variables to be trickedAndrey A. Chernov1995-10-201-0/+22
* Fixed bug introduced with the change of startslave()...two argumentsDavid Greenman1995-09-111-3/+3
* Move erase cleanup outside linemode conditionalPaul Traina1995-09-061-1/+1
* Properly set the erase character for the login prompt.Paul Traina1995-09-051-1/+5
* Delay starting login process until option negotiation is complete toPaul Traina1995-09-051-22/+7
* Fix some typos in a comment BUAD -> BAUD.Andreas Schulz1995-08-051-3/+3
* Change default banner fro 4.4 BSD to FreeBSD.Paul Richards1995-08-021-1/+1
* Use the same DECODE_BAUD trick like in new telnetd to obtainAndrey A. Chernov1995-08-021-0/+17
* The final negotiation of DO_BINARY in the LINEMODE portion of the telnetd codeDavid Greenman1995-06-171-19/+28
* Remove trailing whitespace.Rodney W. Grimes1995-05-307-29/+29
* Fix bug:Andrey A. Chernov1995-04-261-2/+9
* Support for >32 PTYs.Jordan K. Hubbard1995-02-091-3/+3
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcapRodney W. Grimes1994-09-111-1/+1
* Don't define KLUDGELINEMODE.Geoff Rehmet1994-09-051-1/+2
* Plug already known security hole. (Brought over from 1.1.5):Guido van Rooij1994-08-151-2/+7
* Remove the scary bits from telnetd - no more encryption left here.Geoff Rehmet1994-08-126-274/+3
* Change bogus --I to -I to make compilation happen again.Jordan K. Hubbard1994-08-101-1/+1
* Update to new make macros and disable Kerberos because we haven't got itGarrett Wollman1994-08-051-3/+4
* BSD 4.4 Lite Libexec SourcesRodney W. Grimes1994-05-2714-0/+9102