]> git.ozlabs.org Git - ppp.git/history - pppd/main.c
Add option to specify ip-up script
[ppp.git] / pppd / main.c
2020-12-30 Russell CokerAdd option to specify ip-up script
2020-12-30 Paul MackerrasMerge pull request #54 from shankerwangmiao/master
2020-12-30 Paul MackerrasMerge pull request #101 from vyos/if-renaming-clean
2020-12-29 Paul MackerrasMerge pull request #153 from pali/master
2020-12-29 Paul MackerrasMerge branch 'chap-timeout' of https://github.com/nomis/ppp
2020-12-29 Paul MackerrasConvert to ANSI C
2020-05-25 Paul MackerrasMerge branch 'monotonic-time' of https://github.com...
2020-05-22 Vladislav Grishenkopppd: linux: use monotonic time if possible
2019-10-19 Paul Mackerraspppd: Avoid declarations within statements in main.c
2019-10-19 fhostpppd: Fix `ifname` option in case of multilink (#105)
2019-10-19 Alfonso Sánchez... pppd: Check tdb pointer before closing
2019-10-01 Kurt Van Dijckpppd: Refactor setjmp/longjmp with pipe pair in event...
2019-10-01 Kurt Van Dijckpppd: Remove unused rcsid variables
2018-06-23 Paul MackerrasMerge branch 'pppd_print_changes' of https://github...
2018-06-23 Paul MackerrasMerge branch 'pppoe-discovery-cleanup' of https://githu...
2018-06-23 Paul Mackerraspppd: Don't try to free(NULL - 1)
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-09-10 George Burgess IVpppd: Remove unused declaration of ttyname.
2016-08-23 Paul Mackerraspppd: allow use of arbitrary interface names
2013-06-09 Martin.Lottermoser... pppd: Fix segfault in update_db_entry()
2010-08-23 James CarlsonNit: use _exit when exec fails and restrict values...
2010-08-23 James CarlsonAdd set and reset options to control environment variab...
2009-08-26 Simon ArlottFix spelling of "Protocol"
2008-06-23 Paul MackerrasOnly kill the whole process group if we have detached
2006-12-19 Paul MackerrasFix bug causing segfault on tdb errors.
2006-12-19 Paul MackerrasFix problem with fd 0 getting closed unintentionally...
2006-06-04 Paul MackerrasFix snafu in run_program(). Patch from Robert Vogelgesang.
2005-08-25 Paul MackerrasAdded an /etc/ppp/ip-pre-up script, run before the...
2005-07-12 Paul MackerrasBring up the link on an explicit call from main() rathe...
2005-03-21 Paul MackerrasDo an lcp_close whenever the link terminates, not just...
2004-11-14 James CarlsonAdded log messages for LCP Identification, Time-Remaini...
2004-11-13 Paul MackerrasMake SIGHUP just take down the link now, not the bundle.
2004-11-13 Paul MackerrasNew version of TDB code, borrowed from samba.
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-09 Paul MackerrasMove sys_init call after we have occupied fds 0, 1, 2.
2004-11-06 Paul MackerrasExtend safe_fork to include the shuffling of fds to...
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 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-10-28 Paul MackerrasPatch from Robert Vogelgesang:
2004-10-24 Paul MackerrasClose the device fd in device_script() if the channel...
2004-04-12 Paul MackerrasSet up the mask of signals we handle in one place not too
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-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-13 Paul MackerrasDon't fall over if the channel doesn't have a disconnec...
2003-12-17 Alexandr D. Kanevskiybugfix from Erich Schubert (erich at debian.org)
2003-09-23 Alexandr D. Kanevskiyfix a bug reported by Morgan Nelson.
2003-06-11 Paul MackerrasNew CHAP implementation, rewritten from scratch to...
2003-05-12 Frank CusackWhen not in demand mode, defer create_linkpidfile(...
2003-04-07 Paul MackerrasRevert the previous change that required channel send_c...
2003-03-30 Paul MackerrasAdd complete_read(), an EINTR-proof and partial-read...
2003-03-04 Frank Cusacksafe_fork(): trap EINTR on pipe read
2003-03-03 Paul MackerrasA bunch of fixes mostly aimed at fixing the problems...
2003-02-24 Frank Cusackdevice_script(): fix our close() action for the case...
2003-02-24 Frank Cusackdevice_script(): dont leak the dup'd in&out fds to...
2002-12-04 Paul MackerrasUpdate copyrights. The new CMU copyright notice is...
2002-11-02 James CarlsonAdded EAP support with MD5-Challenge and SRP-SHA1 metho...
2002-10-27 Frank Cusackchange link_connect_time to unsigned
2002-10-27 Frank Cusackupdate_link_stats(): treat link stats as unsigned,...
2002-10-12 Frank CusackLog calling number failed authorization at warn instead...
2002-10-12 Frank Cusack- more authentication logging uniformity
2002-10-10 Frank CusackAdd 'remotenumber' and 'allow-number' options, for...
2002-05-21 David F. SkollECP patches from Frank Cusack:
2002-02-12 David F. SkollAdded new hooks:
2002-01-22 David F. SkollAdded RADIUS suppport.
2002-01-14 David F. SkollMade multilink and tdb code compile-time options. ...
2002-01-11 Russell CokerMade the exit return code be reported via WEXITSTATUS...
2001-12-14 Michal OstrowskiCorrect link stats - Michael Schwendt <mschwendt@yahoo...
2001-05-23 Paul Mackerrasadd dump_packet, don't log lcp echo request/reply messa...
2001-04-27 Paul Mackerrasminor bugfixes, now 2.4.2b1, add pkts_in/out to pppd_stats,
2001-03-12 Paul Mackerrasmake establish/disestablish_ppp members of the channel...
2001-03-09 Paul Mackerrasmove the option printing stuff a little earlier, take out
2001-03-08 Paul MackerrasNew options system with priorities for option values...
2001-02-22 Paul Mackerrasadd handle_events() function
2000-12-27 Paul Mackerrasprint no_ppp_msg with %s
2000-07-06 Paul Mackerrasmove more stuff from main.c into tty.c, for 2.4.0b4
2000-06-30 Paul MackerrasMove the tty-related stuff out to tty.c as far as possible.
2000-04-29 Paul Mackerrasdon't fall over in the charshunt if we get an EAGAIN...
2000-04-24 Adi MasputraFixed bugs with regards to using other device names...
2000-04-21 Adi MasputraAllows another name other than "ppp" be used as the...
2000-04-15 Paul Mackerrasfixes for demand mode and multilink
2000-04-15 Adi MasputraSome tiny fixes (minor castings) to remove annoying...
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 Mackerrasadd socket and datarate options
2000-01-18 Adi MasputraThis is main.c from ppp-2.3.11.tar.gz distribution...
1999-12-23 Paul Mackerrasinfrastructure for callback
1999-11-15 Paul Mackerrascreate log file safely, don't create world-writable...
1999-09-11 Paul MackerrasAdd plugin support plus an initial selection of hooks.
1999-08-24 Paul Mackerrasfix buglet
1999-08-24 Paul MackerrasRest of IPV6 merge which got lost somehow, plus some...
next