Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-25 * mkgroup.c (MAX_SID_LEN): Remove. Instead, use SECURITY_MAX_SID_SIZECorinna Vinschen
2014-11-28 * mkgroup.c (main): Call enum_local_groups with offset 0x30000 for localCorinna Vinschen
2014-11-27 * mkgroup.c (main): Call enum_groups with offset 0x30000 for localCorinna Vinschen
2014-11-12 * mkgroup.c (usage): Fix language.Corinna Vinschen
2014-11-12 * mkgroup.c (enum_unix_groups): Always print groupname with machineCorinna Vinschen
2014-11-10 * cygcheck.cc (dump_sysinfo): Handle Windows 10/Server 2014(?).Corinna Vinschen
2014-11-03Add accidentally missing patchCorinna Vinschen
2014-07-29 * mkgroup.c (usage): Move info message that this /etc/group isn't reallyCorinna Vinschen
2014-02-24 * mkgroup.c (domlist_t): Drop id_offset.Corinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Update copyrightsChristopher Faylor
2012-04-05 * mkgroup.c (print_special_by_sid): Rename from print_special. ChangeCorinna Vinschen
2011-12-18Clean up whitespace.Christopher Faylor
2011-12-01 * mkgroup.c: Drop support for NT4 domains.Corinna Vinschen
2011-10-10 * Align usage output, version output, as well as usage and versionCorinna Vinschen
2010-08-28 * loadlib.h: New header implementing safe LoadLibrary calls.Corinna Vinschen
2009-10-02* mkpasswd.c: Properly define __progname as __declspec(dllimport).Christopher Faylor
2009-08-11 * mkgroup.c (enum_local_groups): Avoid error message if given groupCorinna Vinschen
2009-05-15 * cygpath.cc (main): Only setlocale for LC_CTYPE category. FallbackCorinna Vinschen
2009-05-06 * mkpasswd.c (current_user): Don't use HOMEDRIVE/HOMEPATH to generateCorinna Vinschen
2008-08-25 * mkgroup.c (enum_local_groups): Don't skip printing groups whenCorinna Vinschen
2008-08-18 * mkgroup.c (enum_local_groups): Use NetLocalGroupGetInfo to find outCorinna Vinschen
2008-08-18 * mkgroup.c (enum_local_groups): Call print_win_error with GetLastErrorCorinna Vinschen
2008-08-18 * mkgroup.c (enum_local_groups): Return failure if looking for a singleCorinna Vinschen
2008-08-18 * mkgroup.c (main): Keep correctly track of optional arguments.Corinna Vinschen
2008-08-18 * mkgroup.c (main): Always unset environment variable POSIXLY_CORRECT.Corinna Vinschen
2008-08-17* Makefile.in (ALL_LDFLAGS): Add --enable-auto-import option to quiet ldChristopher Faylor
2008-08-15 * mkgroup.c (fetch_current_pgrp_sid): New function to fetch primaryCorinna Vinschen
2008-07-24 * mkgroup.c (main): Fix test for duplicate domain/machine request.Corinna Vinschen
2008-07-23 * mkgroup.c: Rework to allow per-domain/per-machine id_offset.Corinna Vinschen
2008-07-23 * mkgroup.c: Consolidate variable names.Corinna Vinschen
2008-07-23 * mkgroup.c (enum_groups): Create full qualified groupname usingCorinna Vinschen
2008-07-23 * mkgroup.c (main): Remove special root group code. Only printCorinna Vinschen
2008-07-22 * Makefile.in (cygcheck.exe): Link against ntdll.Corinna Vinschen
2008-07-09 * mkgroup.c: Use statically linked functions throughout, except forCorinna Vinschen
2007-08-312007-08-31 Dave Korn <dave.korn@artimi.com>Dave Korn
2006-01-18bad_keywordsChristopher Faylor
2005-09-22 Align error message handling to mkpasswd's error messages throughout.Corinna Vinschen
2004-07-12 * mkgroup.cc (netapibufferallocate,netgroupgetinfo): New functionCorinna Vinschen
2003-11-26 * mkgroup.c (main): Print "root" group with local admins group sidCorinna Vinschen
2003-11-14 * mkgroup.c: Avoid compiler warnings throughout.Corinna Vinschen
2003-04-27* cygcheck.cc (usage) Add description output.Joshua Daniel Franklin
2003-04-102003-04-10 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-03-012003-03-01 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-01-15 * mkgroup.c: Fix copyright date.Corinna Vinschen
2003-01-08 * mkpasswd.cc (current_user): Create.Corinna Vinschen
2002-09-30* cygpath.cc (close_arg): Remove unused static.Christopher Faylor
2002-09-15Add final newlines to utilsJoshua Daniel Franklin
2002-08-02 * mkgroup.c (main): Don't print an entry for "Everyone".Corinna Vinschen
2002-07-02 * mkgroup.c: Add function pointers for functions from advapi32.dll.Corinna Vinschen