summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/chap_ms.c
Commit message (Collapse)AuthorAgeFilesLines
* Make ppp WARNS=5 cleanbrian2004-09-051-8/+6
|
* Remove whitespace at the end of lines.brian2002-06-151-6/+6
|
* NetBSD keeps des.h in /usr/include/openssl these daysbrian2002-05-111-0/+4
|
* Change copyright to BSD-style copyright.brian2001-08-101-18/+24
| | | | Ok'd by: Gabor Kincses <gabor@acm.org>
* Staticise the OpenBSD SHA1_End() functionbrian2001-07-091-1/+1
|
* When we change the interface MTU, run through the routing table and tweakbrian2001-04-051-2/+1
| | | | all route MTUs too.
* Use only the bit after the ``\'' when hashing the challenge inbrian2000-11-281-1/+1
| | | | | | MSChapv2 Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
* Merge some OpenBSD/NetBSD fixes to the recent MPPE/CHAP0x81 update.brian2000-11-051-1/+26
|
* Various whitespace changes.brian2000-10-301-12/+34
| | | | Make some functions static.
* Add MPPE and MSChap v2 support (denied and disabled by default)brian2000-10-301-0/+233
| | | | Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
* Adjust whitespacebrian2000-03-141-0/+4
|
* Use libcrypto instead of libdes.markm2000-02-241-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fully support both NT and LANMan CHAP type 0x80 as bothbrian1999-02-181-32/+48
| | | | authenticator and authenticatee.
* MFMP: Make ppp multilink capable.brian1998-05-211-8/+4
| | | | See the file README.changes, and re-read the man page.
* Remove unused #includes.brian1998-01-211-4/+1
| | | | | | Make various bits static. Remove unused variables. Submitted by: eivind
* Cosmetic (style):brian1997-12-241-2/+2
| | | | | | | sizeof(var) -> sizeof var sizeof type -> sizeof(type) Suggested by: J Wunsch <j@uriah.heep.sax.de>
* Fix prototypes.brian1997-11-221-1/+2
| | | | | | | | | | | | | | Remove extraneous decls. Add ``const'' to several places. Allow ``make NOALIAS=1'' to remove IP aliasing. Merge with OpenBSD - only the Makefiles vary. We can now survive a compile with -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wchar-subscripts (although the Makefile just contains -Wall).
* Cosmetic (no functional changes):brian1997-10-261-12/+17
| | | | | | | | | | | | | | | o Add missing $Id$s o Move extern decls from .c -> .h files o Staticize o Remove #includes from .h files o style(9)ify includes o bcopy -> memcpy bzero -> memset bcmp -> memcmp index -> strchr rindex -> strrchr o Move timeout.h -> timer.h (making it consistent w/ timer.c) o Add -Wmissing-prototypes
* Do the MSChap encryption.brian1997-09-251-0/+109
Submitted by: Gabor Kincses <gabor@acm.org>
OpenPOWER on IntegriCloud