Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-22 | check for getrandom(2) | Paweł Krawczyk | |
2016-07-22 | fix format string for long int | Paweł Krawczyk | |
2016-07-22 | license libtac on LGPL | Paweł Krawczyk | |
2016-06-29 | fix #56 | Paweł Krawczyk | |
2016-06-29 | fix #54 | Paweł Krawczyk | |
2016-06-29 | fix #56 | Paweł Krawczyk | |
2016-05-27 | fix variable names | Paweł Krawczyk | |
2016-05-27 | Merge branch 'master' of github.com:jeroennijhof/pam_tacplus | Paweł Krawczyk | |
2016-05-27 | wrong var name | Paweł Krawczyk | |
2016-05-27 | typo | Paweł Krawczyk | |
2016-05-27 | max packet size | Paweł Krawczyk | |
2016-05-27 | replace the broken packet_read check with a hard-coded max packet length | Paweł Krawczyk | |
2016-05-27 | Merge pull request #49 from friofry/master | Paweł Krawczyk | |
Add installation of libtac to pam_tacplus.spec.in | |||
2016-05-21 | add write permissions to /usr/local/include/libtac | Andrey Bocharnikov | |
2016-05-20 | add pam_tacplus-devel package | Andrey Bocharnikov | |
2016-05-19 | add libtac to rpm spec | Andrey Bocharnikov | |
2016-05-05 | Merge branch 'master' of github.com:jeroennijhof/pam_tacplus | Paweł Krawczyk | |
2016-05-05 | Merge branch 'master' of github.com:jeroennijhof/pam_tacplus | Paweł Krawczyk | |
2016-05-05 | Merge branch 'master' of github.com:jeroennijhof/pam_tacplus | Paweł Krawczyk | |
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 |