summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/chap.c
Commit message (Expand)AuthorAgeFilesLines
* Set the close-on-exec flag for all unused descriptors whenbrian1999-08-171-14/+10
* Don't declare `end' if we aren't compiling radius support.brian1999-07-151-2/+4
* Use the correct pid when substituting PROCESSID.brian1999-06-091-2/+4
* o Alter the mbuf type as it's processed by different layers.brian1999-06-021-2/+3
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-22/+32
* Split the recorded chap challenge into two - one for thebrian1999-04-211-17/+20
* Drop PAP & CHAP packets if we're not in NETWORK or AUTHENTICATEbrian1999-04-011-1/+8
* Handle empty PAP & CHAP packets (containing only an FSM header).brian1999-02-201-3/+4
* Build correctly when -DNOCRYPT is used.brian1999-02-181-18/+78
* Don't expect a chap response if we haven't negotiatedbrian1999-02-181-2/+3
* Fully support both NT and LANMan CHAP type 0x80 as bothbrian1999-02-181-56/+131
* When resending chap challenges, resend the same challengebrian1999-02-111-30/+241
* Correct server-side chap authentication comparisonbrian1999-02-071-2/+2
* Remove forgotten diagnosticsbrian1999-02-071-3/+1
* Decouple pap & chap output routines from the correspondingbrian1999-02-061-219/+273
* o Send a CHAP challenge of 16 random digits when RADIUS isbrian1999-01-291-37/+40
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-14/+43
* Fix some OpenBSD/alpha warningsbrian1998-08-261-2/+2
* o Support callback types NONE, E.164, AUTH and CBCP.brian1998-08-071-2/+3
* o Tidy up PAP and CHAP diagnostics. They're now all logged as PHASEbrian1998-07-281-13/+20
* o Fix remaining sizeof problems for 64 bit machines.brian1998-06-271-1/+2
* Remove redundant includesbrian1998-06-271-2/+5
* o Add some missing #includesbrian1998-05-211-1/+4
* MFMP: Make ppp multilink capable.brian1998-05-211-103/+98
* Add extraneous braces to stiffle warnings from gcc-2.8brian1998-03-131-2/+3
* MFMP: Allow 8 character login names.brian1998-02-191-5/+4
* Cosmetic (style):brian1997-12-241-4/+4
* Fix PAP, CHAP & LQR req (I broke the byte ordering whenbrian1997-12-071-2/+2
* Fix prototypes.brian1997-11-221-4/+4
* When responding to a CHAP challenge, don't try to usebrian1997-11-091-13/+7
* Cosmetic (no functional changes):brian1997-10-261-38/+48
* Allow Microsoft CHAP authentication.brian1997-09-251-30/+59
* Don't allow accept/deny when it's not appropriate.brian1997-09-221-2/+23
* Support CHAP using MD4brian1997-09-171-9/+23
* Make the code format more in line with style(9).brian1997-08-251-22/+17
* Remove srandomdev fallback codeache1997-06-141-3/+2
* Overhaul ppp:brian1997-06-091-40/+11
* De-couple ppp from libalias. If libalias isn't there, thebrian1997-05-261-1/+2
* Fix the reconnect option, and add an explanation to vars.hbrian1997-05-241-2/+2
* Mega update to sort out bad implementationsbrian1997-05-191-1/+2
* Tidy up the code - bounds checking, returnbrian1997-05-101-1/+5
* Use srandomdev() to initialize RNGache1997-03-241-2/+3
* Convert srandom() arg cast to Lite2 styleache1997-03-171-2/+2
* Do not re-initialize random numbers generator several times.ache1997-03-101-2/+6
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* typophk1996-11-191-2/+2
* 1. Room to calculate MD5 for CHAP negotiation is shorter thanjkh1996-10-121-2/+3
* Here is a diff of /usr/src/usr.sbin/ppp against current. The diffsphk1996-05-111-4/+4
* Some patches to ppp which improve stability. I have been running adfr1996-01-301-2/+2
OpenPOWER on IntegriCloud