summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* First large MPPE patch from Frank Cusack.David F. Skoll2002-04-0218-102/+950
|
* Fix double-free bug in common/zlib.c. DOES NOT FIX pppdump's copy, though.David F. Skoll2002-04-021-5/+8
|
* 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
| | | | of Synthetic Networks for finding this bug.
* 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-0519-185/+937
| | | | Enhanced radiusclient to support INCLUDE lines in dictionary.
* 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-0114-120/+329
| | | | | | | | | | | | support for MS-CHAP (client and server are now supported.) Allow another plugin to select a different RADIUS server. Modified radiusclient library to include two new APIs: rc_acct_using_server and rc_auth_using_server in which caller specifies which RADIUS servers to use, instead of using the default ones in the config file. The /etc/radiusclient/servers file must still contain secrets for those servers.
* 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
| | | | everything gets installed in $(DESTDIR)
* Added new hooks:David F. Skoll2002-02-127-7/+27
| | | | | | | | snoop_send_hook and snoop_recv_hook allow plugins to watch the flow of frames (typically we're interested in LCP frames). This is useful for implementing L2TP, because the L2TP access concentrator would like to collect some information from LCP and perhaps authentication protocols and forward the information to the LNS.
* Enable more verbose PPPoE plugin outputMichal Ostrowski2002-02-121-1/+5
|
* Plugin for supplying CHAP password via a dedicated fd. (Arvin Schnell ↵Michal Ostrowski2002-02-123-2/+258
| | | | <arvin@suse.de>)
* Added radius_pre_auth_hook to let additional plugins stacked on topDavid F. Skoll2002-02-081-4/+12
| | | | of RADIUS do interesting things.
* Updated config.h.inDavid F. Skoll2002-01-221-1/+1
|
* Added RADIUS suppport.David F. Skoll2002-01-22101-58/+20722
|
* Made proxyarp search for the best matching interface (the one with the highestDavid F. Skoll2002-01-221-88/+97
| | | | netmask) instead of the first matching interface.
* 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
| | | | included, so the default build is unchanged.
* Made setipaddr() non-static so it can be called from plugins (particularlyRussell Coker2002-01-112-5/+9
| | | | | | portslave). Also fix a trivial multiple-definition warning in ppp/pppd/ipcp.c and a comma-at-end-of-enum warning in ppp/pppd/pppd.h.
* Fix for locking on Linux and related systems, particularly for devfs.Russell Coker2002-01-111-3/+15
| | | | Also include <time.h> to avoid some warnings.
* 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
| | | | also fixed a trivial memory leak.
* Added <time.h> to stop warnings, and made it check errors fromRussell Coker2002-01-111-2/+3
| | | | pam_open_session().
* Enlarged the report buffer to 256 bytes.Russell Coker2002-01-111-2/+2
|
* Clarified maxfail.Russell Coker2002-01-111-2/+3
|
* Fixed some minor syntax errors.Russell Coker2002-01-111-5/+5
|
* Add if_pppox.h, to avoid dependency on existence of linux-kernel source treeMichal Ostrowski2001-12-151-0/+145
|
* Switch to using RoaringPenguin-based PPPOE pluginMichal Ostrowski2001-12-1423-3219/+3397
|
* 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
|
* add plugins and plugins/pppoePaul Mackerras2001-07-262-2/+5
|
* 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
|