diff options
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libtrivfs/ChangeLog b/libtrivfs/ChangeLog index ea5c641b..5e01116c 100644 --- a/libtrivfs/ChangeLog +++ b/libtrivfs/ChangeLog @@ -1,3 +1,16 @@ +2001-04-01 Neal H Walfield <neal@cs.uml.edu> + + * dir-lookup.c (trivfs_S_dir_lookup): Use + iohelp_dup_iouser as per the new semantics. + * fsys-getroot.c (trivfs_S_fsys_getroot): Use + iohelp_create_complex_iouser. + * io-reauthenticate.c (trivfs_S_io_reauthenticate): + Use iohelp_reauth as per the new semantics. + * io-restrict-auth.c (trivfs_S_io_restrict_auth): + Use iohelp_create_complex_iouser. Check return values. + * trivfs_protid_dup (trivfs_protid_dup): Use iohelp_dup_iouser + as per the new semantics. + 2001-06-10 Neal H Walfield <neal@cs.uml.edu> * file-inv.c: Remove this file, function no longer exists. |