summaryrefslogtreecommitdiff
path: root/libdiskfs/file-set-trans.c
AgeCommit message (Collapse)Author
2002-05-082002-05-08 Roland McGrath <roland@frob.com>Roland McGrath
* diskfs.h (diskfs_append_args): unsigned -> size_t in argument type. (diskfs_append_std_options): Likewise. (diskfs_get_directs): Likewise. * file-exec.c (diskfs_S_file_exec): Likewise. * file-get-fs-opts.c (diskfs_S_file_get_fs_options): Likewise. * file-get-trans.c (diskfs_S_file_get_translator): Likewise. * file-getfh.c (diskfs_S_file_getfh): Likewise. * file-set-trans.c (diskfs_S_file_set_translator): Likewise. * fsys-getroot.c (diskfs_S_fsys_getroot): Likewise. * io-restrict-auth.c (diskfs_S_io_restrict_auth): Likewise. * opts-append-std.c (diskfs_append_std_options): Likewise. * opts-get.c (diskfs_append_args): Likewise. * dir-readdir.c (diskfs_S_dir_readdir): Likewise.
2001-06-162001-06-16 Roland McGrath <roland@frob.com>Roland McGrath
* file-set-trans.c (diskfs_S_file_set_translator): Add some parens.
2001-06-162001-06-15 Neal H Walfield <neal@cs.uml.edu>Roland McGrath
* file-set-trans.c (diskfs_S_file_set_translator): If FS_TRANS_ORPHAN is set, do not ask the active translator to go away, just disconnect it.
1999-01-241999-01-22 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* file-set-trans.c: Remove makedev, major, minor macro definitions. * dir-lookup.c: Likewise.
1996-11-19(diskfs_S_file_set_translator):Miles Bader
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
1996-11-13Thu Nov 7 01:03:11 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* protid-rele.c (diskfs_protid_rele): Free CRED->user. Wed Nov 6 17:55:17 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * diskfs.h (diskfs_isuid, diskfs_groupmember, diskfs_isowner, diskfs_access, diskfs_checkdirmod): Delete functions. * fsys-getroot.c (diskfs_S_fsys_getroot): Replace PSEUDOCRED with a real iouser and specify that in the relevant calls. * io-restrict-auth.c (diskfs_S_io_restrict_auth): Reworked to use idvecs. * file-chmod.c (diskfs_S_file_chmod): diskfs_isuid -> idvec_contains. * file-chown.c (diskfs_S_file_chown): Likewise. * file-getcontrol.c (diskfs_S_file_getcontrol): Likewise. * file-chmod.c (diskfs_S_file_chmod): diskfs_groupmember -> idvec_contains. * file-chown.c (diskfs_S_file_chown): Likewise. * node-create.c (diskfs_create_node): Likewise. * dir-lookup.c (diskfs_S_dir_lookup): diskfs_isowner -> fshelp_isowner. * file-chflags.c (diskfs_S_file_chflags): Likewise. * file-chmod.c (diskfs_S_file_chmod): Likewise. * file-chown.c (diskfs_S_file_chown): Likewise. * file-get-transcntl.c (diskfs_S_file_get_translator_cntl): Likewise. * file-set-trans.c (diskfs_S_file_set_translator): Likewise. * file-utimes.c (diskfs_S_file_utimes): Likewise. * fsys-getroot.c (diskfs_S_fsys_getroot): Likewise. * lithp.h (dithkfth_ithowner): Deleted macro. (fthhelp_ithowner, uther): New macros. * file-chauthor.c (dithkfth_TH_file_chauthor): dthkfth_ithowner -> fthhelp_ithowner. * dir-lookup.c (diskfs_S_dir_lookup): diskfs_access -> fshelp_access. * dir-mkfile.c (diskfs_S_dir_mkfile): Likewise. * file-access.c (diskfs_S_file_check_access): Likewise. * file-exec.c (diskfs_S_file_exec): Likewise (in dead code). * fsys-getroot.c (diskfs_S_fsys_getroot): Likewise. * ifsock.c (diskfs_S_ifsock_getsockaddr): Likewise. * lookup.c (diskfs_lookup): Likewise. (diskfs_lookup): diskfs_checkdirmod -> fshelp_checkdirmod. * dir-lookup.c (diskfs_S_dir_lookup): New arg format for fshelp_fetch_root. * fsys-getroot.c (diskfs_S_fsys_getroot): Likewise. * diskfs.h, protid-make.c (diskfs_create_protid): Delete args `uids', `gids', `nuids', and `ngids'. Replace with new arg `user'. All callers changed. (diskfs_finish_protid): Likewise. * file-inv-trans.c (diskfs_S_file_invoke_translator): Use CRED->user instead of old fields. * io-restrict-auth.c (diskfs_S_io_restrict_auth): Likewise. * node-create.c (diskfs_create_node): Likewise. * file-exec.c (diskfs_S_file_exec): Likewise. Use idvec_merge instead of idvec_merge_ids, now that it's convenient. * io-reauthenticate.c (diskfs_S_io_reauthenticate): Use new iohelp_reauthenticate. Tue Nov 5 21:10:18 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * diskfs.h: Include <idvec.h>. (struct protid): Delete members `uids', `gids', `nuids' and `ngids'. New member `user'.
1996-06-24(diskfs_S_file_set_translator): Use diskfs_check_readonly instead of ↵Michael I. Bushnell
diskfs_readonly.
1996-06-24(diskfs_S_file_set_translator): spelling fixMichael I. Bushnell
1996-06-24(diskfs_S_file_set_translator): Validate rdev change before making it.Michael I. Bushnell
1996-06-24(diskfs_S_file_set_translator): Validate mode change before making it.Michael I. Bushnell
1996-03-12(diskfs_S_file_set_translator): Deallocate ref on CONTROL when we areMichael I. Bushnell
done with it.
1996-02-21(diskfs_S_file_set_translator): Add EROFS check.Roland McGrath
1995-10-31(diskfs_S_file_set_translator):Miles Bader
Add missing else. Use makedev macro instead of doing it by hand. (makedev): New macro -- temporarily here until libc exports one.
1995-07-21(diskfs_S_file_set_translator): Only validate PASSIVELEN if PASSIVE isMichael I. Bushnell
set.
1995-06-26(diskfs_S_file_set_translator): Ignore harmless errors fromMichael I. Bushnell
fsys_goaway.
1995-06-26(diskfs_S_file_set_translator): dittoMichael I. Bushnell
1995-06-26(diskfs_S_file_set_translator): Fix parentheses on first active EXCLMichael I. Bushnell
check.
1995-06-20(diskfs_S_file_set_translator): Remove assignment from if test.Michael I. Bushnell
1995-06-19Include <hurd/fsys.h>Michael I. Bushnell
(diskfs_S_file_set_translator): Fix typo.
1995-06-19(diskfs_S_file_set_translator): Use new translator interfaceMichael I. Bushnell
throughout.
1995-03-31(diskfs_S_file_set_translator): Only destroy existing activeMichael I. Bushnell
translator if ACTIVE_FLAGS will change it. If the existing active translator is provided then don't do anything.
1994-09-23entered into RCSMichael I. Bushnell
1994-09-16Formerly file-set-trans.c.~14~Michael I. Bushnell
1994-08-30Formerly file-set-trans.c.~13~Michael I. Bushnell
1994-08-26Formerly file-set-trans.c.~12~Michael I. Bushnell
1994-07-14Formerly file-set-trans.c.~10~Michael I. Bushnell
1994-07-13Formerly file-set-trans.c.~9~Michael I. Bushnell
1994-06-03Formerly file-set-trans.c.~8~Michael I. Bushnell
1994-05-05Formerly file-set-trans.c.~7~Roland McGrath
1994-04-12Formerly file-set-trans.c.~6~Michael I. Bushnell
1994-03-25Formerly file-set-trans.c.~5~Michael I. Bushnell
1994-02-04Formerly file-set-trans.c.~4~Michael I. Bushnell
1994-02-03Formerly file-set-trans.c.~3~Michael I. Bushnell
1994-01-31Initial revisionMichael I. Bushnell
1994-01-31Formerly file-set-trans.c.~2~Michael I. Bushnell