aboutsummaryrefslogtreecommitdiff
path: root/auth/auth.c
Commit message (Collapse)AuthorAgeFilesLines
* 1999-05-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-131-0/+6
| | | | | * auth.c (S_auth_server_authenticate, S_auth_user_authenticate): If rendezvous port arrives as MACH_PORT_DEAD, fail with EINVAL.
* 1999-05-02 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-021-0/+1
| | | | * auth.c: Include <error.h>.
* 1999-05-01 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-021-5/+10
| | | | | * auth.c (main): Give diagnostics for lack of bootstrap port or failure of startup_authinit RPC.
* 1998-11-27 Mark Kettenis <kettenis@phys.uva.nl>Roland McGrath1998-11-291-2/+2
| | | | * auth.c (main): Call _hurd_proc_init with new args set to zero.
* Wed Aug 20 14:01:43 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-08-201-2/+1
| | | | | * auth.c (main): New args for ports_manage_port_operations_multithread.
* (argp_program_version): Make const.Miles Bader1997-02-201-2/+2
|
* *** empty log message ***Thomas Bushnell1996-09-051-3/+3
|
* *** empty log message ***Michael I. Bushnell1996-07-191-3/+8
|
* *** empty log message ***Michael I. Bushnell1996-07-191-26/+31
|
* (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