]> git.ozlabs.org Git - ppp.git/history - pppd
ccp_addci(): Restore behavior of only testing kernel support for the first
[ppp.git] / pppd /
2002-10-27 Frank Cusackccp_addci(): Restore behavior of only testing kernel...
2002-10-12 Frank CusackChapReceiveResponse(): "clean" remote name.
2002-10-12 Frank CusackLog calling number failed authorization at warn instead...
2002-10-12 Frank Cusack- more authentication logging uniformity
2002-10-11 Frank CusackMake authentication success/failure messages uniform.
2002-10-10 Frank Cusacktypo
2002-10-10 Frank CusackAdd 'remotenumber' and 'allow-number' options, for...
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-24 Frank CusackLose the poorly thought out OPT_A3OR option flag. ...
2002-09-20 Frank Cusacktypo
2002-09-18 James CarlsonFixed some interface lint detected on Solaris.
2002-09-15 Paul MackerrasGet rid of a couple of unnecessary OPT_A2COPYs and...
2002-09-14 Russell CokerAdded Linux support for the ipv6cp-use-persistent option.
2002-09-14 Russell CokerFix a SEGV on printing options error (previously a...
2002-09-12 Paul MackerrasMake sure the interface MTU is not higher than the...
2002-09-12 Paul MackerrasGive the interface name rather than the name of the...
2002-09-12 Paul MackerrasCall sys_close in the child when starting charshunt...
2002-09-12 Paul Mackerrasadd missing parameter to a warn call
2002-09-12 Frank CusackAdd support for radius Class attribute. Possibly broke...
2002-09-09 James Carlson484: make IPCP put all options in increasing numeric...
2002-09-07 James CarlsonAdded ability to detect and use either gcc or Sun WorkS...
2002-09-06 Alexandr D. Kanevskiybuild fix
2002-09-01 David F. SkollPatches from Frank Cusack.
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-18 David F. SkollFixed typo in options.c so it compiles.
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-07-10 Alexandr D. KanevskiyDon't drop connection if CCP not supported
2002-06-24 David F. SkollPatches from Frank Cusack:
2002-06-24 David F. SkollCheck return code of mmap (bug reported by Nick Bane)
2002-06-10 David F. SkollAdded "install-devel" Makefile target to install pppd...
2002-06-01 Michael Beattieactive-filter is available on linux too.
2002-06-01 Michael BeattieAdded an option to enable CBCP.
2002-05-28 David F. SkollFrank Cusack's latest patch.
2002-05-22 David F. SkollAdding files which I forgot to do as part of Frank...
2002-05-21 David F. SkollECP patches from Frank Cusack:
2002-04-02 David F. SkollCorrected Linux MPPE kernel modules (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. SkollFixed incorrect order of args in option list (Frank...
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.
2002-02-27 David F. SkollService-name was not being set correctly in PPPoE plugin.
2002-02-27 David F. SkollWhitespace tidying.
2002-02-26 David F. SkollAdd newline to ppp.pam (courtesy Frank Cusack)
2002-02-20 David F. SkollAnother patch from Frank Cusack to fix install: target.
2002-02-19 David F. SkollMinor patches as suggested by Frank Cusack <fcusack...
2002-02-12 David F. SkollAdded new hooks:
2002-02-12 Michal OstrowskiEnable more verbose PPPoE plugin output
2002-02-12 Michal OstrowskiPlugin for supplying CHAP password via a dedicated...
2002-02-08 David F. SkollAdded radius_pre_auth_hook to let additional plugins...
2002-01-22 David F. SkollUpdated config.h.in
2002-01-22 David F. SkollAdded RADIUS suppport.
2002-01-22 David F. SkollMade proxyarp search for the best matching interface...
2002-01-14 David F. SkollFixed reversal of arguments to strlcpy.
2002-01-14 David F. SkollNoted that multilink implies the use of TDB.
2002-01-14 David F. SkollMade multilink and tdb code compile-time options. ...
2002-01-11 Russell CokerMade setipaddr() non-static so it can be called from...
2002-01-11 Russell CokerFix for locking on Linux and related systems, particula...
2002-01-11 Russell CokerStop it dumping random data to syslog on plugin version...
2002-01-11 Russell CokerInclude <string.h> to fix minor warnings.
2002-01-11 Russell CokerMade the exit return code be reported via WEXITSTATUS...
2002-01-11 Russell CokerAdded <time.h> to stop warnings, and made it check...
2002-01-11 Russell CokerClarified maxfail.
2001-12-14 Michal OstrowskiSwitch to using RoaringPenguin-based PPPOE plugin
2001-12-14 Michal OstrowskiCorrect utmp handling - Robert Davidson <puttputt@iacce...
2001-12-14 Michal OstrowskiCorrect link stats - Michael Schwendt <mschwendt@yahoo...
2001-11-09 Paul Mackerrascancel maxconnect timeout when the link goes down
2001-11-09 Paul Mackerrasfix dump_packet
2001-07-26 Paul Mackerrasrearrange, add pppoe
2001-07-26 Paul Mackerraspppoe plugin stuff - Michal Ostrowski's version, lightl...
2001-05-23 Paul Mackerrasfix comment
2001-05-23 Paul Mackerrasadd dump_packet, don't log lcp echo request/reply messa...
2001-05-23 Paul Mackerrasdescribe new behaviour of plugin option
2001-05-23 Paul Mackerrasexport generic_{dis,}establish_ppp for pppoe stuff
2001-04-27 Paul Mackerrasminor bugfixes, now 2.4.2b1, add pkts_in/out to pppd_stats,
2001-04-27 Paul Mackerrasadd some more hooks and notifiers
2001-03-25 Paul Mackerrasupdate to 2.4.1
2001-03-22 Paul Mackerrasprevent ipv6 stuff from complaining about no addresses...
2001-03-16 Paul Mackerrasimplement %u for printing bytes sent/received
next