summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJeroen Nijhof <jeroen@jeroennijhof.nl>2012-06-12 17:16:05 +0200
committerJeroen Nijhof <jeroen@jeroennijhof.nl>2012-06-12 17:16:05 +0200
commitf56d9e4acba1e49db2659b95fb6b3c8f8fd70f0f (patch)
tree65d02d02cf91b83f2156804299bc95e5092ba63f /ChangeLog
parentb8dcd8f5c3f4cd582c88bbfd93d0909277eca3f0 (diff)
downloadpam_tacplus-f56d9e4acba1e49db2659b95fb6b3c8f8fd70f0f.tar.gz
pam_tacplus-f56d9e4acba1e49db2659b95fb6b3c8f8fd70f0f.zip
Handle attributes which contains no value
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7eecf0..449835e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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(),