aboutsummaryrefslogtreecommitdiff
path: root/contrib/telnet
Commit message (Expand)AuthorAgeFilesLines
* 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
* If the uid of the attempted authentication is 0 and if the pty isNick Sayer2001-05-151-1/+34
* Pointy hat fix -- reapply the SRA PAM patch. To -current this time.Nick Sayer2001-05-071-0/+133
* mdoc(7) police: removed hard sentence breaks introduced in rev.1.10.Ruslan Ermilov2001-04-131-4/+5
* Clean up telnet's argument processing a bit. autologin and encryption isNick Sayer2001-04-062-34/+23
* Reactivate SRA.Nick Sayer2001-04-051-0/+18
* Fix core noted in -stable with 'auth disable SRA'.Nick Sayer2001-03-181-2/+2
* enable auto-negotiation of encrypt and decryptAssar Westerlund2001-03-121-0/+13
* Synch: Add $FreeBSD$.Jeroen Ruigrok van der Werven2001-02-071-0/+1
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-062-2/+2