Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-04 | Favor pututxline() over logwtmp() | Philip Prindeville | |
2017-12-29 | RAND_pseudo_bytes() has been deprecated in OpenSSL 1.1.0. They tell us | Martin Belanger | |
to use RAND_bytes() instead. Modified by Philip Prindeville <philipp@redfish-solutions.com> | |||
2017-12-29 | linux/random.h doesn't actually declare getrandom() | Philip Prindeville | |
2016-12-12 | Allow 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-04 | Don't set these flags for AM_LDFLAGS since it breaks linking | Jeroen Nijhof | |
2016-09-30 | Reflect tacc's dependency on openssl API | Philip Prindeville | |
Specifically, tacc calls RAND_pseudo_bytes() which is part of openssl, and without that we can't build it. | |||
2016-09-30 | If built against openssl/md5.h omit lib/md5.h from distribution | Philip 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-23 | bump version to 1.4.1 | Paweł Krawczyk | |
2016-07-22 | Rewrite the getrandom(2) usage | Paweł 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-22 | check for sys/random.h as well for Solaris | Paweł Krawczyk | |
2016-07-22 | check for getrandom(2) | Paweł Krawczyk | |
2016-05-03 | add TACACS+ client utility program | Paweł Krawczyk | |
2016-05-03 | use OpenSSL for MD5 and random numbers | Paweł Krawczyk | |
2016-03-02 | Add '--disable-am-ldcflags' configure option | Joakim Tjernlund | |
This will enable a distribution to select its own C/LD flags | |||
2016-03-02 | Conditional docs | Joakim Tjernlund | |
Add --disable-doc to not install docs | |||
2016-03-02 | Disable automatic build of static libs | Joakim Tjernlund | |
Instruct libtool not to build static libs at all rather than removing the static lib at install | |||
2016-03-02 | Fix warning: "_FORTIFY_SOURCE" redefined | Joakim Tjernlund | |
Undefine _FORTIFY_SOURCE before defining it as some system has FORTIFY_SOURCE on by default. | |||
2014-11-27 | too many RELROs | Pawel Krawczyk | |
2014-11-26 | give up AX_ macros as they don't work on older autoconf, use | Pawel Krawczyk p.krawczyk@kainos.com | |
a more conservative method instead | |||
2014-11-26 | Merge branch 'master' of github.com:jeroennijhof/pam_tacplus | Pawel Krawczyk | |
2014-11-26 | check for PAM devel libraries | Pawel Krawczyk | |
2014-11-26 | add -Wall | Pawel Krawczyk | |
2014-10-14 | bump version to 1.3.9, mostly due to file descriptor leak fix | Pawel Krawczyk | |
2014-10-02 | C compiler hardening options | Pawel Krawczyk | |
Add checks for C compiler hardening options (stack protector etc) and use them if available. | |||
2014-08-28 | Introduce pkg-config file for libtac | Daniel Gollub | |
2014-08-27 | Build and install libtac as shared library | Daniel Gollub | |
Additional install public headers for libtac shared library. SO-Versioning is initially set to 0:0:0. | |||
2014-04-22 | Added macro dir and fix readme issue | Jeroen Nijhof | |
2014-04-16 | Fix issue with automake 1.9 | Jeroen Nijhof | |
2013-12-17 | Release version 1.3.8 | Jeroen Nijhof | |
2013-07-01 | A lot of cleanups and improvements by Walter de Jong | Jeroen Nijhof | |
2012-09-08 | Bumped version to 1.3.8 and renamed rem_addr to r_addr | Jeroen Nijhof | |
2012-05-19 | Set version to 1.3.7 | Jeroen Nijhof | |
2012-03-18 | Changed e-mail and improved accounting | Jeroen Nijhof | |
2011-08-19 | Major contribution by Darren Besler | Jeroen | |
2011-04-25 | Removed 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-21 | Version changed to 1.3.3, changed bitflags to hex, thanks Jason. | Jeroen Nijhof | |
2010-12-22 | Initial commit | Jeroen Nijhof | |