]> git.ozlabs.org Git - ppp.git/history - pppd/main.c
- more authentication logging uniformity
[ppp.git] / pppd / main.c
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
1998-09-13 Paul MackerrasChange UID to ORIG_UID because bash defines UID.
1998-05-05 Paul MackerrasTrap recursive bad_signal calls; idea from Richard...
1998-04-28 Paul MackerrasMake packet printing stuff use vfmtmsg
1998-03-30 Paul Mackerrasrewrite the pid file when using updetach
1998-03-26 Paul MackerrasAdded updetach option.
1998-03-25 Paul MackerrasPass useful info to scripts in environment variables.
1998-02-04 Paul Mackerrasdon't need IFNAMSIZ now
1997-11-27 Paul Mackerrasset CLOCAL before running connector.
1997-07-14 Paul Mackerrasdon't set CLOCAL when running connector
1997-04-30 Paul Mackerrasopen the device a second time to wait for carrier if...
1997-03-04 Paul Mackerrasconnect time stuff gone to auth.c,
1996-10-08 Paul Mackerrascheck we're running as root
1996-10-08 Paul Mackerrasinclude optional callback support
1996-09-26 Paul MackerrasLinux isn't special any more, fixes for non-ansi compilers.
1996-09-14 Paul Mackerrasfix compilation problems under SunOS
1996-08-28 Paul Mackerraspriv option stuff; signal [dis]connector if we get...
1996-07-01 Paul Mackerrasscan command line for tty name before reading options...
1996-05-28 Paul Mackerrasadded [v]fmtmsg; syslog init stuff moved here;
1996-04-04 Paul Mackerrasminor cleanup; add sleep after dropping dtr
1996-01-18 Paul Mackerraslook at args from .ppprc after options.tty
1996-01-01 Paul Mackerrasadd demand dialling support; rename fd to ttyfd
1995-12-18 Paul Mackerrasadded maxconnect option; extend protocol table; optiona...
1995-10-27 Paul Mackerrasfix up prototypes; let sysdep stuff make device non...
1995-08-16 Paul MackerrasClean up and exit on various fatal signals; allow sys...
1995-08-10 Paul MackerrasUse SIGNAL not signal because the former doesn't reset...
1995-07-11 Paul MackerrasCheck for input after SIGHUP before closing LCP so...
1995-06-12 Paul MackerrasMods from Al Longyear, including improvements to option...
1995-05-19 Paul Mackerrasuse die when finished, not exit; log message on input eof
1995-05-01 Paul Mackerrasset default_device if user specified the default device...
1995-04-24 Paul Mackerrasremove refs to s, minor fixes
1994-10-22 Paul Mackerrasget_input only reads one message; reset terminal properly
1994-09-21 Paul Mackerrasuse ppp_defs.h instead of ppp.h, args.h; change some...
1994-09-01 Paul MackerrasUse _PATH_VARRUN from pathnames.h instead of _PATH_PIDFILE
1994-09-01 Paul Mackerrasmade SIGUSR1 toggle debug and SIGUSR2 open CCP (patent...
1994-08-25 Paul Mackerrasmoved more stuff into sys-*.c
next