Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-09-08 | Bumped version to 1.3.8 and renamed rem_addr to r_addr | Jeroen Nijhof | |
2012-08-16 | Some debian improvements | Jeroen Nijhof | |
2012-08-14 | Update ChangeLog for new release | Jeroen Nijhof | |
2012-07-25 | Fixed connection handling in _pam_account, thanks James Allwright | Jeroen Nijhof | |
2012-07-25 | tac_encryption fully handled by libtac | Jeroen Nijhof | |
2012-06-12 | Handle attributes which contains no value | Jeroen Nijhof | |
2012-06-08 | Moved debug message after active_server validation | Jeroen Nijhof | |
2012-05-19 | Set version to 1.3.7 | Jeroen Nijhof | |
2012-05-19 | Explicity setting *attr to NULL after free(), thanks to Anthony Low | Jeroen Nijhof | |
2012-05-07 | Using Debian control standards-version 3.9.3 | Jeroen Nijhof | |
2012-05-07 | New release version 1.3.6 | Jeroen Nijhof | |
2012-03-18 | Changed e-mail and improved accounting | Jeroen Nijhof | |
2012-02-02 | pam_tacplus.spec.in: fixed static library path and pam_tacplus.so location. | Jeroen | |
2011-09-21 | Fixed cut/paste error in copyright and cleaned rules | Jeroen Nijhof | |
2011-09-19 | Debian packaging improvements | Jeroen Nijhof | |
2011-09-05 | Made the debian package lintian clean for mentors | Jeroen Nijhof | |
2011-09-05 | Changed to unstable for mentors | Jeroen | |
2011-09-05 | Modified debian versions for mentors | Jeroen | |
2011-08-23 | magic.c: magic_inited only used with linux | chalcyon | |
2011-08-20 | Added _pam_get_rhost() and _pam_get_user() | Jeroen | |
2011-08-19 | Finally got rid of all goto illness! | Jeroen | |
2011-08-19 | Major contribution by Darren Besler | Jeroen | |
2011-04-25 | Removed encrypt option just check if there is a secret (key). | Jeroen | |
Removed first_hit option because you can get the same behaviour by using only one server. Added multiple secret support, you can now specify different secrets (keys) for different servers. connect.c: improved connection error handling by using getpeername() to check if connection is still valid. This was needed since we are using non-blocking sockets. Properly handle multiple servers when authenticating, patch from Gregg Nemas, thanks! | |||
2011-04-21 | Version changed to 1.3.3, changed bitflags to hex, thanks Jason. | Jeroen Nijhof | |
2011-01-14 | Added gitignore for build stuff | Jeroen Nijhof | |
connect.c: removed ifdef for sys/socket.h, it will be included anyway for other platforms, thanks to Obata Akio for pointing that out. connect.c: improved connection error handling, patch from Martin Volf, thanks! |