History log of /src/lib/libtelnet/auth.c |
Revision | | Date | Author | Comments |
1.25 |
| 19-Sep-2021 |
andvar | s/Plese/Please/ in comment, and fix an article in obio_wdc.c comment.
|
1.24 |
| 16-Dec-2018 |
maya | unifdef RSA_ENCPWD. The matching code does not exist.
|
1.23 |
| 15-Dec-2018 |
maya | G/C SPX support
It was presented as a draft in 1993. I don't see any mentions since. it was not enabled.
|
1.22 |
| 14-Dec-2018 |
christos | more const
|
1.21 |
| 21-Mar-2012 |
matt | branches: 1.21.30; 1.21.32; Use C89 functions definitions. Remove use of __P
|
1.20 |
| 09-Jan-2012 |
christos | PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION (rfc2941) - minimal fixes to compile with WARNS=4 - separate kerberos (USE_KERBEROS) from encryption (MKCRYPTO)
|
1.19 |
| 20-Mar-2006 |
christos | branches: 1.19.42; Goodbye KerberosIV
|
1.18 |
| 19-Feb-2005 |
christos | PAM support from FreeBSD.
|
1.17 |
| 06-Feb-2005 |
perry | de-__P (really de-P)
|
1.16 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
1.15 |
| 15-Jul-2003 |
itojun | use bounded string op. bump shlib major for libtelnet due to API change.
|
1.14 |
| 15-Jul-2003 |
itojun | use bounded string op
|
1.13 |
| 14-Jul-2003 |
itojun | be friendly to unifdef(1)
|
1.12 |
| 26-May-2002 |
wiz | __STDC__ is always defined on NetBSD.
|
1.11 |
| 22-Jun-2000 |
thorpej | Bring the telnet situation back into better shape. Specifically, pull in just about all of the differences from the crypto-us telnet suite (which includes Kerberos 4 and connection encryption support). Also bring in the Kerberos 5 support from the Heimdal telnet, and frob a little so that it can work with the non-Heimdal telnet suite.
There is still some work left to do, specifically: - Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4 module. - Add connection encryption support to the Heimdal Kerberos 5 module. Hints on this can be taken from the MIT Kerberos 5 module which still exists in crypto-us.
However, even with the shortcomings listed above, this is a better situation than using the stock Heimdal telnet suite, which does not understand the IPSec policy stuff, and is also based on much older code which contains bugs that we have already fixed in the NetBSD sources.
|
1.10 |
| 01-Feb-2000 |
thorpej | branches: 1.10.4; assar missed one net_write -> telnet_net_write
|
1.9 |
| 27-Jul-1998 |
mycroft | const poisoning.
|
1.8 |
| 03-Mar-1998 |
thorpej | Fix printf format on the Alpha.
|
1.7 |
| 27-Feb-1998 |
christos | WARNSify and RCSID cleanups
|
1.6 |
| 09-Oct-1997 |
lukem | WARNSify
|
1.5 |
| 24-Feb-1996 |
jtk | update libtelnet with changes through 95.10.23 version
|
1.4 |
| 05-Jun-1995 |
pk | Prototypes (PR#1104).
|
1.3 |
| 25-Feb-1994 |
cgd | new libtelnet from ftp.cray.com. Encryption support ripped out, pending figuring out what to do about it...
|
1.2 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.10.4.1 |
| 22-Jun-2000 |
thorpej | Update from trunk: Bring the telnet situation back into better shape. Specifically, pull in just about all of the differences from the crypto-us telnet suite (which includes Kerberos 4 and connection encryption support). Also bring in the Kerberos 5 support from the Heimdal telnet, and frob a little so that it can work with the non-Heimdal telnet suite.
There is still some work left to do, specifically: - Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4 module. - Add connection encryption support to the Heimdal Kerberos 5 module. Hints on this can be taken from the MIT Kerberos 5 module which still exists in crypto-us.
However, even with the shortcomings listed above, this is a better situation than using the stock Heimdal telnet suite, which does not understand the IPSec policy stuff, and is also based on much older code which contains bugs that we have already fixed in the NetBSD sources.
|
1.19.42.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.21.32.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.21.30.1 |
| 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|