]> git.ozlabs.org Git - ppp.git/shortlog
ppp.git
2003-03-25 Frank Cusackfix typo reported by Thomas Klausner.
2003-03-09 Russell CokerBrian May's Perl script to auto-dial ppp. Has exponent...
2003-03-09 Russell CokerMerging tiny patch from John R.Daily <jdaily@progeny...
2003-03-07 Frank Cusackadd debugging for coherency count
2003-03-05 Frank CusackIf the peer offers mppe stateful mode (H bit clear...
2003-03-04 Frank Cusackclean(): Fix buffer overflow.
2003-03-04 Frank Cusacksafe_fork(): trap EINTR on pipe read
2003-03-04 Frank Cusack*_send_config and *_recv_config now return int instead...
2003-03-04 Frank Cusackstyle
2003-03-03 Paul MackerrasA bunch of fixes mostly aimed at fixing the problems...
2003-02-26 Frank Cusackstyle
2003-02-25 Frank Cusackmake pap_auth_hook docs match code. Reported by David...
2003-02-24 Frank Cusackupdate timestamp
2003-02-24 Frank Cusackdevice_script(): fix our close() action for the case...
2003-02-24 Frank CusackDon't leak ppp_fd to scripts. Bug reported by Alexande...
2003-02-24 Frank CusackDon't leak an extra pipe descriptor to ptycommand....
2003-02-24 Frank Cusackdevice_script(): dont leak the dup'd in&out fds to...
2003-02-24 Frank CusackDon't leak tdb file descriptor to scripts. Bug reporte...
2003-02-16 Paul Mackerrasmake it compile correctly if CHAPMS is not enabled
2003-02-16 Paul Mackerrasupdate the date
2003-02-16 Paul Mackerrasdon't compile the radius plugin by default
2003-02-16 Paul Mackerrasfix silly syntax error
2003-02-16 Paul Mackerrastake out the addr3 field from the options struct, not...
2003-02-16 Paul MackerrasHonour the allow-ip option even with noauth
2003-02-16 Paul Mackerrasfirst-cut update for 2.4.2
2003-01-30 Frank Cusacktell the decompressor about the extra bytes we allocated
2003-01-30 Frank Cusackverify enough buffer space to decompress a packet
2003-01-17 Frank CusackDon't include delay field when responding to CBCP req...
2003-01-16 Frank Cusackpass-filter is supported on Linux
2003-01-13 Frank CusackMSLANMAN off by default
2003-01-10 Frank Cusackupdate copyright
2002-12-24 Frank CusackAdd support for RADIUS MPPE policy and enctype attributes.
2002-12-24 Frank CusackImprove MPPE rejection logic.
2002-12-23 Frank CusackEnsure that MPPE keys are available when using a plugin.
2002-12-06 Paul MackerrasMake sure we don't do FD_SET(fd, set) with fd >= FD_SET...
2002-12-06 Paul MackerrasMore copyright updates. The new CMU copyright notice...
2002-12-06 Paul MackerrasMore copyright updates. The new CMU copyright notice...
2002-12-04 Paul MackerrasUpdate copyrights. The new CMU copyright notice is...
2002-11-24 Russell CokerAdded a man page for pon/poff/plog and plog to display...
2002-11-24 Russell CokerAdded an alternate pair of scripts for starting and...
2002-11-24 Russell CokerAdded a fix for a situation where pppd would hang indef...
2002-11-24 Russell CokerAdded documentation for the "unit" parameter.
2002-11-14 Frank Cusacksuppress compiler warning about unused SRP var
2002-11-13 Frank Cusackadd rc_avpair_copy() and use it when sending user-speci...
2002-11-13 Frank CusackChapMS_LANMan(): update for new definition MS_ChapRespo...
2002-11-05 David F. SkollFixed compilation problem with undefined SHA1_SIGNATURE...
2002-11-05 James CarlsonTurn off USE_SRP by default.
2002-11-02 James CarlsonAdded EAP support with MD5-Challenge and SRP-SHA1 metho...
2002-10-27 Frank CusackUpdate for mschapv2 and clarify client/server (authenti...
2002-10-27 Frank CusackSet current_option for error reporting. Bug and fix...
2002-10-27 Frank Cusack__linux__ (already defined by compiler) not _linux_...
2002-10-27 Frank CusackAdd $(DESTDIR) prefix
2002-10-27 Frank Cusacklink_connect_time is now unsigned
2002-10-27 Frank Cusackchange link_connect_time to unsigned
2002-10-27 Frank Cusackupdate_link_stats(): treat link stats as unsigned,...
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 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-18 James CarlsonRepaired handling of multiple mblks on rput side.
2002-09-18 James CarlsonRepaired handling of multiple chained mblks on rput...
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 CarlsonUpdated Solaris-related READMEs for the current code.
2002-09-07 James CarlsonAdded ability to detect and use either gcc or Sun WorkS...
2002-09-06 Alexandr D... build fix
2002-09-01 David F. SkollPatches from Frank Cusack.
2002-09-01 Alexandr D... foggotten ? fix
2002-07-25 David F. SkollMake sure $(MANDIR)/man8 exists.
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... sync constant and attributes names with
2002-07-15 Alexandr D... make Octets-Direction flag accept value=4.
2002-07-13 Alexandr D... Experemental per session traffic limiting.
2002-07-10 Alexandr D... Don't drop connection if CCP not supported
2002-06-25 David F. SkollCosmetic fix.
2002-06-24 David F. SkollPatches from Frank Cusack:
2002-06-24 David F. SkollCheck return code of mmap (bug reported by Nick Bane)
next