summaryrefslogtreecommitdiffstats
path: root/winsup/utils
Commit message (Expand)AuthorAgeFilesLines
* cygwin: regtool: encode error messages correctlyFujii Hironori2017-06-201-5/+6
* strace: Fix "over-optimization" flaw in strace.Daniel Santos2017-04-191-1/+1
* Make ldd stop after any non-continuable exceptionJon Turney2017-04-041-1/+9
* Generate output with Unix line endings even from Mingw64 utilsCorinna Vinschen2017-02-242-0/+8
* Fix handling of '+' by 'cygcheck -p'Jon Turney2017-01-311-2/+2
* cygutils: Fix resource leak in get_short_pathsCorinna Vinschen2016-11-241-0/+1
* Fix typo in kill(1)Corinna Vinschen2016-11-241-1/+1
* pldd: Fix resource leak and missing check if fopen failedCorinna Vinschen2016-10-231-0/+4
* passwd: Fix potential buffer overflowCorinna Vinschen2016-10-231-1/+2
* mkgroup/mkpasswd: Fix potential buffer overwrite in corner caseCorinna Vinschen2016-10-232-9/+15
* getfacl: Don't trust length of incoming user/groupnameCorinna Vinschen2016-10-231-2/+2
* tzset: Fix array length given to GetGeoInfoWCorinna Vinschen2016-10-231-1/+1
* strace: Fix Coverity issuesCorinna Vinschen2016-10-231-2/+6
* cygcheck: Use snprintf instead of multiple strcatCorinna Vinschen2016-10-231-4/+1
* cygcheck: Eenable output of Vista++ FS flagsCorinna Vinschen2016-10-231-19/+32
* cygcheck: Eliminate dead codeCorinna Vinschen2016-10-221-6/+0
* cygcheck: Fix broken test for invalid wcstombs conversion reading symlinksCorinna Vinschen2016-10-221-6/+6
* cygcheck: Fix check for Cygwin symlinkCorinna Vinschen2016-10-221-1/+1
* strace: Add comment trying to explain confusing codeCorinna Vinschen2016-10-221-0/+6
* cygcheck: Close with pclose what has been opened with popenCorinna Vinschen2016-10-221-1/+1
* Remove unreachable code from passwd(1)Corinna Vinschen2016-10-221-3/+0
* Add _PC_CASE_INSENSITIVE to [f]pathconfKen Brown2016-10-211-0/+3
* strace: Don't print exception info for SetThreadName exceptionCorinna Vinschen2016-08-311-2/+6
* Fix passwd getting error 1265 when running on newer WindowsCorinna Vinschen2016-08-311-43/+49
* Add -i/--input option to locale(1)Corinna Vinschen2016-08-171-2/+7
* ldd: Handle executable relocation when setting breakpointCorinna Vinschen2016-07-021-23/+24
* ldd: terminate process on hitting breakpointCorinna Vinschen2016-07-021-4/+1
* Reformat some too-long linesCorinna Vinschen2016-06-271-1/+2
* Set supported Windows release to Windows 10Corinna Vinschen2016-06-276-8/+8
* Remove pre-Vista considerations from utilitiesCorinna Vinschen2016-06-274-55/+4
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-2335-110/+30
* winsup/utils: port getconf to 64-bitYaakov Selkowitz2016-04-041-12/+23
* Update autoconf for doc/lsaauth/utilsPeter Foley2016-04-011-4/+4
* Replace AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET, fix AC_INIT usageCorinna Vinschen2016-03-302-2/+1
* winsup: Move all old CVS Changelogs into CVSChangeLogs.old dirCorinna Vinschen2016-03-194-4721/+0
* Remove ill-advised cygwin_propsCorinna Vinschen2016-03-191-116/+1
* Attempt to fix Coverity issues in sspJon Turney2016-03-151-6/+17
* Implement POSIX.1e ACL functionsCorinna Vinschen2016-03-082-4/+2
* ssp: Fixes for 64-bitJon Turney2016-02-201-105/+119
* cygpath: Avoid returning SysWOW64Corinna Vinschen2016-01-211-0/+13
* Deprecate all winsup ChangeLog filesCorinna Vinschen2016-01-072-4288/+4289
* cygpath: Try to return system directories with correct caseCorinna Vinschen2016-01-071-14/+36
* setfacl: Remove unused local variableCorinna Vinschen2015-12-252-1/+5
* setfacl(1): Fix handling of -m and -x on a single commandlineCorinna Vinschen2015-12-212-9/+28
* setfacl(1): Rewrite support for mask recomputationCorinna Vinschen2015-12-212-30/+62
* setfacl --mask/--no-mask really don't need an argumentHouder2015-12-202-2/+7
* Fix missing arg requirement for setfacl -x optionHouder2015-12-192-1/+5
* Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen2015-12-062-6/+31
* Fix SEGV of kill -l 0Michael Kwasigroch2015-11-262-3/+8
* setfacl: Allow to combine -b and -k optionsCorinna Vinschen2015-11-182-125/+138