summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2018-01-04Favor pututxline() over logwtmp()Philip Prindeville
2017-12-29RAND_pseudo_bytes() has been deprecated in OpenSSL 1.1.0. They tell usMartin Belanger
to use RAND_bytes() instead. Modified by Philip Prindeville <philipp@redfish-solutions.com>
2017-12-29linux/random.h doesn't actually declare getrandom()Philip Prindeville
2016-12-12Allow building with run-time debugging enabled (via configure)Philip Prindeville
Add --enable-runtime-debugging option to ./configure. Add example logmsg() to tacc.c so it can be built with debugging. Fix logmsg() prototype (it's supposed to match the prototype of syslog() which returns void). Export build-time value of --enable-runtime-debugging into libtac.pc.
2016-10-04Don't set these flags for AM_LDFLAGS since it breaks linkingJeroen Nijhof
2016-09-30Reflect tacc's dependency on openssl APIPhilip Prindeville
Specifically, tacc calls RAND_pseudo_bytes() which is part of openssl, and without that we can't build it.
2016-09-30If built against openssl/md5.h omit lib/md5.h from distributionPhilip Prindeville
Avoid any confusion which might arise from having the libraries be built against <openssl/md5.h> but shipping "lib/md5.h" anyway.
2016-07-23bump version to 1.4.1Paweł Krawczyk
2016-07-22Rewrite the getrandom(2) usagePaweł Krawczyk
The getrandom(2) is experimental (on Linux at least) and the presence of headers doesn't guarantee it's usable. It seems to be available from 3.17 kernels only as syscall.
2016-07-22check for sys/random.h as well for SolarisPaweł Krawczyk
2016-07-22check for getrandom(2)Paweł Krawczyk
2016-05-03add TACACS+ client utility programPaweł Krawczyk
2016-05-03use OpenSSL for MD5 and random numbersPaweł Krawczyk
2016-03-02Add '--disable-am-ldcflags' configure optionJoakim Tjernlund
This will enable a distribution to select its own C/LD flags
2016-03-02Conditional docsJoakim Tjernlund
Add --disable-doc to not install docs
2016-03-02Disable automatic build of static libsJoakim Tjernlund
Instruct libtool not to build static libs at all rather than removing the static lib at install
2016-03-02Fix warning: "_FORTIFY_SOURCE" redefinedJoakim Tjernlund
Undefine _FORTIFY_SOURCE before defining it as some system has FORTIFY_SOURCE on by default.
2014-11-27too many RELROsPawel Krawczyk
2014-11-26give up AX_ macros as they don't work on older autoconf, usePawel Krawczyk p.krawczyk@kainos.com
a more conservative method instead
2014-11-26Merge branch 'master' of github.com:jeroennijhof/pam_tacplusPawel Krawczyk
2014-11-26check for PAM devel librariesPawel Krawczyk
2014-11-26add -WallPawel Krawczyk
2014-10-14bump version to 1.3.9, mostly due to file descriptor leak fixPawel Krawczyk
2014-10-02C compiler hardening optionsPawel Krawczyk
Add checks for C compiler hardening options (stack protector etc) and use them if available.
2014-08-28Introduce pkg-config file for libtacDaniel Gollub
2014-08-27Build and install libtac as shared libraryDaniel Gollub
Additional install public headers for libtac shared library. SO-Versioning is initially set to 0:0:0.
2014-04-22Added macro dir and fix readme issueJeroen Nijhof
2014-04-16Fix issue with automake 1.9Jeroen Nijhof
2013-12-17Release version 1.3.8Jeroen Nijhof
2013-07-01A lot of cleanups and improvements by Walter de JongJeroen Nijhof
2012-09-08Bumped version to 1.3.8 and renamed rem_addr to r_addrJeroen Nijhof
2012-05-19Set version to 1.3.7Jeroen Nijhof
2012-03-18Changed e-mail and improved accountingJeroen Nijhof
2011-08-19Major contribution by Darren BeslerJeroen
2011-04-25Removed encrypt option just check if there is a secret (key).Jeroen
Removed first_hit option because you can get the same behaviour by using only one server. Added multiple secret support, you can now specify different secrets (keys) for different servers. connect.c: improved connection error handling by using getpeername() to check if connection is still valid. This was needed since we are using non-blocking sockets. Properly handle multiple servers when authenticating, patch from Gregg Nemas, thanks!
2011-04-21Version changed to 1.3.3, changed bitflags to hex, thanks Jason.Jeroen Nijhof
2010-12-22Initial commitJeroen Nijhof