]> git.ozlabs.org Git - ppp.git/shortlog
ppp.git
2004-11-14 Paul MackerrasSimplified and cleaned up the radiusclient implementati...
2004-11-13 Paul MackerrasAdd these files, used with TDB.
2004-11-13 Paul MackerrasApparently the IBM patent on LZW is still pending.
2004-11-13 Paul MackerrasCorrectly escape or unescape hypens in the man pages.
2004-11-13 Paul MackerrasAdd pppoe-discovery program, from Marco D'Itri
2004-11-13 Paul MackerrasUpdate
2004-11-13 Paul MackerrasExit with an error if both demand and notty are given.
2004-11-13 Paul MackerrasMake SIGHUP just take down the link now, not the bundle.
2004-11-13 Paul MackerrasUpdate for the recent multilink fixes
2004-11-13 Paul MackerrasTerminate IPCP if the peer refuses to agree to our...
2004-11-13 Paul MackerrasNew version of TDB code, borrowed from samba.
2004-11-13 Paul MackerrasMention multilink and TDB updates
2004-11-13 Paul MackerrasAdd a 'treat as reject' parameter to the nakci functions.
2004-11-12 Paul MackerrasDon't allow the client to ask for callback, since we...
2004-11-12 Paul MackerrasCreate link pid file (from the linkname option value...
2004-11-12 Paul MackerrasMultilink improvements. This involved moving some...
2004-11-12 Paul Mackerrassquish a compile warning
2004-11-12 Paul MackerrasWhen using the notty option, close off stdin and stdout...
2004-11-09 Paul MackerrasCope with /proc/net/ipx/interface as well as /proc...
2004-11-09 Paul MackerrasAdd __attribute__((__packed__)) to the MS-CHAP response...
2004-11-09 Paul MackerrasAdd an underscore to the MD5 routine names so they...
2004-11-09 Paul MackerrasMove sys_init call after we have occupied fds 0, 1, 2.
2004-11-09 Paul MackerrasArrange for holdoff_specified to be set if the holdoff...
2004-11-08 Paul MackerrasCorrect my email address.
2004-11-08 Paul MackerrasFix an infinite negotiation loop where we would respond...
2004-11-06 Paul MackerrasNew pppoatm plugin, sent in by David Woodhouse.
2004-11-06 Paul MackerrasMention winbind plugin
2004-11-06 Paul MackerrasRun ntlm_auth as the user that invoked pppd.
2004-11-06 Paul MackerrasExtend safe_fork to include the shuffling of fds to...
2004-11-06 Paul MackerrasDon't ask for CHAP if we don't have any digests to...
2004-11-04 Paul MackerrasAdd winbind plugin from Andrew Bartlet.
2004-11-04 Paul MackerrasUpdate for 2.4.3b1 release
2004-11-04 Paul MackerrasUpdate patch level to 2.4.3b1
2004-11-04 Paul MackerrasFix an fd leak on the discovery socket.
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.
next