summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJeroen <jeroen@nijhofnet.nl>2011-04-25 22:16:34 +0200
committerJeroen <jeroen@nijhofnet.nl>2011-04-25 22:19:33 +0200
commiteb6cf3c69186698f0d5fcc5a89dd81a823794937 (patch)
tree69b9c3a92af40d8d2e647725c04aad678e6cfd43 /ChangeLog
parent28ad740550c92826a54cf830946ce907d948d898 (diff)
downloadpam_tacplus-eb6cf3c69186698f0d5fcc5a89dd81a823794937.tar.gz
pam_tacplus-eb6cf3c69186698f0d5fcc5a89dd81a823794937.zip
Removed encrypt option just check if there is a secret (key).
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!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d656b4..d83141a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1.3.4
+* removed encrypt option just check if there is a secret (key).
+* 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!
+
1.3.3
* pam_tacplus.h: changed bitflags to hex, thanks Jason!
* Added gitignore for build stuff