Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (fshelp_start_translator): Don't use unsafe MOVE_SEND in call to | Michael I. Bushnell | 1996-07-08 | 1 | -9/+16 | |
| | | | | fshelp_start_translator_long. | |||||
* | (fshelp_fetch_root): Don't use unsafe MOVE_SEND in call to | Michael I. Bushnell | 1996-07-08 | 1 | -2/+7 | |
| | | | | fshelp_start_translator_long. | |||||
* | (fshelp_get_identity): Bother to initialize I->fileno. | Michael I. Bushnell | 1996-07-04 | 1 | -0/+1 | |
| | ||||||
* | (fshelp_get_identity): Bother to release idlock before returning. | Michael I. Bushnell | 1996-07-03 | 1 | -0/+1 | |
| | ||||||
* | include addert.h | Michael I. Bushnell | 1996-07-03 | 1 | -0/+1 | |
| | ||||||
* | (struct port_bucket): Mention name in global scope. | Michael I. Bushnell | 1996-07-03 | 1 | -0/+1 | |
| | ||||||
* | whoops | Michael I. Bushnell | 1996-07-03 | 1 | -1/+0 | |
| | ||||||
* | (SRCS): Add get-identity.c. | Michael I. Bushnell | 1996-07-03 | 1 | -1/+1 | |
| | ||||||
* | Initial revision | Michael I. Bushnell | 1996-07-03 | 1 | -0/+88 | |
| | ||||||
* | (fshelp_get_identity): Enable error returns. | Michael I. Bushnell | 1996-07-03 | 1 | -9/+10 | |
| | ||||||
* | (fshelp_get_identity): New declaration. | Michael I. Bushnell | 1996-07-03 | 1 | -0/+15 | |
| | ||||||
* | (LCLHDRS): Add trans.h. | Michael I. Bushnell | 1996-06-27 | 1 | -1/+1 | |
| | ||||||
* | (fshelp_fetch_root): Deal properly with errors from auth_makeauth. | Michael I. Bushnell | 1996-06-24 | 1 | -1/+2 | |
| | ||||||
* | (fshelp_set_options): Add & use INPUT arg. | Miles Bader | 1996-06-21 | 1 | -4/+4 | |
| | ||||||
* | (SRCS): Add return-buffer.c. | Miles Bader | 1996-06-21 | 1 | -1/+2 | |
| | ||||||
* | (fshelp_set_options): Add INPUT argument. | Miles Bader | 1996-06-21 | 1 | -1/+8 | |
| | | | | (fshelp_return_malloced_buffer): New declaration. | |||||
* | Initial revision | Miles Bader | 1996-06-21 | 1 | -0/+50 | |
| | ||||||
* | Add a fwd declaration of struct argp to satisfy compiler. | Miles Bader | 1996-06-19 | 1 | -0/+2 | |
| | ||||||
* | Initial revision | Miles Bader | 1996-06-19 | 1 | -0/+46 | |
| | ||||||
* | setopts.c --> set-options.c. | Miles Bader | 1996-06-19 | 1 | -1/+1 | |
| | ||||||
* | Add fshelp_set_options. | Miles Bader | 1996-06-19 | 1 | -1/+5 | |
| | ||||||
* | (SRCS): Add setopts.c. | Miles Bader | 1996-06-19 | 1 | -2/+3 | |
| | ||||||
* | (fshelp_delegate_translation): Don't cast ARGV when calling arg_create. | Miles Bader | 1996-05-10 | 1 | -1/+1 | |
| | ||||||
* | (fshelp_delegate_translation): | Michael I. Bushnell | 1996-05-09 | 1 | -1/+1 | |
| | ||||||
* | (fshelp_delegate_translation): And do it correctly, too. | Michael I. Bushnell | 1996-05-09 | 1 | -1/+1 | |
| | ||||||
* | (fshelp_exec_reauth): Provide new third arg to proc_setowner. | Michael I. Bushnell | 1996-05-09 | 1 | -2/+2 | |
| | ||||||
* | (fshelp_delegate_translation): Cast first arg to argz_create | Michael I. Bushnell | 1996-05-09 | 1 | -2/+2 | |
| | | | | appropriatel. | |||||
* | (fshelp_fetch_root) [reauth]: Use new args for auth_user_authenticate. | Michael I. Bushnell | 1996-05-09 | 1 | -3/+2 | |
| | ||||||
* | (service_fsys_startup): | Miles Bader | 1996-04-27 | 1 | -3/+4 | |
| | | | | Make the mach_msg call sending the startup reply interruptible. | |||||
* | (service_fsys_startup): | Miles Bader | 1996-04-27 | 1 | -3/+3 | |
| | | | | Make the mach_msg call waiting for the startup message interruptible. | |||||
* | (fshelp_set_active): | Miles Bader | 1996-02-21 | 1 | -3/+17 | |
| | | | | When EXCL, make sure the active translator is really active. | |||||
* | (fshelp_fetch_root): Make sure the returned fsys control port is valid. | Miles Bader | 1996-02-21 | 1 | -1/+5 | |
| | ||||||
* | (fshelp_start_translator_long): Terminate TASK if the exec fails. | Miles Bader | 1996-02-15 | 1 | -2/+5 | |
| | ||||||
* | (fshelp_fetch_root): Use hurd_condition_wait instead of | Michael I. Bushnell | 1996-01-29 | 1 | -2/+5 | |
| | | | | condition_wait. | |||||
* | (fshelp_set_active): Deal correctly with the case where a passive | Michael I. Bushnell | 1996-01-29 | 1 | -2/+13 | |
| | | | | translator is being started. | |||||
* | (fshelp_fetch_root): | Miles Bader | 1996-01-27 | 1 | -5/+5 | |
| | | | | | | 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...). | |||||
* | (SRCS): Added exec-reauth.c | Miles Bader | 1996-01-19 | 1 | -1/+2 | |
| | ||||||
* | (fshelp_exec_reauth): New declaration. | Miles Bader | 1996-01-19 | 1 | -0/+19 | |
| | ||||||
* | (fshelp_exec_reauth): Don't setgid the uids. | Miles Bader | 1996-01-19 | 1 | -1/+1 | |
| | ||||||
* | Use exec_reauth() instead of doing it ourselves. | Miles Bader | 1996-01-02 | 1 | -50/+9 | |
| | ||||||
* | Initial revision | Miles Bader | 1996-01-01 | 1 | -0/+192 | |
| | ||||||
* | (service_fsys_startup): | Miles Bader | 1995-11-06 | 1 | -2/+6 | |
| | | | | | Don't pass the address of reply.realnodeType.msgt_name -- it's not really an int, although the compiler pretends it is. | |||||
* | (fshelp_fetch_root): | Miles Bader | 1995-11-06 | 1 | -10/+4 | |
| | | | | | | | When PORT_TYPE is MACH_MSG_TYPE_MAKE_SEND, make the right *before* using it. Don't bother reauthenticating the underlying node returned by CALLBACK2 -- it already has the right ids. This also gets rid of a problem with giving away our auth port prematurely. | |||||
* | (fshelp_open_fn_t): New type. | Miles Bader | 1995-11-02 | 1 | -19/+32 | |
| | | | | | | | | | (fshelp_start_translator, fshelp_start_translator_long): Now take a function that opens the underlying node instead of the node itself. (fshelp_fetch_root_callback1_t, fshelp_fetch_root_callback2_t): New types replacing fshelp_callback_t. (fshelp_fetch_root): Takes two callback args now. | |||||
* | (fshelp_start_translator): | Miles Bader | 1995-11-02 | 1 | -6/+2 | |
| | | | | Change to use a callback function instead of passing the actual node. | |||||
* | (fshelp_start_translator_long, service_fsys_startup): | Miles Bader | 1995-11-02 | 1 | -13/+24 | |
| | | | | | | | Change to use a callback function instead of passing the actual node. (service_fsys_startup): Support the open flags coming from the translator. (struct fsys_startup_request): Add the flags field. (flagsCheck): New variable. | |||||
* | (fshelp_fetch_root): | Miles Bader | 1995-11-02 | 1 | -11/+29 | |
| | | | | | | Uses two callbacks now. Pass an appropiate function to fshelp_start_translator_long instead of the actual underlying node. | |||||
* | (fshelp_start_translator_long): Undo last change to file_exec args. | Miles Bader | 1995-10-13 | 1 | -6/+5 | |
| | ||||||
* | (fshelp_start_translator_long): | Miles Bader | 1995-10-11 | 1 | -7/+13 | |
| | | | | | | Add values for the dealloc parameters to file_exec (all false). Give away our send right to TASK when we do file_exec. Initialize BOOTSTRAP & TASK so the cleanup code doesn't get confused. | |||||
* | Specify shared library dependencies. | Roland McGrath | 1995-10-09 | 1 | -0/+3 | |
| |