summaryrefslogtreecommitdiffstats
path: root/contrib/telnet/telnetd
Commit message (Expand)AuthorAgeFilesLines
* Merge r309638 from head:glebius2016-12-061-3/+4
* Add baud rate support to telnet(1)ngie2014-11-111-50/+2
* Improve upon previous commit:marcel2014-03-021-6/+7
* Revive support for /etc/issue, lost due revision 81963.marcel2014-03-021-0/+19
* Propagate ancient fix from Junos.sjg2013-11-071-1/+1
* Fix "automatic" login, broken by revision 69825 (12 years, 5 months ago).marcel2013-05-311-14/+10
* Make sure that each va_start has one and only one matching va_end,kevlo2012-09-281-1/+3
* In contrib/telnet/telnetd/utility.c, fix a few warnings about formatdim2011-12-161-4/+4
* 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
OpenPOWER on IntegriCloud