summaryrefslogtreecommitdiff
path: root/pppd/auth.c
Commit message (Expand)AuthorAgeFilesLines
* Add a --with-system-ca-path <path-to-ca-directory> option to configure (#406)Eivind Næss2023-03-181-0/+7
* Fix several issues uncovered by Coverity (#397)Eivind Næss2023-03-171-1/+1
* Header file reorganization and cleaning up the public API for pppd version 2....Eivind Næss2023-01-211-85/+119
* Let ./configure control the paths for pppdEivind Næss2022-08-081-15/+15
* Removing option to configure PPP_WITH_MAXOCTETS, helps clean up the code and ...Eivind Næss2022-07-151-9/+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-4/+4
* Changing the define USE_EAPTLS to PPP_WITH_EAPTLS for consistencyEivind Næss2022-07-151-14/+14
* Changing PPP_FILTER to PPP_WITH_FILTER for consistency.Eivind Næss2022-07-151-1/+1
* Changing CBCP_SUPPORT define to PPP_WITH_CBCP to be consistent.Eivind Næss2022-07-151-2/+2
* Changing HAVE_MULTILINK to PPP_WITH_MULTILINKEivind Næss2022-07-151-3/+3
* Changing defines for CHAPMS, MSLANMAN, MPPE to prefix with PPP_WITH_*Eivind Næss2022-07-151-5/+5
* pppd/auth: Pass ipparam to auth-up and auth-down scriptsJaco Kroon2022-07-041-1/+2
* Improve the PEAP contribution by Rustam KovhaevEivind Næss2021-09-271-25/+28
* pppd: add experimental support for PEAP protocol, an extension of EAPRustam Kovhaev2021-09-121-0/+4
* Use autoconf/automake to configure and make pppEivind Næss2021-07-201-3/+11
* pppd: Support for use of PKCS12 certificates (#264)Eivind Næss2021-06-051-1/+14
* pppd: EAP-TLS: Verify Subject or CommonName by suffix (#261)Eivind Næss2021-03-151-0/+6
* pppd: Call auth-up-notifier even if 'noauth' is specified (#216)Eivind Næss2021-01-041-1/+1
* Convert to ANSI CPaul Mackerras2020-12-291-196/+109
* Add support for EAP-TLS (including experimental TLS v1.3 support).Jan Just Keijser2020-10-191-2/+424
* pppd: Fix blank password usageSimon Tate2020-09-141-1/+1
* pppd: Remove unused rcsid variablesKurt Van Dijck2019-10-021-1/+0
* Various fixes for errors found by coverity static analysis (#109)Jaroslav Škarvada2019-05-061-0/+4
* Use systemd's sd_notify with option up_sdnotifyJacob Floyd2018-02-271-1/+12
* pppd: Default exit status to EXIT_CONNECT_FAILED during connection phasePaul Mackerras2013-03-111-0/+1
* pppd: Add master_detach optionPaul Mackerras2013-03-021-2/+4
* pppd: Eliminate some warningsPaul Mackerras2012-05-201-4/+0
* pppd: Don't crash if crypt() returns NULLPaul Mackerras2012-05-201-3/+5
* Clear hungup in start_link() instead of connect_tty()Paul Mackerras2008-07-011-1/+2
* Fix behaviour of maxoctets option when limit >= 2GPaul Mackerras2008-06-251-4/+2
* Add multilink_join_hook, called when a links joins the bundle.Paul Mackerras2008-06-151-1/+8
* Make pppd use blank username/password when explicitly specifiedPaul Mackerras2008-06-151-7/+19
* Added new "enable-session" option to enable session accounting andJames Carlson2007-06-191-244/+16
* Restore original EUID rather than 0 during option processing.Paul Mackerras2006-06-181-2/+4
* Put back a "0" that got deleted somehow. I blame the cat. :)Paul Mackerras2006-06-041-2/+2
* Check the result of seteuid(), just to be paranoid.Paul Mackerras2006-06-041-3/+7
* This enables plugins called via hooks/notifiers triggeredPaul Mackerras2006-05-221-6/+6
* Make sure we call the channel's cleanup function.Paul Mackerras2005-08-281-1/+3
* Added an /etc/ppp/ip-pre-up script, run before the interfacePaul Mackerras2005-08-251-2/+2
* Log a message when we succeed or fail in authenticating ourselvesPaul Mackerras2005-07-131-1/+7
* Bring up the link on an explicit call from main() rather thanPaul Mackerras2005-07-121-2/+9
* Clear the wtmp entry in plogout whether or not USE_PAM is defined,Paul Mackerras2005-07-091-4/+3
* Do an lcp_close whenever the link terminates, not just if itPaul Mackerras2005-03-211-4/+1
* Call lcp_close(0) in link_required if the channel connect orPaul Mackerras2004-12-311-1/+7
* Multilink improvements. This involved moving some logic from thePaul Mackerras2004-11-121-17/+129
* Don't ask for CHAP if we don't have any digests to use.Paul Mackerras2004-11-061-2/+2
* Remove the requirement that redistributions in binary form reproducePaul Mackerras2004-11-041-8/+3
* Remove dependencies on CHAPMS definition in header files.Paul Mackerras2004-10-311-3/+5
* Patch from Robert Vogelgesang:Paul Mackerras2004-10-281-2/+2