summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/auth.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow up to 40 args in the chat script (was 20).brian1997-05-071-4/+4
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix many buffer overruns in the code. Specifically, disallow ExpandStringimp1997-01-101-3/+3
* Here is a diff of /usr/src/usr.sbin/ppp against current. The diffsphk1996-05-111-2/+2
* Final cleanup for now. -Wall is now silent. A couple of bogons found.phk1996-01-111-6/+10
* 1. Do not log the password itself to ppp.log ( Mr. Rich Murphey )amurai1995-09-021-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Fixing minor bug and allow help(Not for all command) and quitamurai1995-02-271-3/+4
* New user Process PPP based on iij-ppp0.94beta2.amurai1995-02-261-2/+92
* (no commit message)amurai1995-01-311-0/+112
OpenPOWER on IntegriCloud