]> git.ozlabs.org Git - ppp.git/history - pppd
Put man pages in /usr/share/man under Linux.
[ppp.git] / pppd /
2004-10-31 Paul MackerrasPut man pages in /usr/share/man under Linux.
2004-10-29 Paul MackerrasAdd --prefix and --sysconfdir options to configure...
2004-10-28 Paul MackerrasPatch from Robert Vogelgesang:
2004-10-28 Paul MackerrasPatch from Robert Vogelgesang:
2004-10-28 Paul MackerrasPatch from Robert Vogelgesang:
2004-10-28 Paul MackerrasRemove compile warning resulting from chap_verify_hook...
2004-10-28 Paul MackerrasPatch from Robert Vogelgesang:
2004-10-28 Paul MackerrasGet rid of an unnecessary chmod (it wasn't being used...
2004-10-28 Paul MackerrasFix some places where we weren't checking the received
2004-10-28 Paul MackerrasMake the filtering stuff work with recent versions...
2004-10-24 Paul MackerrasDon't prepend /dev/ to a possible device name if it...
2004-10-24 Paul MackerrasDon't use unsigned long in the SHA1 code; we want 32...
2004-10-24 Paul MackerrasFix use-after-free bug where we were freeing the per...
2004-10-24 Paul MackerrasTolerate EINTR on tcsetattr in set_up_tty - just retry.
2004-10-24 Paul MackerrasClose the device fd in device_script() if the channel...
2004-10-24 Paul MackerrasAllow pppoe to be used on bridging interfaces (br*).
2004-04-27 Frank Cusackfix typos noticed by James Cameron.
2004-04-14 James CarlsonTested with MS-CHAP and CBCP options on Solaris and...
2004-04-12 Paul MackerrasSet up the mask of signals we handle in one place not too
2004-04-12 Alexandr D. Kanevskiyadd support of Port-Type=Sync
2004-04-12 Alexandr D. Kanevskiyadd support of Port-Type=Sync
2004-04-12 Alexandr D. Kanevskiyfix random signals blocking in handle_events()
2004-04-12 Alexandr D. Kanevskiyfix random signals blocking in kill_my_pg()
2004-03-26 Alexandr D. KanevskiyDescribe avpair in pppd-radius.8
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-11 Paul MackerrasFix off-by-one error in radius MS-CHAPv2 verification.
2003-12-17 Alexandr D. Kanevskiybugfix 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 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. Kanevskiyfix 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-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-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-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 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-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-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 CokerMerging tiny patch from John R.Daily <jdaily@progeny...
2003-03-05 Frank CusackIf the peer offers mppe stateful mode (H bit clear...
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-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-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...
next