]> git.ozlabs.org Git - ppp.git/history - pppd/utils.c
Merge pull request #101 from vyos/if-renaming-clean
[ppp.git] / pppd / utils.c
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...