]> git.ozlabs.org Git - ppp.git/shortlog
ppp.git
2004-11-04 Paul MackerrasTake out some ancient debugging code.
2004-11-04 Paul MackerrasRemove the requirement that redistributions in binary...
2004-11-04 Paul MackerrasFix the error message when a device name and the socket...
2004-11-04 Paul Mackerrasdocument the child-timeout option
2004-11-04 Paul MackerrasDon't log messages in signal handlers; defer it to...
2004-11-04 Paul MackerrasAdd a timeout when waiting for child processes to exit...
2004-11-03 Paul Mackerrasremove duplicate $(CDEFS)
2004-11-01 Paul MackerrasUse Makedefs.com rather than solaris/Makedefs, since...
2004-11-01 Paul MackerrasFix construction of $ksrc/Makefile for Solaris
2004-11-01 Paul MackerrasOnly compile in filtering if /usr/include/pcap-bpf...
2004-10-31 Paul MackerrasAdd installcheck targets to keep the autobuilder happy
2004-10-31 Paul MackerrasRemove dependencies on CHAPMS definition in header...
2004-10-31 Paul MackerrasTake out the -o root argument to install. It is the...
2004-10-31 Paul MackerrasCope better when prototype Makefiles don't exist.
2004-10-31 Paul MackerrasPut man pages in /usr/share/man under Linux.
2004-10-31 Paul MackerrasSupport --prefix and --sysconfdir on Solaris too
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-05-04 Frank CusackHandle PFC on rx side, efficiently, thanks to Jan Dubiec.
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... 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....
next