summaryrefslogtreecommitdiff
path: root/libtrivfs
AgeCommit message (Collapse)Author
1999-03-15Mon Mar 15 14:36:33 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* migsupport.c (trivfs_begin_using_protid): In first branch, protect work against PI being null, and call ports_port_deref with the proper value. (trivfs_begin_using_control): Likewise. Reported by Mark Kettenis (kettenis@wins.uva.nl).
1999-02-191999-02-06 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell
* 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.
1999-02-17.Roland McGrath
1999-02-171999-02-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* io-revoke.c: Add reply, reply_type args.
1999-02-16Tue Feb 16 05:47:57 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* io-revoke.c: New file. * Makefile (IOSRCS): Add io-revoke.c.
1999-02-131999-02-12 Gordon Matzigkeit <gord@trick.fig.org>Thomas Bushnell
* open.c (trivfs_open): Add missing `=' from last change.
1999-02-071999-02-05 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell
* open.c (trivfs_open): Correctly initialize NEW->isroot.
1999-01-31Sun Jan 31 18:29:22 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* times.c (trivfs_set_atime, trivefs_set_mtime): Take advantage of new semantics for file_utimes.
1998-08-20.Roland McGrath
1998-08-201998-08-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* file-get-fs-options.c (trivfs_S_file_get_fs_options): fshelp_return_malloced_buffer renamed to iohelp_*. * fsys-get-options.c (trivfs_S_fsys_get_options): Likewise.
1998-07-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* dir-lookup.c (trivfs_S_dir_lookup): Fix brainos in last change.
1998-07-20.Roland McGrath
1998-07-14Tue Jul 14 16:47:28 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* dir-lookup.c (trivfs_S_dir_lookup): In null-pathname case, this should work even for non-directories, so actually do it, making this a simpler case of trivfs_S_fsys_getroot.
1997-02-21.Miles Bader
1997-02-21(trivfs_protid_portclasses, trivfs_protid_nportclasses):Miles Bader
Make common.
1997-02-21(trivfs_cntl_portclasses, trivfs_cntl_nportclasses):Miles Bader
Make common.
1997-02-20Initial checkin.Miles Bader
1997-02-20.Miles Bader
1997-02-20(OTHERSRCS):Miles Bader
Add dyn-classes.c, protid-classes.c, & cntl-classes.c.
1997-02-20(trivfs_begin_using_protid):Miles Bader
Support dynamic protid port classes. (trivfs_begin_using_control): Support dynamic control port classes.
1997-02-20(trivfs_dynamic_protid_port_classes, trivfs_num_dynamic_protid_port_classes,Miles Bader
trivfs_dynamic_control_port_classes, trivfs_num_dynamic_control_port_classes, trivfs_dynamic_port_buckets, trivfs_num_dynamic_port_buckets): New declarations.
1997-02-20(trivfs_create_control):Miles Bader
Possibly allocate and add the port classes/buckets to the list of ones recognized by trivfs.
1997-02-20(trivfs_clean_cntl):Miles Bader
Clean up dynamic port classes/buckets.
1997-02-20(trivfs_add_control_port_class, trivfs_add_protid_port_class,Miles Bader
trivfs_add_port_bucket, trivfs_remove_control_port_class, trivfs_remove_protid_port_class, trivfs_remove_port_bucket): New declarations.
1997-02-14.Miles Bader
1997-02-14(FSSRCS):Miles Bader
Replace dir-reparent.c by file-reparent.c.
1997-02-14(trivfs_S_fsys_getroot):Miles Bader
Use trivfs_getroot_hook.
1997-02-14(trivfs_getroot_hook):Miles Bader
New declaration.
1997-02-14Whoops, implement correctly.Miles Bader
1997-02-14Initial checkinMiles Bader
1997-02-14Supplanted by file-reparent.cMiles Bader
1997-02-05.Miles Bader
1997-02-05(FSSRCS):Miles Bader
Add dir-reparent.c.
1997-02-05Initial checkin.Miles Bader
1996-11-20.Miles Bader
1996-11-20(trivfs_S_io_stat):Miles Bader
Clear S_ITRANS and set S_IROOT in ST->st_mode (before calling trivfs_modify_stat).
1996-11-18Mon Nov 18 18:13:42 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* io-stat.c (trivfs_S_io_stat): Make the mode specify IFCHR by default. Sat Nov 16 17:20:15 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (HURDLIBS): Add `iohelp'. Thu Nov 14 13:13:10 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * io-restrict-auth.c (trivfs_S_io_restrict_auth): idvec_set -> idvec_set_ids. Fix unrelated typos. * protid-dup.c (trivfs_protid_dup): Use iouser_dup_iouser instead of copying old arrays by hand. * protid-clean.c (trivfs_clean_protid): Free CRED->user instead of CRED->uids and CRED->gids. * io-reauthenticate.c (trivfs_S_io_reauthenticate): Args for io_restrict_auth now come from the new structure definitions. * open.c (trivfs_open): Pass correct first arg to idvec_contains. * open.c (trivfs_open): Delete variable I. * trivfs.h: Include <hurd/iohelp.h>
1996-11-13Thu Nov 7 01:01:05 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* 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.
1996-11-11.Miles Bader
1996-11-11(trivfs_S_io_restrict_auth):Miles Bader
If CRED has root, use the requested id sets verbatim.
1996-09-26(trivfs_S_file_check_access):Miles Bader
Return CRED->realnode's access bits rather than always 0.
1996-09-26.Miles Bader
1996-09-23.Miles Bader
1996-09-23<argz.h>:Miles Bader
New include.
1996-09-23.Miles Bader
1996-09-23(trivfs_append_args): Make ARGZ_LEN `size_t *'.Miles Bader
1996-09-23.Miles Bader
1996-09-23.Miles Bader
1996-09-23(trivfs_get_options):Miles Bader
Declaration removed. (trivfs_append_args): New declaration.
1996-09-23get-options.c: File removed.Miles Bader