aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils
AgeCommit message (Expand)AuthorFilesLines
2017-04-19strace: Fix "over-optimization" flaw in strace.Daniel Santos1-1/+1
2017-04-04Make ldd stop after any non-continuable exceptionJon Turney1-1/+9
2017-02-24Generate output with Unix line endings even from Mingw64 utilsCorinna Vinschen2-0/+8
2017-01-31Fix handling of '+' by 'cygcheck -p'Jon Turney1-2/+2
2016-11-24cygutils: Fix resource leak in get_short_pathsCorinna Vinschen1-0/+1
2016-11-24Fix typo in kill(1)Corinna Vinschen1-1/+1
2016-10-23pldd: Fix resource leak and missing check if fopen failedCorinna Vinschen1-0/+4
2016-10-23passwd: Fix potential buffer overflowCorinna Vinschen1-1/+2
2016-10-23mkgroup/mkpasswd: Fix potential buffer overwrite in corner caseCorinna Vinschen2-9/+15
2016-10-23getfacl: Don't trust length of incoming user/groupnameCorinna Vinschen1-2/+2
2016-10-23tzset: Fix array length given to GetGeoInfoWCorinna Vinschen1-1/+1
2016-10-23strace: Fix Coverity issuesCorinna Vinschen1-2/+6
2016-10-23cygcheck: Use snprintf instead of multiple strcatCorinna Vinschen1-4/+1
2016-10-23cygcheck: Eenable output of Vista++ FS flagsCorinna Vinschen1-19/+32
2016-10-22cygcheck: Eliminate dead codeCorinna Vinschen1-6/+0
2016-10-22cygcheck: Fix broken test for invalid wcstombs conversion reading symlinksCorinna Vinschen1-6/+6
2016-10-22cygcheck: Fix check for Cygwin symlinkCorinna Vinschen1-1/+1
2016-10-22strace: Add comment trying to explain confusing codeCorinna Vinschen1-0/+6
2016-10-22cygcheck: Close with pclose what has been opened with popenCorinna Vinschen1-1/+1
2016-10-22Remove unreachable code from passwd(1)Corinna Vinschen1-3/+0
2016-10-21Add _PC_CASE_INSENSITIVE to [f]pathconfKen Brown1-0/+3
2016-08-31strace: Don't print exception info for SetThreadName exceptionCorinna Vinschen1-2/+6
2016-08-31Fix passwd getting error 1265 when running on newer WindowsCorinna Vinschen1-43/+49
2016-08-17Add -i/--input option to locale(1)Corinna Vinschen1-2/+7
2016-07-02ldd: Handle executable relocation when setting breakpointCorinna Vinschen1-23/+24
2016-07-02ldd: terminate process on hitting breakpointCorinna Vinschen1-4/+1
2016-06-27Reformat some too-long linesCorinna Vinschen1-1/+2
2016-06-27Set supported Windows release to Windows 10Corinna Vinschen6-8/+8
2016-06-27Remove pre-Vista considerations from utilitiesCorinna Vinschen4-55/+4
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen35-110/+30
2016-04-04winsup/utils: port getconf to 64-bitYaakov Selkowitz1-12/+23
2016-04-01Update autoconf for doc/lsaauth/utilsPeter Foley1-4/+4
2016-03-30Replace AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET, fix AC_INIT usageCorinna Vinschen2-2/+1
2016-03-19winsup: Move all old CVS Changelogs into CVSChangeLogs.old dirCorinna Vinschen4-4721/+0
2016-03-19Remove ill-advised cygwin_propsCorinna Vinschen1-116/+1
2016-03-15Attempt to fix Coverity issues in sspJon Turney1-6/+17
2016-03-08Implement POSIX.1e ACL functionsCorinna Vinschen2-4/+2
2016-02-20ssp: Fixes for 64-bitJon Turney1-105/+119
2016-01-21cygpath: Avoid returning SysWOW64Corinna Vinschen1-0/+13
2016-01-07Deprecate all winsup ChangeLog filesCorinna Vinschen2-4288/+4289
2016-01-07cygpath: Try to return system directories with correct caseCorinna Vinschen1-14/+36
2015-12-25setfacl: Remove unused local variableCorinna Vinschen2-1/+5
2015-12-21setfacl(1): Fix handling of -m and -x on a single commandlineCorinna Vinschen2-9/+28
2015-12-21setfacl(1): Rewrite support for mask recomputationCorinna Vinschen2-30/+62
2015-12-20setfacl --mask/--no-mask really don't need an argumentHouder2-2/+7
2015-12-19Fix missing arg requirement for setfacl -x optionHouder2-1/+5
2015-12-06Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen2-6/+31
2015-11-26Fix SEGV of kill -l 0Michael Kwasigroch2-3/+8
2015-11-18setfacl: Allow to combine -b and -k optionsCorinna Vinschen2-125/+138
2015-11-18Reapply POSIX ACL changes.Corinna Vinschen3-193/+407