aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeraphim Mellos <mellos@ceid.upatras.gr>2008-08-01 14:53:18 +0300
committerSeraphim Mellos <mellos@ceid.upatras.gr>2008-08-01 14:53:18 +0300
commit91fc4f4f219afe30b4b50dcad19c558c3538c05b (patch)
treeecd0cb21004ba2062671eec05df73569199de9cd
parentCompleted pam_wheel (diff)
downloadopenpam-modules-91fc4f4f219afe30b4b50dcad19c558c3538c05b.tar.gz
openpam-modules-91fc4f4f219afe30b4b50dcad19c558c3538c05b.tar.bz2
openpam-modules-91fc4f4f219afe30b4b50dcad19c558c3538c05b.zip
updated TODO list
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index aed1acb..9471b80 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,5 @@
-1) pam_securetty has been written to use ttyent.h which reads entries for /etc/ttys file, while linux has ttys in /etc/securettys. Either an alternative to ttyent needs to be found or check the file manually.
-2) when calling passwd, pam_sm_chauthtok() returns Unknown Flags. For some reason, PAM_PRELIM_CHECK and PAM_UPDATE_AUTHTOK are not set when pam_sm_chauthtok is gets called
-3) login environment is not setup after successful login. no idea why
+1) pam_securetty has been written to use ttyent.h which reads entries for /etc/ttys file, while linux has ttys in /etc/securettys. Either an alternative to ttyent needs to be found or check the file manually. -- FIXED
+2) when calling passwd, pam_sm_chauthtok() returns Unknown Flags. For some reason, PAM_PRELIM_CHECK and PAM_UPDATE_AUTHTOK are not set when pam_sm_chauthtok is gets called -- FIXED
+3) login environment is not setup after successful login. no idea why -- FIXED
4) recheck makesalt()/crypt() function to ensure it creates md5 hashes of user passwords