aboutsummaryrefslogtreecommitdiff
path: root/contrib/telnet
Commit message (Expand)AuthorAgeFilesLines
* Background:Jacques Vidrine2003-01-292-14/+2
* add more RFC defined telnet optionsBill Fumerola2003-01-181-3/+8
* Merge argument parsing changes into this copy of telnet.Eric Melville2002-11-271-2/+6
* Permit the argument to the -s option to be a hostname. I see noDima Dorfman2002-10-021-1/+0
* Catch up with "base" telnet.Mark Murray2002-09-251-3/+3
* Catch up with "base" telnet.Mark Murray2002-09-253-12/+8
* From the requestor:Mark Murray2002-09-251-1/+1
* Encrypted strings (after hex decoding) aren't null terminated, becauseNick Sayer2002-08-221-4/+0
* Warnings fixes. Sort out some variable types.Mark Murray2002-06-261-6/+7
* Help fix warnings by marking an argument as unused.Mark Murray2002-06-261-0/+1
* Don't risk catching a signal while handling a signal for a dying child, as weJuli Mallett2002-05-271-0/+8
* unbreak build:Alfred Perlstein2002-05-115-3/+7
* Fix an external declaration that was causing telnetd to core dump.Mark Murray2002-05-061-1/+1
* Update build after import of Heimdal Kerberos 2002/02/17.Jacques Vidrine2002-02-191-1/+1
* 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
* Don't assume that the number of fds to select on is known quantity (inJordan K. Hubbard2001-12-091-32/+56
* Fixed bugs from previous revision.Ruslan Ermilov2001-12-041-1/+2
* Protect variables and function prototypes that are only used in the INET6John Hay2001-12-031-1/+7
* More help for alpha WARNS=2. This code is, erm, unusual. Anyone whoMark Murray2001-12-031-4/+4
* help the alphas out with the WARNS=2 stuff.Mark Murray2001-12-032-2/+2
* Damn. The previous mega-commit was incomplete WRT ANSIfication. ThisMark Murray2001-11-3013-281/+250
* Very large style makeover.Mark Murray2001-11-3045-5317/+2469
* Fix world by trimming an extra comment terminator.John Baldwin2001-10-291-1/+1
* Add Berkeley copyright to SRA.Nick Sayer2001-10-293-1/+91
* Diff-reduce these two.Mark Murray2001-10-271-3/+3
* Add __FBSDID() to diff-reduce with "base" telnet.Mark Murray2001-10-0114-28/+40
* Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.Mark Murray2001-08-2911-936/+7
* 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-2025-290/+283
* Removal of following export controll related sentences:Kazuo Horikawa2001-08-151-10/+0
* 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-102-3/+2
* mdoc(7) police: merge all fixes from non-crypto version.Ruslan Ermilov2001-07-051-58/+92
* MF non-crypto: 1.13: document -u in usage.Ruslan Ermilov2001-07-051-8/+8
* Oops, forgot the 'u' in the getopt for the previous commit.Matthew Dillon2001-05-241-1/+1
* A feature to allow one to telnet to a unix domain socket. (MFC fromMatthew Dillon2001-05-233-3/+51
* Make the PAM user-override actually override the correect thing.Nick Sayer2001-05-171-3/+3
* Back out last commit. This was already fixed. This should never havePeter Wemm2001-05-171-2/+0
* Fix the latest telnet breakage. Obviously this was never compiled.Peter Wemm2001-05-171-4/+4
* Since the root-on-insecure-tty code was added to telnetd, a dependencyNick Sayer2001-05-161-0/+2
* Make sure the protocol actively rejects bad data rather thanNick Sayer2001-05-161-8/+8
* srandomdev() affords us the opportunity to radically improve, and at theNick Sayer2001-05-161-0/+7
* Catch any attempted buffer overflows. The magic numbers in this codeNick Sayer2001-05-161-2/+6
* Catch malloc return failures. This should help avoid dereferencing NULL onNick Sayer2001-05-161-0/+8
* Hack to work around braindeath in libtelnet:sra.c. The sra.o filePeter Wemm2001-05-151-0/+1