summaryrefslogtreecommitdiff
path: root/pppd/main.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation without ipv6cp support (#408)Eivind Næss2023-03-181-0/+2
* pppd: Should check name, not ifname in ppp_set_ifname (#396)Eivind Næss2023-03-101-1/+1
* Header file reorganization and cleaning up the public API for pppd version 2....Eivind Næss2023-01-211-77/+191
* Merge pull request #365 from enaess/ppp-optionsPaul Mackerras2022-09-091-0/+5
|\
| * Add option to show all options (show-options), and fixing up the version text...Eivind Næss2022-08-181-0/+5
* | Create a new API to abstract the crypto functions used by pppd.Eivind Næss2022-08-121-0/+4
|/
* Let ./configure control the paths for pppdEivind Næss2022-08-081-13/+13
* Cleanup in pppd/pppd.h, eliminate unecessary headersEivind Næss2022-07-151-2/+3
* Changing CBCP_SUPPORT define to PPP_WITH_CBCP to be consistent.Eivind Næss2022-07-151-2/+2
* Changing USE_TDB to PPP_WITH_TDB to be consistent.Eivind Næss2022-07-151-15/+15
* Changing HAVE_MULTILINK to PPP_WITH_MULTILINKEivind Næss2022-07-151-1/+1
* Changing INET6 to PPP_WITH_IPV6CP and adding configure optionEivind Næss2022-07-151-5/+6
* pppd: Drop linux IPX support (#326)Richard Purdie2022-01-131-6/+0
* Expand byte count statistics to 64 bits (#298)Jaco Kroon2022-01-131-2/+3
* pppd: Add ipv6-{up,down}-script options (#321)Daniel Barlow2021-11-201-0/+4
* Fixing main.c with regards to default GCC/CLANG compiler warningsEivind Næss2021-09-201-15/+48
* pppd: Remove usage of incorrect constant MAXIFNAMELENPali Rohár2021-07-311-1/+1
* Use autoconf/automake to configure and make pppEivind Næss2021-07-201-0/+4
* pppd: Make _PATH_CONNERRS world readable (#194)Samuel Thibault2020-12-311-1/+1
* pppd: Make sure that the linkpidfile is always created (#185)Samuel Thibault2020-12-311-2/+1
* Add option to specify ip-up scriptRussell Coker2020-12-301-0/+3
* Convert to ANSI CPaul Mackerras2020-12-291-160/+86
* Merge branch 'monotonic-time' of https://github.com/themiron/pppPaul Mackerras2020-05-251-6/+6
|\
| * pppd: linux: use monotonic time if possibleVladislav Grishenko2020-05-221-6/+6
* | pppd: Avoid declarations within statements in main.cPaul Mackerras2019-10-191-1/+2
* | pppd: Fix `ifname` option in case of multilink (#105)fhost2019-10-191-0/+3
* | pppd: Check tdb pointer before closingAlfonso Sánchez-Beato2019-10-191-1/+2
* | pppd: Refactor setjmp/longjmp with pipe pair in event wait loopKurt Van Dijck2019-10-021-16/+25
* | pppd: Remove unused rcsid variablesKurt Van Dijck2019-10-021-1/+0
|/
* pppd: Don't try to free(NULL - 1)Paul Mackerras2018-06-231-1/+1
* Merge branch 'master' of https://github.com/gburgessiv/pppPaul Mackerras2017-03-181-1/+0
|\
| * pppd: Remove unused declaration of ttyname.George Burgess IV2016-09-091-1/+0
* | pppd: allow use of arbitrary interface namesPaul Mackerras2016-08-231-10/+6
|/
* pppd: Fix segfault in update_db_entry()Martin.Lottermoser@t-online.de2013-06-091-3/+5
* Nit: use _exit when exec fails and restrict values to 0-255 per POSIX.James Carlson2010-08-231-2/+2
* Add set and reset options to control environment variables for scripts.James Carlson2010-08-231-18/+93
* Fix spelling of "Protocol"Simon Arlott2009-08-261-1/+1
* Only kill the whole process group if we have detachedPaul Mackerras2008-06-231-8/+25
* Fix bug causing segfault on tdb errors.Paul Mackerras2006-12-191-3/+3
* Fix problem with fd 0 getting closed unintentionally by closelog.Paul Mackerras2006-12-191-2/+3
* Fix snafu in run_program(). Patch from Robert Vogelgesang.Paul Mackerras2006-06-041-21/+33
* Added an /etc/ppp/ip-pre-up script, run before the interfacePaul Mackerras2005-08-251-4/+13
* Bring up the link on an explicit call from main() rather thanPaul Mackerras2005-07-121-1/+2
* Do an lcp_close whenever the link terminates, not just if itPaul Mackerras2005-03-211-1/+3
* Added log messages for LCP Identification, Time-Remaining, and otherJames Carlson2004-11-141-3/+69
* Make SIGHUP just take down the link now, not the bundle.Paul Mackerras2004-11-131-6/+9
* New version of TDB code, borrowed from samba.Paul Mackerras2004-11-131-7/+36
* Create link pid file (from the linkname option value) straightPaul Mackerras2004-11-121-1/+3
* Multilink improvements. This involved moving some logic from thePaul Mackerras2004-11-121-104/+37
* Move sys_init call after we have occupied fds 0, 1, 2.Paul Mackerras2004-11-091-6/+6