aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/pap.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-1/+1
* Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the codeBrian Somers2002-06-171-1/+1
* Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it'sBrian Somers2002-05-161-4/+5
* o Clean up some #includesBrian Somers2002-05-141-1/+0
* Add support for MS-CHAP authentication via a RADIUS server.Brian Somers2002-05-101-2/+9
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-0/+5
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-19/+25
* Don't assume challenges and responses don't contain embedded '\0's.Brian Somers2001-04-011-1/+1
* Support link identification from rfc1570Brian Somers2000-07-191-1/+1
* Add a bunch of `const's and fix a typo.Brian Somers1999-12-271-1/+3
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-11/+11
* Allow extended pap success messages by believing in the PAP headersBrian Somers1999-11-261-4/+27
* o Split the two IPCP queues into three - one for FSM dataBrian Somers1999-09-041-2/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add ISDN support via isdnd & i4b. This requires versionBrian Somers1999-08-061-2/+2
* o Alter the mbuf type as it's processed by different layers.Brian Somers1999-06-021-3/+4
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-17/+26
* Drop PAP & CHAP packets if we're not in NETWORK or AUTHENTICATEBrian Somers1999-04-011-1/+8
* Avoid a few warnings on the alphaBrian Somers1999-03-311-1/+2
* Handle empty PAP & CHAP packets (containing only an FSM header).Brian Somers1999-02-201-2/+5
* Decouple pap & chap output routines from the correspondingBrian Somers1999-02-061-90/+124
* Reimplement the previous fix (no response to PAP requests)Brian Somers1999-02-021-9/+1
* If we receive no answer from the server when sending PAPBrian Somers1999-02-011-2/+9
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-2/+5
* Fix some OpenBSD/alpha warningsBrian Somers1998-08-261-1/+2
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-2/+2
* o Tidy up PAP and CHAP diagnostics. They're now all logged as PHASEBrian Somers1998-07-281-8/+11
* o Fix remaining sizeof problems for 64 bit machines.Brian Somers1998-06-271-1/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-95/+76
|\
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-21/+20
| * o Add the link name to modem diagnostics.Brian Somers1998-04-281-4/+2
| * o Defer setting up pap/chap based IP numbers & labels until afterBrian Somers1998-04-241-2/+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-10/+1
| * o Move VarMSChap into struct chap, and remove `set encrypt'Brian Somers1998-04-031-13/+12
| * Move authname and authkey into struct bundle and only allowBrian Somers1998-04-031-9/+7
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-7/+8
| * Move VJ compression state and stats into struct ipcp.Brian Somers1998-03-161-1/+4
| * Move filter sets into struct bundle.Brian Somers1998-03-161-1/+2
| * Move the IPCP into struct bundle.Brian Somers1998-03-131-1/+3
| * o Don't immediately reply to the first LQR thinkingBrian Somers1998-03-131-6/+6
| * De-staticise LQR informationBrian Somers1998-03-131-1/+2
| * Move `Utmp' into struct physical. We can be logged inBrian Somers1998-03-101-18/+2
| * o Allow "*" in the password field in ppp.secret (forcing aBrian Somers1998-03-091-14/+1
| * o Move all device names into struct physical.Brian Somers1998-03-061-3/+4
| * Do authentication at the datalink level, not the bundle level.Brian Somers1998-03-011-14/+15
| * Allow 8 character login names.Brian Somers1998-02-191-5/+4
| * Create struct datalink.Brian Somers1998-02-161-5/+3