summaryrefslogtreecommitdiffstats
path: root/contrib/telnet/telnetd
Commit message (Expand)AuthorAgeFilesLines
* Forgot a part that was missing in the previous commit.ed2010-01-131-1/+0
* Let telnetd build without utmp and logwtmp(3).ed2010-01-132-19/+1
* Remove unneeded inclusion of <utmp.h> and dead variables.ed2009-12-271-14/+0
* Correctly scrub telnetd's environment.cperciva2009-02-161-4/+19
* Use strlcpy() instead of strcpy().ed2008-11-131-1/+2
* Convert telnetd(8) to use posix_openpt(2).ed2008-11-132-36/+21
* List authentication types supported with "-X" taken from the libtelnettrhodes2008-08-291-1/+10
* Don't attempt authentication at all if it has been disabled via '-a off'.jhb2008-07-282-7/+11
* Remove bogus casts of valid integer ioctl() arguments.ru2006-09-261-4/+4
* NI_WITHSCOPEID cleanupume2005-05-211-1/+1
* - Soften sentence breaks.ru2005-01-211-12/+18
* o Make telnet[d] -S (IP TOS) flag really work. We do not havemaxim2005-01-092-2/+18
* o Add -4 and -6 flags to a man page and usage(). Bump the man pagemaxim2005-01-052-3/+12
* Add missing () to function invocation.kan2004-07-281-1/+1
* Implement what has been documented for a long time: make -debug switchharti2003-08-131-0/+5
* Fix up external variables named "debug" that have a horrible habitmarkm2003-05-111-1/+1
* Use __FBSDID vs. rcsid[]. Also protect sccs[] and copyright[] from GCC 3.3.obrien2003-05-048-32/+32
* Catch up with "base" telnet.markm2002-09-251-3/+3
* Don't risk catching a signal while handling a signal for a dying child, as wejmallett2002-05-271-0/+8
* Don't use non-signal-safe functions (exit(3) in this case) insheldonh2002-02-051-1/+1
* mdoc(7) police: remove -r from SYNOPSIS, sort -p in DESCRIPTION.ru2001-12-141-6/+5
* Fixed bugs from previous revision.ru2001-12-041-1/+2
* More help for alpha WARNS=2. This code is, erm, unusual. Anyone whomarkm2001-12-031-4/+4
* Damn. The previous mega-commit was incomplete WRT ANSIfication. Thismarkm2001-11-303-104/+96
* Very large style makeover.markm2001-11-3010-1134/+388
* Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.markm2001-08-297-885/+5
* Remove description of an option that only applies to UNICOS < 7.0.dd2001-08-251-13/+0
* Code merge and diff reduce with "base" telnet. This is the "later"markm2001-08-208-50/+76
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-3/+6
* output_data(), output_datalen() and netflush() didn't actually guaranteekris2001-07-236-45/+50
* More potential buffer overflow fixes.ru2001-07-204-35/+7
* vsnprintf() can return a value larger than the buffer size.ru2001-07-191-1/+1
* Fixed the exploitable remote buffer overflow.ru2001-07-196-314/+219
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-2/+1
* Synch: Add $FreeBSD$.asmodai2001-02-071-0/+1
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Fix typo: wierd -> weird.asmodai2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-9/+9
* Prepare for mdoc(7)NG.ru2001-01-101-2/+6
* (scrub_env): change to only accept a listed set of variables,assar2000-12-101-23/+37
* Add more environment variables to be filtered through scrub_env().asmodai2000-11-301-0/+7
* String paranoia fix. Synched from normal telnet.asmodai2000-11-301-2/+2
* String paranoia. Merged from regular telnet.asmodai2000-11-301-2/+2
* Correct definition of MAXHOSTNAMELEN in ifdef'ed code.kris2000-11-261-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-2/+0
* Add missing $FreeBSD$ to files that are NOT still on vendor a branch.peter2000-07-161-0/+1
* Freefall/Internat diff reducer.markm2000-02-241-1/+1
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-272-36/+59
* $Id$ -> $FreeBSD$peter1999-08-288-8/+8
OpenPOWER on IntegriCloud