summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/chap.c
Commit message (Expand)AuthorAgeFilesLines
* Make ppp WARNS=5 cleanbrian2004-09-051-29/+34
* Ignore case when comparing CHAP/CHAP81 responsesbrian2003-11-101-7/+12
* Do a case insensitive comparison when comparing the ms-chap responsebrian2002-07-301-1/+1
* Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the codebrian2002-06-171-15/+17
* Remove whitespace at the end of lines.brian2002-06-151-4/+4
* Don't forget to process the Ident field on the front ofbrian2002-06-121-2/+1
* Fix a mis-placed #else/#endifbrian2002-05-161-2/+1
* Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it'sbrian2002-05-161-16/+25
* o Clean up some #includesbrian2002-05-141-1/+0
* Add support for MS-CHAP authentication via a RADIUS server.brian2002-05-101-4/+19
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's linebrian2002-03-301-31/+31
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-0/+5
* Warn when a CHAP81 SUCCESS packet is invalid due to an incorrect S= value.brian2001-08-031-2/+2
* The wrong-last-byte bug on win98 chap responses is also in winMEbrian2001-08-021-1/+1
* Don't include a NUL at the end of our CHAP SUCCESS packet.brian2001-07-311-1/+1
* When we receive a CHAP81 challenge response, we always expect the lastbrian2001-07-311-0/+5
* Convert IIJ copyrights to BSD copyrights.brian2001-06-131-18/+25
* 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
OpenPOWER on IntegriCloud