]> git.ozlabs.org Git - ppp.git/history - pppd/pppd.h
pppd: Use a compile test to detect crypt.h (#198)
[ppp.git] / pppd / pppd.h
2020-12-31 Paul MackerrasMerge branch 'pppoatm_wildcard' of https://github.com...
2020-12-31 Paul MackerrasMerge pull request #183 from sthibaul/path-ip-up-down
2020-12-31 Paul MackerrasMerge pull request #177 from tisj/eap-mschapv2-server
2020-12-31 Paul MackerrasMerge pull request #103 from Low-power/solaris-mtu-fix
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-30 Paul Mackerraspppd: Fix compilation with uclibc
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-12-29 Paul MackerrasMerge pull request #165 from pali/lcp
2020-10-19 Jan Just KeijserAdd support for EAP-TLS (including experimental TLS...
2020-05-25 palipppd: Handle SIGINT and SIGTERM during interrupted...
2020-05-25 Paul MackerrasMerge branch 'monotonic-time' of https://github.com...
2020-05-22 Vladislav Grishenkopppd: linux: use monotonic time if possible
2019-12-01 Paul MackerrasMerge branch 'patch-1' of https://github.com/neheb/ppp
2019-10-19 Rosen Penevpppd.h: Add missing headers
2019-10-19 Samuel Thibaultpppd: Add defaultroute6 and related options
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-02-27 Jacob FloydUse systemd's sd_notify with option up_sdnotify
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
2015-08-14 Paul MackerrasMerge branch 'master' of https://github.com/ncopa/ppp
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-02-18 Craig McQueenpppd: Add option "stop-bits" to set number of serial...
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.
next