summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/chap.c
Commit message (Expand)AuthorAgeFilesLines
* Don't assume challenges and responses don't contain embedded '\0's.brian2001-04-011-9/+5
* Introduce another global (MPPE_IsServer) so that we initiate thebrian2000-11-071-5/+8
* Various whitespace changes.brian2000-10-301-8/+11
* Add MPPE and MSChap v2 support (denied and disabled by default)brian2000-10-301-13/+147
* Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDbrian2000-08-181-0/+2
* Allow leading ``!'' characters in authkeys and chat scripts tobrian2000-08-091-3/+4
* Support link identification from rfc1570brian2000-07-191-1/+1
* To avoid namespace polution in NetBSD:brian2000-03-141-4/+4
* Add a few missing #includesbrian1999-12-301-0/+1
* Correct usages of getuid() and geteuid()brian1999-12-301-1/+1
* Add a bunch of `const's and fix a typo.brian1999-12-271-1/+1
* Notice and warn about unterminated quoted strings in commands.brian1999-12-201-1/+9
* Cosmetic: Make struct mbuf more like kernel mbufs.brian1999-12-201-11/+11
* o Split the two IPCP queues into three - one for FSM databrian1999-09-041-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* 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
OpenPOWER on IntegriCloud