summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/chap.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore case when comparing CHAP/CHAP81 responsesBrian Somers2003-11-101-7/+12
* Do a case insensitive comparison when comparing the ms-chap responseBrian Somers2002-07-301-1/+1
* Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the codeBrian Somers2002-06-171-15/+17
* Remove whitespace at the end of lines.Brian Somers2002-06-151-4/+4
* Don't forget to process the Ident field on the front ofBrian Somers2002-06-121-2/+1
* Fix a mis-placed #else/#endifBrian Somers2002-05-161-2/+1
* Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it'sBrian Somers2002-05-161-16/+25
* o Clean up some #includesBrian Somers2002-05-141-1/+0
* Add support for MS-CHAP authentication via a RADIUS server.Brian Somers2002-05-101-4/+19
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's lineBrian Somers2002-03-301-31/+31
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-0/+5
* Warn when a CHAP81 SUCCESS packet is invalid due to an incorrect S= value.Brian Somers2001-08-031-2/+2
* The wrong-last-byte bug on win98 chap responses is also in winMEBrian Somers2001-08-021-1/+1
* Don't include a NUL at the end of our CHAP SUCCESS packet.Brian Somers2001-07-311-1/+1
* When we receive a CHAP81 challenge response, we always expect the lastBrian Somers2001-07-311-0/+5
* 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