aboutsummaryrefslogtreecommitdiff
path: root/auth
Commit message (Collapse)AuthorAgeFilesLines
* .Roland McGrath2002-05-081-0/+6
|
* 2002-05-07 Roland McGrath <roland@frob.com>Roland McGrath2002-05-081-15/+16
| | | | | | * auth.c (S_auth_getids): u_int -> size_t (S_auth_makeauth, S_auth_server_authenticate): Likewise. (idvec_copyout): Fix argument type; make static.
* .Roland McGrath2002-05-031-0/+4
|
* 2002-05-03 Roland McGrath <roland@frob.com>Roland McGrath2002-05-031-1/+3
| | | | * auth.c (S_auth_server_authenticate): Take reply port args.
* auth/Marcus Brinkmann2001-02-122-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * auth.c (main): New variable ARGP defining a doc string. Pass address of ARGP to argp_parse(). exec/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * main.c: Change hurd version name from proc to exec. (main): Add period to doc string. ftpfs/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * ftpfs.c: Include <version.h>. Add global variable ARGP_PROGRAM_VERSION. Add period to DOC. hostmux/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * hostmux.c: Include <version.h>. Add global variable ARGP_PROGRAM_VERSION. Add period to DOC. usermux/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * usermux.c (options): Include <version.h>. Add global variable ARGP_PROGRAM_VERSION. Add period to DOC. trans/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * fifo.c: Make version string say `fifo', not `null'. Add period to doc text in ARGP. * firmlink.c: Add period to doc text in ARGP_DOC, convert semi-colon to colon. * magic.c (options): Add period to DOC. * new-fifo.c (fifo_trans_parse_args): Add doc string to ARGP. Include <version.h>, new global variable ARGP_PROGRAM_VERSION. * crash.c: Include <version.h>, add global variable ARGP_PROGRAM_VERSION. * hello.c: Include <version.h>, add global variable ARGP_PROGRAM_VERSION. (hello_argp): Add doc string. * hello-mt.c: Likewise. * streamio.c: Add period to DOC. Change streamdev to streamio in version string. * password.c (main): Add period to doc string in ARGP.
* * Makefile (HURDLIBS): Reorder libs such that the threads libMark Kettenis2000-07-262-2/+9
| | | | | | comes before the ports lib. This makes sure the functions in libthreads properly override the stubs in libports with the new dynamic linker semantics in glibc 2.2.
* .Roland McGrath1999-05-131-0/+5
|
* 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.
* .Roland McGrath1999-05-021-0/+4
|
* 1999-05-02 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-021-0/+1
| | | | * auth.c: Include <error.h>.
* .Roland McGrath1999-05-021-0/+5
|
* 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.
* .Roland McGrath1998-11-291-3/+5
|
* 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-202-2/+6
| | | | | * auth.c (main): New args for ports_manage_port_operations_multithread.
* .Miles Bader1997-02-201-0/+4
|
* (argp_program_version): Make const.Miles Bader1997-02-201-2/+2
|
* *** empty log message ***Thomas Bushnell1996-09-172-2/+6
|
* *** empty log message ***Thomas Bushnell1996-09-052-3/+9
|
* *** empty log message ***Michael I. Bushnell1996-07-192-4/+15
|
* *** empty log message ***Michael I. Bushnell1996-07-192-26/+44
|
* Initial revisionRoland McGrath1996-07-171-0/+129
|
* (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.
* Rewritten.Roland McGrath1996-04-301-22/+3
|
* (OBJS): Add auth_replyUser.o.Roland McGrath1996-04-301-1/+1
|
* Finished rewrite.Roland McGrath1996-04-301-13/+52
|
* Rewritten.Roland McGrath1996-04-251-510/+322
|
* Initial revisionRoland McGrath1996-04-251-0/+6
|
* (auth): Depend on libshouldbeinlibc.Roland McGrath1996-04-251-7/+8
|
* Removed dependencies that are now automatically generated.Michael I. Bushnell1995-07-061-2/+1
|
* (OBJS): Add notifyServer.o.Roland McGrath1994-11-181-3/+2
| | | | (auth.o): Depend on notify_S.h.
* 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
|
* entered into RCSMichael I. Bushnell1994-07-211-0/+32
|
* entered into RCSMichael I. Bushnell1994-01-041-2/+2
|
* Formerly auth_mig.h.~3~Michael I. Bushnell1993-11-021-0/+1
|
* Formerly auth_mig.h.~2~Michael I. Bushnell1993-10-281-3/+3
|
* Initial revisionMichael I. Bushnell1992-07-011-0/+23