aboutsummaryrefslogtreecommitdiff
path: root/libshouldbeinlibc/ugids-verify-auth.c
Commit message (Collapse)AuthorAgeFilesLines
* 1998-12-21 Mark Kettenis <kettenis@phys.uva.nl>Thomas Bushnell1999-04-261-21/+4
| | | | | | | | | | | | | * ugids-verify-auth.c: Include <hurd/password.h> again and remove temporary definitions of password_check_user and password_check_group. 1998-11-29 Mark Kettenis <kettenis@phys.uva.nl> * idvec-verify.c (verify_passwd): Grant access when the password in the passwd DB is empty. (verify_id): Also call verify_fn when the password in the password DB is empty.
* 1998-11-30 Mark Kettenis <kettenis@phys.uva.nl>Roland McGrath1998-12-011-3/+5
| | | | | | | | * ugids-verify-auth.c (svma_state_add_auths): Allocate correct number of bytes for new auth port array. (server_verify_make_auth): Set check to password_check_group if is_group is true and to password_check_user if not. Not the other way around.
* Add braces to silence gcc warnings.Roland McGrath1998-10-201-32/+34
|
* 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-09-041-2/+2
| | | | | * ugids-verify-auth.c (ugids_verify_make_auth): Fix typos in svma_state change of 1998-08-11.
* 1998-08-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-08-111-5/+18
| | | | | | | | | * ugids-verify-auth.c: Leave #include <hurd/password.h> there, but commented out for the time being. (password_check_user, password_check_group): Make symbols weak; these are temporary defns until we get back in synch with libc. * ugids-verify-auth.c (ugids_verify_make_auth): Properly initialize SVMA_STATE members if they will be used.
* Wed Jul 29 16:25:50 1998 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1998-07-291-2/+1
| | | | * ugids-verify-auth.c: Don't include <hurd/password.h> for now.
* Initial checkinMiles Bader1997-09-291-0/+191