aboutsummaryrefslogtreecommitdiff
path: root/libps/user.c
Commit message (Collapse)AuthorAgeFilesLines
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-2/+3
| | | | * user.c: Include <string.h> for decls of built-ins.
* (ps_user_passwd): Check return value of install_passwd correctly (it's an ↵Miles Bader1996-06-031-1/+1
| | | | error_t).
* (install_passwd): New function.Miles Bader1996-05-071-36/+81
| | | | | (ps_user_passwd): Use it. (ps_user_uname_create, ps_user_passwd_create): New functions.
* Get rid of mega typedefs, and just use structure pointers like other hurdMiles Bader1996-03-261-24/+24
| | | | libraries. Other misc cleanups.
* Tighten up types used (i.e., don't use int for everything).Miles Bader1995-04-071-1/+1
|
* (ps_user_passwd) [COUNT, COPY]: Use `if' statement.Michael I. Bushnell1995-03-211-3/+3
|
* Initial revisionMiles Bader1995-03-141-0/+117