]> git.ozlabs.org Git - ppp.git/history - pppd/main.c
Do an lcp_close whenever the link terminates, not just if it
[ppp.git] / pppd / main.c
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...
1999-08-13 Paul MackerrasFix the rcsid's for non-ansi compilers
1999-08-13 Paul Mackerrasadd linkname option
1999-08-12 Paul Mackerrasadd maxfail option to control the max # of failed attempts
1999-07-21 Paul Mackerrasallow options in secrets files
1999-05-13 Paul Mackerrasset env vars with link stats
1999-05-12 Paul Mackerrasexit with an appropriate value to indicate what happened
1999-04-28 Paul Mackerrasfix buglets
1999-04-16 Paul Mackerrasfix pid handling
1999-04-12 Paul Mackerrasadd debugging messages about waiting for children at...
1999-04-12 Paul MackerrasMove some stuff (printing, logging, [un]locking) into...
1999-04-01 Paul Mackerrasremove another ansi-C-ism
1999-04-01 Paul Mackerrassmall changes suggested by Seth Chaiklin
1999-03-31 Paul Mackerrasremove unneeded (harmful) closes in device_script
1999-03-31 Paul Mackerrasadd reopen_log(), call it after using PAM stuff
1999-03-30 Paul Mackerrasset the SPEED variable later so it is valid
1999-03-30 Paul MackerrasFix the behaviour of device_script when in/out are...
1999-03-25 Paul MackerrasAdd timestamp at beginning of each section of record...
1999-03-24 Paul Mackerrasshould read the tty options file now.
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 Mackerrasadded log_to_fd to specify which fd log output should...
1999-03-16 Paul Mackerrasadd data_name to struct protent
1999-03-16 Paul Mackerrasdon't print debug msgs to stderr unless debug is set
1999-03-16 Paul Mackerrasadd %P and %B formats, fixed %I
1999-03-12 Paul Mackerrasuse strlcpy, strlcat, slprintf everywhere
1999-03-08 Paul Mackerrasminor changes so it compiles with pre-ansi compiler;
1999-03-06 Paul Mackerrasleave the real user ID as the user's now
1999-03-02 Paul Mackerrasopen the device as the user unless the device name...
1999-03-02 Paul Mackerraslimit printing of excess data in log to 32 bytes
1999-02-26 Paul Mackerrasminor fixes, update man page
1999-01-19 Paul Mackerrasuse fchmod rather than chmod to restore device permissions
1998-11-07 Paul MackerrasUpdate to new pppd with new option parsing stuff
next