summaryrefslogtreecommitdiff
path: root/auth/ChangeLog
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-07-19 04:48:41 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-07-19 04:48:41 +0000
commitf1e62b7bb2e67bd0cb2464d7225214242b717ac0 (patch)
treea223b46b22e3db7a9d204c89cf250ab784c0ffb3 /auth/ChangeLog
parent8ad48f6ce444648397d82b107cd196c24599d7cb (diff)
*** empty log message ***
Diffstat (limited to 'auth/ChangeLog')
-rw-r--r--auth/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/auth/ChangeLog b/auth/ChangeLog
index 3effd418..2f82a470 100644
--- a/auth/ChangeLog
+++ b/auth/ChangeLog
@@ -1,10 +1,16 @@
+Fri Jul 19 00:35:46 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
+
+ * auth.c (S_auth_makeauth): Deallocate initial reference to
+ NEWAUTH after *NEWHANDLE has been set.
+
Thu Jul 18 19:31:53 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
* auth.c (S_auth_makeauth): It's fine if a passed in auth port is
not one we know about; just make the loops across AUTHS deal
properly with null values. Only deallocate the AUTHPTS passed in
if we don't encounter any errors. Always deallocate the
- references in the AUTHS array.
+ references in the AUTHS array. ISUID and GROUPMEMBER functions
+ should check both effective and auxiliary members of AUTH.
(struct pending): Delete member `passthrough_type'.
(S_auth_user_authenticate): Always use MOVE_SEND to send pass
through port back to user.