aboutsummaryrefslogtreecommitdiff
path: root/contrib/telnet/libtelnet
Commit message (Expand)AuthorAgeFilesLines
* Squelch clang 3.9.0 warnings about BASE (which is 32768) being convertedDimitry Andric2016-08-301-1/+1
* - Do not use deprecated krb5 error message reporting functions in libtelnet.Stanislav Sedov2012-04-061-53/+55
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]Colin Percival2011-12-231-0/+3
* In contrib/telnet/libtelnet/sra.c, use the correct number of bytes toDimitry Andric2011-12-161-1/+1
* Rename all symbols in libmp(3) to mp_*, just like Solaris.Ed Schouten2009-02-261-43/+43
* Use __FBSDID vs. rcsid[]. Also protect sccs[] and copyright[] from GCC 3.3.David E. O'Brien2003-05-042-11/+9
* Unbreak Kerberos 5 authentication in telnet.Jacques Vidrine2003-03-061-0/+24
* Background:Jacques Vidrine2003-01-292-14/+2
* 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
* 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
* help the alphas out with the WARNS=2 stuff.Mark Murray2001-12-031-1/+1
* Damn. The previous mega-commit was incomplete WRT ANSIfication. ThisMark Murray2001-11-307-37/+14
* Very large style makeover.Mark Murray2001-11-3021-2084/+1175
* 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
* Add __FBSDID() to diff-reduce with "base" telnet.Mark Murray2001-10-0114-28/+40
* Code merge and diff reduce with "base" telnet. This is the "later"Mark Murray2001-08-209-139/+90
* Make the PAM user-override actually override the correect thing.Nick Sayer2001-05-171-3/+3
* Fix the latest telnet breakage. Obviously this was never compiled.Peter Wemm2001-05-171-4/+4
* 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
* 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
* Fix core noted in -stable with 'auth disable SRA'.Nick Sayer2001-03-181-2/+2
* Add missing $FreeBSD$ to files that are NOT still on vendor a branch.Peter Wemm2000-07-169-0/+30
* Fix 'telnet -X sra' coredumpNick Sayer2000-07-111-1/+3
* Don't call printf with no format string.Kris Kennaway2000-07-101-1/+5
* Get crypto from libcrypto, not libdes.Mark Murray2000-02-245-5/+13
* According to Mark Murray, Makefiles do not belong here. I guess we'reNick Sayer1999-08-161-19/+0
* Add SRA authentication to src/crypto/telnet.Nick Sayer1999-08-169-4/+840
* Old stuff laying around: Don't use getstr which can conflict with somePeter Wemm1998-12-161-1/+1
* Bring the FreeBSD changes to the virgin sources.Mark Murray1997-09-0711-76/+87
* Initial import of BSD telnet. This will be used to build the kerberisedMark Murray1997-09-0419-0/+6265