]> git.ozlabs.org Git - ppp.git/history - pppd/pppd.h
pppd: Add declarations to eliminate compile warnings
[ppp.git] / pppd / pppd.h
2014-03-09 Paul Mackerraspppd: Add declarations to eliminate compile warnings
2013-03-02 Paul Mackerraspppd: Add master_detach option
2012-05-20 Paul Mackerraspppd: Enable IPV6 by default and fix some warnings
2012-05-20 Markus Beckerpppd: Notify IPv6 up/down as we do for IPv4
2010-08-23 James CarlsonAdd set and reset options to control environment variab...
2008-06-23 Paul MackerrasOnly kill the whole process group if we have detached
2008-06-15 Paul MackerrasAdd the declaration of multilink_join_hook, missed...
2008-06-15 Paul MackerrasMake pppd use blank username/password when explicitly...
2008-06-03 Paul MackerrasMinor tweaks to utils.c
2007-06-19 James CarlsonAdded new "enable-session" option to enable session...
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...
2004-11-14 James CarlsonAdded log messages for LCP Identification, Time-Remaini...
2004-11-13 Paul MackerrasNew version of TDB code, borrowed from samba.
2004-11-12 Paul MackerrasMultilink improvements. This involved moving some...
2004-11-06 Paul MackerrasExtend safe_fork to include the shuffling of fds to...
2004-11-04 Paul MackerrasAdd a timeout when waiting for child processes to exit...
2004-10-31 Paul MackerrasRemove dependencies on CHAPMS definition in header...
2004-10-28 Paul MackerrasPatch from Robert Vogelgesang:
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-03 Paul MackerrasA bunch of fixes mostly aimed at fixing the problems...
2003-02-16 Paul Mackerrastake out the addr3 field from the options struct, not...
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 Cusacklink_connect_time is now unsigned
2002-10-10 Frank CusackAdd 'remotenumber' and 'allow-number' options, for...
2002-09-24 Frank CusackLose the poorly thought out OPT_A3OR option flag. ...
2002-09-07 James CarlsonAdded ability to detect and use either gcc or Sun WorkS...
2002-09-01 David F. SkollPatches from Frank Cusack.
2002-07-16 Alexandr D. Kanevskiysync constant and attributes names with
2002-07-15 Alexandr D. Kanevskiymake Octets-Direction flag accept value=4.
2002-07-13 Alexandr D. KanevskiyExperemental per session traffic limiting.
2002-05-21 David F. SkollECP patches from Frank Cusack:
2002-04-02 David F. SkollFirst large MPPE patch from Frank Cusack.
2002-03-01 David F. SkollLarge patch from Frank Cusack <fcusack@fcusack.com...
2002-02-12 David F. SkollAdded new hooks:
2002-01-22 David F. SkollAdded RADIUS suppport.
2002-01-11 Russell CokerMade setipaddr() non-static so it can be called from...
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-12 Paul Mackerrasmake establish/disestablish_ppp members of the channel...
2001-03-08 Paul MackerrasNew options system with priorities for option values...
2001-02-22 Paul MackerrasRework options processing stuff to implement option...
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-15 Paul Mackerrasfixes for demand mode and multilink
2000-04-13 Paul Mackerrasdon't stop logging on detach if we use logfd or logfile...
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
1999-12-23 Paul Mackerras[dis]connector -> [dis]connect_script
1999-09-11 Paul MackerrasAdd plugin support plus an initial selection of hooks.
1999-09-08 Adi MasputraChanged #if __STDC__ to #if defined(__STDC__)
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 Mackerrasadd linkname option
1999-08-12 Paul Mackerrasmaxfail option, exit code for when when we fail to...
1999-07-21 Paul Mackerrasallow options in secrets files
1999-05-14 Paul Mackerrasdon't turn on IP if we can't do IPX
1999-05-13 Paul Mackerrasadd EXIT_LOOPBACK, fix prototypes
1999-05-12 Paul Mackerrasexit with an appropriate value to indicate what happened
1999-04-12 Paul MackerrasMove some stuff (printing, logging, [un]locking) into...
1999-03-31 Paul Mackerrasadd reopen_log(), call it after using PAM stuff
1999-03-30 Paul MackerrasApply patch for sync serial support from Paul Fulghum.
1999-03-24 Paul Mackerrasshould read the tty options file now.
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 Mackerrasremoved some functions made static and other unused...
1999-03-16 Paul Mackerrasadd data_name to struct protent
1999-03-16 Paul Mackerrasadd add_fd and remove_fd, remove wait_loop_output and...
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-02-26 Paul Mackerrasexport readable() from options.c so auth.c can use it
1999-01-20 Paul Mackerrasremove unneeded devnam_info
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-03-26 Paul MackerrasAdded updetach option.
1998-03-25 Paul Mackerrasdeclare script_{un}setenv and get_host_seed
1997-04-30 Paul Mackerrasadd optional packet filtering; caddr_t -> void *
1997-03-04 Paul Mackerrasfix decls of [cs]ifdefaultroute and logwtmp
1996-10-08 Paul Mackerrasinclude optional callback support
1996-09-14 Paul Mackerrasadded IPXCPDEBUG
1996-08-28 Paul Mackerraspriv option stuff; add option_error proto
1996-07-01 Paul Mackerrasadded prototypes for protent procedure entries and...
1996-05-27 Paul Mackerrassyslog stuff back to main.c; removed filters; protos...
1996-04-04 Paul Mackerrasadd some more prototypes
1996-01-01 Paul Mackerrasadd extra option variables, prototypes etc. for demand...
1995-12-18 Paul Mackerrasextend protocol table; added maxconnect option
1995-10-27 Paul Mackerrasfix up prototypes
1995-04-26 Paul Mackerrasadded papcrypt option
1995-04-24 Paul Mackerrasremoved s, added ipparam
1994-10-24 Paul MackerrasN_PPP ->NUM_PPP
1994-09-21 Paul Mackerrasuse ppp_defs.h instead of ppp.h, args.h; change some...
1994-09-01 Paul MackerrasDeclare option variables here; define uint32
1994-05-26 Paul Mackerrasadd casts to eliminate compiler warnings
1994-04-18 Paul Mackerrasadded phase and values for it.
next