]> git.ozlabs.org Git - ppp.git/history - pppd/plugins
pppstats: Fix undefined macro in man page
[ppp.git] / pppd / plugins /
2013-02-03 Paul Mackerrasplugins/passprompt: Fix potential out-of-bounds array...
2013-02-03 Charlie Bradyppp: ignore unrecognised radiusclient configuration...
2012-05-20 Paul Mackerrasrp-pppoe plugin: Import some fixes from rp-pppoe-3.10
2012-05-20 Benjamin LaHaiserp-pppoe plugin: Print leading zeros in MAC address
2010-08-24 Simon Arlottrp-pppoe: allow MTU to be increased up to 1500
2010-03-07 Paul Mackerrasrp_pppoe: Copy acName and pppd_pppoe_service after...
2010-03-06 Ludwig NusselInstall pppol2tp plugins with sane permissions
2008-08-19 Paul MackerrasRemove various warnings, fix pppol2tp install
2008-08-18 Paul MackerrasFix build error in the rp-pppoe plugin
2008-07-27 Paul MackerrasGet the repository a bit closer to what will be released
2008-06-23 Paul MackerrasRemove send/recv_config_pppoa
2008-06-23 Paul MackerrasMake the pppoatm plugin's Makefile honour INSTROOT
2008-06-15 Paul MackerrasRemoving hard-coded CC = gcc in a few Makefiles.
2008-06-15 Paul MackerrasAdd openl2tp plugin.
2008-06-15 Paul MackerrasAdd L2TP support.
2008-06-15 Paul MackerrasAdd pppoe-mac option to rp-pppoe plugin
2008-06-09 Paul MackerrasUpdates and fixes for the rp-pppoe plugin
2008-05-26 Paul MackerrasFix bug causing duplicate radius interim accounting...
2006-06-15 Paul MackerrasFix obvious subscript-out-of-range error.
2006-06-04 Paul MackerrasCheck the return value of setuid, and make sure that...
2006-06-04 Paul MackerrasAdd $(INSTDIR) to installation paths in Linux makefiles.
2006-05-29 Paul MackerrasRemove name checks in the rp-pppoe plugin PPPoEDevnameH...
2006-05-22 Paul MackerrasThis fixes the RADIUS accounting termination cause...
2006-05-21 Paul MackerrasPass -q option to modprobe, as suggested in PR#1373
2005-08-28 Paul MackerrasDon't mention radius twice in SUBDIRS
2005-08-25 Paul MackerrasDon't override the user's choice of mtu/mru < 1492,
2005-07-12 Paul MackerrasClean up base64_encode a bit more.
2005-07-10 Paul MackerrasAdd a bit more space to the output buffer for base64...
2005-07-10 Paul MackerrasReturn the message from the radius server to the peer.
2005-07-09 Paul MackerrasDon't set the interface MTU in PPPOESendConfig, in...
2005-03-22 Paul MackerrasFrom Marco D'Itri.
2004-11-15 Paul MackerrasGet rid of the MS_ChapResponse and MS_Chap2Response...
2004-11-14 Paul MackerrasUse the ipparam value as the PW_CALLING_STATION_ID...
2004-11-14 Paul MackerrasAdd radius to the list of plugins to be compiled by...
2004-11-14 Paul Mackerrasmake sure plugins get installed in the right place
2004-11-14 Paul MackerrasMake sure we install plugins in the right place
2004-11-14 Paul MackerrasSimplified and cleaned up the radiusclient implementati...
2004-11-13 Paul MackerrasAdd pppoe-discovery program, from Marco D'Itri
2004-11-06 Paul MackerrasNew pppoatm plugin, sent in by David Woodhouse.
2004-11-06 Paul MackerrasRun ntlm_auth as the user that invoked pppd.
2004-11-04 Paul MackerrasAdd winbind plugin from Andrew Bartlet.
2004-11-04 Paul MackerrasFix an fd leak on the discovery socket.
2004-10-31 Paul MackerrasTake out the -o root argument to install. It is the...
2004-10-31 Paul MackerrasPut man pages in /usr/share/man under Linux.
2004-10-29 Paul MackerrasAdd --prefix and --sysconfdir options to configure...
2004-10-28 Paul MackerrasPatch from Robert Vogelgesang:
2004-10-28 Paul MackerrasRemove compile warning resulting from chap_verify_hook...
2004-10-28 Paul MackerrasPatch from Robert Vogelgesang:
2004-10-24 Paul MackerrasAllow pppoe to be used on bridging interfaces (br*).
2004-04-12 Alexandr D. Kanevskiyadd support of Port-Type=Sync
2004-04-12 Alexandr D. Kanevskiyadd support of Port-Type=Sync
2004-03-26 Alexandr D. KanevskiyDescribe avpair in pppd-radius.8
2004-01-13 Paul MackerrasPPPoE updates: don't exit if discovery fails, cope...
2004-01-13 Paul MackerrasChange some Makefile.linux files to use COPTS and CFLAG...
2004-01-11 Paul MackerrasFix off-by-one error in radius MS-CHAPv2 verification.
2003-11-25 Paul MackerrasUpdate this for the new CHAP code. Untested.
2003-04-25 Frank Cusackpromptpass(): handle EINTR (bug report from Damian...
2003-04-25 Frank Cusackpromptpass(): read(2) returns ssize_t, not size_t....
2003-04-25 Frank Cusackrc_get_seqnbr(): Avoid "fscanf failure" errors if the...
2003-04-25 Frank Cusacktypo
2003-04-16 Frank CusackFix stack overflow. Bug report and fix from Alexandar...
2003-04-07 Paul MackerrasRevert the previous change that required channel send_c...
2003-03-04 Frank Cusack*_send_config and *_recv_config now return int instead...
2003-02-16 Paul Mackerrasdon't compile the radius plugin by default
2002-12-24 Frank CusackAdd support for RADIUS MPPE policy and enctype attributes.
2002-12-23 Frank CusackEnsure that MPPE keys are available when using a plugin.
2002-12-06 Paul MackerrasMore copyright updates. The new CMU copyright notice...
2002-11-13 Frank Cusackadd rc_avpair_copy() and use it when sending user-speci...
2002-10-27 Frank Cusack__linux__ (already defined by compiler) not _linux_...
2002-10-05 Frank Cusacktypo
2002-10-05 Frank Cusackradrealms plugin from Ben McKeegan
2002-10-01 Frank CusackSend NAS-Identifier attribute instead of NAS-IP-Address...
2002-10-01 Frank CusackAdd PW_CALLING_STATION_ID for CHAP auth also.
2002-10-01 Frank CusackAdd option 'avpair' to send arbitrary RADIUS attributes...
2002-10-01 Frank Cusack+ Allow rc_avpair_insert() to insert lists instead...
2002-09-12 Frank CusackAdd support for radius Class attribute. Possibly broke...
2002-09-07 James CarlsonAdded ability to detect and use either gcc or Sun WorkS...
2002-09-01 Alexandr D. Kanevskiyfoggotten ? fix
2002-07-25 David F. SkollAdded support for Acct-Interim-Interval attribute....
2002-07-25 David F. SkollAdded Acct-Interim-Interval RADIUS attribute.
2002-07-24 David F. SkollStarted adding support for interim RADIUS accounting...
2002-07-16 Alexandr D. Kanevskiysync constant and attributes names with
2002-07-15 Alexandr D. Kanevskiymake Octets-Direction flag accept value=4.
2002-07-13 Alexandr D. KanevskiyExperemental per session traffic limiting.
2002-06-24 David F. SkollPatches from Frank Cusack:
2002-04-02 David F. SkollAdded RADIUS support for MPPE (patch from Frank Cusack)
2002-04-02 David F. SkollFirst large MPPE patch from Frank Cusack.
2002-04-02 David F. SkollInstall Microsoft dictionaries (patch from Frank Cusack)
2002-04-02 David F. SkollAdd "nic-xxx" hack to rp-pppoe plugin.
2002-03-24 David F. SkollFixed plugin installation path.
2002-03-14 David F. SkollCorrect (really!) implementation of device name hook...
2002-03-14 David F. SkollFixed bug in device-name hook in PPPoE plugin. Thanks...
2002-03-12 David F. SkollHandle RADIUS Session-Timeout attribute.
2002-03-06 David F. SkollForgot to add dictionary.microsoft.
2002-03-05 David F. SkollMerged check for buffer overflow from radiusclient...
2002-03-05 David F. SkollPatch from Frank Cusack to add support for MSCHAPv2.
2002-03-04 David F. SkollPatch from Frank Cusack to make RADIUS plugin support...
2002-03-01 David F. SkollCheck for vendor code before trying to interpret RADIUS...
2002-03-01 David F. SkollLarge patch from Frank Cusack <fcusack@fcusack.com...
2002-02-28 David F. SkollAdded CHAP-challenge attribute to dictionary.
next