]> git.ozlabs.org Git - ppp.git/history - pppd/sys-linux.c
Various fixes for errors found by coverity static analysis (#109)
[ppp.git] / pppd / sys-linux.c
2019-05-05 Jaroslav ŠkarvadaVarious fixes for errors found by coverity static analy...
2018-06-23 Paul MackerrasMerge branch 'pppd_print_changes' of https://github...
2017-03-18 Paul MackerrasMerge branch 'master' of https://github.com/gburgessiv/ppp
2017-03-18 Paul MackerrasMerge branch 'rp-pppoe-error' of https://github.com...
2017-03-18 Paul MackerrasMerge branch 'sys-to-errno-h' of https://github.com...
2017-03-18 Paul MackerrasMerge https://github.com/yasuoka/ppp
2017-03-18 Paul MackerrasMerge branch 'lr/linux-4.8' of https://github.com/Netwo...
2016-08-23 Paul Mackerraspppd: allow use of arbitrary interface names
2016-08-10 Stefan NicklChange include from sys/errno.h to errno.h
2016-07-09 Paul MackerrasMerge branch 'plog-usability' of https://github.com...
2015-08-14 Paul MackerrasMerge branch 'send-padt-on-disconnect' of git://github...
2015-08-14 Paul MackerrasMerge branch 'no-error-on-already-closed' of git:/...
2015-08-14 Paul MackerrasMerge branch 'master' of git://github.com/pprindeville/ppp
2015-08-14 Paul MackerrasMerge branch 'bug_fix' of git://github.com/radaiming/ppp
2015-08-14 Paul MackerrasMerge branch 'master' of git://github.com/vapier/ppp
2015-08-14 Paul MackerrasMerge branch 'master' of https://github.com/ncopa/ppp
2014-08-15 Natanael Copapppd: add support for defaultroute-metric option
2014-08-01 Paul MackerrasMerge branch 'master' of git://github.com/cmcqueen/ppp
2014-03-09 Paul Mackerraspppd: Add declarations to eliminate compile warnings
2014-03-09 Benjamin Camapppd: Separate IPv6 handling for sifup/sifdown
2014-02-18 Craig McQueenpppd: Add option "stop-bits" to set number of serial...
2013-02-03 Paul Mackerraspppd: Arrange to use logwtmp from libutil on Linux
2012-05-20 Paul Mackerraspppd: Eliminate some warnings
2012-05-06 Paul Mackerraspppd: Don't unconditionally disable VJ compression...
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;
next