Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-13 | DANOS import masterHEADdebian/1.3.9-0vyatta12danos/1908master | Brian Russell | |
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 | |
2014-10-08 | Fix Debian build failing on AX_CHECK_COMPILE_FLAG | Daniel Gollub | |
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-10-02 | Fix always true condition | Pawel Krawczyk | |
The condition was checking tac_prompt which is a static array, so it will always return some address. Now checking the value of the first element of the array, which can be zero on non-zero. | |||
2014-09-18 | Merge pull request #14 from gollub/fix_debian_packaging | Paweł Krawczyk | |
Fix Debian packaging due to README markdown rename | |||
2014-09-18 | Merge pull request #13 from gollub/shared_libtac | Paweł Krawczyk | |
[RFC] Build and install libtac as shared library | |||
2014-09-18 | Merge pull request #15 from grwlf/master | Paweł Krawczyk | |
allow authorization without protocol defined | |||
2014-09-18 | allow authorization without protocol defined | Sergey Mironov | |
Protocol is only required for certain subset of services, mainly for ppp. We allow authorization with empty protocol if user wants to use other service names, like 'ssh' From the http://tools.ietf.org/html/draft-grant-tacacs-02 page 30: The protocol attribute is intended for use with PPP. When service equals "ppp" and protocol equals "lcp", the message describes the PPP link layer service. For other values of protocol, this describes a PPP NCP (network layer service). A single PPP session can support multiple NCPs | |||
2014-09-05 | Fix include directory in pkg-config file | Daniel Gollub | |
All headers are stored in the libtac sub-directory. | |||
2014-08-28 | Introduce pkg-config file for libtac | Daniel Gollub | |
2014-08-28 | debian: Introduce shahred library packaging libtac | Daniel Gollub | |
2014-08-28 | Fix Debian packaging due to README markdown rename | Daniel Gollub | |
Regression introduced with ea841487 | |||
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-22 | Added install instruction | jeroennijhof | |
2014-04-22 | Markup extention | Jeroen Nijhof | |
2014-04-22 | Use markup for README | Jeroen Nijhof | |
2014-04-22 | Merge pull request #8 from walterdejong/master | jeroennijhof | |
Thanks guys! But the pam_sm_authenticate() function was indeed looping over the tac_plus servers for authentication. The problem is when a tac_plus server is not working correctly you will be denied during authentication but I agree we need to find a better solution for that issue. |