aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* Fri Feb 19 02:43:11 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-192-1/+9
| | | | | | * login.c (main): When transitioning from no UID's to having UID's create a new session like normal. Reported by Mark M. Kettenis <kettenis@wins.uva.nl>.
* 1999-02-06 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell1999-02-102-2/+7
| | | | | * login.c (main): If no effective uid, really use first auxiliary uid to use as password entry to get parameters from.
* .Roland McGrath1999-01-031-0/+5
|
* 1999-01-03 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-031-4/+4
| | | | | * syncfs.c: Replace -a/--asynchronous with -s/--synchronous. Default is now asynchronous.
* .Roland McGrath1998-12-311-0/+7
|
* renamed to syncfs.c, which seeRoland McGrath1998-12-311-35/+0
|
* 1998-12-31 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-12-312-3/+83
| | | | | | | * Makefile (SRCS, targets, targets rule): Rename sync to syncfs. * syncfs.c: Renamed from sync.c. Take flags -a/--asynchronous and -c/--no-children, and optional file arguments. Diagnose errors.
* Add braces to silence gcc warnings.Roland McGrath1998-10-209-145/+136
|
* 1998-10-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-10-201-1/+1
| | | | * Makefile (OBJS): Use % pattern instead of explicit list.
* .Roland McGrath1998-08-251-0/+6
|
* Fri Aug 21 19:25:12 1998 Jose M. Moya <josem@gnu.org>Roland McGrath1998-08-251-101/+183
| | | | | | * msgport.c: Comments added. (add_cmd): cmd_add renamed to add_cmd. (parse_cmd_opt): cmd_parse_opt renamed to parse_cmd_opt.
* Mon Aug 3 17:10:05 1998 Joel N. Weber II <devnull@theobromine.ai.mit.edu>Thomas Bushnell1998-08-032-1/+5
| | | | * Makefile (msgport): Add dependency on libshouldbeinlibc.
* .Roland McGrath1998-07-251-0/+4
|
* 1998-07-25 Jose M. Moya <josem@gnu.org>Roland McGrath1998-07-251-71/+102
| | | | * msgport.c: Fixed to deallocate ports.
* .Roland McGrath1998-07-241-0/+7
|
* 1998-07-24 Jose M. Moya <josem@gnu.org>Roland McGrath1998-07-242-4/+568
| | | | | | | * msgport.c: New file. * Makefile (targets): Add `msgport'. (SRCS): Add `msgport.c'. (msgport): Add dependencies on parse.o and pids.o.
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-204-15/+15
| | | | | | | | | | | | | | | * ps.c (main): Fix return type to int, and use return. * ids.c (main): Likewise. * w.c (main): Likewise. * login.c (main): Likewise. * settrans.c (main): Likewise. * showtrans.c (main): Likewise. * fsysopts.c (main): Likewise. * storeinfo.c (main): Likewise. * unsu.c (main): Likewise. * setauth.c (main): Likewise. * rmauth.c (main): Likewise. * addauth.c (main): Likewise.
* .Roland McGrath1998-07-201-0/+4
|
* .Roland McGrath1998-07-201-11/+23
|
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-5/+5
| | | | | | | | | | | | * ps.c (main): Fix return type to int, and use return. * ids.c (main): Likewise. * w.c (main): Likewise. * login.c (main): Likewise. * settrans.c (main): Likewise. * showtrans.c (main): Likewise. * fsysopts.c (main): Likewise. * storeinfo.c (main): Likewise. * w.c (main): Avoid warning from `while (a = b)'.
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-207-25/+25
| | | | | | | | | | | * ps.c (main): Fix return type to int, and use return. * ids.c (main): Likewise. * w.c (main): Likewise. * login.c (main): Likewise. * settrans.c (main): Likewise. * showtrans.c (main): Likewise. * fsysopts.c (main): Likewise. * storeinfo.c (main): Likewise.
* *** empty log message ***Thomas Bushnell1998-07-141-1/+1
|
* *** empty log message ***Thomas Bushnell1998-07-141-1/+1
|
* Wed Apr 22 16:38:59 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-04-222-7/+10
| | | | | | * ping.c (MAXHOSTNAMELEN): Don't define. (main): Delete variable `hnamebuf'. Store directly into properly malloced `hostname' variable.
* Wed Apr 22 16:29:18 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-04-223-3/+1233
| | | | | | | | | | | | | * ping.c: New file. Originally P.D. from US Army; then modified by BSD, then added to Linux. Taken from Linux ping and adapted for Hurd and submitted for inclusion by Kunihiro Ishiguro (kunihiro@zebra.org). * Makefile (targets): Add `ping'. (SRCS): Add `ping.c'. (ping-CPPFLAGS): New variable, to find <linux/icmp.h> in the pfinet sources. (INSTALL-ping-ops): Install ping suid root. (ping): Depend on `../libthreads/libthreads.a'.
* (frobauth_modify):Miles Bader1997-09-291-11/+25
| | | | Add AUTHS & NUM_AUTHS parameters.
* .Miles Bader1997-09-291-0/+18
|
* (main):Miles Bader1997-09-291-1/+0
| | | | Remove DEFAULT_OUTPUT variable.
* (frobauth_modify):Miles Bader1997-09-291-5/+8
| | | | Add AUTHS & NUM_AUTHS parameters.
* (argp_program_version):Miles Bader1997-09-291-2/+2
| | | | | | Use correct program name. (main): Supply new args to frobauth_modify.
* (main):Miles Bader1997-09-291-1/+1
| | | | Supply new args to frobauth_modify.
* (main):Miles Bader1997-09-292-15/+8
| | | | Use ugids_verify_make_auth instead of ugids_verify and ugids_make_auth.
* (main):Miles Bader1997-09-291-4/+6
| | | | | Supply new args to frobauth_modify. Use ugids_verify_make_auth instead of ugids_verify and ugids_make_auth.
* Doc fix.Miles Bader1997-08-091-0/+2
|
* .Miles Bader1997-08-081-1/+3
|
* (append_basename):Miles Bader1997-08-081-13/+26
| | | | | | | New function. (main): Move target directory handling to append_basename. Use it also with remote transfers.
* .Miles Bader1997-08-081-0/+9
|
* (econnect):Miles Bader1997-08-081-18/+63
| | | | | | | | | | | Add NAME parameter, & set connection hook from it. (cntl_debug): Print CONN->hook as a string before any output. (eappend, ebasename): New functions. (main): Use them. Set the connection hooks to appropriate strings.
* .Miles Bader1997-07-291-0/+5
|
* (main):Miles Bader1997-07-291-6/+7
| | | | | When mungeing the destination to copy into a directory, do the name used to print error messages too.
* .Miles Bader1997-07-151-0/+5
|
* (ensure_def_pager_info):Miles Bader1997-07-151-5/+9
| | | | Don't report any errors if there's no default pager.
* .Miles Bader1997-07-141-0/+4
|
* (main):Miles Bader1997-07-141-13/+23
| | | | Don't print fields we cannot get.
* .Miles Bader1997-07-031-0/+4
|
* (main):Miles Bader1997-07-031-0/+2
| | | | Flush stdout after printing prefix/separator.
* .Miles Bader1997-06-201-0/+12
|
* (main):Miles Bader1997-06-201-2/+11
| | | | | Print the translated-node name instead of the translator name if the translator startup error is due to opening it.
* (SRCS):Miles Bader1997-06-201-4/+6
| | | | | | | Add storecat.c & storeread.c. (targets): Add storecat & storeread. Add storecat & storeread to appropriate dependency rules.
* Moved here from ../libstoreMiles Bader1997-06-202-0/+188
|