summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/auth.c
Commit message (Expand)AuthorAgeFilesLines
* Handle NULL return from crypt(3). Mostly from DragonFlykevlo2012-02-221-1/+3
* Revert previous commit and fix OpenPAM issue properly.des2007-12-221-6/+6
* Fix/workaround build breakage caused by PAM importkmacy2007-12-211-1/+1
* Fix the build on 64-bit platforms.marcel2004-09-061-4/+4
* Make ppp WARNS=5 cleanbrian2004-09-051-11/+9
* Basic PAM authentication support.ru2003-10-291-0/+48
* o Clean up some #includesbrian2002-05-141-1/+0
* Get tun P2P address from the local pool if RADIUS server returnedhosokawa2002-04-041-1/+2
* When authenticating a name containing a ``\'', attempt to autenticatebrian2002-01-081-9/+50
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-0/+5
* Convert IIJ copyrights to BSD copyrights.brian2001-06-131-19/+25
* Don't allowt '#' as a comment when it's embedded in quotes:brian1999-12-271-4/+4
* Don't munge ``set dial|login|logout|hangup'' arguments beforebrian1999-12-221-4/+4
* Notice and warn about unterminated quoted strings in commands.brian1999-12-201-8/+20
* Cosmetic: Make struct mbuf more like kernel mbufs.brian1999-12-201-4/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Don't drop the last character from lines in ppp.secret unless it's '\n'.brian1999-06-081-3/+5
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-2/+3
* Avoid a few warnings on the alphabrian1999-03-311-2/+2
* Allow control over the number of ConfigREQ & TermREQ attemptsbrian1999-02-261-4/+6
* Handle empty PAP & CHAP packets (containing only an FSM header).brian1999-02-201-2/+5
* Be a little more verbose about dodgy looking authenticationbrian1999-02-191-4/+9
* Fully support both NT and LANMan CHAP type 0x80 as bothbrian1999-02-181-3/+6
* Decouple pap & chap output routines from the correspondingbrian1999-02-061-17/+52
* Reimplement the previous fix (no response to PAP requests)brian1999-02-021-6/+13
* If we receive no answer from the server when sending PAPbrian1999-02-011-4/+7
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-23/+52
* Don't return stack-based data. This may have causedbrian1998-12-171-2/+2
* Put the IP buffer queues into struct ipcp.brian1998-08-261-3/+3
* o Support callback types NONE, E.164, AUTH and CBCP.brian1998-08-071-4/+38
* Add missing braces - without them, the IP & label were mis-selectedbrian1998-07-191-7/+4
* o De-staticise things that don't need to be static.brian1998-06-151-2/+2
* MFMP: Make ppp multilink capable.brian1998-05-211-110/+145
* Add extraneous braces to stiffle warnings from gcc-2.8brian1998-03-131-2/+3
* Remove unused #includes.brian1998-01-211-6/+1
* o Allow the use of HISADDR as the first arg to "add".brian1998-01-051-22/+16
* Cosmetic (style):brian1997-12-241-11/+11
* Fix prototypes.brian1997-11-221-8/+9
* Add id strings to tun.[ch].brian1997-11-171-14/+1
* Finish the security improvements:brian1997-11-111-3/+3
* Don't create a diagnostic socket by default.brian1997-11-091-9/+13
* Don't ask for a password if it's specified as empty.brian1997-11-091-3/+12
* Increase chat script sizes to 512brian1997-11-091-4/+4
* Cosmetic (no functional changes):brian1997-10-261-12/+22
* Correct ppp authentication defaults in interactivebrian1997-09-091-3/+7
* Install as group ``network''brian1997-09-041-12/+13
* Make the code format more in line with style(9).brian1997-08-251-46/+41
* Overhaul ppp:brian1997-06-091-4/+2
* De-couple ppp from libalias. If libalias isn't there, thebrian1997-05-261-1/+2
* Tidy up the code - bounds checking, returnbrian1997-05-101-6/+12
OpenPOWER on IntegriCloud