Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-02 | tac_protocol is a static character array so it will be never NULL | Paweł Krawczyk | |
2016-05-02 | superfluous syslog format string | Paweł Krawczyk | |
2016-05-02 | check packet length declared in header | Paweł Krawczyk | |
2016-05-02 | ensure iteration over argument number sent in packet do not overflow | Paweł Krawczyk | |
past the actual packet data | |||
2016-03-28 | Merge pull request #47 from benschumacher/feature/changepw | Paweł Krawczyk | |
Remove silly comment, fix compilation error | |||
2016-03-28 | Remove silly comment, fix compilation error | Ben Schumacher | |
Thx @joakim-tjernlund | |||
2016-03-25 | Merge pull request #45 from benschumacher/feature/changepw | Paweł Krawczyk | |
Password change support for TACACS+ | |||
2016-03-25 | Password change support for TACACS+ | Ben Schumacher | |
Allow pam_tacplus to do challenge/response authentication for TAC backends that force password change during authentication flow. Also add support for password change via 'passwd' by implementing pam_sm_chauthtok. Amongst other things, this requires explicitly managing the sequence number for compatability with some versions of Cisco ACS. | |||
2016-03-02 | Merge pull request #43 from joakim-tjernlund/master | Paweł Krawczyk | |
autotool build fixes | |||
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 out of src builds | Joakim Tjernlund | |
Fix building in a separate build dir. | |||
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. | |||
2015-10-26 | Merge pull request #37 from gollub/fix/connection_timeout_leak | Paweł Krawczyk | |
Avoid socket leaks on connection timeouts | |||
2015-10-26 | Merge pull request #32 from gollub/feature/connect_timeout | Paweł Krawczyk | |
tac_connect_single: individual timeout | |||
2015-10-09 | Avoid socket leaks on connection timeouts | Daniel Gollub | |
... and other not covered error conditions. | |||
2015-08-06 | tac_connect_single: individual timeout | Daniel Gollub | |
Allow to configure an individual timeout per TACACS+ server. Bumped SO-version due to API change. | |||
2015-06-29 | Merge pull request #31 from DStape/fix-missing-semicolons | Paweł Krawczyk | |
Fix missing semicolons | |||
2015-06-29 | Fix missing semicolons | David Stapleton | |
2015-06-20 | tac_service is a static array so it's never NULL | Paweł Krawczyk | |
2015-06-20 | tac_login is a static array so it's never NULL | Paweł Krawczyk | |
2015-06-19 | check open() result including 0 which is a valid return value | Paweł Krawczyk | |
2015-06-19 | remove obsolete comment about PAM_DISALLOW_NULL_AUTHTOK | Paweł Krawczyk | |
2015-06-19 | close socket if any operation fails | Paweł Krawczyk | |
2015-06-19 | Merge branch 'master' of github.com:jeroennijhof/pam_tacplus | Paweł Krawczyk | |
2015-06-19 | initialise the seed variable and update comments | Paweł Krawczyk | |
2015-06-18 | Merge pull request #29 from gollub/fix/verbose_socket_errno | Paweł Krawczyk | |
Make socket creation errno verbose | |||
2015-06-18 | Make socket creation errno verbose | Daniel Gollub | |
2015-06-17 | add Coverity scan status | Paweł Krawczyk | |
2014-12-15 | Added port support for IPv6, issue #25 | Jeroen Nijhof | |
2014-12-15 | Merge pull request #26 from benschumacher/master | jeroennijhof | |
Fix TACACS+ timeouts in pam_tacplus | |||
2014-12-08 | If a timeout is configured by PAM, make sure we set the | Ben Schumacher | |
tac_readtimeout_enable to a non-zero value to get TACACS+ timeouts to work as expected. | |||
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 | close rfd | Pawel Krawczyk | |
2014-11-26 | rewrite the PRNG logic to use urandom on srand() only and then return | Pawel Krawczyk | |
random() on subsequent calls | |||
2014-11-26 | add -Wall | Pawel Krawczyk | |
2014-11-21 | Merge pull request #21 from gollub/fix/reduce_log_level | jeroennijhof | |
Reduce loglevel for non-critical author messages | |||
2014-11-20 | Reduce loglevel for non-critical author messages | Daniel Gollub | |
Messages like "Args cnt %d", "Adding buf/value pair (%s,%s)" should not flood syslog as warning. | |||
2014-10-14 | add Jeroen as primary author and list others from GitHub1.3.9 | Pawel Krawczyk | |
2014-10-14 | bump version to 1.3.9, mostly due to file descriptor leak fix | Pawel Krawczyk | |
2014-10-14 | Merge pull request #18 from pwdng/master | Paweł Krawczyk | |
Close /dev/urandom to fix open file handler leak. | |||
2014-10-14 | Close /dev/urandom to fix open file handler leak. | pwdng | |
2014-10-10 | Merge pull request #17 from gollub/feature/client_connect_source_address_v4 | Paweł Krawczyk | |
Add source addr parameter for tac_connect_single | |||
2014-10-10 | Add source addr parameter for tac_connect_single | Daniel Gollub | |
This allows to specify from which source address/interface the TACACS+ client connection gets initiated. Bump SO-versioning due to API change. | |||
2014-10-08 | Merge pull request #16 from gollub/fix/debian_build_for_ax_check_compile_flag | Paweł Krawczyk | |
Fix/debian build for ax check compile flag | |||
2014-10-08 | Whitespace fix | Daniel Gollub | |