aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/chap.c
Commit message (Expand)AuthorAgeFilesLines
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-18/+25
* Don't assume challenges and responses don't contain embedded '\0's.Brian Somers2001-04-011-9/+5
* Introduce another global (MPPE_IsServer) so that we initiate theBrian Somers2000-11-071-5/+8
* Various whitespace changes.Brian Somers2000-10-301-8/+11
* Add MPPE and MSChap v2 support (denied and disabled by default)Brian Somers2000-10-301-13/+147
* Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDBrian Somers2000-08-181-0/+2
* Allow leading ``!'' characters in authkeys and chat scripts toBrian Somers2000-08-091-3/+4
* Support link identification from rfc1570Brian Somers2000-07-191-1/+1
* To avoid namespace polution in NetBSD:Brian Somers2000-03-141-4/+4
* Add a few missing #includesBrian Somers1999-12-301-0/+1
* Correct usages of getuid() and geteuid()Brian Somers1999-12-301-1/+1
* Add a bunch of `const's and fix a typo.Brian Somers1999-12-271-1/+1
* Notice and warn about unterminated quoted strings in commands.Brian Somers1999-12-201-1/+9
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-11/+11
* o Split the two IPCP queues into three - one for FSM dataBrian Somers1999-09-041-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Set the close-on-exec flag for all unused descriptors whenBrian Somers1999-08-171-14/+10
* Don't declare `end' if we aren't compiling radius support.Brian Somers1999-07-151-2/+4
* Use the correct pid when substituting PROCESSID.Brian Somers1999-06-091-2/+4
* o Alter the mbuf type as it's processed by different layers.Brian Somers1999-06-021-2/+3
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-22/+32
* Split the recorded chap challenge into two - one for theBrian Somers1999-04-211-17/+20
* Drop PAP & CHAP packets if we're not in NETWORK or AUTHENTICATEBrian Somers1999-04-011-1/+8
* Handle empty PAP & CHAP packets (containing only an FSM header).Brian Somers1999-02-201-3/+4
* Build correctly when -DNOCRYPT is used.Brian Somers1999-02-181-18/+78
* Don't expect a chap response if we haven't negotiatedBrian Somers1999-02-181-2/+3
* Fully support both NT and LANMan CHAP type 0x80 as bothBrian Somers1999-02-181-56/+131
* When resending chap challenges, resend the same challengeBrian Somers1999-02-111-30/+241
* Correct server-side chap authentication comparisonBrian Somers1999-02-071-2/+2
* Remove forgotten diagnosticsBrian Somers1999-02-071-3/+1
* Decouple pap & chap output routines from the correspondingBrian Somers1999-02-061-219/+273
* o Send a CHAP challenge of 16 random digits when RADIUS isBrian Somers1999-01-291-37/+40
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-14/+43
* Fix some OpenBSD/alpha warningsBrian Somers1998-08-261-2/+2
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-2/+3
* o Tidy up PAP and CHAP diagnostics. They're now all logged as PHASEBrian Somers1998-07-281-13/+20
* o Fix remaining sizeof problems for 64 bit machines.Brian Somers1998-06-271-1/+2
* Remove redundant includesBrian Somers1998-06-271-2/+5
* o Add some missing #includesBrian Somers1998-05-211-1/+4
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-103/+98
|\
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-24/+24
| * o Add the link name to modem diagnostics.Brian Somers1998-04-281-6/+2
| * o Defer setting up pap/chap based IP numbers & labels until afterBrian Somers1998-04-241-4/+3
| * o Move the accept/deny/disable/enable globals either to theBrian Somers1998-04-161-2/+3
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-3/+2
| * Remove unused includes.Brian Somers1998-04-061-12/+1
| * o Move VarMSChap into struct chap, and remove `set encrypt'Brian Somers1998-04-031-16/+14
| * Move authname and authkey into struct bundle and only allowBrian Somers1998-04-031-7/+7
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-8/+9
| * Move VJ compression state and stats into struct ipcp.Brian Somers1998-03-161-1/+4