summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/chap_ms.c
Commit message (Collapse)AuthorAgeFilesLines
* Use libcrypto instead of libdes.markm2000-02-241-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fix the MS-CHAP support. The code was passing a bit count tojdp1998-10-111-2/+2
| | | | | | | | | | MD4Update(), but our version in libmd expects a byte count. This code is not currently compiled or linked into pppd, so I'm reasonably sure I didn't break anything. :-) I added the necessary statements to the Makefile, but left them commented out because we are in feature freeze. When the code is enabled, we must be careful to build it only if the DES library is available.
* Merge ppp 2.3.3 -> 2.3.5 changes onto mainline.peter1998-06-201-2/+4
|
* Merge ppp-2.3.3 changes onto mainlinepeter1998-03-221-14/+20
|
* *gulp* First pass at merging in ppp-2.3.0's pppd. (this haspeter1997-08-191-0/+327
| | | | | | | | | | | | | | | dial-on-demand, packet filtering, idle timeouts, etc). The IPX support is pretty much there but more work needs to be done in sys-bsd.c for the interface ioctls (Linux has a very different way of configuring IPX interfaces). Along the way some things have temporarily been lost due to very messy conflicts. I will recover them shortly when I can think clearer. The main one is the local:remote address override in pap-secrets and chap-secrets. Some other home-grown features (dns1,dns2) have been implemented differently. Microsoft's chap client auth hacks have been implemented. There are bound to be more rough edges... The changes for connect-max-retries doesn't fit well with the dial-on-demand code.
* Temporarily move these to the Attic so that there's no confusion overpeter1997-08-191-327/+0
| | | | | | mixed up versions. Also, these were imported onto the 1.1.2 branch (since the last one was imported there, sigh) and that causes cvsup in checkout mode some problems (there isn't any 1.1.1 branch at all!!).
* Initial revisionpeter1997-08-191-0/+327
OpenPOWER on IntegriCloud