]> git.ozlabs.org Git - ppp.git/history - pppd/auth.c
pppd man page: Update header to refer to pppd 2.5.x
[ppp.git] / pppd / auth.c
2023-11-09 Paul MackerrasChange my paulus@samba.org email address to paulus...
2023-03-17 Paul MackerrasMerge pull request #409 from enaess/conf-fixes
2023-03-17 Eivind NæssAdd a --with-system-ca-path <path-to-ca-directory>...
2023-03-16 Eivind NæssFix several issues uncovered by Coverity (#397)
2023-01-21 Eivind NæssHeader file reorganization and cleaning up the public...
2022-08-09 Paul MackerrasMerge pull request #358 from enaess/ppp-autotools
2022-08-08 Eivind NæssLet ./configure control the paths for pppd
2022-08-05 Paul MackerrasMerge pull request #354 from pali/register-with-name
2022-07-25 Paul MackerrasMerge pull request #349 from enaess/ppp-autotools
2022-07-15 Eivind NæssRemoving option to configure PPP_WITH_MAXOCTETS, helps...
2022-07-15 Eivind NæssChanging defines for USE_PEAP to PPP_WITH_PEAP for...
2022-07-15 Eivind NæssChanging MAXOCTETS to PPP_WITH_MAXOCTETS
2022-07-15 Eivind NæssChanging the define USE_EAPTLS to PPP_WITH_EAPTLS for...
2022-07-15 Eivind NæssChanging PPP_FILTER to PPP_WITH_FILTER for consistency.
2022-07-15 Eivind NæssChanging CBCP_SUPPORT define to PPP_WITH_CBCP to be...
2022-07-15 Eivind NæssChanging HAVE_MULTILINK to PPP_WITH_MULTILINK
2022-07-15 Eivind NæssChanging defines for CHAPMS, MSLANMAN, MPPE to prefix...
2022-07-04 Jaco Kroonpppd/auth: Pass ipparam to auth-up and auth-down scripts
2021-11-26 Paul MackerrasMerge branch 'pppoe-discovery' of https://github.com...
2021-10-16 Paul MackerrasMerge pull request #297 from mjeveritt/patch-11-test-pr
2021-10-16 Paul MackerrasMerge pull request #307 from enaess/ppp-peap
2021-09-27 Eivind NæssImprove the PEAP contribution by Rustam Kovhaev
2021-09-12 Rustam Kovhaevpppd: add experimental support for PEAP protocol, an...
2021-07-24 Paul MackerrasMerge pull request #296 from enaess/ppp-autotools
2021-07-20 Eivind NæssUse autoconf/automake to configure and make ppp
2021-06-05 Eivind Næsspppd: Support for use of PKCS12 certificates (#264)
2021-03-14 Eivind Næsspppd: EAP-TLS: Verify Subject or CommonName by suffix...
2021-01-04 Eivind Næsspppd: Call auth-up-notifier even if 'noauth' is specifi...
2020-12-31 Paul MackerrasMerge pull request #177 from tisj/eap-mschapv2-server
2020-12-31 Paul MackerrasMerge pull request #103 from Low-power/solaris-mtu-fix
2020-12-30 Paul MackerrasMerge pull request #54 from shankerwangmiao/master
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-12-29 Paul MackerrasMerge pull request #165 from pali/lcp
2020-10-19 Jan Just KeijserAdd support for EAP-TLS (including experimental TLS...
2020-10-03 Paul MackerrasMerge pull request #169 from SimonTate/fix-pppoe-empty...
2020-09-14 Simon Tatepppd: Fix blank password usage
2020-05-25 Paul MackerrasMerge branch 'monotonic-time' of https://github.com...
2019-10-01 Kurt Van Dijckpppd: Remove unused rcsid variables
2019-05-05 Jaroslav ŠkarvadaVarious fixes for errors found by coverity static analy...
2018-06-23 Paul MackerrasMerge branch 'pppd_print_changes' of https://github...
2018-06-23 Paul MackerrasMerge branch 'pppoe-discovery-cleanup' of https://githu...
2018-02-27 Jacob FloydUse systemd's sd_notify with option up_sdnotify
2013-03-11 Paul Mackerraspppd: Default exit status to EXIT_CONNECT_FAILED during...
2013-03-02 Paul Mackerraspppd: Add master_detach option
2012-05-20 Paul Mackerraspppd: Eliminate some warnings
2012-05-20 Paul Mackerraspppd: Don't crash if crypt() returns NULL
2008-07-01 Paul MackerrasClear hungup in start_link() instead of connect_tty()
2008-06-25 Paul MackerrasFix behaviour of maxoctets option when limit >= 2G
2008-06-15 Paul MackerrasAdd multilink_join_hook, called when a links joins...
2008-06-15 Paul MackerrasMake pppd use blank username/password when explicitly...
2007-06-19 James CarlsonAdded new "enable-session" option to enable session...
2006-06-18 Paul MackerrasRestore original EUID rather than 0 during option proce...
2006-06-04 Paul MackerrasPut back a "0" that got deleted somehow. I blame the...
2006-06-04 Paul MackerrasCheck the result of seteuid(), just to be paranoid.
2006-05-22 Paul MackerrasThis enables plugins called via hooks/notifiers triggered
2005-08-28 Paul MackerrasMake sure we call the channel's cleanup function.
2005-08-25 Paul MackerrasAdded an /etc/ppp/ip-pre-up script, run before the...
2005-07-13 Paul MackerrasLog a message when we succeed or fail in authenticating...
2005-07-12 Paul MackerrasBring up the link on an explicit call from main() rathe...
2005-07-09 Paul MackerrasClear the wtmp entry in plogout whether or not USE_PAM...
2005-03-21 Paul MackerrasDo an lcp_close whenever the link terminates, not just...
2004-12-31 Paul MackerrasCall lcp_close(0) in link_required if the channel conne...
2004-11-12 Paul MackerrasMultilink improvements. This involved moving some...
2004-11-06 Paul MackerrasDon't ask for CHAP if we don't have any digests to...
2004-11-04 Paul MackerrasRemove the requirement that redistributions in binary...
2004-10-31 Paul MackerrasRemove dependencies on CHAPMS definition in header...
2004-10-28 Paul MackerrasPatch from Robert Vogelgesang:
2004-10-24 Paul MackerrasFix use-after-free bug where we were freeing the per...
2003-06-11 Paul MackerrasNew CHAP implementation, rewritten from scratch to...
2003-03-09 Russell CokerMerging tiny patch from John R.Daily <jdaily@progeny...
2003-03-03 Paul MackerrasA bunch of fixes mostly aimed at fixing the problems...
2003-02-16 Paul Mackerrasfix silly syntax error
2003-02-16 Paul MackerrasHonour the allow-ip option even with noauth
2002-12-04 Paul MackerrasUpdate copyrights. The new CMU copyright notice is...
2002-11-02 James CarlsonAdded EAP support with MD5-Challenge and SRP-SHA1 metho...
2002-10-27 Frank Cusack__linux__ (already defined by compiler) not _linux_...
2002-10-12 Frank Cusack- more authentication logging uniformity
2002-10-10 Frank Cusacktypo
2002-10-10 Frank CusackAdd 'remotenumber' and 'allow-number' options, for...
2002-09-24 Frank CusackLose the poorly thought out OPT_A3OR option flag. ...
2002-09-15 Paul MackerrasGet rid of a couple of unnecessary OPT_A2COPYs and...
2002-09-12 Paul MackerrasGive the interface name rather than the name of the...
2002-09-01 David F. SkollPatches from Frank Cusack.
2002-07-16 Alexandr D. Kanevskiysync constant and attributes names with
2002-07-15 Alexandr D. Kanevskiymake Octets-Direction flag accept value=4.
2002-07-13 Alexandr D. KanevskiyExperemental per session traffic limiting.
2002-05-21 David F. SkollECP patches from Frank Cusack:
2002-04-02 David F. SkollFirst large MPPE patch from Frank Cusack.
2002-03-05 David F. SkollPatch from Frank Cusack to add support for MSCHAPv2.
2002-03-01 David F. SkollLarge patch from Frank Cusack <fcusack@fcusack.com...
2002-01-22 David F. SkollAdded RADIUS suppport.
2002-01-11 Russell CokerAdded <time.h> to stop warnings, and made it check...
2001-11-09 Paul Mackerrascancel maxconnect timeout when the link goes down
2001-04-27 Paul Mackerrasadd some more hooks and notifiers
2001-03-12 Paul Mackerrasdon't insist on the suggested address from the secrets...
2001-03-08 Paul MackerrasNew options system with priorities for option values...
2000-08-01 Paul Mackerrasadd stuff for packet filtering
next