diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-11-13 00:21:56 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-11-13 00:21:56 +0000 |
commit | fc0e2647c036addc727aa347af734f1f33a258f1 (patch) | |
tree | c3ab40d609abd748f2600cabe7f159b2fce3cb64 /libiohelp/ChangeLog | |
parent | e881d19bded1191cf1157b212e1007ba80892e26 (diff) |
Wed Nov 6 19:26:14 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* 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.
Diffstat (limited to 'libiohelp/ChangeLog')
-rw-r--r-- | libiohelp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libiohelp/ChangeLog b/libiohelp/ChangeLog index e70d5d14..a4dce1f8 100644 --- a/libiohelp/ChangeLog +++ b/libiohelp/ChangeLog @@ -1,3 +1,19 @@ +Wed Nov 6 19:26:14 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * 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. + Thu Sep 12 16:18:46 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (HURDLIBS): New variable. |