summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
1997-05-27(main):Miles Bader
Correct filtering of process-owners when processes are explicitly specified. Don't use ARGS_DOC. (args_doc): Variable removed.
1997-05-27.Miles Bader
1997-05-27Add appropriate dependencies on parse.o, pids.o, frobauth.o, & frobauth-mod.o.Miles Bader
(INSTALL-ids-ops): Renamed from INSTALL-hurdids-ops. (SRCS): hurdids.c renamed to ids.c. (targets): hurdids renamed to ids. (addauth-LDLIBS, setauth-LDLIBS, su-LDLIBS): New variables.
1997-05-27(child_argps):Miles Bader
New variable. (main): Use ugids operations instead of doing [ug]id frobbing ourselves. (options): Remove uid/gid args. <ugids.h>: New include.
1997-05-27(parse_enum, parse_numlist, parse_strlist):Miles Bader
Add STATE argument, and pass it to callback functions. <argp.h>: New include.
1997-05-27(parse_enum, parse_numlist, parse_strlist):Miles Bader
Add STATE argument, and pass it to callback functions. <argp.h>: New include.
1997-05-26(psout): Add const to appropriate arguments.Miles Bader
1997-05-26(current_lid, current_sid):Miles Bader
Functions removed. (main): Use PIDS_ARGP to select processes. Use new forms of parse_ functions. (lookup_user): Take new STATE argument. (options): Rearranged to group similar options. Process-selection options removed. "pids.h": New include.
1997-05-26Totally rewritten.Miles Bader
1997-05-26Renamed from hurdids.cMiles Bader
1997-05-26Renamed to ids.cMiles Bader
1997-05-26Initial checkinMiles Bader
1997-05-26Initial checkinMiles Bader
1997-05-15.Miles Bader
1997-05-15Initial checkinMiles Bader
1997-05-15(procset_names, fmt_sortkeys, fmt_names, fmts): Variables removed.Miles Bader
(enum procsets): Type removed. (struct output_fmt): New type. (output_fmt): New variable. (parse_enum): Function removed. (main): Use new version of parse_enum & output_fmts variable.
1997-05-15(_parse_strlist, parse_strlist, parse_numlist):Miles Bader
Functions removed. Include "parse.h".
1997-05-15(SRCS):Miles Bader
Add parse.c. (LCLHDRS): Add parse.h. Add dependencies on parse.o. Change references to addu into ones to addauth.
1997-05-15(_parse_strlist, parse_numlist):Miles Bader
Functions removed. (main: verify_passwd): Make user-in-group-0-can-use-his-own-password-to-su work. Replace include of "psout.h" with one of "parse.h". Renamed from addu.c.
1997-05-15(main: verify_passwd):Miles Bader
Add user-in-group-0-can-use-his-own-password-to-su hack.
1997-05-15Replaced by addauth.cMiles Bader
1997-05-15Initial checkinMiles Bader
1997-04-25(main):Miles Bader
Use the parent process's auth port instead of the hurdids process's, because hurdids is usually installed setuid.
1997-04-16Wed Apr 16 15:59:41 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* login.c (add_utmp_entry): Revert change of December 10, 1996.
1997-04-16Tue Dec 10 11:40:04 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* login.c (add_utmp_entry): ut_addr has changed to be an array; stash the IP address in the first slot.
1997-03-07.Miles Bader
1997-03-07Add addu to dependents of libshouldbeinlibc & libps.Miles Bader
(INSTALL-hurdids-ops, INSTALL-addu-ops): New variables. (SRCS): Add addu.c. (targets): Add addu.
1997-03-07Initial revisionMiles Bader
1997-03-07.Miles Bader
1997-03-07.Miles Bader
1997-03-07(args_doc):Miles Bader
Initialize with "[PID]". (main): Get the ids from the auth port instead of using libc grot. Support getting ids from other processes.
1997-03-02.Miles Bader
1997-03-02(main):Miles Bader
Support USER... args. (add_utmp_procs): Ignore unused utmp entries.
1997-02-26(main): Remove ERR.Miles Bader
1997-02-26(main):Miles Bader
Open device read-only.
1997-02-26(main):Miles Bader
Fetch DEVICE_MASTER *before* we use it. Use argp_failure instead of error.
1997-02-20(argp_program_version): Make const.Miles Bader
1997-02-20.Miles Bader
1997-02-20(main):Miles Bader
Parse arguments before getting device master port.
1997-02-12.Miles Bader
1997-02-12(options):Miles Bader
Update to reflect some minor changes in the way argp works.
1997-02-06(main):Miles Bader
Deal with crypt failing.
1997-02-06.Miles Bader
1997-02-06(main):Miles Bader
Look for NOBODY in ARGS_DEFS too, and use a last ditch default if we can't find it anywhere.
1997-02-06.Miles Bader
1997-02-06(w_get_host):Miles Bader
Don't use strlen on it if *HOST is 0.
1996-12-17(main):Miles Bader
Implement --bottom/--tail/-b. (options): Update doc for --top. Add --head and --bottom/--tail/-b options.
1996-12-17.Miles Bader
1996-12-17(psout):Miles Bader
Use last N processes if TOP is negative.
1996-12-05Sat Nov 23 16:30:16 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* psout.c (psout): Delete var REMOVE.