summaryrefslogtreecommitdiff
path: root/pppd
Commit message (Expand)AuthorAgeFilesLines
* First large MPPE patch from Frank Cusack.David F. Skoll2002-04-0215-98/+759
* Install Microsoft dictionaries (patch from Frank Cusack)David F. Skoll2002-04-022-6/+10
* Add "nic-xxx" hack to rp-pppoe plugin.David F. Skoll2002-04-021-3/+7
* Fixed plugin installation path.David F. Skoll2002-03-241-1/+1
* Correct (really!) implementation of device name hook in PPPoE plugin.David F. Skoll2002-03-141-11/+13
* Fixed bug in device-name hook in PPPoE plugin. Thanks to Russ CouturierDavid F. Skoll2002-03-141-6/+13
* Handle RADIUS Session-Timeout attribute.David F. Skoll2002-03-121-1/+5
* Fixed incorrect order of args in option list (Frank Cusack)David F. Skoll2002-03-061-2/+2
* Forgot to add dictionary.microsoft.David F. Skoll2002-03-061-0/+81
* Merged check for buffer overflow from radiusclient 0.3.2.David F. Skoll2002-03-051-7/+21
* Patch from Frank Cusack to add support for MSCHAPv2.David F. Skoll2002-03-0517-184/+871
* Patch from Frank Cusack to make RADIUS plugin support MS-CHAP authentication.David F. Skoll2002-03-049-36/+84
* Check for vendor code before trying to interpret RADIUS attributes.David F. Skoll2002-03-011-37/+38
* Large patch from Frank Cusack <fcusack@fcusack.com> to add properDavid F. Skoll2002-03-0113-104/+322
* Added CHAP-challenge attribute to dictionary.David F. Skoll2002-02-281-0/+1
* Service-name was not being set correctly in PPPoE plugin.David F. Skoll2002-02-271-5/+5
* Whitespace tidying.David F. Skoll2002-02-2716-208/+206
* Add newline to ppp.pam (courtesy Frank Cusack)David F. Skoll2002-02-261-1/+1
* Another patch from Frank Cusack to fix install: target.David F. Skoll2002-02-201-3/+3
* Minor patches as suggested by Frank Cusack <fcusack@fcusack.com> to ensureDavid F. Skoll2002-02-191-6/+6
* Added new hooks:David F. Skoll2002-02-126-6/+19
* Enable more verbose PPPoE plugin outputMichal Ostrowski2002-02-121-1/+5
* Plugin for supplying CHAP password via a dedicated fd. (Arvin Schnell <arvin@...Michal Ostrowski2002-02-122-2/+84
* Added radius_pre_auth_hook to let additional plugins stacked on topDavid F. Skoll2002-02-081-4/+12
* Updated config.h.inDavid F. Skoll2002-01-221-1/+1
* Added RADIUS suppport.David F. Skoll2002-01-2299-55/+20674
* Made proxyarp search for the best matching interface (the one with the highestDavid F. Skoll2002-01-221-88/+97
* Fixed reversal of arguments to strlcpy.David F. Skoll2002-01-141-2/+2
* Noted that multilink implies the use of TDB.David F. Skoll2002-01-141-1/+3
* Made multilink and tdb code compile-time options. By default, they areDavid F. Skoll2002-01-142-7/+68
* Made setipaddr() non-static so it can be called from plugins (particularlyRussell Coker2002-01-112-5/+9
* Fix for locking on Linux and related systems, particularly for devfs.Russell Coker2002-01-111-3/+15
* Stop it dumping random data to syslog on plugin version mismatch.Russell Coker2002-01-111-2/+2
* Include <string.h> to fix minor warnings.Russell Coker2002-01-111-0/+1
* Made the exit return code be reported via WEXITSTATUS(status) instead of status,Russell Coker2002-01-111-2/+6
* Added <time.h> to stop warnings, and made it check errors fromRussell Coker2002-01-111-2/+3
* Clarified maxfail.Russell Coker2002-01-111-2/+3
* Switch to using RoaringPenguin-based PPPOE pluginMichal Ostrowski2001-12-1421-3217/+3301
* Correct utmp handling - Robert Davidson <puttputt@iaccess.ws>Michal Ostrowski2001-12-141-3/+0
* Correct link stats - Michael Schwendt <mschwendt@yahoo.com>Michal Ostrowski2001-12-141-18/+26
* cancel maxconnect timeout when the link goes downPaul Mackerras2001-11-091-1/+2
* fix dump_packetPaul Mackerras2001-11-091-2/+2
* rearrange, add pppoePaul Mackerras2001-07-261-12/+27
* pppoe plugin stuff - Michal Ostrowski's version, lightly hackedPaul Mackerras2001-07-2612-0/+3214
* fix commentPaul Mackerras2001-05-231-2/+2
* add dump_packet, don't log lcp echo request/reply messages oncePaul Mackerras2001-05-237-19/+51
* describe new behaviour of plugin optionPaul Mackerras2001-05-231-2/+5
* export generic_{dis,}establish_ppp for pppoe stuffPaul Mackerras2001-05-232-70/+96
* minor bugfixes, now 2.4.2b1, add pkts_in/out to pppd_stats,Paul Mackerras2001-04-276-71/+59
* add some more hooks and notifiersPaul Mackerras2001-04-272-13/+42