Age | Commit message (Collapse) | Author |
|
* iouser-create.c (iohelp_create_complex_iouser): Add const to args.
* iohelp.h: Update decl.
* iouser-restrict.c: New file.
* Makefile (SRCS): Add it.
* iohelp.h: Declare iohelp_restrict_iouser.
|
|
* iohelp.h (iohelp_create_iouser): Change declaration
such that as error_t is now returned and the iouser is
a parameter.
(iohelp_create_empty_iouser): New funtion.
(iohelp_create_simple_iouser): New function.
(iohelp_create_complex_iouser): New funtion.
* iouser-create.c (iohelp_create_iouser): Implement new
semantics.
(iohelp_create_empty_iouser): Implement new function.
(iohelp_create_simple_iouser): Implement new function.
(iohelp_create_complex_iouser): Implement new function.
* iouser-dup.c (iohelp_dup_iouser): Implement new semantics.
* iouser-reauth.c (iohelp_reauth): Implement new semantics.
|
|
* return-buffer.c (iohelp_return_malloced_buffer): Moved here from
../libfshelp/return-buffer.c and renamed from fshelp to iohelp.
* iohelp.h (iohelp_return_malloced_buffer): Declare it.
|
|
* iouser-reauth.c: Include <hurd/auth.h>.
Sat Nov 16 17:54:50 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile (SRCS): Add shared.c.
* shared.c: New file.
Fri Nov 15 13:39:46 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* iouser-create.c (iohelp_create_iouser): Set NEW->hook to zero.
* iouser-dup.c (iohelp_dup_iouser): Likewise.
Tue Nov 12 21:51:29 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* iohelp.h: Include <idvec.h>.
|
|
* Makefile (SRCS): Add iouser-create.c, iouser-dup.c
iouser-reauth.c, and iouser-free.c.
(OBJS): Compute automatically.
* iohelp.h (iohelp_create_user): New function.
* iouser-create.c: New file.
Tue Nov 5 21:51:24 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* iohelp.h (struct iouser): New type.
(iohelp_dup_iouser, iohelp_free_iouser, iohelp_reauth): New
functions.
* iouser-dup.c, iouser-reauth.c, iouser-free.c: New files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|