]> git.ozlabs.org Git - ppp.git/history - pppd/sys-linux.c
Nit: use _exit when exec fails and restrict values to 0-255 per POSIX.
[ppp.git] / pppd / sys-linux.c
2009-11-15 Paul MackerrasSpecify the device name on the default route deletion
2008-09-06 Paul MackerrasUpdate ppp_available and the no_ppp_msg message
2008-03-26 Paul MackerrasAllow operation without an IP address for the peer
2006-12-19 Paul MackerrasAdd extra baud rates >= 1Mbaud.
2005-08-28 Paul MackerrasCreate the default route as a device route rather than...
2005-03-22 Paul MackerrasFrom Marco D'Itri: fix for an earlier patch from him.
2004-11-12 Paul MackerrasMultilink improvements. This involved moving some...
2004-11-09 Paul MackerrasCope with /proc/net/ipx/interface as well as /proc...
2004-11-04 Paul MackerrasTake out some ancient debugging code.
2004-11-04 Paul MackerrasRemove the requirement that redistributions in binary...
2004-10-28 Paul MackerrasMake the filtering stuff work with recent versions...
2004-10-24 Paul MackerrasTolerate EINTR on tcsetattr in set_up_tty - just retry.
2004-01-13 Paul MackerrasCheck for EAGAIN as well as EWOULDBLOCK, since they are
2003-05-01 Paul Mackerrastty_recv_config doesn't return a value any more.
2003-04-07 Paul MackerrasRevert the previous change that required channel send_c...
2003-03-03 Paul MackerrasA bunch of fixes mostly aimed at fixing the problems...
2003-02-24 Frank CusackDon't leak ppp_fd to scripts. Bug reported by Alexande...
2002-12-06 Paul MackerrasMake sure we don't do FD_SET(fd, set) with fd >= FD_SET...
2002-12-04 Paul MackerrasUpdate copyrights. The new CMU copyright notice is...
2002-11-24 Russell CokerAdded a fix for a situation where pppd would hang indef...
2002-09-14 Russell CokerAdded Linux support for the ipv6cp-use-persistent option.
2002-09-12 Paul Mackerrasadd missing parameter to a warn call
2002-04-02 David F. SkollFirst large MPPE patch from Frank Cusack.
2002-02-12 David F. SkollAdded new hooks:
2002-01-22 David F. SkollMade proxyarp search for the best matching interface...
2001-12-14 Michal OstrowskiCorrect utmp handling - Robert Davidson <puttputt@iacce...
2001-05-23 Paul Mackerrasadd dump_packet, don't log lcp echo request/reply messa...
2001-05-23 Paul Mackerrasexport generic_{dis,}establish_ppp for pppoe stuff
2001-04-27 Paul Mackerrasminor bugfixes, now 2.4.2b1, add pkts_in/out to pppd_stats,
2001-03-13 Paul Mackerrasbetter message for the case when /dev/ppp doesn't exist
2001-03-12 Paul Mackerrasmake establish/disestablish_ppp members of the channel...
2001-03-10 Paul Mackerrasfix a couple of bugs reported on the linux-ppp list:
2001-03-09 Paul Mackerrasmove the option printing stuff a little earlier, take out
2001-03-08 Paul MackerrasSeparate out the setting of the interface MTU from...
2001-01-01 Paul Mackerrasfix silly mistake in setting up pty
2000-12-27 Paul MackerrasAdd 76800 and 921600 baud rates
2000-08-01 Paul Mackerrasadd stuff for packet filtering
2000-07-24 Paul Mackerrasfix allow-ip option, allow @login for secret meaning...
2000-06-30 Paul MackerrasMove the tty-related stuff out to tty.c as far as possible.
2000-04-15 Paul Mackerrasfix the bug in non-demand mode that I inadvertently...
2000-04-15 Paul Mackerrasfixes for demand mode and multilink
2000-04-13 Paul MackerrasMultilink cleanups and fixes.
2000-04-04 Paul MackerrasMultilink support.
2000-03-27 Paul Mackerraschanges to linux interface for new kernel driver,
2000-03-13 Paul Mackerrasfix demand-dialling bug with new driver
1999-12-23 Paul Mackerrascope with /proc not being in mtab
1999-11-17 Paul Mackerrassync ppp update for new driver
1999-11-15 Paul Mackerrasdon't try to open /dev/ppp unless the kernel is >=...
1999-09-11 Paul MackerrasAdd plugin support plus an initial selection of hooks.
1999-08-25 Paul MackerrasIPV6 update from Tommi Komulainen
1999-08-24 Paul MackerrasRest of IPV6 merge which got lost somehow, plus some...
1999-08-13 Paul Mackerrasmake /dev/ppp if necessary
1999-08-12 Paul Mackerrasmisc fixes
1999-07-23 Paul Mackerrasuse new generic kernel driver (/dev/ppp) if available
1999-07-21 Paul Mackerrasfix strtok loop
1999-06-24 Paul Mackerrasadd stuff to use /dev/ptmx etc.
1999-06-01 Paul Mackerrasbuglet fixes
1999-05-14 Paul Mackerrasdon't turn on IP if we can't do IPX
1999-05-13 Paul Mackerrasjust do tcflush once, should be enough
1999-05-04 Paul Mackerrasimprove ppp not available message
1999-04-28 Paul Mackerrastry harder to flush the tty output buffer in disestabli...
1999-04-16 Paul Mackerrasflush queue before restoring line discipline to try to
1999-04-12 Paul MackerrasMove some stuff (printing, logging, [un]locking) into...
1999-04-01 Paul Mackerrascope with the case where we don't have a device name...
1999-03-31 Paul Mackerrasupdate version to 2.3.7
1999-03-30 Paul MackerrasApply patch for sync serial support from Paul Fulghum.
1999-03-30 Paul Mackerrasfixes to error messages.
1999-03-23 Paul MackerrasAllow record option with pty option.
1999-03-22 Paul MackerrasAdd pty, notty and record options.
1999-03-19 Paul Mackerrasremove a couple of ansi-C-isms.
1999-03-19 Paul Mackerraschanged order of args to strlcpy/strlcat.
1999-03-16 Paul Mackerrasmake establish_ppp and open_ppp_loopback return the...
1999-03-16 Paul Mackerrasfix silly mistake
1999-03-16 Paul Mackerrasdon't die on EIO on setting asyncmap
1999-03-12 Paul Mackerrasuse strlcpy, strlcat, slprintf everywhere
1999-03-08 Paul Mackerrasminor changes so it compiles with pre-ansi compiler;
1999-03-08 Paul Mackerrasfix silly mistakes
1999-03-08 Paul MackerrasIgnore routes through our own interface in have_route_to
1999-03-02 Paul Mackerrasupdate the version number
1999-01-20 Paul Mackerrasdon't die on write errors to the link
1998-11-07 Paul MackerrasUpdate to new pppd with new option parsing stuff
1998-05-13 Paul MackerrasFix it so it compiles under RedHat 5.0 linux with glibc...
1998-05-04 Paul MackerrasChange to make it compile on glibc 2 systems
1998-05-04 Paul Mackerrasupdate for 2.3.5; fix kernel version checking for linux
1998-03-31 Paul MackerrasFix it so it compiles with glibc 2
1998-03-25 Paul MackerrasMods from Al Longyear; added get_host_seed
1998-02-04 Paul Mackerrasupdate for 2.3.3; changes so it will compile with glibc
1997-11-27 Paul Mackerrascope with different kernel versions at run time not...
1997-07-14 Paul Mackerrasallow use with 2.2 driver
1997-04-30 Paul Mackerrasadd log level arg for log_packet; removed call to openp...
1997-03-04 Paul Mackerrassifdefaultroute now gets both local and remote addresses;
1996-09-26 Paul Mackerrasmods for new demand-dial structure
1996-09-14 Paul Mackerrasfixed compilation problem
1996-08-28 Paul Mackerrasfix link problem
1996-07-01 Paul Mackerrasmods from Al
1996-05-27 Paul Mackerrassyslog stuff back to main.c;
1996-04-04 Paul Mackerrasremove interface route on exit
1996-01-01 Paul Mackerraschange fd -> ttyfd, fd arg to various functions
1995-12-11 Paul Mackerrasmerge in changes from Al's version
1995-10-27 Paul MackerrasAdd prototypes; implement sys_cleanup; ccp_test provide...
next