]> git.ozlabs.org Git - ppp.git/shortlog
ppp.git
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 include/linux/if_pppol2tp.h, missed in a previous...
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 a description of multilink_join_hook.
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 MackerrasMake MANDIR directory if not present.
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 Mackerrasupdate for 2.4.4
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 with info about chap_verify_hook, which has...
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-27 James CarlsonFixed kernel memory leaks reported by Jin Jiang along...
2005-06-26 James CarlsonAdded support for x64 (AMD Opteron/Athlon and Intel...
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-15 James CarlsonCut down on spam from Solaris ppp kernel bits: unknown...
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 MackerrasApparently the IBM patent on LZW is still pending.
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.
next