]> git.ozlabs.org Git - ppp.git/history - pppd
Update README and patchlevel date for 2.4.5 release
[ppp.git] / pppd /
2009-11-16 Paul MackerrasUpdate README and patchlevel date for 2.4.5 release
2009-11-15 Paul MackerrasSpecify the device name on the default route deletion
2009-10-23 Paul MackerrasIncrease default IPCP Conf-Nak limit
2009-10-23 Marcus BetterAccept ms-wins settings provided by server
2009-08-26 Simon ArlottFix spelling of "Protocol"
2008-11-26 Paul MackerrasFix authentication on second time around with multilink...
2008-11-25 Damjan GeorgievskiFix compilation of pppd/session.c
2008-10-09 Maxime BizonFix build when libc doesn't have shadow password support
2008-09-06 Paul MackerrasUpdate for 2.4.5 release
2008-09-06 Paul MackerrasUpdate ppp_available and the no_ppp_msg message
2008-09-06 Paul MackerrasEnable printing of MS-CHAP and MS-CHAPv2 auth options...
2008-08-24 Paul MackerrasFix the argument type in call to MD5_Update properly
2008-08-19 Paul MackerrasSquish a few more char vs unsigned char warnings
2008-08-19 Paul MackerrasRemove various warnings, fix pppol2tp install
2008-08-18 Paul MackerrasFix build error in the rp-pppoe plugin
2008-08-18 Paul MackerrasRemove more stuff that we don't need to distribute
2008-07-27 Paul MackerrasRemove files that don't go into releases
2008-07-27 Paul MackerrasGet the repository a bit closer to what will be released
2008-07-01 Paul MackerrasClear hungup in start_link() instead of connect_tty()
2008-06-25 Paul MackerrasFix behaviour of maxoctets option when limit >= 2G
2008-06-23 Paul MackerrasRemove send/recv_config_pppoa
2008-06-23 Paul MackerrasMake the pppoatm plugin's Makefile honour INSTROOT
2008-06-23 Paul MackerrasOnly kill the whole process group if we have detached
2008-06-23 Paul MackerrasFlush the tty when welcomer or connector fails
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 the declaration of multilink_join_hook, missed...
2008-06-15 Paul MackerrasAdd multilink_join_hook, called when a links joins...
2008-06-15 Paul MackerrasMake pppd use blank username/password when explicitly...
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-06-03 Paul MackerrasRewrite some code to avoid a type-punned pointer warning.
2008-06-03 Paul MackerrasMinor tweaks to utils.c
2008-05-26 Paul MackerrasFix bug causing duplicate radius interim accounting...
2008-05-26 Paul MackerrasFix bug 1732 - using un-acked DNS settings
2008-03-26 Paul MackerrasDescribe the noremoteip option.
2008-03-26 Paul MackerrasAllow operation without an IP address for the peer
2008-03-26 Paul MackerrasSome MS-DNS changes: if the peer sends a conf-nak promp...
2008-01-30 James CarlsonFixed uninitialized 'pw' variable in HAS_SHADOW logic...
2008-01-30 Paul MackerrasFix some compile warnings and errors in the !USE_PAM...
2007-12-01 James CarlsonRepaired MSLANMAN so that it doesn't drop core: need...
2007-12-01 James CarlsonAdded net/ppp_defs.h to fix for compilation on Solaris...
2007-06-19 James CarlsonAdded new "enable-session" option to enable session...
2006-12-19 Paul MackerrasFix bug causing segfault on tdb errors.
2006-12-19 Paul MackerrasAdd extra baud rates >= 1Mbaud.
2006-12-19 Paul MackerrasFix bug in CHAP MS v2 handling where we didn't zero...
2006-12-19 Paul MackerrasFix problem with fd 0 getting closed unintentionally...
2006-06-28 Paul MackerrasUpdate patchlevel date
2006-06-18 Paul MackerrasRestore original EUID rather than 0 during option proce...
2006-06-16 Paul MackerrasNote pppd's behaviour regarding sending signals to...
2006-06-15 Paul MackerrasFix obvious subscript-out-of-range error.
2006-06-04 Paul MackerrasPut back a "0" that got deleted somehow. I blame the...
2006-06-04 Paul MackerrasCheck the result of seteuid(), just to be paranoid.
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-06-04 Paul MackerrasFix snafu in run_program(). Patch from Robert Vogelgesang.
2006-05-29 Paul MackerrasUpdate for 2.4.4 release
2006-05-29 Paul MackerrasRemove name checks in the rp-pppoe plugin PPPoEDevnameH...
2006-05-22 Paul MackerrasThis enables plugins called via hooks/notifiers triggered
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
2006-05-21 Paul MackerrasFix bug reported in PR#1302 - doing strtol on "E=..."
2006-05-21 Paul MackerrasFix segfault when secret is exactly 32 bytes long.
2006-05-21 Paul MackerrasAvoid bus errors from unaligned input to SHA1Update
2005-08-28 Paul MackerrasDon't mention radius twice in SUBDIRS
2005-08-28 Paul MackerrasUp-date.
2005-08-28 Paul MackerrasDefine DESTDIR when compiling under Solaris.
2005-08-28 Paul MackerrasCreate the default route as a device route rather than...
2005-08-28 Paul MackerrasMake sure we call the channel's cleanup function.
2005-08-28 Paul MackerrasDescribe the nolock option in the man page.
2005-08-26 Paul MackerrasDescribe the /etc/ppp/ip-pre-up script.
2005-08-25 Paul MackerrasAdded an /etc/ppp/ip-pre-up script, run before the...
2005-08-25 Paul MackerrasSet the outbound indicator on candidate dial-on-demand...
2005-08-25 Paul MackerrasSome minor clarifications and amendments.
2005-08-25 Paul MackerrasDon't override the user's choice of mtu/mru < 1492,
2005-07-13 Paul MackerrasChange DLT_PPP_WITHDIRECTION to DLT_PPP_PPPD since...
2005-07-13 Paul MackerrasLog a message when we succeed or fail in authenticating...
2005-07-12 Paul MackerrasUpdate to 2.4.4b1
2005-07-12 Paul MackerrasClean up base64_encode a bit more.
2005-07-12 Paul MackerrasAssume that we have libcrypt if we have /usr/include...
2005-07-12 Paul MackerrasStop the charshunt process after running the disconnector,
2005-07-12 Paul MackerrasBring up the link on an explicit call from main() rathe...
2005-07-10 Paul MackerrasAdd a bit more space to the output buffer for base64...
2005-07-10 Paul MackerrasGet the plugins from the right directory when DESTDIR...
2005-07-10 Paul MackerrasReturn the message from the radius server to the peer.
2005-07-10 Paul MackerrasFix the rechallenge behaviour. Previously, once it...
2005-07-09 Paul MackerrasDon't set the interface MTU in PPPOESendConfig, in...
2005-07-09 Paul MackerrasClear the wtmp entry in plogout whether or not USE_PAM...
2005-07-09 Paul MackerrasFix the return value from setpassfilter and setactivefi...
2005-06-26 James CarlsonFixed configure breakage in $archvariant support for...
2005-05-04 James CarlsonFix for Sun CR 6257917: the right prefix length for...
2005-03-22 Paul MackerrasMake the description of the call option more verbose...
2005-03-22 Paul MackerrasFrom Marco D'Itri: fix for an earlier patch from him.
2005-03-22 Paul MackerrasFrom Marco D'Itri.
2005-03-22 Paul MackerrasFrom Marco D'Itri.
2005-03-21 Paul MackerrasDo an lcp_close whenever the link terminates, not just...
2004-12-31 Paul MackerrasCall lcp_close(0) in link_required if the channel conne...
2004-12-31 Paul MackerrasDon't close pty_slave and real_ttyfd in connect_tty...
2004-12-31 Paul MackerrasDLT_PPP_WITH_DIRECTION should be DLT_PPP_WITHDIRECTION.
next