Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (netfs_S_io_read): | Miles Bader | 1997-02-21 | 1 | -6/+41 | |
| | | | | Support reading from symlinks. | |||||
* | Initial checkin | Miles Bader | 1997-02-20 | 1 | -0/+28 | |
| | ||||||
* | Replaced by file-reparent.c | Miles Bader | 1997-02-20 | 1 | -28/+0 | |
| | ||||||
* | . | Miles Bader | 1997-02-20 | 1 | -2/+8 | |
| | ||||||
* | (FSSRCS): | Miles Bader | 1997-02-20 | 1 | -2/+2 | |
| | | | | dir-reparent.c replaced by file-reparent.c. | |||||
* | . | Miles Bader | 1997-02-05 | 1 | -0/+5 | |
| | ||||||
* | (FSSRCS): | Miles Bader | 1997-02-05 | 1 | -8/+10 | |
| | | | | Add dir-reparent.c. | |||||
* | Initial checkin. | Miles Bader | 1997-02-05 | 1 | -0/+28 | |
| | ||||||
* | Sat Nov 23 16:24:04 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1996-12-05 | 2 | -1/+5 | |
| | | | | | * file-set-translator.c (netfs_S_file_set_translator): Delete var I. | |||||
* | . | Miles Bader | 1996-11-20 | 1 | -0/+5 | |
| | ||||||
* | (netfs_S_fsys_syncfs): | Miles Bader | 1996-11-20 | 1 | -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 Bushnell | 1996-11-18 | 37 | -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 Bushnell | 1996-10-24 | 4 | -4/+17 | |
| | | | | | | * netfs.h: Add extern inline protection. * netfs.c: New file. * Makefile (OTHERSRCS): Add netfs.c. | |||||
* | <argp.h>: | Miles Bader | 1996-09-23 | 2 | -0/+2 | |
| | | | | New include. | |||||
* | (netfs_get_options): | Miles Bader | 1996-09-23 | 1 | -7/+6 | |
| | | | | | | | | Declaration removed. (netfs_append_args): New declaration. <argp.h>: Include removed. | |||||
* | get-options.c: File removed. | Miles Bader | 1996-09-23 | 1 | -31/+0 | |
| | ||||||
* | (netfs_S_fsys_get_options): | Miles Bader | 1996-09-23 | 1 | -5/+11 | |
| | | | | | Initialize ARGZ with the program name, and call netfs_append_args instead of netfs_get_options. | |||||
* | <stdio.h>: | Miles Bader | 1996-09-23 | 1 | -2/+3 | |
| | | | | New include. | |||||
* | (netfs_S_file_get_fs_options): | Miles Bader | 1996-09-23 | 1 | -5/+11 | |
| | | | | | Initialize ARGZ with the program name, and call netfs_append_args instead of netfs_get_options. | |||||
* | (netfs_append_std_options): | Miles Bader | 1996-09-23 | 1 | -3/+2 | |
| | | | | Doc fix. | |||||
* | append-args.c: New file. | Miles Bader | 1996-09-23 | 1 | -0/+31 | |
| | ||||||
* | (OTHERSRCS): | Miles Bader | 1996-09-23 | 1 | -1/+1 | |
| | | | | Replace get-options.c with append-args.c | |||||
* | . | Miles Bader | 1996-09-23 | 1 | -0/+17 | |
| | ||||||
* | *** empty log message *** | Thomas Bushnell | 1996-08-16 | 2 | -1/+7 | |
| | ||||||
* | . | Miles Bader | 1996-07-26 | 1 | -0/+7 | |
| | ||||||
* | (netfs_S_file_exec): | Miles Bader | 1996-07-26 | 1 | -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 Bader | 1996-07-23 | 1 | -0/+5 | |
| | ||||||
* | (netfs_S_file_utimes): `struct timespec' now uses a field prefix of `tv_'. | Miles Bader | 1996-07-23 | 1 | -5/+5 | |
| | ||||||
* | *** empty log message *** | Michael I. Bushnell | 1996-07-19 | 3 | -2/+18 | |
| | ||||||
* | *** empty log message *** | Michael I. Bushnell | 1996-07-18 | 2 | -0/+187 | |
| | ||||||
* | Initial revision | Roland McGrath | 1996-07-17 | 1 | -0/+234 | |
| | ||||||
* | (netfs_S_io_reauthenticate): fixp | Michael I. Bushnell | 1996-07-14 | 1 | -1/+1 | |
| | ||||||
* | (netfs_S_io_reauthenticate): Repeat auth_server_authenticate for as | Michael I. Bushnell | 1996-07-14 | 1 | -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 to | Michael I. Bushnell | 1996-07-08 | 1 | -1/+2 | |
| | | | | auth_server_authenticate. | |||||
* | (netfs_S_io_write): more fixup | Michael I. Bushnell | 1996-07-04 | 1 | -8/+10 | |
| | ||||||
* | (netfs_S_io_write): fixup | Michael I. Bushnell | 1996-07-04 | 1 | -1/+1 | |
| | ||||||
* | (netfs_S_io_write): Bother implementing O_APPEND. | Michael I. Bushnell | 1996-07-04 | 1 | -2/+18 | |
| | ||||||
* | (netfs_S_io_identity): Don't take address of ID in call to | Michael I. Bushnell | 1996-07-04 | 1 | -1/+1 | |
| | | | | fshelp_get_identity. | |||||
* | (netfs_S_dir_mkfile): Return right with MAKE_SEND, not COPY_SEND. | Michael I. Bushnell | 1996-07-03 | 1 | -2/+2 | |
| | ||||||
* | (netfs_S_io_identity): Use fshelp_get_identity instead of creating | Michael I. Bushnell | 1996-07-03 | 1 | -12/+6 | |
| | | | | port ourselves. | |||||
* | (netfs_drop_node): Don't deallocate NP->identity. | Michael I. Bushnell | 1996-07-03 | 1 | -2/+0 | |
| | ||||||
* | (netfs_make_node): Don't initialize NP->identity. | Michael I. Bushnell | 1996-07-03 | 1 | -1/+0 | |
| | ||||||
* | (struct node): Delete member identity. | Michael I. Bushnell | 1996-07-03 | 1 | -2/+0 | |
| | ||||||
* | Revert last changes. | Michael I. Bushnell | 1996-07-02 | 1 | -12/+1 | |
| | ||||||
* | (struct node): Member identity now points to a struct. | Michael I. Bushnell | 1996-07-02 | 1 | -1/+1 | |
| | ||||||
* | (netfs_identity_class): New variable. | Michael I. Bushnell | 1996-07-02 | 1 | -0/+11 | |
| | | | | | (netfs_release_identity): New function. (struct identity): New type. | |||||
* | (LCLHDRS): Add execserver.h. | Michael I. Bushnell | 1996-06-27 | 1 | -1/+1 | |
| | ||||||
* | (OTHERSRCS): Add append-std-options.c. | Miles Bader | 1996-06-27 | 1 | -13/+14 | |
| | ||||||
* | Initial revision | Miles Bader | 1996-06-27 | 1 | -0/+32 | |
| | ||||||
* | Initial revision | Miles Bader | 1996-06-26 | 3 | -0/+72 | |
| |