summaryrefslogtreecommitdiff
path: root/pppd/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Header file reorganization and cleaning up the public API for pppd version 2....Eivind Næss2023-01-211-2/+2
* Let ./configure control the paths for pppdEivind Næss2022-08-081-14/+3
* Fixing compiler warning with GCC, -Wunused-result and write()Eivind Næss2021-09-201-6/+16
* Adding in unit-tests for chap_ms.c in pppdEivind Næss2021-07-291-0/+19
* Use autoconf/automake to configure and make pppEivind Næss2021-07-201-0/+4
* pppd: Fix vslprintf %ld for negative values (#279)Maks Naumov2021-06-071-4/+6
* Convert to ANSI CPaul Mackerras2020-12-291-121/+27
* pppd: Handle SIGINT and SIGTERM during interrupted syscalls (#148)pali2020-05-251-1/+1
* pppd: Avoid use of strnlen (and strlen) in vslprintfPaul Mackerras2019-12-311-8/+11
* pppd: Limit memory accessed by string formats with max length specifiedPaul Mackerras2019-12-301-6/+8
* pppd: Remove unused rcsid variablesKurt Van Dijck2019-10-021-1/+0
* pppd: Fix sign-extension when displaying bytes in octalPhilip A. Prindeville2014-12-191-1/+1
* pppd: Don't crash if NULL pointer passed to vslprintf for %q or %vPaul Mackerras2014-01-021-0/+2
* pppd: Take out unused %r conversion completelyPaul Mackerras2013-02-031-13/+0
* pppd: Eliminate some warningsPaul Mackerras2012-05-201-2/+1
* Add set and reset options to control environment variables for scripts.James Carlson2010-08-231-4/+3
* Minor tweaks to utils.cPaul Mackerras2008-06-031-4/+4
* Remove the requirement that redistributions in binary form reproducePaul Mackerras2004-11-041-8/+3
* Remove the code that handles the %r format, since it isn't usedPaul Mackerras2004-01-131-2/+4
* Revert the previous change that required channel send_config andPaul Mackerras2003-04-071-1/+2
* Add complete_read(), an EINTR-proof and partial-read-proof read,Paul Mackerras2003-03-301-1/+27
* Update copyrights. The new CMU copyright notice is from CMU and nowPaul Mackerras2002-12-041-14/+30
* __linux__ (already defined by compiler) not _linux_ (manually defined)Frank Cusack2002-10-271-2/+2
* Patch from Frank Cusack to add support for MSCHAPv2.David F. Skoll2002-03-051-1/+23
* Fixed reversal of arguments to strlcpy.David F. Skoll2002-01-141-2/+2
* Fix for locking on Linux and related systems, particularly for devfs.Russell Coker2002-01-111-3/+15
* fix dump_packetPaul Mackerras2001-11-091-2/+2
* add dump_packet, don't log lcp echo request/reply messages oncePaul Mackerras2001-05-231-1/+33
* implement %u for printing bytes sent/receivedPaul Mackerras2001-03-161-1/+5
* fix silly bug in pr_logPaul Mackerras2001-03-121-1/+2
* New options system with priorities for option values, with optionsPaul Mackerras2001-03-081-31/+98
* increase buffer sizePaul Mackerras2000-03-271-2/+2
* Changed #if __STDC__ to #if defined(__STDC__)Adi Masputra1999-09-081-10/+10
* Fix the rcsid's for non-ansi compilersPaul Mackerras1999-08-131-3/+4
* kill warningPaul Mackerras1999-08-121-1/+1
* don't print null received message, %.0[svq] prints nothingPaul Mackerras1999-06-241-5/+7
* buglet fixesPaul Mackerras1999-06-011-2/+2
* make it compile under sunosPaul Mackerras1999-05-121-3/+9
* make it compile under SolarisPaul Mackerras1999-05-041-1/+4
* try to cope gracefully with the situation where someone elsePaul Mackerras1999-04-161-2/+4
* Move some stuff (printing, logging, [un]locking) into utils.c.Paul Mackerras1999-04-121-0/+862