aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils/passwd.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Cygwin: utils: convert usage() to proper noreturn function throughoutCorinna Vinschen1-2/+1
2016-10-23passwd: Fix potential buffer overflowCorinna Vinschen1-1/+2
2016-10-22Remove unreachable code from passwd(1)Corinna Vinschen1-3/+0
2016-08-31Fix passwd getting error 1265 when running on newer WindowsCorinna Vinschen1-43/+49
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-4/+1
2014-11-24 * passwd.c (GetPW): If server is NULL, and the user is not a localCorinna Vinschen1-14/+32
2014-08-06 * passwd.c (usage): Rename DAYS to MINDAYS and MAXDAYS.Corinna Vinschen1-19/+14
2014-06-16* passwd.c (main): Fix typo in error output.Corinna Vinschen1-1/+2
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-10/+11
2013-01-21Update copyrightsChristopher Faylor1-1/+2
2012-02-09 * passwd.cc: Add -v option to print version information as well, sinceCorinna Vinschen1-2/+4
2011-12-17Clean up whitespace.Christopher Faylor1-64/+64
2011-10-10 * Align usage output, version output, as well as usage and versionCorinna Vinschen1-38/+20
2011-04-04 * passwd.c (main): Add the ability to specify a username for the -RCorinna Vinschen1-6/+24
2009-05-15 * cygpath.cc (main): Only setlocale for LC_CTYPE category. FallbackCorinna Vinschen1-2/+4
2009-03-23 * passwd.c (usage): Change description for -d option according toCorinna Vinschen1-2/+4
2009-03-23 * passwd.c (caller_is_admin): New function to test if calling userCorinna Vinschen1-19/+59
2009-03-22 * passwd.c (main): Always get logonserver from environment andCorinna Vinschen1-3/+6
2009-03-22 * ldd.cc: Fix compiler warning.Corinna Vinschen1-20/+21
2009-01-21ChangeLog:Corinna Vinschen1-3/+3
2008-12-15 * passwd.c (main): Put how to delete the registry password on its ownCorinna Vinschen1-1/+2
2008-11-26 * passwd.c (longopts): Add --reg-store-pwd option.Corinna Vinschen1-17/+64
2005-08-18 * passwd.c (longopts): Add --logonserver option.Corinna Vinschen1-19/+50
2003-11-14 * mkgroup.c: Avoid compiler warnings throughout.Corinna Vinschen1-3/+3
2003-11-04 * passwd.c (PrintPW): Turn around meaning printed for "Password notCorinna Vinschen1-11/+15
2003-11-04 * passwd.c (UF_LOCKOUT): Remove (defined in lmaccess.h).Corinna Vinschen1-35/+118
2003-04-26* cygcheck.cc (usage) Add description output.Joshua Daniel Franklin1-0/+1
2002-09-15Add final newlines to utilsJoshua Daniel Franklin1-1/+2
2002-06-14 * passwd.c: Rearrange includes to avoid unnecessary warnings.Corinna Vinschen1-15/+35
2002-05-29 * passwd.c (prog_name): New global variable.Corinna Vinschen1-39/+105
2002-03-19* mkgroup.c (usage): Use one just fprintf + string concatenation for outputChristopher Faylor1-1/+1
2002-01-30 * passwd.cc (ChangePW): Add parameter to differ between called forCorinna Vinschen1-4/+6
2000-07-31* passwd.c (main): Initialize oldpwd before beeing used.Corinna Vinschen1-0/+1
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+352