summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-06-16 20:35:08 +0000
committerRoland McGrath <roland@gnu.org>2001-06-16 20:35:08 +0000
commitd0c9c92e41409bbe0e2234d832e4aea98b902105 (patch)
tree32a6c11af13e46764203a6caf230d3708de98353 /libtrivfs
parent806dfe03abda27b089f45eea4da742490c155595 (diff)
.
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/ChangeLog13
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.