aboutsummaryrefslogtreecommitdiff
path: root/libfshelp
Commit message (Collapse)AuthorAgeFilesLines
...
* .Miles Bader1997-06-201-0/+11
|
* (fshelp_touch):Miles Bader1997-06-201-2/+35
| | | | | | | | | New function. (TOUCH_ATIME, TOUCH_MTIME, TOUCH_CTIME): New macros. (fshelp_fetch_root_callback1_t): Chage ARGZ_LEN to type size_t. Include <maptime.h>.
* Fri Nov 15 14:43:44 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-11-183-4/+18
| | | | | | | | | | | | * 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'.
* Wed Nov 6 17:49:33 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-11-133-13/+87
| | | | | | | | | | * 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.
* Mon Oct 21 21:55:21 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-244-2/+15
| | | | | | * fshelp.h: Add extern inline protection. * fshelp.c: New file. * Makefile (SRCS): Add fshelp.c.
* .Miles Bader1996-10-141-0/+6
|
* (fshelp_acquire_lock):Miles Bader1996-10-141-1/+3
| | | | | Return success, not EBADF, when unlocking a file which we don't haved locked; this is netbsd's behavior.
* *** empty log message ***Thomas Bushnell1996-10-102-2/+9
|
* *** empty log message ***Thomas Bushnell1996-09-172-2/+6
|
* *** empty log message ***Michael I. Bushnell1996-07-181-0/+32
|
* Initial revisionRoland McGrath1996-07-171-0/+430
|
* (EWOULDBLOCK): Define, to work around new libc bug.Michael I. Bushnell1996-07-161-1/+3
|
* (fshelp_start_translator): Don't use unsafe MOVE_SEND in call toMichael I. Bushnell1996-07-081-9/+16
| | | | fshelp_start_translator_long.
* (fshelp_fetch_root): Don't use unsafe MOVE_SEND in call toMichael I. Bushnell1996-07-081-2/+7
| | | | fshelp_start_translator_long.
* (fshelp_get_identity): Bother to initialize I->fileno.Michael I. Bushnell1996-07-041-0/+1
|
* (fshelp_get_identity): Bother to release idlock before returning.Michael I. Bushnell1996-07-031-0/+1
|
* include addert.hMichael I. Bushnell1996-07-031-0/+1
|
* (struct port_bucket): Mention name in global scope.Michael I. Bushnell1996-07-031-0/+1
|
* whoopsMichael I. Bushnell1996-07-031-1/+0
|
* (SRCS): Add get-identity.c.Michael I. Bushnell1996-07-031-1/+1
|
* Initial revisionMichael I. Bushnell1996-07-031-0/+88
|
* (fshelp_get_identity): Enable error returns.Michael I. Bushnell1996-07-031-9/+10
|
* (fshelp_get_identity): New declaration.Michael I. Bushnell1996-07-031-0/+15
|
* (LCLHDRS): Add trans.h.Michael I. Bushnell1996-06-271-1/+1
|
* (fshelp_fetch_root): Deal properly with errors from auth_makeauth.Michael I. Bushnell1996-06-241-1/+2
|
* (fshelp_set_options): Add & use INPUT arg.Miles Bader1996-06-211-4/+4
|
* (SRCS): Add return-buffer.c.Miles Bader1996-06-211-1/+2
|
* (fshelp_set_options): Add INPUT argument.Miles Bader1996-06-211-1/+8
| | | | (fshelp_return_malloced_buffer): New declaration.
* Initial revisionMiles Bader1996-06-211-0/+50
|
* Add a fwd declaration of struct argp to satisfy compiler.Miles Bader1996-06-191-0/+2
|
* Initial revisionMiles Bader1996-06-191-0/+46
|
* setopts.c --> set-options.c.Miles Bader1996-06-191-1/+1
|
* Add fshelp_set_options.Miles Bader1996-06-191-1/+5
|
* (SRCS): Add setopts.c.Miles Bader1996-06-191-2/+3
|
* (fshelp_delegate_translation): Don't cast ARGV when calling arg_create.Miles Bader1996-05-101-1/+1
|
* (fshelp_delegate_translation):Michael I. Bushnell1996-05-091-1/+1
|
* (fshelp_delegate_translation): And do it correctly, too.Michael I. Bushnell1996-05-091-1/+1
|
* (fshelp_exec_reauth): Provide new third arg to proc_setowner.Michael I. Bushnell1996-05-091-2/+2
|
* (fshelp_delegate_translation): Cast first arg to argz_createMichael I. Bushnell1996-05-091-2/+2
| | | | appropriatel.
* (fshelp_fetch_root) [reauth]: Use new args for auth_user_authenticate.Michael I. Bushnell1996-05-091-3/+2
|
* (service_fsys_startup):Miles Bader1996-04-271-3/+4
| | | | Make the mach_msg call sending the startup reply interruptible.
* (service_fsys_startup):Miles Bader1996-04-271-3/+3
| | | | Make the mach_msg call waiting for the startup message interruptible.
* (fshelp_set_active):Miles Bader1996-02-211-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 Bader1996-02-211-1/+5
|
* (fshelp_start_translator_long): Terminate TASK if the exec fails.Miles Bader1996-02-151-2/+5
|
* (fshelp_fetch_root): Use hurd_condition_wait instead ofMichael I. Bushnell1996-01-291-2/+5
| | | | condition_wait.
* (fshelp_set_active): Deal correctly with the case where a passiveMichael I. Bushnell1996-01-291-2/+13
| | | | translator is being started.
* (fshelp_fetch_root):Miles Bader1996-01-271-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.cMiles Bader1996-01-191-1/+2
|
* (fshelp_exec_reauth): New declaration.Miles Bader1996-01-191-0/+19
|