]> git.ozlabs.org Git - ppp.git/history - pppd/options.c
Changing INET6 to PPP_WITH_IPV6CP and adding configure option
[ppp.git] / pppd / options.c
2022-07-15 Eivind NæssChanging INET6 to PPP_WITH_IPV6CP and adding configure...
2022-07-04 Paul Mackerraspppd: Add dummy noipx option
2021-11-26 Paul MackerrasMerge branch 'pppoe-discovery' of https://github.com...
2021-11-20 Daniel Barlowpppd: Add ipv6-{up,down}-script options (#321)
2021-10-16 Paul MackerrasMerge pull request #297 from mjeveritt/patch-11-test-pr
2021-08-07 Paul MackerrasMerge pull request #305 from pali/ifnamsiz
2021-07-31 Pali Rohárpppd: Remove usage of incorrect constant MAXIFNAMELEN
2021-07-24 Paul MackerrasMerge pull request #296 from enaess/ppp-autotools
2021-07-20 Eivind NæssUse autoconf/automake to configure and make ppp
2020-12-31 Samuel Thibaultpppd: Export $CALL_FILE to the link scripts (#196)
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-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-03-21 Lars Wendlerpppd: Print version information to stdout instead of...
2020-03-21 Paul Mackerraspppd: Obfuscate password argument string
2019-12-29 Paul Mackerraspppd: Make sure word read from options file is null...
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: Fix compile warning due to comparing pointer...
2018-06-23 Vegard Nossumpppd: Fix printing call in print_option()
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-12-04 Nathan Hintzpppd: add missing parameter in call to 'printer'
2016-08-23 Paul Mackerraspppd: allow use of arbitrary interface names
2016-07-09 Paul MackerrasMerge branch 'plog-usability' of https://github.com...
2015-08-14 Paul MackerrasMerge branch 'send-padt-on-disconnect' of git://github...
2015-08-14 Paul MackerrasMerge branch 'no-error-on-already-closed' of git:/...
2015-08-14 Paul MackerrasMerge branch 'master' of git://github.com/pprindeville/ppp
2015-08-14 Paul MackerrasMerge branch 'bug_fix' of git://github.com/radaiming/ppp
2015-08-14 Paul MackerrasMerge branch 'master' of git://github.com/vapier/ppp
2015-08-14 Paul MackerrasMerge branch 'master' of https://github.com/ncopa/ppp
2014-08-15 Natanael Copapppd: add support for defaultroute-metric option
2014-08-01 Paul MackerrasMerge branch 'master' of git://github.com/cmcqueen/ppp
2014-08-01 Paul Mackerraspppd: Eliminate memory leak with multiple instances...
2014-08-01 Paul Mackerraspppd: Eliminate potential integer overflow in option...
2013-03-02 Paul Mackerraspppd: Add master_detach option
2010-08-23 James CarlsonFix quote handling in configuration files to be more...
2010-08-23 James CarlsonAdd set and reset options to control environment variab...
2008-06-15 Paul MackerrasMake pppd use blank username/password when explicitly...
2008-06-03 Paul MackerrasRewrite some code to avoid a type-punned pointer warning.
2006-06-18 Paul MackerrasRestore original EUID rather than 0 during option proce...
2006-06-04 Paul MackerrasCheck the result of seteuid(), just to be paranoid.
2005-07-13 Paul MackerrasChange DLT_PPP_WITHDIRECTION to DLT_PPP_PPPD since...
2005-07-09 Paul MackerrasFix the return value from setpassfilter and setactivefi...
2004-12-31 Paul MackerrasDLT_PPP_WITH_DIRECTION should be DLT_PPP_WITHDIRECTION.
2004-11-09 Paul MackerrasArrange for holdoff_specified to be set if the holdoff...
2004-11-04 Paul MackerrasAdd a timeout when waiting for child processes to exit...
2004-10-28 Paul MackerrasMake the filtering stuff work with recent versions...
2004-01-13 Paul MackerrasInvoke options.ttyxx even if the dev directory isn...
2003-03-03 Paul MackerrasA bunch of fixes mostly aimed at fixing the problems...
2002-12-04 Paul MackerrasUpdate copyrights. The new CMU copyright notice is...
2002-10-27 Frank CusackSet current_option for error reporting. Bug and fix...
2002-09-24 Frank CusackLose the poorly thought out OPT_A3OR option flag. ...
2002-09-14 Russell CokerFix a SEGV on printing options error (previously a...
2002-09-07 James CarlsonAdded ability to detect and use either gcc or Sun WorkS...
2002-07-18 David F. SkollFixed typo in options.c so it compiles.
2002-07-13 Alexandr D. KanevskiyExperemental per session traffic limiting.
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-01-11 Russell CokerStop it dumping random data to syslog on plugin version...
2001-03-12 Paul Mackerrasremove oops message when a bool option has been turned...
2001-03-08 Paul MackerrasNew options system with priorities for option values...
2001-02-22 Paul MackerrasRework options processing stuff to implement option...
2000-12-27 Paul MackerrasIncrease the size of the buffer for option error messages
2000-08-01 Paul Mackerrasadd stuff for packet filtering
2000-06-30 Paul MackerrasMove the tty-related stuff out to tty.c as far as possible.
2000-04-15 Adi MasputraSome tiny fixes (minor castings) to remove annoying...
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-11-15 Paul Mackerrascreate log file safely, don't create world-writable...
1999-11-15 Paul Mackerrasget rid of a few compile warnings
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-13 Paul MackerrasFix the rcsid's for non-ansi compilers
1999-08-13 Paul Mackerrasadd linkname option
1999-08-12 Paul Mackerrasmake default maxfail 10
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-14 Paul Mackerrasdon't turn on IP if we can't do IPX
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-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.
next