Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-18 | Merge pull request #10 from jeroennijhof/hotfix_9 | jeroennijhof | |
Fix issue with automake 1.9 | |||
2014-04-16 | Fix issue with automake 1.9 | Jeroen Nijhof | |
2014-02-19 | cleanup redundant code | Walter de Jong | |
2014-02-19 | bugfix: do not try other server when AUTHEN_STATUS_FAIL | Walter de Jong | |
The loop would continue to try other servers even when a server has indicated that the authentication failed (wrong password!!) Also, try talk the protocol as much as possible. The PAM status is AUTHINFO_UNAVAIL unless a tacacs server has responded with PASS (-> PAM status SUCCESS) or FAIL (-> PAM status ERR) | |||
2014-02-19 | delete extraneous whitespace | Walter de Jong | |
2014-02-19 | Merge branch 'master' of github.com:walterdejong/pam_tacplus | Walter de Jong | |
2014-02-19 | run libtoolize too | Walter de Jong | |
2014-02-17 | Added postinst and prerm for pam-auth-update | Jeroen Nijhof | |
2014-01-31 | Added automake subdir-objects option1.3.8 | Jeroen Nijhof | |
2013-12-20 | Fixed mismatch between compat and debhelper version | 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 | |
2013-06-06 | run libtoolize too | Walter de Jong | |
2013-04-28 | active_server can not be a pointer, data lost after authentication. | Jeroen Nijhof | |
2013-04-28 | /dev/urandom improvements, thanks Walter. Fixed active_server check | Jeroen Nijhof | |
2013-04-28 | Merge pull request #6 from walterdejong/master | chalcy0n | |
cleanup stuff | |||
2013-03-29 | abort() on erroneous input parameters | Walter de Jong | |
2013-03-29 | xstrcpy() belongs in libtac | Walter de Jong | |
2013-03-29 | xstrcpy() aborts on argument too long | Walter de Jong | |
Which may be dumb, but it's better than bluntly truncating a string | |||
2013-03-29 | removed double xcalloc() function; do not leak memory for these small ↵ | Walter de Jong | |
buffers; added safe xstrcpy() | |||
2013-03-28 | fixes various memory leaks, really | Walter de Jong | |
2013-03-28 | server is a struct { address, key } | Walter de Jong | |
2013-03-28 | added FIXME remark about leaking memory | Walter de Jong | |
2013-03-28 | just them prototypes | Walter de Jong | |
2013-03-28 | more stuff belongs in headers | Walter de Jong | |
2013-03-28 | stuff belongs in an include file | Walter de Jong | |
2013-03-28 | added FIXME remark for ifdef for existence of /dev/urandom | Walter de Jong | |
2013-03-28 | magic is always inited | Walter de Jong | |
2013-03-28 | handle read() errors | Walter de Jong | |
2013-03-28 | remove unnecessary ifdef __platform__ constructions | Walter de Jong | |
2013-03-28 | Merge pull request #5 from walterdejong/master | chalcy0n | |
some code cleanups | |||
2013-03-27 | same thing, but less confusing | Walter de Jong | |
Note that this does not change anything in regards to buffer overflowing | |||
2013-03-27 | ignore vim swap files | Walter de Jong | |
2013-03-27 | cleanup converse() | Walter de Jong | |
admittedly very untested...! I should check this on a Linux dev box | |||
2013-03-27 | #defines are not short integers | Walter de Jong | |
2013-03-27 | if key is set | Walter de Jong | |
2013-03-22 | added two FIXME remarks | Walter de Jong | |
2013-03-22 | fix C++/C99 style comments | Walter de Jong | |
2013-03-22 | code cleanup | Walter de Jong | |
2013-03-22 | readability + fix vim syntax highlighting | Walter de Jong | |
2013-03-22 | do not modify contents of argv | Walter de Jong | |
2013-03-22 | what does exit() do in a PAM module? | Walter de Jong | |
2013-03-22 | added more stuff to .gitignore | Walter de Jong | |
2013-03-22 | Merge pull request #4 from walterdejong/master | chalcy0n | |
fix for issue #3 | |||
2013-03-22 | Removed pam-auth-update and fixed repo location | Jeroen Nijhof | |
2013-03-22 | bugfix for overflowing tac_srv[] | Walter de Jong | |
2013-01-09 | Changed version to 1.3.8 | Jeroen Nijhof | |
2012-11-02 | Added port option | Jeroen Nijhof | |
2012-10-02 | errno = 0 on AIX with non-blocking IO, we need to fix this in a | Jeroen Nijhof | |
better way | |||
2012-09-16 | Rearrange header file include for libtac | Jeroen Nijhof | |