aboutsummaryrefslogtreecommitdiff
path: root/auth/auth.c
Commit message (Collapse)AuthorAgeFilesLines
* (AUTH_VERSION): New macro.Miles Bader1996-07-071-3/+7
| | | | | | | | | | (argp_program_version): New variable. (auth_version): Variable removed. (main): Call argp_parse to get defaults. Use AUTH_VERSION instead of auth_version. <argp.h>: New include. <idvec.h>: Changed from <hurd/idvec.h>.
* (S_auth_makeauth):Miles Bader1996-06-261-15/+2
| | | | | Don't special-case the 0 explicit ids case (it used to merge in all the ids from passed in auth-handles in that case).
* (auth_version): Upgrade to 0.0.Michael I. Bushnell1996-05-061-1/+1
|
* (S_auth_user_authenticate, S_auth_server_authenticate):Miles Bader1996-05-051-25/+12
| | | | | | | Use ports_interrupt_self_on_port_death instead of cancel_on_dead_name. Hurd_condition_wait returns a boolean, not an error_t, so supply EINTR ourselves. (cancel_on_dead_name): Function removed.
* Missed one.Roland McGrath1996-05-031-1/+0
|
* (S_auth_server_authenticate, S_auth_user_authenticate): Remove IGNORED arg.Roland McGrath1996-05-031-4/+0
|
* (S_auth_makeauth): Increment NAUTHS for first elt.Roland McGrath1996-05-011-1/+7
| | | | (main): Initialize the ihash tables, dammit.
* Finished rewrite.Roland McGrath1996-04-301-13/+52
|
* Rewritten.Roland McGrath1996-04-251-510/+322
|
* Include "notify_S.h".Roland McGrath1994-11-181-21/+17
| | | | Remove _S_ from all do_mach_notify_* server routines.
* entered into RCSMichael I. Bushnell1994-09-071-0/+657