index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
utils
/
mkgroup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* mkgroup.c (MAX_SID_LEN): Remove. Instead, use SECURITY_MAX_SID_SIZE
Corinna Vinschen
2015-02-25
1
-26
/
+28
*
* mkgroup.c (main): Call enum_local_groups with offset 0x30000 for local
Corinna Vinschen
2014-11-28
1
-2
/
+3
*
* mkgroup.c (main): Call enum_groups with offset 0x30000 for local
Corinna Vinschen
2014-11-27
1
-5
/
+6
*
* mkgroup.c (usage): Fix language.
Corinna Vinschen
2014-11-12
1
-19
/
+19
*
* mkgroup.c (enum_unix_groups): Always print groupname with machine
Corinna Vinschen
2014-11-12
1
-16
/
+36
*
* cygcheck.cc (dump_sysinfo): Handle Windows 10/Server 2014(?).
Corinna Vinschen
2014-11-10
1
-14
/
+24
*
Add accidentally missing patch
Corinna Vinschen
2014-11-03
1
-1
/
+1
*
* mkgroup.c (usage): Move info message that this /etc/group isn't really
Corinna Vinschen
2014-07-29
1
-3
/
+4
*
* mkgroup.c (domlist_t): Drop id_offset.
Corinna Vinschen
2014-02-24
1
-282
/
+136
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-20
/
+24
*
Update copyrights
Christopher Faylor
2013-01-21
1
-2
/
+2
*
* mkgroup.c (print_special_by_sid): Rename from print_special. Change
Corinna Vinschen
2012-04-05
1
-8
/
+28
*
Clean up whitespace.
Christopher Faylor
2011-12-17
1
-7
/
+7
*
* mkgroup.c: Drop support for NT4 domains.
Corinna Vinschen
2011-12-01
1
-42
/
+9
*
* Align usage output, version output, as well as usage and version
Corinna Vinschen
2011-10-10
1
-39
/
+35
*
* loadlib.h: New header implementing safe LoadLibrary calls.
Corinna Vinschen
2010-08-28
1
-1
/
+2
*
* mkpasswd.c: Properly define __progname as __declspec(dllimport).
Christopher Faylor
2009-10-02
1
-1
/
+1
*
* mkgroup.c (enum_local_groups): Avoid error message if given group
Corinna Vinschen
2009-08-11
1
-3
/
+12
*
* cygpath.cc (main): Only setlocale for LC_CTYPE category. Fallback
Corinna Vinschen
2009-05-15
1
-0
/
+5
*
* mkpasswd.c (current_user): Don't use HOMEDRIVE/HOMEPATH to generate
Corinna Vinschen
2009-05-06
1
-4
/
+4
*
* mkgroup.c (enum_local_groups): Don't skip printing groups when
Corinna Vinschen
2008-08-25
1
-5
/
+3
*
* mkgroup.c (enum_local_groups): Use NetLocalGroupGetInfo to find out
Corinna Vinschen
2008-08-18
1
-4
/
+3
*
* mkgroup.c (enum_local_groups): Call print_win_error with GetLastError
Corinna Vinschen
2008-08-18
1
-4
/
+4
*
* mkgroup.c (enum_local_groups): Return failure if looking for a single
Corinna Vinschen
2008-08-18
1
-1
/
+4
*
* mkgroup.c (main): Keep correctly track of optional arguments.
Corinna Vinschen
2008-08-18
1
-1
/
+1
*
* mkgroup.c (main): Always unset environment variable POSIXLY_CORRECT.
Corinna Vinschen
2008-08-18
1
-0
/
+5
*
* Makefile.in (ALL_LDFLAGS): Add --enable-auto-import option to quiet ld
Christopher Faylor
2008-08-17
1
-60
/
+77
*
* mkgroup.c (fetch_current_pgrp_sid): New function to fetch primary
Corinna Vinschen
2008-08-15
1
-36
/
+58
*
* mkgroup.c (main): Fix test for duplicate domain/machine request.
Corinna Vinschen
2008-07-23
1
-5
/
+14
*
* mkgroup.c: Rework to allow per-domain/per-machine id_offset.
Corinna Vinschen
2008-07-23
1
-82
/
+80
*
* mkgroup.c: Consolidate variable names.
Corinna Vinschen
2008-07-23
1
-23
/
+142
*
* mkgroup.c (enum_groups): Create full qualified groupname using
Corinna Vinschen
2008-07-22
1
-1
/
+2
*
* mkgroup.c (main): Remove special root group code. Only print
Corinna Vinschen
2008-07-22
1
-24
/
+17
*
* Makefile.in (cygcheck.exe): Link against ntdll.
Corinna Vinschen
2008-07-22
1
-395
/
+400
*
* mkgroup.c: Use statically linked functions throughout, except for
Corinna Vinschen
2008-07-09
1
-216
/
+157
*
2007-08-31 Dave Korn <dave.korn@artimi.com>
Dave Korn
2007-08-31
1
-1
/
+1
*
bad_keywords
Christopher Faylor
2006-01-18
1
-6
/
+6
*
Align error message handling to mkpasswd's error messages throughout.
Corinna Vinschen
2005-09-21
1
-50
/
+80
*
* mkgroup.cc (netapibufferallocate,netgroupgetinfo): New function
Corinna Vinschen
2004-07-12
1
-10
/
+52
*
* mkgroup.c (main): Print "root" group with local admins group sid
Corinna Vinschen
2003-11-26
1
-0
/
+8
*
* mkgroup.c: Avoid compiler warnings throughout.
Corinna Vinschen
2003-11-14
1
-7
/
+7
*
* cygcheck.cc (usage) Add description output.
Joshua Daniel Franklin
2003-04-26
1
-2
/
+2
*
2003-04-10 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-04-10
1
-40
/
+32
*
2003-03-01 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-03-01
1
-1
/
+1
*
* mkgroup.c: Fix copyright date.
Corinna Vinschen
2003-01-15
1
-1
/
+1
*
* mkpasswd.cc (current_user): Create.
Corinna Vinschen
2003-01-08
1
-67
/
+141
*
* cygpath.cc (close_arg): Remove unused static.
Christopher Faylor
2002-09-30
1
-2
/
+2
*
Add final newlines to utils
Joshua Daniel Franklin
2002-09-15
1
-1
/
+2
*
* mkgroup.c (main): Don't print an entry for "Everyone".
Corinna Vinschen
2002-08-02
1
-0
/
+3
*
* mkgroup.c: Add function pointers for functions from advapi32.dll.
Corinna Vinschen
2002-07-02
1
-4
/
+21
[next]