aboutsummaryrefslogtreecommitdiff
path: root/libtrivfs/fsys-getroot.c
Commit message (Collapse)AuthorAgeFilesLines
* 2001-04-01 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-06-161-6/+3
| | | | | | | | | | | | | * 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.
* 1999-11-08 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-11-081-1/+1
| | | | * fsys-getroot.c (trivfs_S_fsys_getroot): Fix typo.
* 1999-11-08 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-11-081-2/+4
| | | | | | * fsys-getroot.c (trivfs_S_fsys_getroot): Return EROFS or EACCES for a disallowed open attempt, instead of EOPNOTSUPP. EOPNOTSUPP results in the confusing result of ENOTDIR being delivered to the user.
* 1999-10-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-10-111-5/+14
| | | | | * trivfs.h (trivfs_open_hook): New variable. * fsys-getroot.c (trivfs_S_fsys_getroot): Use it.
* 1999-02-06 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell1999-02-191-7/+11
| | | | | | | | * trivfs.h (trivfs_check_access_hook): New variable. * fsys-getroot.c (trivfs_S_fsys_getroot): Use trivfs_check_acces_hook. * dir-lookup.c (trivfs_S_dir_lookup): Likewise. * file-access.c (trivfs_S_file_check_access): Likewise.
* (trivfs_S_fsys_getroot):Miles Bader1997-02-141-1/+10
| | | | Use trivfs_getroot_hook.
* Thu Nov 7 01:01:05 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-11-131-6/+16
| | | | | | | | | | | | | | | | | | * io-restrict-auth.c (trivfs_S_io_restrict_auth): Rewrite to use idvecs. Wed Nov 6 23:40:50 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * trivfs.h (struct trivfs_protid): Delete members `uids', `gids', `nuids', and `ngids'. Replace with `user'. (trivfs_check_open_hook): Delete args `uids', `nuids', `gids', `ngids'. Replace with new arg `user'. All callers changed. (trivfs_open): Likewise. * open.c (trivfs_open): Change to match new declaration. * trivfs.h (struct trivfs_protid): Delete members `uids', `gids', * io-reauthenticate.c (trivfs_S_io_reauthenticate): Use new iohelp_reauth call.
* (trivfs_S_fsys_getroot): Allow trivfs_protid_create_hook andMiles Bader1995-08-121-53/+25
| | | | | | trivfs_peropen_create_hook to return an error code, and abort if either does. (trivfs_S_fsys_getroot): Guts (except for protection check) moved into trivfs_open.
* (trivfs_S_fsys_getroot): Free initial reference created byMichael I. Bushnell1995-07-211-0/+1
| | | | ports_allocate_port.
* (trivfs_S_fsys_getroot): Use new form of ports_allocate_port call.Michael I. Bushnell1995-06-271-2/+3
|
* (trivfs_S_fsys_getroot): Strip out old hack for blocking.Michael I. Bushnell1995-03-301-86/+8
| | | | | (struct pending_open): Delete type. (trivfs_complete_open): Delete function.
* entered into RCSMichael I. Bushnell1994-10-251-1/+1
|
* Formerly fsys-getroot.c.~16~Michael I. Bushnell1994-08-301-5/+5
|
* Formerly fsys-getroot.c.~15~Michael I. Bushnell1994-07-221-1/+1
|
* Formerly fsys-getroot.c.~14~Michael I. Bushnell1994-07-191-0/+3
|
* Formerly fsys-getroot.c.~13~Michael I. Bushnell1994-07-051-14/+25
|
* Formerly fsys-getroot.c.~12~Michael I. Bushnell1994-06-301-7/+7
|
* Formerly fsys-getroot.c.~11~Michael I. Bushnell1994-06-271-4/+7
|
* Formerly fsys-getroot.c.~10~Michael I. Bushnell1994-06-231-10/+80
|
* Formerly fsys-getroot.c.~9~Michael I. Bushnell1994-06-221-7/+28
|
* Formerly fsys-getroot.c.~8~Michael I. Bushnell1994-06-201-1/+5
|
* Formerly fsys-getroot.c.~7~Michael I. Bushnell1994-06-161-1/+2
|
* Formerly fsys-getroot.c.~6~Michael I. Bushnell1994-06-151-7/+19
|
* Formerly fsys-getroot.c.~5~Michael I. Bushnell1994-05-251-1/+1
|
* Formerly fsys-getroot.c.~4~Michael I. Bushnell1994-05-241-3/+7
|
* Formerly fsys-getroot.c.~3~Michael I. Bushnell1994-05-101-7/+9
|
* Formerly fsys-getroot.c.~2~Michael I. Bushnell1994-02-181-1/+10
|
* Initial revisionMichael I. Bushnell1994-02-181-0/+53