aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils/mkpasswd.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-4/+1
2015-02-25 * mkgroup.c (MAX_SID_LEN): Remove. Instead, use SECURITY_MAX_SID_SIZECorinna Vinschen1-23/+25
2014-11-27 * mkgroup.c (main): Call enum_groups with offset 0x30000 for localCorinna Vinschen1-7/+9
2014-11-12 * mkgroup.c (usage): Fix language.Corinna Vinschen1-21/+21
2014-11-12 * mkgroup.c (enum_unix_groups): Always print groupname with machineCorinna Vinschen1-13/+33
2014-11-10 * cygcheck.cc (dump_sysinfo): Handle Windows 10/Server 2014(?).Corinna Vinschen1-14/+24
2014-07-29 * mkgroup.c (usage): Move info message that this /etc/group isn't reallyCorinna Vinschen1-5/+6
2014-02-24 * mkgroup.c (domlist_t): Drop id_offset.Corinna Vinschen1-300/+149
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-20/+26
2013-01-21Update copyrightsChristopher Faylor1-2/+2
2012-05-05 * mkpasswd.c (current_user): Actually *use* $HOME if it's available.Corinna Vinschen1-2/+6
2012-04-05 * mkgroup.c (print_special_by_sid): Rename from print_special. ChangeCorinna Vinschen1-6/+31
2011-12-17Clean up whitespace.Christopher Faylor1-7/+7
2011-12-01 * mkgroup.c: Drop support for NT4 domains.Corinna Vinschen1-108/+31
2011-10-10 * Align usage output, version output, as well as usage and versionCorinna Vinschen1-41/+38
2010-08-28 * loadlib.h: New header implementing safe LoadLibrary calls.Corinna Vinschen1-1/+2
2009-10-02* mkpasswd.c: Properly define __progname as __declspec(dllimport).Christopher Faylor1-1/+1
2009-08-11 * mkgroup.c (enum_local_groups): Avoid error message if given groupCorinna Vinschen1-0/+4
2009-05-15 * cygpath.cc (main): Only setlocale for LC_CTYPE category. FallbackCorinna Vinschen1-0/+5
2009-05-06 * mkpasswd.c (current_user): Don't use HOMEDRIVE/HOMEPATH to generateCorinna Vinschen1-21/+6
2008-08-25 * mkgroup.c (enum_local_groups): Don't skip printing groups whenCorinna Vinschen1-3/+1
2008-08-18 * mkgroup.c (main): Keep correctly track of optional arguments.Corinna Vinschen1-1/+1
2008-08-18 * mkgroup.c (main): Always unset environment variable POSIXLY_CORRECT.Corinna Vinschen1-0/+5
2008-08-17* mkpasswd.c (main): Avoid printing system accounts when a single user name hasChristopher Faylor1-1/+1
2008-08-17* Makefile.in (ALL_LDFLAGS): Add --enable-auto-import option to quiet ldChristopher Faylor1-50/+62
2008-08-15 * mkgroup.c (fetch_current_pgrp_sid): New function to fetch primaryCorinna Vinschen1-16/+40
2008-07-23 * mkgroup.c (main): Fix test for duplicate domain/machine request.Corinna Vinschen1-4/+13
2008-07-23 * mkgroup.c: Rework to allow per-domain/per-machine id_offset.Corinna Vinschen1-72/+73
2008-07-23 * mkgroup.c: Consolidate variable names.Corinna Vinschen1-20/+140
2008-07-22 * mkgroup.c (enum_groups): Create full qualified groupname usingCorinna Vinschen1-1/+2
2008-07-22 * Makefile.in (cygcheck.exe): Link against ntdll.Corinna Vinschen1-397/+379
2008-07-09 * mkgroup.c: Use statically linked functions throughout, except forCorinna Vinschen1-125/+87
2008-03-12 * cygpath.cc (do_sysfolders): Use cygwin_conv_path.Corinna Vinschen1-2/+4
2008-02-28 * mkpasswd.c (main): Simplify generating SYSTEM entry. Add entriesCorinna Vinschen1-15/+5
2006-01-18bad_keywordsChristopher Faylor1-8/+8
2005-09-21 Align error message handling to mkpasswd's error messages throughout.Corinna Vinschen1-13/+48
2005-01-112005-01-11 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-7/+10
2003-11-14 * mkgroup.c: Avoid compiler warnings throughout.Corinna Vinschen1-5/+5
2003-04-26* mkpasswd.c (usage) Remove extra newline from description output.Joshua Daniel Franklin1-1/+1
2003-04-26* cygcheck.cc (usage) Add description output.Joshua Daniel Franklin1-1/+1
2003-04-102003-04-10 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-48/+49
2003-03-012003-03-01 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-13/+23
2003-01-15 * mkgroup.c: Fix copyright date.Corinna Vinschen1-1/+1
2003-01-08 * mkpasswd.cc (current_user): Create.Corinna Vinschen1-92/+195
2002-11-25 * mkpasswd.c (main): Set pw_passwd field to '*' on 9x/Me.Corinna Vinschen1-5/+5
2002-09-30* cygpath.cc (close_arg): Remove unused static.Christopher Faylor1-0/+1
2002-09-15Add final newlines to utilsJoshua Daniel Franklin1-1/+2
2002-08-02 * mkgroup.c (main): Don't print an entry for "Everyone".Corinna Vinschen1-4/+6
2002-05-30* mkpasswd.cc (main): Don't reset to binmode if stdout is a terminal.Christopher Faylor1-1/+2
2002-04-29 * mkgroup.c (main): Change call to exit() to a return statement.Corinna Vinschen1-24/+53