summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
diff options
context:
space:
mode:
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r--libshouldbeinlibc/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog
index c91ca41e..2aa6a9e1 100644
--- a/libshouldbeinlibc/ChangeLog
+++ b/libshouldbeinlibc/ChangeLog
@@ -1,3 +1,29 @@
+1997-09-26 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * idvec-verify.c (verify_passwd, get_passwd): New functions.
+ (idvec_verify): Change type of GETPASS_FN arg.
+ Add GETPASS_HOOK, VERIFY_FN, and VERIFY_HOOK args & use them.
+ (verify_id): Change type of GETPASS_FN arg.
+ Add GETPASS_HOOK, VERIFY_FN, and VERIFY_HOOK args.
+ Remove WHEEL_UID arg.
+ Use VERIFY_FN & VERIFY_HOOK instead of doing password comparison
+ ourselves.
+ * ugids.h (ugids_verify_make_auth): New declaration.
+ (ugids_verify): Change type of GETPASS_FN arg.
+ Add GETPASS_HOOK, VERIFY_FN, and VERIFY_HOOK args.
+ (ugids_make_auth): Change FROM arg into an array, & add NUM_FROM.
+ * ugids-verify.c (ugids_verify): Change type of GETPASS_FN arg.
+ Add GETPASS_HOOK, VERIFY_FN, and VERIFY_HOOK args.
+ * ugids-verify-auth.c: New file.
+ * ugids-auth.c (ugids_make_auth): Change FROM arg into an array, &
+ add NUM_FROM arg.
+ * Makefile (SRCS): Add ugids-verify-auth.c.
+
+1997-09-25 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * idvec.h (idvec_verify): Change type of GETPASS_FN arg.
+ Add GETPASS_HOOK, VERIFY_FN, and VERIFY_HOOK args.
+
1997-08-18 Miles Bader <miles@gnu.ai.mit.edu>
* mktime.c: A copy of libc's time/mktime.c with the