aboutsummaryrefslogtreecommitdiff
path: root/contrib/telnet/telnetd
Commit message (Expand)AuthorAgeFilesLines
* Remove bogus casts of valid integer ioctl() arguments.Ruslan Ermilov2006-09-261-4/+4
* NI_WITHSCOPEID cleanupHajimu UMEMOTO2005-05-211-1/+1
* - Soften sentence breaks.Ruslan Ermilov2005-01-211-12/+18
* o Make telnet[d] -S (IP TOS) flag really work. We do not haveMaxim Konovalov2005-01-092-2/+18
* o Add -4 and -6 flags to a man page and usage(). Bump the man pageMaxim Konovalov2005-01-052-3/+12
* Add missing () to function invocation.Alexander Kabaev2004-07-281-1/+1
* Implement what has been documented for a long time: make -debug switchHartmut Brandt2003-08-131-0/+5
* Fix up external variables named "debug" that have a horrible habitMark Murray2003-05-111-1/+1
* Use __FBSDID vs. rcsid[]. Also protect sccs[] and copyright[] from GCC 3.3.David E. O'Brien2003-05-048-32/+32
* Catch up with "base" telnet.Mark Murray2002-09-251-3/+3
* Don't risk catching a signal while handling a signal for a dying child, as weJuli Mallett2002-05-271-0/+8
* Don't use non-signal-safe functions (exit(3) in this case) inSheldon Hearn2002-02-051-1/+1
* mdoc(7) police: remove -r from SYNOPSIS, sort -p in DESCRIPTION.Ruslan Ermilov2001-12-141-6/+5
* Fixed bugs from previous revision.Ruslan Ermilov2001-12-041-1/+2
* More help for alpha WARNS=2. This code is, erm, unusual. Anyone whoMark Murray2001-12-031-4/+4
* Damn. The previous mega-commit was incomplete WRT ANSIfication. ThisMark Murray2001-11-303-104/+96
* Very large style makeover.Mark Murray2001-11-3010-1134/+388
* 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
* Code merge and diff reduce with "base" telnet. This is the "later"Mark Murray2001-08-208-50/+76
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-3/+6
* output_data(), output_datalen() and netflush() didn't actually guaranteeKris Kennaway2001-07-236-45/+50
* More potential buffer overflow fixes.Ruslan Ermilov2001-07-204-35/+7
* vsnprintf() can return a value larger than the buffer size.Ruslan Ermilov2001-07-191-1/+1
* Fixed the exploitable remote buffer overflow.Ruslan Ermilov2001-07-196-314/+219
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-2/+1
* Synch: Add $FreeBSD$.Jeroen Ruigrok van der Werven2001-02-071-0/+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-101-2/+6
* (scrub_env): change to only accept a listed set of variables,Assar Westerlund2000-12-101-23/+37
* Add more environment variables to be filtered through scrub_env().Jeroen Ruigrok van der Werven2000-11-301-0/+7
* String paranoia fix. Synched from normal telnet.Jeroen Ruigrok van der Werven2000-11-301-2/+2
* String paranoia. Merged from regular telnet.Jeroen Ruigrok van der Werven2000-11-301-2/+2
* 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
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-2/+0
* Add missing $FreeBSD$ to files that are NOT still on vendor a branch.Peter Wemm2000-07-161-0/+1
* Freefall/Internat diff reducer.Mark Murray2000-02-241-1/+1
* another tcp apps IPv6 updates.(should be make world safe)Yoshinobu Inoue2000-01-272-36/+59
* $Id$ -> $FreeBSD$Peter Wemm1999-08-288-8/+8
* According to Mark Murray, Makefiles do not belong here. I guess we'reNick Sayer1999-08-161-24/+0
* Add SRA authentication to src/crypto/telnet.Nick Sayer1999-08-161-0/+24
* MF libexec/telnetd: Determine the host name using an array size ofBrian Somers1999-04-081-2/+3
* MF libexec/telnetd: MAXHOSTNAMELEN & -u fixes.Brian Somers1999-04-072-8/+16
* Use realhostname().Brian Somers1999-04-061-39/+9
* MF src/libexec/telnetd: Verify the reverse DNS lookupBrian Somers1999-04-061-2/+18
* Old stuff laying around: Don't use getstr which can conflict with somePeter Wemm1998-12-161-5/+5
* Old stuff from a source tree: copy (verbatum) the code to expand thePeter Wemm1998-12-161-2/+31