Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-11-18 | Fri Nov 15 14:43:44 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | |
* fshelp.h (fshelp_access): Uh, shift bits the right direction. Tue Nov 12 22:07:41 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * fetch-root.c (fshelp_fetch_root): Name idvec members correctly. * fshelp.h: <iohelp.h> -> <hurd/iohelp.h>. Include <sys/stat.h>. (fshelp_access): Declare `gotit'. | |||
1996-11-13 | Wed Nov 6 17:49:33 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | |
* fshelp.h (fshelp_fetch_root): Delete args `uids', `gids', `uids_len', and `gids_len'. New arg `user'. * fetch-root.c (fshelp_fetch_root): Ditto. * fshelp.h: Include <iohelp.h>. (fshelp_access, fshelp_isowner, fshelp_checkdirmod): New functions. | |||
1996-10-24 | Mon Oct 21 21:55:21 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | |
* fshelp.h: Add extern inline protection. * fshelp.c: New file. * Makefile (SRCS): Add fshelp.c. | |||
1996-10-14 | . | Miles Bader | |
1996-10-14 | (fshelp_acquire_lock): | Miles Bader | |
Return success, not EBADF, when unlocking a file which we don't haved locked; this is netbsd's behavior. | |||
1996-10-10 | *** empty log message *** | Thomas Bushnell | |
1996-09-17 | *** empty log message *** | Thomas Bushnell | |
1996-07-18 | *** empty log message *** | Michael I. Bushnell | |
1996-07-17 | Initial revision | Roland McGrath | |
1996-07-16 | (EWOULDBLOCK): Define, to work around new libc bug. | Michael I. Bushnell | |
1996-07-08 | (fshelp_start_translator): Don't use unsafe MOVE_SEND in call to | Michael I. Bushnell | |
fshelp_start_translator_long. | |||
1996-07-08 | (fshelp_fetch_root): Don't use unsafe MOVE_SEND in call to | Michael I. Bushnell | |
fshelp_start_translator_long. | |||
1996-07-04 | (fshelp_get_identity): Bother to initialize I->fileno. | Michael I. Bushnell | |
1996-07-03 | (fshelp_get_identity): Bother to release idlock before returning. | Michael I. Bushnell | |
1996-07-03 | include addert.h | Michael I. Bushnell | |
1996-07-03 | (struct port_bucket): Mention name in global scope. | Michael I. Bushnell | |
1996-07-03 | whoops | Michael I. Bushnell | |
1996-07-03 | (SRCS): Add get-identity.c. | Michael I. Bushnell | |
1996-07-03 | Initial revision | Michael I. Bushnell | |
1996-07-03 | (fshelp_get_identity): Enable error returns. | Michael I. Bushnell | |
1996-07-03 | (fshelp_get_identity): New declaration. | Michael I. Bushnell | |
1996-06-27 | (LCLHDRS): Add trans.h. | Michael I. Bushnell | |
1996-06-24 | (fshelp_fetch_root): Deal properly with errors from auth_makeauth. | Michael I. Bushnell | |
1996-06-21 | (fshelp_set_options): Add & use INPUT arg. | Miles Bader | |
1996-06-21 | (SRCS): Add return-buffer.c. | Miles Bader | |
1996-06-21 | (fshelp_set_options): Add INPUT argument. | Miles Bader | |
(fshelp_return_malloced_buffer): New declaration. | |||
1996-06-21 | Initial revision | Miles Bader | |
1996-06-19 | Add a fwd declaration of struct argp to satisfy compiler. | Miles Bader | |
1996-06-19 | Initial revision | Miles Bader | |
1996-06-19 | setopts.c --> set-options.c. | Miles Bader | |
1996-06-19 | Add fshelp_set_options. | Miles Bader | |
1996-06-19 | (SRCS): Add setopts.c. | Miles Bader | |
1996-05-10 | (fshelp_delegate_translation): Don't cast ARGV when calling arg_create. | Miles Bader | |
1996-05-09 | (fshelp_delegate_translation): | Michael I. Bushnell | |
1996-05-09 | (fshelp_delegate_translation): And do it correctly, too. | Michael I. Bushnell | |
1996-05-09 | (fshelp_exec_reauth): Provide new third arg to proc_setowner. | Michael I. Bushnell | |
1996-05-09 | (fshelp_delegate_translation): Cast first arg to argz_create | Michael I. Bushnell | |
appropriatel. | |||
1996-05-09 | (fshelp_fetch_root) [reauth]: Use new args for auth_user_authenticate. | Michael I. Bushnell | |
1996-04-27 | (service_fsys_startup): | Miles Bader | |
Make the mach_msg call sending the startup reply interruptible. | |||
1996-04-27 | (service_fsys_startup): | Miles Bader | |
Make the mach_msg call waiting for the startup message interruptible. | |||
1996-02-21 | (fshelp_set_active): | Miles Bader | |
When EXCL, make sure the active translator is really active. | |||
1996-02-21 | (fshelp_fetch_root): Make sure the returned fsys control port is valid. | Miles Bader | |
1996-02-15 | (fshelp_start_translator_long): Terminate TASK if the exec fails. | Miles Bader | |
1996-01-29 | (fshelp_fetch_root): Use hurd_condition_wait instead of | Michael I. Bushnell | |
condition_wait. | |||
1996-01-29 | (fshelp_set_active): Deal correctly with the case where a passive | Michael I. Bushnell | |
translator is being started. | |||
1996-01-27 | (fshelp_fetch_root): | Miles Bader | |
If io_reauthenticate returns an error, just return MACH_PORT_NULL instead of aborting (the server probably died; not a good sign for the health of the translator, but it's better than dying ourselves...). | |||
1996-01-19 | (SRCS): Added exec-reauth.c | Miles Bader | |
1996-01-19 | (fshelp_exec_reauth): New declaration. | Miles Bader | |
1996-01-19 | (fshelp_exec_reauth): Don't setgid the uids. | Miles Bader | |
1996-01-02 | Use exec_reauth() instead of doing it ourselves. | Miles Bader | |