]> git.ozlabs.org Git - ppp.git/history - pppd/plugins
pppoe-discovery: add options to tune discovery timeout and attempts
[ppp.git] / pppd / plugins /
2017-12-11 Martin Schillerpppoe-discovery: add options to tune discovery timeout...
2017-12-11 Martin Schillerpppoe-discovery: add quiet-mode option
2017-12-11 Martin Schillerpppoe-discovery: use correct exit code depending on...
2017-12-11 Martin Schillerpppoe-discovery: show real usage information
2017-03-18 Paul MackerrasMerge branch 'master' of https://github.com/gburgessiv/ppp
2017-03-18 Paul MackerrasMerge branch 'rp-pppoe-error' of https://github.com...
2017-03-18 Paul MackerrasMerge branch 'sys-to-errno-h' of https://github.com...
2017-03-18 Paul MackerrasMerge https://github.com/yasuoka/ppp
2017-03-18 Paul MackerrasMerge branch 'lr/linux-4.8' of https://github.com/Netwo...
2017-01-09 Lubomir Rintelpppoe: include netinet/in.h before linux/in.h
2016-10-15 Stefan Nicklpppd: Provide error() implementation in pppoe-discovery
2016-07-09 Paul MackerrasMerge branch 'plog-usability' of https://github.com...
2015-08-14 Paul MackerrasMerge branch 'send-padt-on-disconnect' of git://github...
2015-08-14 Paul MackerrasMerge branch 'no-error-on-already-closed' of git:/...
2015-08-14 Paul MackerrasMerge branch 'master' of git://github.com/pprindeville/ppp
2015-08-14 Paul MackerrasMerge branch 'bug_fix' of git://github.com/radaiming/ppp
2015-08-14 Paul MackerrasMerge branch 'master' of git://github.com/vapier/ppp
2015-08-14 Paul MackerrasMerge branch 'master' of https://github.com/ncopa/ppp
2015-03-01 Simon FarnsworthSend PADT on PPPoE disconnect
2015-03-01 Simon FarnsworthSuppress false error message on PPPoE disconnect
2014-08-10 Martin von Gagernabort on errors in subdir builds
2014-08-01 Paul MackerrasMerge branch 'master' of git://github.com/cmcqueen/ppp
2014-08-01 Paul Mackerraswinbind plugin: Add -DMPPE=1 to eliminate compiler...
2014-08-01 Paul Mackerrasradius: Fix realms-config-file option
2014-03-09 Benjamin Camapppol2tp: Connect up/down events to notifiers and add...
2013-06-10 Vadim Zotovradius: Handle additional attributes
2013-06-09 Paul Mackerraspppoatm: Remove explicit loading of pppoatm kernel...
2013-05-11 Adrian Banplugins/radius: Handle bindaddr keyword in radiusclient...
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...
next