]> git.ozlabs.org Git - ppp.git/history - pppd
Added net/ppp_defs.h to fix for compilation on Solaris, where u_int32_t
[ppp.git] / pppd /
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.
2004-11-15 Paul MackerrasGet rid of the MS_ChapResponse and MS_Chap2Response...
2004-11-14 James CarlsonAdded log messages for LCP Identification, Time-Remaini...
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 these files, used with TDB.
2004-11-13 Paul MackerrasCorrectly escape or unescape hypens in the man pages.
2004-11-13 Paul MackerrasAdd pppoe-discovery program, from Marco D'Itri
2004-11-13 Paul MackerrasUpdate
2004-11-13 Paul MackerrasExit with an error if both demand and notty are given.
2004-11-13 Paul MackerrasMake SIGHUP just take down the link now, not the bundle.
2004-11-13 Paul MackerrasUpdate for the recent multilink fixes
2004-11-13 Paul MackerrasTerminate IPCP if the peer refuses to agree to our...
2004-11-13 Paul MackerrasNew version of TDB code, borrowed from samba.
2004-11-13 Paul MackerrasAdd a 'treat as reject' parameter to the nakci functions.
2004-11-12 Paul MackerrasDon't allow the client to ask for callback, since we...
2004-11-12 Paul MackerrasCreate link pid file (from the linkname option value...
2004-11-12 Paul MackerrasMultilink improvements. This involved moving some...
2004-11-12 Paul Mackerrassquish a compile warning
2004-11-12 Paul MackerrasWhen using the notty option, close off stdin and stdout...
2004-11-09 Paul MackerrasCope with /proc/net/ipx/interface as well as /proc...
2004-11-09 Paul MackerrasAdd __attribute__((__packed__)) to the MS-CHAP response...
2004-11-09 Paul MackerrasAdd an underscore to the MD5 routine names so they...
2004-11-09 Paul MackerrasMove sys_init call after we have occupied fds 0, 1, 2.
2004-11-09 Paul MackerrasArrange for holdoff_specified to be set if the holdoff...
2004-11-08 Paul MackerrasCorrect my email address.
2004-11-08 Paul MackerrasFix an infinite negotiation loop where we would respond...
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-06 Paul MackerrasExtend safe_fork to include the shuffling of fds to...
2004-11-06 Paul MackerrasDon't ask for CHAP if we don't have any digests to...
2004-11-04 Paul MackerrasAdd winbind plugin from Andrew Bartlet.
2004-11-04 Paul MackerrasUpdate patch level to 2.4.3b1
2004-11-04 Paul MackerrasFix an fd leak on the discovery socket.
2004-11-04 Paul MackerrasTake out some ancient debugging code.
2004-11-04 Paul MackerrasRemove the requirement that redistributions in binary...
2004-11-04 Paul MackerrasFix the error message when a device name and the socket...
2004-11-04 Paul Mackerrasdocument the child-timeout option
2004-11-04 Paul MackerrasDon't log messages in signal handlers; defer it to...
2004-11-04 Paul MackerrasAdd a timeout when waiting for child processes to exit...
next