]> git.ozlabs.org Git - ppp.git/history - configure.ac
pppd man page: Update header to refer to pppd 2.5.x
[ppp.git] / configure.ac
2023-11-08 Eivind NæssFix for failure to detect the presence of sockaddr_ll...
2023-05-01 Paul MackerrasMerge pull request #417 from enaess/fixes
2023-05-01 Paul MackerrasUpdate version to 2.5.1-dev
2023-04-23 Eivind NaessAdd configure check to see if we have struct sockaddr_ll
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-10 Paul MackerrasMerge pull request #386 from enaess/ppp-release
2023-01-30 Eivind NæssDisable building the plugins with static libraries...
2023-01-21 Eivind NæssHeader file reorganization and cleaning up the public...
2022-12-31 Paul MackerrasMerge pull request #378 from jkroonza/radius-admin...
2022-10-08 Paul MackerrasMerge pull request #370 from Chocobo1/systemd
2022-09-19 Chocobo1Fix libsystemd detection
2022-09-09 Paul MackerrasMerge pull request #366 from pali/rtnetlink-register
2022-09-09 Paul MackerrasMerge pull request #365 from enaess/ppp-options
2022-09-09 Paul MackerrasMerge pull request #362 from enaess/ppp-crypto
2022-08-12 Eivind NæssCreate a new API to abstract the crypto functions used...
2022-08-09 Paul MackerrasMerge pull request #358 from enaess/ppp-autotools
2022-08-08 Eivind NæssFix warning messages on autoreconf (especially with...
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æssFix include paths for plugins to use the public API...
2022-07-15 Eivind NæssUpdate configure.ac to use AS_IF() and correct use...
2022-07-15 Sam Jamesconfigure.ac: include systemd support in summary
2022-07-15 Sam Jamesconfigure.ac, pppd/Makefile.am: use pkg-config to link...
2022-07-15 Sam Jamesconfigure.ac: minor phrasing tidy ups in output
2022-07-15 Sam Jamesconfigure.ac: use consistent x${VAR} = x${VALUE} test
2022-07-15 Eivind NæssFixing up quotation of AC_DEFINE macro
2022-07-15 Eivind NæssChanging USE_SRP to PPP_WITH_SRP for consistency
2022-07-15 Eivind NæssChanging USE_PAM to PPP_WITH_PAM for consistency.
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 PLUGIN to PPP_WITH_PLUGINS for consistency
2022-07-15 Eivind NæssChanging CBCP_SUPPORT define to PPP_WITH_CBCP to be...
2022-07-15 Eivind NæssChanging USE_TDB to PPP_WITH_TDB to be consistent.
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-15 Eivind NæssChanging INET6 to PPP_WITH_IPV6CP and adding configure...
2022-01-13 Richard Purdiepppd: Drop linux IPX support (#326)
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-08-07 Paul MackerrasMerge pull request #305 from pali/ifnamsiz
2021-08-07 Eivind NæssFixing up a few inconsistencies in configure.ac (#306)
2021-07-24 Paul MackerrasMerge pull request #296 from enaess/ppp-autotools
2021-07-21 Eivind NæssSetting version to 2.4.10-dev per request of Neustradamus
2021-07-20 Eivind NæssFixing up libpcap configure option on SunOS
2021-07-20 Eivind NæssUse autoconf/automake to configure and make ppp