aboutsummaryrefslogtreecommitdiff
path: root/libnetfs
Commit message (Collapse)AuthorAgeFilesLines
...
* (netfs_S_io_read):Miles Bader1997-02-211-6/+41
| | | | Support reading from symlinks.
* Initial checkinMiles Bader1997-02-201-0/+28
|
* Replaced by file-reparent.cMiles Bader1997-02-201-28/+0
|
* .Miles Bader1997-02-201-2/+8
|
* (FSSRCS):Miles Bader1997-02-201-2/+2
| | | | dir-reparent.c replaced by file-reparent.c.
* .Miles Bader1997-02-051-0/+5
|
* (FSSRCS):Miles Bader1997-02-051-8/+10
| | | | Add dir-reparent.c.
* Initial checkin.Miles Bader1997-02-051-0/+28
|
* Sat Nov 23 16:24:04 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-12-052-1/+5
| | | | | * file-set-translator.c (netfs_S_file_set_translator): Delete var I.
* .Miles Bader1996-11-201-0/+5
|
* (netfs_S_fsys_syncfs):Miles Bader1996-11-201-1/+1
| | | | Use iohelp_create_iouser, not iohelp_make_iouser.
* Mon Nov 18 17:06:39 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-11-1837-228/+213
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * netfs.h (netfs_report_access): Return error_t. * file-check-access.c (netfs_S_file_check_access): Deal with errors from netfs_report_access. Sat Nov 16 17:17:50 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * io-restrict-auth.c (netfs_S_io_restrict_auth): Fix several typos. * fsys-getroot.c (netfs_S_fsys_getroot): iohelp_make_iouser -> iohelp_create_iouser. New arg syntax for fshelp_fetch_root. Fri Nov 15 13:39:03 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * netfs.h (struct protid): Replace member `credential' with `user' of new type. All uses of old `credential' member changed to use `user' member. Change all functions that used to take `struct netcred' args to take `struct iouser' args. All callers changed. (netfs_copy_credential, netfs_dropy_credential, netfs_make_credential): Delete functions. * dir-lookup.c (netfs_S_dir_lookup): netfs_copy_credential -> iohelp_dup_iouser. * dir-mkfile.c (netfs_S_dir_mkfile): Likewise. * file-exec.c (netfs_S_file_exec): Likewise. * io-duplicate.c (netfs_S_io_duplicate): Likewise. * release-protid.c (netfs_release_protid): netfs_drop_credential -> iohelp_free_iouser. * dir-lookup.c (netfs_S_dir_lookup): Omit uses of netfs_interpret_credential; do it with new structures. * file-exec.c (netfs_S_file_exec): Likewise. * file-getcontrol.c (netfs_S_file_getcontrol): Likewise. * file-set-translator.c (netfs_S_file_set_translator): Likewise; using fshelp_isowner for permission check. * io-restrict-auth.c (netfs_S_io_restrict_auth): Likewise; guts rewritten. * dir-lookup.c (netfs_S_dir_lookup): netfs_make_credential -> iohelp_make_iouser. * fsys-getroot.c (netfs_S_fsys_getroot): Likewise. * fsys-syncfs.c (netfs_S_fsys_syncfs): Likewise. * io-reauthenticate.c (netfs_S_io_reauthenticate): Use iohelp_reauth instead of doing it by hand.
* Mon Oct 21 21:56:33 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-244-4/+17
| | | | | | * netfs.h: Add extern inline protection. * netfs.c: New file. * Makefile (OTHERSRCS): Add netfs.c.
* <argp.h>:Miles Bader1996-09-232-0/+2
| | | | New include.
* (netfs_get_options):Miles Bader1996-09-231-7/+6
| | | | | | | | Declaration removed. (netfs_append_args): New declaration. <argp.h>: Include removed.
* get-options.c: File removed.Miles Bader1996-09-231-31/+0
|
* (netfs_S_fsys_get_options):Miles Bader1996-09-231-5/+11
| | | | | Initialize ARGZ with the program name, and call netfs_append_args instead of netfs_get_options.
* <stdio.h>:Miles Bader1996-09-231-2/+3
| | | | New include.
* (netfs_S_file_get_fs_options):Miles Bader1996-09-231-5/+11
| | | | | Initialize ARGZ with the program name, and call netfs_append_args instead of netfs_get_options.
* (netfs_append_std_options):Miles Bader1996-09-231-3/+2
| | | | Doc fix.
* append-args.c: New file.Miles Bader1996-09-231-0/+31
|
* (OTHERSRCS):Miles Bader1996-09-231-1/+1
| | | | Replace get-options.c with append-args.c
* .Miles Bader1996-09-231-0/+17
|
* *** empty log message ***Thomas Bushnell1996-08-162-1/+7
|
* .Miles Bader1996-07-261-0/+7
|
* (netfs_S_file_exec):Miles Bader1996-07-261-34/+27
| | | | | | | Unlock NP before we attempt to do setuid/setgid (which otherwise can deadlock during port reauth). Pay attention to the error code returned by fshelp_exec_reauth, and don't make NEWPI if it's an error.
* .Miles Bader1996-07-231-0/+5
|
* (netfs_S_file_utimes): `struct timespec' now uses a field prefix of `tv_'.Miles Bader1996-07-231-5/+5
|
* *** empty log message ***Michael I. Bushnell1996-07-193-2/+18
|
* *** empty log message ***Michael I. Bushnell1996-07-182-0/+187
|
* Initial revisionRoland McGrath1996-07-171-0/+234
|
* (netfs_S_io_reauthenticate): fixpMichael I. Bushnell1996-07-141-1/+1
|
* (netfs_S_io_reauthenticate): Repeat auth_server_authenticate for asMichael I. Bushnell1996-07-141-13/+25
| | | | long as we get EINTR. Tolerate other errors without crashing as well.
* (netfs_S_io_reauthenticate): Don't use unsafe MOVE_SEND in call toMichael I. Bushnell1996-07-081-1/+2
| | | | auth_server_authenticate.
* (netfs_S_io_write): more fixupMichael I. Bushnell1996-07-041-8/+10
|
* (netfs_S_io_write): fixupMichael I. Bushnell1996-07-041-1/+1
|
* (netfs_S_io_write): Bother implementing O_APPEND.Michael I. Bushnell1996-07-041-2/+18
|
* (netfs_S_io_identity): Don't take address of ID in call toMichael I. Bushnell1996-07-041-1/+1
| | | | fshelp_get_identity.
* (netfs_S_dir_mkfile): Return right with MAKE_SEND, not COPY_SEND.Michael I. Bushnell1996-07-031-2/+2
|
* (netfs_S_io_identity): Use fshelp_get_identity instead of creatingMichael I. Bushnell1996-07-031-12/+6
| | | | port ourselves.
* (netfs_drop_node): Don't deallocate NP->identity.Michael I. Bushnell1996-07-031-2/+0
|
* (netfs_make_node): Don't initialize NP->identity.Michael I. Bushnell1996-07-031-1/+0
|
* (struct node): Delete member identity.Michael I. Bushnell1996-07-031-2/+0
|
* Revert last changes.Michael I. Bushnell1996-07-021-12/+1
|
* (struct node): Member identity now points to a struct.Michael I. Bushnell1996-07-021-1/+1
|
* (netfs_identity_class): New variable.Michael I. Bushnell1996-07-021-0/+11
| | | | | (netfs_release_identity): New function. (struct identity): New type.
* (LCLHDRS): Add execserver.h.Michael I. Bushnell1996-06-271-1/+1
|
* (OTHERSRCS): Add append-std-options.c.Miles Bader1996-06-271-13/+14
|
* Initial revisionMiles Bader1996-06-271-0/+32
|
* Initial revisionMiles Bader1996-06-263-0/+72
|