]> git.ozlabs.org Git - ppp.git/history - pppd/utils.c
pppd man page: Update header to refer to pppd 2.5.x
[ppp.git] / pppd / utils.c
2023-12-18 Jaco Kroonpppd: constify log format strings. (#462)
2023-11-09 Paul MackerrasChange my paulus@samba.org email address to paulus...
2023-10-11 Paul MackerrasMerge pull request #367 from jkroonza/consolidated...
2023-10-10 Paul MackerrasMerge pull request #436 from martinetd/mkdir_runtime_lock
2023-10-10 Dominique Martinetutils: add mkdir_recursive
2023-01-21 Eivind NæssHeader file reorganization and cleaning up the public...
2022-08-09 Paul MackerrasMerge pull request #358 from enaess/ppp-autotools
2022-08-08 Eivind NæssLet ./configure control the paths for pppd
2021-11-26 Paul MackerrasMerge branch 'pppoe-discovery' of https://github.com...
2021-10-16 Paul MackerrasMerge pull request #297 from mjeveritt/patch-11-test-pr
2021-10-16 Paul MackerrasMerge pull request #307 from enaess/ppp-peap
2021-10-16 Paul MackerrasMerge pull request #313 from Chocobo1/install
2021-09-27 Paul MackerrasMerge branch 'fix-compiler-warnings-2' of https://githu...
2021-09-20 Eivind NæssFixing compiler warning with GCC, -Wunused-result and...
2021-07-30 Paul MackerrasMerge pull request #303 from enaess/fix-md4
2021-07-29 Eivind NæssAdding in unit-tests for chap_ms.c in pppd
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
2021-06-07 Maks Naumovpppd: Fix vslprintf %ld for negative values (#279)
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 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 palipppd: Handle SIGINT and SIGTERM during interrupted...
2020-05-25 Paul MackerrasMerge branch 'monotonic-time' of https://github.com...
2019-12-31 Paul Mackerraspppd: Avoid use of strnlen (and strlen) in vslprintf
2019-12-29 Paul Mackerraspppd: Limit memory accessed by string formats with...
2019-10-01 Kurt Van Dijckpppd: Remove unused rcsid variables
2017-03-18 Paul MackerrasMerge https://github.com/yasuoka/ppp
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
2014-12-20 Philip A. Prindevillepppd: Fix sign-extension when displaying bytes in octal
2014-01-02 Paul Mackerraspppd: Don't crash if NULL pointer passed to vslprintf...
2013-02-03 Paul Mackerraspppd: Take out unused %r conversion completely
2012-05-20 Paul Mackerraspppd: Eliminate some warnings
2010-08-23 James CarlsonAdd set and reset options to control environment variab...
2008-06-03 Paul MackerrasMinor tweaks to utils.c
2004-11-04 Paul MackerrasRemove the requirement that redistributions in binary...
2004-01-13 Paul MackerrasRemove the code that handles the %r format, since it...
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...
2002-12-04 Paul MackerrasUpdate copyrights. The new CMU copyright notice is...
2002-10-27 Frank Cusack__linux__ (already defined by compiler) not _linux_...
2002-03-05 David F. SkollPatch from Frank Cusack to add support for MSCHAPv2.
2002-01-14 David F. SkollFixed reversal of arguments to strlcpy.
2002-01-11 Russell CokerFix for locking on Linux and related systems, particula...
2001-11-09 Paul Mackerrasfix dump_packet
2001-05-23 Paul Mackerrasadd dump_packet, don't log lcp echo request/reply messa...
2001-03-16 Paul Mackerrasimplement %u for printing bytes sent/received
2001-03-12 Paul Mackerrasfix silly bug in pr_log
2001-03-08 Paul MackerrasNew options system with priorities for option values...
2000-03-27 Paul Mackerrasincrease buffer size
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-12 Paul Mackerraskill warning
1999-06-24 Paul Mackerrasdon't print null received message, %.0[svq] prints...
1999-06-01 Paul Mackerrasbuglet fixes
1999-05-12 Paul Mackerrasmake it compile under sunos
1999-05-04 Paul Mackerrasmake it compile under Solaris
1999-04-16 Paul Mackerrastry to cope gracefully with the situation where someone...
1999-04-12 Paul MackerrasMove some stuff (printing, logging, [un]locking) into...