aboutsummaryrefslogtreecommitdiff
path: root/libexec/telnetd
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-031-8/+0
* MFC:Juli Mallett2002-06-171-0/+8
* MFC: unifdef'ed secure telnet to obliterate gratuitous diffsMark Murray2002-04-1310-2313/+530
* MFC: build infrastructure for cleaned up telnet, includingMark Murray2002-04-131-12/+33
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-4/+7
* MFC: Correct semantics of output_data*() and netflush() to ensureKris Kennaway2001-07-236-43/+47
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-5/+5
* MFC: fixed the remote buffer overflow.Ruslan Ermilov2001-07-206-310/+204
* MFC: src/libexec/telnetd/sys_term.c 1.30Guy Helmer2001-06-141-1/+1
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-051-9/+9
* MFC: r1.10: fix typoKris Kennaway2001-03-051-1/+1
* MFC: r1.27: fix typoKris Kennaway2001-03-051-1/+1
* MFC: r1.29: constify sccsid, bcopy -> memmoveKris Kennaway2001-03-051-2/+2
* MFC: 1.10, 1.11, 1.12: constify sccsid, bcopy -> memmove, correct typoKris Kennaway2001-03-051-3/+3
* MFC: r1.9: bcopy -> memmoveKris Kennaway2001-03-051-1/+1
* MFC: Correct definition of MAXHOSTNAMELENKris Kennaway2001-02-181-1/+1
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-201-1/+5
* MFC: 1.27->1.28Assar Westerlund2000-12-121-23/+37
* MFC: add /dev/zero and use PATH_* where possible.David E. O'Brien2000-12-112-10/+13
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-2/+2
* MFC: Fix to previous security fix.Kris Kennaway2000-11-203-9/+4
* MFC: Filter more magic environment variables, and do some string functionKris Kennaway2000-10-313-4/+11
* MFC: minor mdoc cleanup.Mike Pritchard2000-05-241-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