summaryrefslogtreecommitdiffstats
path: root/crypto/telnet
Commit message (Expand)AuthorAgeFilesLines
* 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
* mdoc(7) police: removed hard sentence breaks introduced in rev.1.10.ru2001-04-131-4/+5
* Clean up telnet's argument processing a bit. autologin and encryption isnsayer2001-04-062-34/+23
* Reactivate SRA.nsayer2001-04-051-0/+18
* Fix core noted in -stable with 'auth disable SRA'.nsayer2001-03-181-2/+2
* enable auto-negotiation of encrypt and decryptassar2001-03-121-0/+13
* Synch: Add $FreeBSD$.asmodai2001-02-071-0/+1
* Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+1
* Fix typo: seperate -> separate.asmodai2001-02-062-2/+2
* Fix typo: wierd -> weird.asmodai2001-02-062-2/+2
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-012-36/+38
* Prepare for mdoc(7)NG.ru2001-01-102-5/+11
* (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-262-2/+2
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-202-42/+42
* Fix a buffer overflow from a long local hostname.kris2000-11-191-2/+2
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-102-9/+1
* Sync with usr.bin/telnet/telnet.c r1.9 - fix buffer overflow in DISPLAYkris2000-10-291-4/+7
* Fix buffer size of ALIGNed buffer.ume2000-07-201-2/+2
* Add missing $FreeBSD$ to files that are NOT still on vendor a branch.peter2000-07-1619-0/+72
* Fix 'telnet -X sra' coredumpnsayer2000-07-111-1/+3
* Don't call printf with no format string.kris2000-07-101-1/+5
* Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATAume2000-07-081-2/+2
* sync with usr.bin/telnet/commands.c 1.21 -> 1.22. pierre.dampure@alveley.orgitojun2000-07-071-18/+16
* CMSG_XXX macros alignment fixes to follow RFC2292.shin2000-03-031-14/+12
OpenPOWER on IntegriCloud