]> git.ozlabs.org Git - ppp.git/history - pppd
Nit: use _exit when exec fails and restrict values to 0-255 per POSIX.
[ppp.git] / pppd /
2005-03-22 Paul MackerrasFrom Marco D'Itri.
2005-03-22 Paul MackerrasFrom Marco D'Itri.
2005-03-21 Paul MackerrasDo an lcp_close whenever the link terminates, not just...
2004-12-31 Paul MackerrasCall lcp_close(0) in link_required if the channel conne...
2004-12-31 Paul MackerrasDon't close pty_slave and real_ttyfd in connect_tty...
2004-12-31 Paul MackerrasDLT_PPP_WITH_DIRECTION should be DLT_PPP_WITHDIRECTION.
2004-11-15 Paul MackerrasGet rid of the MS_ChapResponse and MS_Chap2Response...
2004-11-14 James CarlsonAdded log messages for LCP Identification, Time-Remaini...
2004-11-14 Paul MackerrasUse the ipparam value as the PW_CALLING_STATION_ID...
2004-11-14 Paul MackerrasAdd radius to the list of plugins to be compiled by...
2004-11-14 Paul Mackerrasmake sure plugins get installed in the right place
2004-11-14 Paul MackerrasMake sure we install plugins in the right place
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 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 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 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 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-01 Paul MackerrasOnly compile in filtering if /usr/include/pcap-bpf...
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 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.
next