newlib-cygwin/winsup/utils
Corinna Vinschen 16a976cff4 * mkgroup.c (domlist_t): Drop id_offset.
(get_dcname): Remove.
	(current_group): Remove.
	(enum_unix_groups): Simplify.  Change space to underscore in domain
	name.
	(enum_local_groups): Simplify to accommodate the fact that it's only
	called for foreign machines.
	(enum_groups): Ditto.
	(print_special_by_sid): Remove.
	(print_special_by_name): Remove.
	(usage): Align to new code.
	(fetch_primary_domain): Remove.
	(main): Use cygwin_internal CW_SETENT, CW_GETENT and CW_ENDENT method.
	Call enum_local_groups, enum_groups, and enum_unix_groups only for
	foreign machines.
	* mkpasswd.c (get_dcname): Remove.
	(current_user): Remove.
	(enum_unix_users): Simplify.  Change space to underscore in domain name.
	(enum_users): Simplify to accommodate the fact that it's only
	called for foreign machines.
	(print_special_by_sid): Remove.
	(usage): Align to new code.
	(longopts): Add -b/--no-builtin option.
	(opts): Add -b option.
	(print_special_by_name): Remove.
	(enum_std_accounts): Remove.
	(fetch_primary_domain): Remove.
	(main): Use cygwin_internal CW_SETENT, CW_GETENT and CW_ENDENT method.
	Call enum_users and enum_unix_users only for foreign machines.
	* utils.xml (mkgroup): Align documentation to new usage.
	(mkpasswd): Ditto.
2014-02-24 10:51:42 +00:00
..
COPYING.dumper * dumper.cc: Change license to plain GPLv2 + later. 2007-07-24 19:08:23 +00:00
ChangeLog * mkgroup.c (domlist_t): Drop id_offset. 2014-02-24 10:51:42 +00:00
ChangeLog-2000 * regtool.cc (translate): Ensure that 'c' is initialized. 2001-01-10 14:20:16 +00:00
ChangeLog.64bit * Merge in cygwin-64bit-branch. 2013-04-23 09:44:36 +00:00
Makefile.in 2014-02-07 Jon TURNEY <jon.turney@dronecode.org.uk> 2014-02-09 12:23:13 +00:00
aclocal.m4 winsup/ChangeLog: 2013-11-07 00:19:52 +00:00
autogen.sh ChangeLog: 2012-11-23 13:22:47 +00:00
bloda.cc Update copyrights 2013-01-21 16:28:27 +00:00
configure winsup/ChangeLog: 2013-11-07 00:19:52 +00:00
configure.ac winsup/ChangeLog: 2013-11-07 00:19:52 +00:00
cygcheck.cc * cygcheck.cc (RtlGetVersion): Declare. 2013-11-19 22:26:37 +00:00
cygpath.cc * cygpath.cc (do_pathconv): when -p option is given, generate wide 2013-06-26 13:10:35 +00:00
cygwin-console-helper.cc * cygwin-console-helper.cc: New file. 2009-07-05 00:01:26 +00:00
dump_setup.cc * dump_setup.cc (find_tar_ext): Generalize search for .tar extension, avoiding 2013-09-16 17:01:58 +00:00
dumper.cc * Merge in cygwin-64bit-branch. 2013-04-23 09:44:36 +00:00
dumper.h * Merge in cygwin-64bit-branch. 2013-04-23 09:44:36 +00:00
getconf.c Clean up whitespace. 2011-12-17 23:39:47 +00:00
getfacl.c Clean up whitespace. 2011-12-17 23:39:47 +00:00
kill.cc * Merge in cygwin-64bit-branch. 2013-04-23 09:44:36 +00:00
ldd.cc * Merge in cygwin-64bit-branch. 2013-04-23 09:44:36 +00:00
ldh.cc * ldh.cc (WinMain): Change DONT_RESOLVE_DLL_REFERENCES to 2010-08-28 12:12:53 +00:00
loadlib.h * Makefile.in: Move CFLAGS and CXXFLAGS so that they can be manipulated by 2012-11-28 03:22:36 +00:00
locale.cc * Merge in cygwin-64bit-branch. 2013-04-23 09:44:36 +00:00
minidumper.cc * minidumper.cc (minidump): Fix -t option argument handling. 2014-02-23 11:34:31 +00:00
mkgroup.c * mkgroup.c (domlist_t): Drop id_offset. 2014-02-24 10:51:42 +00:00
mkpasswd.c * mkgroup.c (domlist_t): Drop id_offset. 2014-02-24 10:51:42 +00:00
module_info.cc * Makefile.in (cygcheck.exe): Link against wininet.dll. 2013-11-19 11:14:36 +00:00
mount.cc * Merge in cygwin-64bit-branch. 2013-04-23 09:44:36 +00:00
parse_pe.cc * Merge in cygwin-64bit-branch. 2013-04-23 09:44:36 +00:00
passwd.c * Merge in cygwin-64bit-branch. 2013-04-23 09:44:36 +00:00
path.cc * cygcheck.cc (dll_info): Detect and report on symlinks. Output wrong 2013-07-07 16:57:11 +00:00
path.h * Makefile.in (path-mount.o): Add a rule to build stripped down version 2009-07-22 10:20:26 +00:00
pldd.c * pldd.c: Fix typo in license header. 2012-02-24 21:53:28 +00:00
ps.cc * Merge in cygwin-64bit-branch. 2013-04-23 09:44:36 +00:00
regtool.cc * Merge in cygwin-64bit-branch. 2013-04-23 09:44:36 +00:00
setfacl.c Clean up whitespace. 2011-12-17 23:39:47 +00:00
setmetamode.c Clean up whitespace. 2011-12-17 23:39:47 +00:00
ssp.c * Merge in cygwin-64bit-branch. 2013-04-23 09:44:36 +00:00
ssp.txt
strace.cc * Merge in cygwin-64bit-branch. 2013-04-23 09:44:36 +00:00
testsuite.cc Update copyrights 2013-01-21 16:28:27 +00:00
testsuite.h Update copyrights 2013-01-21 16:28:27 +00:00
tzset.c * Merge in cygwin-64bit-branch. 2013-04-23 09:44:36 +00:00
umount.cc Update copyrights 2013-01-21 16:28:27 +00:00
utils.xml * mkgroup.c (domlist_t): Drop id_offset. 2014-02-24 10:51:42 +00:00
wide_path.h * cygpath.cc (do_pathconv): when -p option is given, generate wide 2013-06-26 13:10:35 +00:00