diff options
author | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2012-06-12 17:16:05 +0200 |
---|---|---|
committer | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2012-06-12 17:16:05 +0200 |
commit | f56d9e4acba1e49db2659b95fb6b3c8f8fd70f0f (patch) | |
tree | 65d02d02cf91b83f2156804299bc95e5092ba63f /ChangeLog | |
parent | b8dcd8f5c3f4cd582c88bbfd93d0909277eca3f0 (diff) | |
download | pam_tacplus-f56d9e4acba1e49db2659b95fb6b3c8f8fd70f0f.tar.gz pam_tacplus-f56d9e4acba1e49db2659b95fb6b3c8f8fd70f0f.zip |
Handle attributes which contains no value
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,9 @@ 1.3.7 +* Handle attributes which contains no value, + thanks to James Allwright <jamesallwright@yahoo.co.uk> +* Global variables tac_login and tac_secret not static anymore, + pointed out by James Allwright <jamesallwright@yahoo.co.uk> +* version.c: libtac version 1.8.1 * pam_tacplus.c: moved debug message after active_server validation, avoiding null pointer exception * attrib.c: explicity setting *attr to NULL after free(), |