aboutsummaryrefslogtreecommitdiff
path: root/contrib/telnet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo: wierd -> weird.Jeroen Ruigrok van der Werven2001-02-062-2/+2
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-012-36/+38
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-102-5/+11
* (scrub_env): change to only accept a listed set of variables,Assar Westerlund2000-12-101-23/+37
* Add more environment variables to be filtered through scrub_env().Jeroen Ruigrok van der Werven2000-11-301-0/+7
* String paranoia fix. Synched from normal telnet.Jeroen Ruigrok van der Werven2000-11-301-2/+2
* String paranoia. Merged from regular telnet.Jeroen Ruigrok van der Werven2000-11-301-2/+2
* Correct definition of MAXHOSTNAMELEN in ifdef'ed code.Kris Kennaway2000-11-262-2/+2
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-202-42/+42
* Fix a buffer overflow from a long local hostname.Kris Kennaway2000-11-191-2/+2
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-102-9/+1
* Sync with usr.bin/telnet/telnet.c r1.9 - fix buffer overflow in DISPLAYKris Kennaway2000-10-291-4/+7
* Fix buffer size of ALIGNed buffer.Hajimu UMEMOTO2000-07-201-2/+2
* Add missing $FreeBSD$ to files that are NOT still on vendor a branch.Peter Wemm2000-07-1619-0/+72
* Fix 'telnet -X sra' coredumpNick Sayer2000-07-111-1/+3
* Don't call printf with no format string.Kris Kennaway2000-07-101-1/+5
* Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATAHajimu UMEMOTO2000-07-081-2/+2
* sync with usr.bin/telnet/commands.c 1.21 -> 1.22. pierre.dampure@alveley.orgJun-ichiro itojun Hagino2000-07-071-18/+16
* CMSG_XXX macros alignment fixes to follow RFC2292.Yoshinobu Inoue2000-03-031-14/+12
* Get crypto from libcrypto, not libdes.Mark Murray2000-02-245-5/+13
* Freefall/Internat diff reducer.Mark Murray2000-02-241-1/+1
* Use static buffer to save source route hostnames.Yoshinobu Inoue2000-02-191-1/+1
* Print "Trying ..." for each host. Also cleanups for error printing.Yoshinobu Inoue2000-02-191-8/+3
* Fix bugs in telnet.Yoshinobu Inoue2000-02-151-8/+16
* Add more dual stack consideration.Yoshinobu Inoue2000-02-101-27/+95
* Fix telnet core dump at invalid service name specified.Yoshinobu Inoue2000-02-071-0/+6
* Add NI_NAMEREQD flag to getnameinfo() call. Without this flag,Yoshinobu Inoue2000-01-291-1/+1
* another tcp apps IPv6 updates.(should be make world safe)Yoshinobu Inoue2000-01-276-194/+396
* Termcap header no longer needed.Mark Murray1999-09-011-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-288-8/+8