diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-19 00:12:15 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-19 00:12:15 +0000 |
commit | 9cb3b79faf6d082eaaf1e9ba49d889b5807086c7 (patch) | |
tree | 4d47be45d29ba04ac2df212df0c92b96b6855563 /auth/ChangeLog | |
parent | a7c63b45cefbf8a0d53ab161e90e58a32869d71c (diff) |
*** empty log message ***
Diffstat (limited to 'auth/ChangeLog')
-rw-r--r-- | auth/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/auth/ChangeLog b/auth/ChangeLog index 1398cca2..3effd418 100644 --- a/auth/ChangeLog +++ b/auth/ChangeLog @@ -1,3 +1,16 @@ +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. + (struct pending): Delete member `passthrough_type'. + (S_auth_user_authenticate): Always use MOVE_SEND to send pass + through port back to user. + (S_auth_server_authenticate): Don't bother initializing + U.passthrough_type or S.passthrough_type. + Sat Jul 6 23:16:42 1996 Miles Bader <miles@gnu.ai.mit.edu> * auth.c (AUTH_VERSION): New macro. |