aboutsummaryrefslogtreecommitdiff
path: root/libexec/telnetd
Commit message (Expand)AuthorAgeFilesLines
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-3/+3
* The .Nm utilityPhilippe Charnier2002-07-061-14/+20
* Don't risk catching a signal while handling a signal for a dying child, as weJuli Mallett2002-05-271-0/+8
* Set WFORMAT=0, overlooked in previous commits to libexec/.Kris Kennaway2002-02-061-0/+1
* Don't use non-signal-safe functions (exit(3) in this case) inSheldon Hearn2002-02-051-1/+1
* MFCrypto: Remove -r, -s, sort -p.Ruslan Ermilov2001-12-141-25/+5
* Merge from master (crypto) telnet. WARNS fixes for alpha.Mark Murray2001-12-031-4/+4
* Merge the (in)complete ANSIfication work from src/crypto/telnet.Mark Murray2001-11-303-101/+93
* After running a "make unifdef", commit the resultant diffs.Mark Murray2001-11-308-1063/+324
* Diff-reduce WRT src/secure/*telnet*/Makefile.Mark Murray2001-11-301-2/+13
* Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.Mark Murray2001-08-297-885/+5
* Remove description of an option that only applies to UNICOS < 7.0.Dima Dorfman2001-08-251-13/+0
* Feature merging and diff reduction between this code and crypto telnet.Mark Murray2001-08-2010-447/+279
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-3/+6
* MFcrypto/telnet/telnetd: Correct semantics of output_data*() and netflush()Kris Kennaway2001-07-236-43/+47
* MFCrypto: fixed the remote buffer overflow.Ruslan Ermilov2001-07-206-310/+204
* Remove whitespace at EOL.Dima Dorfman2001-07-151-5/+5
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* Fix the number of bytes allocated by realloc when more space is neededGuy Helmer2001-06-071-1/+1
* Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.Ruslan Ermilov2001-03-281-1/+8
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for libexec/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Preceed/preceeding are not english words. Use precede or preceding.Jeroen Ruigrok van der Werven2001-02-181-1/+1
* Synch: Properly constify sccsid[].Jeroen Ruigrok van der Werven2001-02-071-2/+2
* Synch: Prefer memmove() over bcopy().Jeroen Ruigrok van der Werven2001-02-071-1/+1
* Synch: Properly constify sccsid[].Jeroen Ruigrok van der Werven2001-02-071-1/+1
* Synch: prefer memmove() over bcopy(), since the first is a C-standardJeroen Ruigrok van der Werven2001-02-071-1/+1
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Fix typo: wierd -> weird.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-9/+9
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-201-1/+5
* (scrub_env): change to only accept a listed set of variables,Assar Westerlund2000-12-101-23/+37
* 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