summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
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-04Merge pull request #64 from pprindeville/add-stricter-warningsjeroennijhof
Turn on stricter compiler warnings
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-09-30Let pam_tacplus find "magic.h" when buildingPhilip Prindeville
2016-09-29Turn on stricter compiler warningsPhilip Prindeville
And fix subsequent warnings caused by: - shadowed variables (i.e. variables existing in nested scopes); - signed vs. unsigned comparisons - string pointers and buffers being unsigned which don't need to be; - unnecessary casts; - unused variables (or only used when debugging is enabled);
2016-07-23add Coverity targetPaweł Krawczyk
2016-05-03add TACACS+ client utility programPaweł Krawczyk
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 out of src buildsJoakim Tjernlund
Fix building in a separate build dir.
2015-08-06tac_connect_single: individual timeoutDaniel Gollub
Allow to configure an individual timeout per TACACS+ server. Bumped SO-version due to API change.
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-10-10Add source addr parameter for tac_connect_singleDaniel Gollub
This allows to specify from which source address/interface the TACACS+ client connection gets initiated. Bump SO-versioning due to API change.
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-01-31Added automake subdir-objects option1.3.8Jeroen Nijhof
2011-08-19Major contribution by Darren BeslerJeroen
2010-12-22Initial commitJeroen Nijhof