aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/chap_ms.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-8/+6
* Remove whitespace at the end of lines.Brian Somers2002-06-151-6/+6
* NetBSD keeps des.h in /usr/include/openssl these daysBrian Somers2002-05-111-0/+4
* Change copyright to BSD-style copyright.Brian Somers2001-08-101-18/+24
* Staticise the OpenBSD SHA1_End() functionBrian Somers2001-07-091-1/+1
* When we change the interface MTU, run through the routing table and tweakBrian Somers2001-04-051-2/+1
* Use only the bit after the ``\'' when hashing the challenge inBrian Somers2000-11-281-1/+1
* Merge some OpenBSD/NetBSD fixes to the recent MPPE/CHAP0x81 update.Brian Somers2000-11-051-1/+26
* Various whitespace changes.Brian Somers2000-10-301-12/+34
* Add MPPE and MSChap v2 support (denied and disabled by default)Brian Somers2000-10-301-0/+233
* Adjust whitespaceBrian Somers2000-03-141-0/+4
* Use libcrypto instead of libdes.Mark Murray2000-02-241-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fully support both NT and LANMan CHAP type 0x80 as bothBrian Somers1999-02-181-32/+48
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-8/+4
|\
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-2/+2
| * Remove unused includes.Brian Somers1998-04-061-5/+1
| * Move `CleaningUp' into struct bundle.Brian Somers1998-03-161-3/+3
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+112
* Remove unused #includes.Brian Somers1998-01-211-4/+1
* Cosmetic (style):Brian Somers1997-12-241-2/+2
* Fix prototypes.Brian Somers1997-11-221-1/+2
* Cosmetic (no functional changes):Brian Somers1997-10-261-12/+17
* Do the MSChap encryption.Brian Somers1997-09-251-0/+109