summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2019-01-08 17:25:08 -0800
committerSteve Langasek <vorlon@debian.org>2019-01-08 17:27:06 -0800
commitb793c72560535d64ff441e5af5b1ad832c9f5e1f (patch)
treec7db4a00aefb8dba66c79e6fe3588ab607876c4b /TODO
parent318174e367b3b8d192c3f05b81f3e27921c24e1b (diff)
fix-up commit to match 1.1.0-6 from the archive
Diffstat (limited to 'TODO')
-rw-r--r--TODO25
1 files changed, 25 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 00000000..df748cba
--- /dev/null
+++ b/TODO
@@ -0,0 +1,25 @@
+-----------------------------------
+
+when calling the helper: call setuid(0) unconditionally? (saves us a
+syscall)
+
+'nullok' is totally redundant in the passwd phase, and I never noticed
+this :(
+
+refactor passverify.c a bit more, helper_log_err() is used in places it
+doesn't need to be
+
+longstanding goofiness (duplication) in the shadow verification code:
+
+ if ((curdays - spent->sp_lstchg > spent->sp_max)
+ && (curdays - spent->sp_lstchg > spent->sp_inact)
+ && (curdays - spent->sp_lstchg > spent->sp_max + spent->sp_inact)
+
+
+sepermit README.xml listed as 'entity pamaccess'?
+sepermit example is SHIT!
+
+go over all the XML and fix the English :P
+
+unix_update should eventually support suid root operation as well,
+maybe?