summaryrefslogtreecommitdiff
path: root/pppd/pppd.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup in pppd/pppd.h, eliminate unecessary headersEivind Næss2022-07-151-10/+8
* Removing patchlevel.hEivind Næss2022-07-151-1/+0
* Changing defines for USE_PEAP to PPP_WITH_PEAP for consistencyEivind Næss2022-07-151-2/+2
* Changing MAXOCTETS to PPP_WITH_MAXOCTETSEivind Næss2022-07-151-2/+2
* Changing the define USE_EAPTLS to PPP_WITH_EAPTLS for consistencyEivind Næss2022-07-151-6/+5
* Changing PPP_FILTER to PPP_WITH_FILTER for consistency.Eivind Næss2022-07-151-2/+2
* Changing HAVE_MULTILINK to PPP_WITH_MULTILINKEivind Næss2022-07-151-1/+1
* Changing defines for CHAPMS, MSLANMAN, MPPE to prefix with PPP_WITH_*Eivind Næss2022-07-151-1/+1
* Changing INET6 to PPP_WITH_IPV6CP and adding configure optionEivind Næss2022-07-151-8/+6
* pppd: Drop linux IPX support (#326)Richard Purdie2022-01-131-10/+0
* Expand byte count statistics to 64 bits (#298)Jaco Kroon2022-01-131-4/+5
* pppd: Add ipv6-{up,down}-script options (#321)Daniel Barlow2021-11-201-0/+5
* Improve the PEAP contribution by Rustam KovhaevEivind Næss2021-09-271-4/+10
* pppd: Remove usage of incorrect constant MAXIFNAMELENPali Rohár2021-07-311-3/+2
* Use autoconf/automake to configure and make pppEivind Næss2021-07-201-0/+2
* pppd: Support for use of PKCS12 certificates (#264)Eivind Næss2021-06-051-0/+1
* pppd: EAP-TLS: Verify Subject or CommonName by suffix (#261)Eivind Næss2021-03-151-0/+8
* pppd: Combine get_first_ethernet() and get_if_hwaddr() into one function (#207)pali2021-01-021-1/+1
* pppd: Add replacedefaultroute option (#200)Samuel Thibault2021-01-021-1/+1
* Deduplicate ether_to_eui64() implementation (#204)pali2021-01-011-1/+0
* Add option to specify ip-up scriptRussell Coker2020-12-301-0/+2
* pppd: Fix compilation with uclibcPaul Mackerras2020-12-301-0/+1
* Convert to ANSI CPaul Mackerras2020-12-291-219/+208
* Add support for EAP-TLS (including experimental TLS v1.3 support).Jan Just Keijser2020-10-191-0/+10
* pppd: Handle SIGINT and SIGTERM during interrupted syscalls (#148)pali2020-05-251-0/+1
* Merge branch 'monotonic-time' of https://github.com/themiron/pppPaul Mackerras2020-05-251-0/+2
|\
| * pppd: linux: use monotonic time if possibleVladislav Grishenko2020-05-221-0/+2
* | pppd.h: Add missing headersRosen Penev2019-10-191-0/+2
* | pppd: Add defaultroute6 and related optionsSamuel Thibault2019-10-191-0/+6
|/
* Use systemd's sd_notify with option up_sdnotifyJacob Floyd2018-02-271-0/+3
* pppd: allow use of arbitrary interface namesPaul Mackerras2016-08-231-0/+11
* Merge branch 'master' of git://github.com/cmcqueen/pppPaul Mackerras2014-08-011-0/+1
|\
| * pppd: Add option "stop-bits" to set number of serial port stop bits.Craig McQueen2014-02-191-0/+1
* | pppd: Add declarations to eliminate compile warningsPaul Mackerras2014-03-091-0/+2
|/
* pppd: Add master_detach optionPaul Mackerras2013-03-021-0/+1
* pppd: Enable IPV6 by default and fix some warningsPaul Mackerras2012-05-201-0/+1
* pppd: Notify IPv6 up/down as we do for IPv4Markus Becker2012-05-201-2/+6
* Add set and reset options to control environment variables for scripts.James Carlson2010-08-231-6/+21
* Only kill the whole process group if we have detachedPaul Mackerras2008-06-231-2/+2
* Add the declaration of multilink_join_hook, missed in a previous commit.Paul Mackerras2008-06-151-1/+2
* Make pppd use blank username/password when explicitly specifiedPaul Mackerras2008-06-151-6/+6
* Minor tweaks to utils.cPaul Mackerras2008-06-031-2/+2
* Added new "enable-session" option to enable session accounting andJames Carlson2007-06-191-1/+2
* Added an /etc/ppp/ip-pre-up script, run before the interfacePaul Mackerras2005-08-251-2/+2
* Bring up the link on an explicit call from main() rather thanPaul Mackerras2005-07-121-1/+2
* Added log messages for LCP Identification, Time-Remaining, and otherJames Carlson2004-11-141-1/+2
* New version of TDB code, borrowed from samba.Paul Mackerras2004-11-131-1/+3
* Multilink improvements. This involved moving some logic from thePaul Mackerras2004-11-121-1/+21
* Extend safe_fork to include the shuffling of fds to get thePaul Mackerras2004-11-061-2/+3
* Add a timeout when waiting for child processes to exit before pppdPaul Mackerras2004-11-041-1/+2