aboutsummaryrefslogtreecommitdiff
path: root/utils/fakeauth.c
Commit message (Collapse)AuthorAgeFilesLines
* 2002-05-05 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-051-2/+15
| | | | | | * fakeauth.c (main): Add ARGP_IN_ORDER to argp_parse invocation. (main: parse_opt): New function. (main): Set parser in ARGP to parse_opt.
* 2002-05-04 Roland McGrath <roland@frob.com>Roland McGrath2002-05-041-4/+11
| | | | * fakeauth.c (main): Update doc strings, clean up argp_parse call.
* 2002-05-03 Roland McGrath <roland@frob.com>Roland McGrath2002-05-031-0/+382
* fakeauth.c: New file. * Makefile (fakeauth): New target. (targets): Add it. (SRCS): Add fakeauth.c. (auth-MIGSFLAGS, fakeauth-CPPFLAGS, authServer-CPPFLAGS, auth_requestUser-CPPFLAGS): New variables.