Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mon Nov 18 18:13:42 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1996-11-18 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * io-stat.c (trivfs_S_io_stat): Make the mode specify IFCHR by default. Sat Nov 16 17:20:15 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (HURDLIBS): Add `iohelp'. Thu Nov 14 13:13:10 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * io-restrict-auth.c (trivfs_S_io_restrict_auth): idvec_set -> idvec_set_ids. Fix unrelated typos. * protid-dup.c (trivfs_protid_dup): Use iouser_dup_iouser instead of copying old arrays by hand. * protid-clean.c (trivfs_clean_protid): Free CRED->user instead of CRED->uids and CRED->gids. * io-reauthenticate.c (trivfs_S_io_reauthenticate): Args for io_restrict_auth now come from the new structure definitions. * open.c (trivfs_open): Pass correct first arg to idvec_contains. * open.c (trivfs_open): Delete variable I. * trivfs.h: Include <hurd/iohelp.h> | ||||
* | Thu Nov 7 01:01:05 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1996-11-13 | 1 | -30/+26 |
| | | | | | | | | | | | | | | | | | | * io-restrict-auth.c (trivfs_S_io_restrict_auth): Rewrite to use idvecs. Wed Nov 6 23:40:50 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * trivfs.h (struct trivfs_protid): Delete members `uids', `gids', `nuids', and `ngids'. Replace with `user'. (trivfs_check_open_hook): Delete args `uids', `nuids', `gids', `ngids'. Replace with new arg `user'. All callers changed. (trivfs_open): Likewise. * open.c (trivfs_open): Change to match new declaration. * trivfs.h (struct trivfs_protid): Delete members `uids', `gids', * io-reauthenticate.c (trivfs_S_io_reauthenticate): Use new iohelp_reauth call. | ||||
* | (trivfs_S_io_restrict_auth): | Miles Bader | 1996-11-11 | 1 | -9/+21 |
| | | | | If CRED has root, use the requested id sets verbatim. | ||||
* | (trivfs_S_io_restrict_auth): Use ports_create_port instead of | Miles Bader | 1996-01-27 | 1 | -3/+7 |
| | | | | ports_allocate_port, and return any error. | ||||
* | (trivfs_S_io_restrict_auth): Allow trivfs_protid_create_hook to return an | Miles Bader | 1995-08-12 | 1 | -8/+22 |
| | | | | error code. | ||||
* | (trivfs_S_io_restrict_auth): Free initial reference created by | Michael I. Bushnell | 1995-07-21 | 1 | -0/+1 |
| | | | | ports_allocate_port. | ||||
* | (trivfs_S_io_restrict_auth): Use new ports interface. | Michael I. Bushnell | 1995-06-27 | 1 | -1/+3 |
| | |||||
* | (trivfs_S_io_restrict_auth): Lock CRED->po->cntl->lock around relevant | Michael I. Bushnell | 1995-03-30 | 1 | -1/+3 |
| | | | | code. | ||||
* | entered into RCS | Michael I. Bushnell | 1994-07-05 | 1 | -0/+2 |
| | |||||
* | Formerly io-restrict-auth.c.~8~ | Michael I. Bushnell | 1994-06-22 | 1 | -0/+1 |
| | |||||
* | Formerly io-restrict-auth.c.~7~ | Michael I. Bushnell | 1994-06-16 | 1 | -1/+2 |
| | |||||
* | Formerly io-restrict-auth.c.~6~ | Michael I. Bushnell | 1994-06-15 | 1 | -5/+36 |
| | |||||
* | Formerly io-restrict-auth.c.~5~ | Michael I. Bushnell | 1994-05-24 | 1 | -4/+5 |
| | |||||
* | Formerly io-restrict-auth.c.~4~ | Michael I. Bushnell | 1994-05-10 | 1 | -1/+4 |
| | |||||
* | Formerly io-restrict-auth.c.~3~ | Michael I. Bushnell | 1994-02-18 | 1 | -5/+8 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1994-02-18 | 1 | -0/+48 |