Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-05 | make len_from_* variables unsigned | Paweł Krawczyk | |
2016-05-05 | make len_from_* variables unsigned | Paweł Krawczyk | |
2016-05-05 | format string long int | Paweł Krawczyk | |
2016-05-05 | zero the arep structure (Coverity #115822) | Paweł Krawczyk | |
2016-05-04 | add description of the tacc program | Paweł Krawczyk | |
2016-05-04 | help text formatting | Paweł Krawczyk | |
2016-05-04 | actually send the configured service and protocol | Paweł Krawczyk | |
2016-05-04 | make service and protocol required parameters | Paweł Krawczyk | |
2016-05-04 | fix variable reference | Paweł Krawczyk | |
2016-05-03 | port to OpenSSL MD5 | 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-05-02 | fix two possible memory leaks | Paweł Krawczyk | |
2016-05-02 | retval cannot be negative when fd is positive as it was just copied from fd | Paweł Krawczyk | |
2016-05-02 | cannot close() on negative tac_fd | Paweł Krawczyk | |
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 |