aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/auth.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* ppp(8): Fix various bugs in NOPAM section of auth_CheckPasswdConrad Meyer2017-10-021-4/+10
* Handle NULL return from crypt(3). Mostly from DragonFlyKevin Lo2012-02-221-1/+3
* Revert previous commit and fix OpenPAM issue properly.Dag-Erling Smørgrav2007-12-221-6/+6
* Fix/workaround build breakage caused by PAM importKip Macy2007-12-211-1/+1
* Fix the build on 64-bit platforms.Marcel Moolenaar2004-09-061-4/+4
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-11/+9
* Basic PAM authentication support.Ruslan Ermilov2003-10-291-0/+48
* o Clean up some #includesBrian Somers2002-05-141-1/+0
* Get tun P2P address from the local pool if RADIUS server returnedTatsumi Hosokawa2002-04-041-1/+2
* When authenticating a name containing a ``\'', attempt to autenticateBrian Somers2002-01-081-9/+50
* 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 allowt '#' as a comment when it's embedded in quotes:Brian Somers1999-12-271-4/+4
* Don't munge ``set dial|login|logout|hangup'' arguments beforeBrian Somers1999-12-221-4/+4
* Notice and warn about unterminated quoted strings in commands.Brian Somers1999-12-201-8/+20
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Don't drop the last character from lines in ppp.secret unless it's '\n'.Brian Somers1999-06-081-3/+5
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-2/+3
* Avoid a few warnings on the alphaBrian Somers1999-03-311-2/+2
* Allow control over the number of ConfigREQ & TermREQ attemptsBrian Somers1999-02-261-4/+6
* Handle empty PAP & CHAP packets (containing only an FSM header).Brian Somers1999-02-201-2/+5
* Be a little more verbose about dodgy looking authenticationBrian Somers1999-02-191-4/+9
* Fully support both NT and LANMan CHAP type 0x80 as bothBrian Somers1999-02-181-3/+6
* Decouple pap & chap output routines from the correspondingBrian Somers1999-02-061-17/+52
* Reimplement the previous fix (no response to PAP requests)Brian Somers1999-02-021-6/+13
* If we receive no answer from the server when sending PAPBrian Somers1999-02-011-4/+7
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-23/+52
* Don't return stack-based data. This may have causedBrian Somers1998-12-171-2/+2
* Put the IP buffer queues into struct ipcp.Brian Somers1998-08-261-3/+3
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-4/+38
* Add missing braces - without them, the IP & label were mis-selectedBrian Somers1998-07-191-7/+4
* o De-staticise things that don't need to be static.Brian Somers1998-06-151-2/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-109/+144
|\
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-13/+13
| * o Add the link name to modem diagnostics.Brian Somers1998-04-281-1/+2
| * o Defer setting up pap/chap based IP numbers & labels until afterBrian Somers1998-04-241-31/+60
| * Negotiate MRRU, SHORTSEQ and ENDDISC. ENDDISC doesn't implyBrian Somers1998-04-231-3/+3
| * Tidy up the use of struct pppTimer.Brian Somers1998-04-191-2/+1
| * o Move the accept/deny/disable/enable globals either to theBrian Somers1998-04-161-3/+2
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-4/+2
| * Remove unused includes.Brian Somers1998-04-061-5/+1
| * Deglobalise `struct prompt':Brian Somers1998-04-031-58/+1
| * o Move default MRU, MTU, ACCMAP and OPENMODE config values intoBrian Somers1998-04-031-2/+3
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-1/+4
| * 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