diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2001-03-28 18:06:38 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2001-03-28 18:06:38 +0000 |
commit | 50d29b8c6df6ab62be6a029175b6fa0f251ed305 (patch) | |
tree | 150c10f4160f89a2168af62b8cd7a12270f00a75 /libdiskfs/ChangeLog | |
parent | 5b8d267faf5a8291c6e239d2d18749d4426cb685 (diff) |
2001-03-28 Marcus Brinkmann <marcus@gnu.org>
* dir-lookup.c (diskfs_S_dir_lookup): New variable USER. Store new
iouser in that variable and free it after creating the protid for
DIRPORT.
* trans-callback.c (_diskfs_translator_callback2_fn): Likewise.
* io-restrict-auth.c (diskfs_S_io_restrict_auth): Likewise.
* io-reauthenticate.c (diskfs_S_io_reauthenticate): Likewise.
Diffstat (limited to 'libdiskfs/ChangeLog')
-rw-r--r-- | libdiskfs/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index 262de9e3..5febd0d5 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,12 @@ +2001-03-28 Marcus Brinkmann <marcus@gnu.org> + + * dir-lookup.c (diskfs_S_dir_lookup): New variable USER. Store new + iouser in that variable and free it after creating the protid for + DIRPORT. + * trans-callback.c (_diskfs_translator_callback2_fn): Likewise. + * io-restrict-auth.c (diskfs_S_io_restrict_auth): Likewise. + * io-reauthenticate.c (diskfs_S_io_reauthenticate): Likewise. + 2001-02-25 Roland McGrath <roland@frob.com> * readonly-changed.c: New file. |