aboutsummaryrefslogtreecommitdiff
path: root/libexec/telnetd
Commit message (Expand)AuthorAgeFilesLines
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-092-10/+13
* Correct definition of MAXHOSTNAMELEN in ifdef'ed code.Kris Kennaway2000-11-261-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Don't use sizeof() on a pointer when we really wanted to measureKris Kennaway2000-11-193-9/+4
* Filter out some more magic environment variables used by libraries linkedKris Kennaway2000-10-313-4/+11
* Minor mdoc cleanup.Mike Pritchard2000-05-051-2/+2
* several tcp apps IPv6 updateYoshinobu Inoue2000-01-253-34/+57
* We do not support the -B option.Jeroen Ruigrok van der Werven2000-01-121-12/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2811-11/+11
* Back out previous commit - it's not necessary now that tty.h properly includesJordan K. Hubbard1999-08-091-2/+1
* Add a missing include (sys/queue.h for sys/tty.h SLIST usage.)Brian Feldman1999-08-091-1/+2
* Determine the host name using an array size ofBrian Somers1999-04-081-2/+3
* Really fix -u....Brian Somers1999-04-071-2/+6
* Ensure that things returned by gethostname() andBrian Somers1999-04-072-7/+12
* Use realhostname() rather than various combinations ofBrian Somers1999-04-061-39/+8
* After receiving a connection and doing a reverseBrian Somers1999-04-061-2/+18
* Old stuff laying around: Don't use a function called getstr(), that hasPeter Wemm1998-12-161-6/+6
* Sort cross references.Wolfram Schneider1998-08-311-2/+2
* 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