summaryrefslogtreecommitdiffstats
path: root/contrib/telnet
Commit message (Expand)AuthorAgeFilesLines
* Merge argument parsing changes into this copy of telnet.eric2002-11-271-2/+6
* Permit the argument to the -s option to be a hostname. I see nodd2002-10-021-1/+0
* Catch up with "base" telnet.markm2002-09-251-3/+3
* Catch up with "base" telnet.markm2002-09-253-12/+8
* From the requestor:markm2002-09-251-1/+1
* Encrypted strings (after hex decoding) aren't null terminated, becausensayer2002-08-221-4/+0
* Warnings fixes. Sort out some variable types.markm2002-06-261-6/+7
* Help fix warnings by marking an argument as unused.markm2002-06-261-0/+1
* Don't risk catching a signal while handling a signal for a dying child, as wejmallett2002-05-271-0/+8
* unbreak build:alfred2002-05-115-3/+7
* Fix an external declaration that was causing telnetd to core dump.markm2002-05-061-1/+1
* Update build after import of Heimdal Kerberos 2002/02/17.nectar2002-02-191-1/+1
* 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
* Don't assume that the number of fds to select on is known quantity (injkh2001-12-091-32/+56
* Fixed bugs from previous revision.ru2001-12-041-1/+2
* Protect variables and function prototypes that are only used in the INET6jhay2001-12-031-1/+7
* More help for alpha WARNS=2. This code is, erm, unusual. Anyone whomarkm2001-12-031-4/+4
* help the alphas out with the WARNS=2 stuff.markm2001-12-032-2/+2
* Damn. The previous mega-commit was incomplete WRT ANSIfication. Thismarkm2001-11-3013-281/+250
* Very large style makeover.markm2001-11-3045-5317/+2469
* Fix world by trimming an extra comment terminator.jhb2001-10-291-1/+1
* Add Berkeley copyright to SRA.nsayer2001-10-293-1/+91
* Diff-reduce these two.markm2001-10-271-3/+3
* Add __FBSDID() to diff-reduce with "base" telnet.markm2001-10-0114-28/+40
* Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.markm2001-08-2911-936/+7
* 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-2025-290/+283
* Removal of following export controll related sentences:horikawa2001-08-151-10/+0
* 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-102-3/+2
* mdoc(7) police: merge all fixes from non-crypto version.ru2001-07-051-58/+92
* MF non-crypto: 1.13: document -u in usage.ru2001-07-051-8/+8
* Oops, forgot the 'u' in the getopt for the previous commit.dillon2001-05-241-1/+1
* A feature to allow one to telnet to a unix domain socket. (MFC fromdillon2001-05-233-3/+51
* Make the PAM user-override actually override the correect thing.nsayer2001-05-171-3/+3
* Back out last commit. This was already fixed. This should never havepeter2001-05-171-2/+0
* Fix the latest telnet breakage. Obviously this was never compiled.peter2001-05-171-4/+4
* Since the root-on-insecure-tty code was added to telnetd, a dependencynsayer2001-05-161-0/+2
* Make sure the protocol actively rejects bad data rather thannsayer2001-05-161-8/+8
* srandomdev() affords us the opportunity to radically improve, and at thensayer2001-05-161-0/+7
* Catch any attempted buffer overflows. The magic numbers in this codensayer2001-05-161-2/+6
* Catch malloc return failures. This should help avoid dereferencing NULL onnsayer2001-05-161-0/+8
* Hack to work around braindeath in libtelnet:sra.c. The sra.o filepeter2001-05-151-0/+1
* If the uid of the attempted authentication is 0 and if the pty isnsayer2001-05-151-1/+34
* Pointy hat fix -- reapply the SRA PAM patch. To -current this time.nsayer2001-05-071-0/+133
OpenPOWER on IntegriCloud