]> git.ozlabs.org Git - ppp.git/shortlog
ppp.git
2004-04-12 Alexandr D... tidy up shell scripting, common radvd path in examples
2004-04-12 Alexandr D... example fix
2004-04-12 Alexandr D... add support of Port-Type=Sync
2004-04-12 Alexandr D... add support of Port-Type=Sync
2004-04-12 Alexandr D... fix random signals blocking in handle_events()
2004-04-12 Alexandr D... fix random signals blocking in kill_my_pg()
2004-03-26 Alexandr D... Describe avpair in pppd-radius.8
2004-03-23 Frank CusackMPPE for 2.6.
2004-02-02 James CarlsonFixed bad next-state in previous delta; need to go...
2004-02-02 Paul MackerrasFix kill_my_pg, and add a big fat comment explaining why
2004-02-02 James CarlsonAllow *-max-terminate to be set to zero -- meaning...
2004-01-17 James CarlsonFixed compilation failure on Solaris due to new CHAP...
2004-01-15 Paul MackerrasDescribe DNS1 and DNS2 environment variables.
2004-01-13 Paul MackerrasUpdate
2004-01-13 Paul MackerrasDon't change serial port permissions under Linux, since the
2004-01-13 Paul MackerrasRemove the code that handles the %r format, since it...
2004-01-13 Paul MackerrasCheck for EAGAIN as well as EWOULDBLOCK, since they are
2004-01-13 Paul MackerrasNote that the inbound and outbound qualifiers can be...
2004-01-13 Paul MackerrasPPPoE updates: don't exit if discovery fails, cope...
2004-01-13 Paul MackerrasInvoke options.ttyxx even if the dev directory isn...
2004-01-13 Paul MackerrasDon't fall over if the channel doesn't have a disconnec...
2004-01-13 Paul MackerrasFix a compile warning (IPPROTO_TCP redefined).
2004-01-13 Paul MackerrasAlways set the DNS1 and DNS2 environment variables...
2004-01-13 Paul MackerrasChange some Makefile.linux files to use COPTS and CFLAG...
2004-01-13 Paul MackerrasChange references to cuaN in examples and documentation...
2004-01-11 Paul MackerrasFix off-by-one error in radius MS-CHAPv2 verification.
2003-12-17 Alexandr D... bugfix from Erich Schubert (erich at debian.org)
2003-11-27 Paul MackerrasFix the ID string
2003-11-27 Paul MackerrasRemove old CHAP implementation
2003-11-27 Paul MackerrasEnable PPP filtering by default on Linux.
2003-11-27 Paul MackerrasUpdate my email address.
2003-11-27 Paul MackerrasRemove references to the old CHAP code.
2003-11-25 Paul MackerrasUpdate this for the new CHAP code. Untested.
2003-11-25 Paul MackerrasUpdate to 2.4.2
2003-09-23 Alexandr D... fix a bug reported by Morgan Nelson.
2003-07-28 James CarlsonFixed the old chap.c so that it works with the new...
2003-07-10 Frank Cusackskip response length byte before handling the response...
2003-07-07 Frank Cusack#include <linux/string.h> for mem*()
2003-07-07 Frank Cusack#elif, not #else if
2003-07-07 Frank Cusackdon't barf on RH directory suffixes (-release)
2003-06-29 Paul MackerrasFix a couple of state transitions
2003-06-29 Paul MackerrasFix a couple of errors pointed out by Andrew Benham...
2003-06-29 Paul MackerrasUpdate the what's new list
2003-06-11 Paul MackerrasNew CHAP implementation, rewritten from scratch to...
2003-06-11 Paul MackerrasFix a bug where we would keep asking for MS-CHAP v2...
2003-06-11 Paul MackerrasAdd copyright notice and rewrite all sections which...
2003-05-25 Frank Cusacks/opad/xpad/ to be consistent with other vars (r=recv...
2003-05-25 Frank Cusacksmall padding change
2003-05-25 Frank Cusackbail on dirs not of the form linux-x.y.z
2003-05-13 Frank Cusackmodify ppp_generic patch to avoid an if() test and...
2003-05-12 Frank Cusacktypo
2003-05-12 Frank CusackRemove an extraneous HAVE_CRYPT_H definition
2003-05-12 Frank Cusackuse librcrypt if available (crypt(3) is apparently...
2003-05-12 Frank Cusackquiet the compiler, at the expense of #ifdef madness
2003-05-12 Frank CusackWhen not in demand mode, defer create_linkpidfile(...
2003-05-09 James CarlsonRepaired bad LCP Configure-Nak generated to request...
2003-05-01 Paul MackerrasUpdate
2003-05-01 Paul MackerrasUpdate.
2003-05-01 Paul Mackerrastty_recv_config doesn't return a value any more.
2003-05-01 Paul MackerrasFix the case where we get a CCP conf-rej for the old...
2003-04-30 Frank Cusackadd note about allow-number and remotenumber
2003-04-25 Frank Cusackccp_nakci(), ccp_reqci(): If refusing MPPE stateful...
2003-04-25 Frank CusackDocument the 'password' option (with warning).
2003-04-25 Frank Cusackpromptpass(): handle EINTR (bug report from Damian...
2003-04-25 Frank Cusackpromptpass(): read(2) returns ssize_t, not size_t....
2003-04-25 Frank Cusackrc_get_seqnbr(): Avoid "fscanf failure" errors if the...
2003-04-25 Frank Cusacktypo
2003-04-16 Frank CusackFix stack overflow. Bug report and fix from Alexandar...
2003-04-08 Paul Mackerrasupdate
2003-04-07 Paul MackerrasRevert the previous change that required channel send_c...
2003-03-31 James CarlsonMade path to 'ld' explicit when building kernel modules...
2003-03-30 Paul MackerrasAdd complete_read(), an EINTR-proof and partial-read...
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...
next