summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/chap_ms.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove if_ppp(4) and if_sl(4).ed2009-04-051-335/+0
| | | | | | | | | | | | | Not only did these two drivers depend on IFF_NEEDSGIANT, they were broken 7 months ago during the MPSAFE TTY import. if_ppp(4) has been replaced by ppp(8). There is no replacement for if_sl(4). If we see regressions in for example the ports tree, we should just use __FreeBSD_version 800045 to check whether if_ppp(4) and if_sl(4) are present. Version 800045 is used to denote the import of MPSAFE TTY. Discussed with: rwatson, but also rwatson's IFF_NEEDSGIANT emails on the lists.
* Cleanup of userland __P usekevlo2007-11-071-8/+8
|
* 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