libc/winsup/utils
Corinna Vinschen 8a3adc99ec * mkgroup.c: Add function pointers `netlocalgroupgetmembers' and
`netgroupgetusers'.
        (load_netapi): Load function pointers `netlocalgroupgetmembers'
        and `netgroupgetusers'.
        (enum_local_users): New function.
        (enum_local_groups): Call `enum_local_users' for each group if
        `print_users' is set.
        (enum_users): New function.
        (enum_groups): Call `enum_users' for each group if `print_users' is set.
        (usage): Add usage text for `-u/--users'.
        (longopts): Add option `--users'.
        (opts): Add option character `u'.
        (main): Set `print_users' according to option `-u/--users'.
        Call `enum_local_groups' and `enum_groups' with additional parameter
        `print_users'.
2001-04-16 13:19:27 +00:00
..
ChangeLog * mkgroup.c: Add function pointers `netlocalgroupgetmembers' and 2001-04-16 13:19:27 +00:00
ChangeLog-2000 * regtool.cc (translate): Ensure that 'c' is initialized. 2001-01-10 14:20:16 +00:00
Makefile.in * Makefile.in: Compile/link dumper.exe with c++. 2000-12-11 00:10:49 +00:00
aclocal.m4 import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
configure * Makefile.in: Use CXX to build the DLL. 2000-12-03 05:42:03 +00:00
configure.in * Makefile.in: Use CXX to build the DLL. 2000-12-03 05:42:03 +00:00
cygcheck.cc * cygcheck.cc (cygwin_info): Add some more bounds checking. From Matt Harget 2000-12-16 04:53:30 +00:00
cygpath.cc Cleanup formatting on some files. Remove excessive whitespace. 2000-10-28 05:00:00 +00:00
dumper.cc * Makefile.in: Accomodate newer gcc's which require linking of c++ programs 2000-10-28 05:39:38 +00:00
dumper.h * Makefile.in: Add dumper.exe target and associated mechanisms for building it. 2000-08-24 19:03:12 +00:00
getfacl.c * getfacl.c: Add copyright hint. 2001-03-05 17:55:23 +00:00
kill.cc Update copyright. 2001-03-18 03:25:30 +00:00
mkgroup.c * mkgroup.c: Add function pointers `netlocalgroupgetmembers' and 2001-04-16 13:19:27 +00:00
mkpasswd.c Patch by Kazuhiro Fujieda <fujieda@jaist.ac.jp>: 2001-04-15 14:09:33 +00:00
module_info.cc Cleanup formatting on some files. Remove excessive whitespace. 2000-10-28 05:00:00 +00:00
mount.cc * mount.cc (longopts): Add help to options list. 2001-04-16 02:51:03 +00:00
parse_pe.cc * Makefile.in: Accomodate newer gcc's which require linking of c++ programs 2000-10-28 05:39:38 +00:00
passwd.c * passwd.c (main): Initialize oldpwd before beeing used. 2000-07-31 13:35:39 +00:00
ps.cc * ps.cc (main): Add some extra space to Windows pid output for Windows 95. 2000-10-18 22:58:34 +00:00
regtool.cc * regtool.cc (cmd_list): Add new registry display options. 2001-01-10 22:34:02 +00:00
setfacl.c * getfacl.c: Add copyright hint. 2001-03-05 17:55:23 +00:00
ssp.c Cleanup formatting on some files. Remove excessive whitespace. 2000-10-28 05:00:00 +00:00
ssp.txt Cleanup formatting on some files. Remove excessive whitespace. 2000-10-28 05:00:00 +00:00
strace.cc * getfacl.c: Add copyright hint. 2001-03-05 17:55:23 +00:00
umount.cc * mount.cc (longopts): Add help to options list. 2001-04-16 02:51:03 +00:00
utils.sgml * regtool.cc (cmd_list): Add new registry display options. 2001-01-10 22:34:02 +00:00