summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/chap_ms.c
Commit message (Collapse)AuthorAgeFilesLines
* 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