summaryrefslogtreecommitdiff
path: root/tests/checkout/nasty.c
Commit message (Expand)AuthorAgeFilesLines
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-3/+3
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-7/+6
* Disallow NTFS Alternate Data Stream attacks, even on Linux/macOSJohannes Schindelin2019-12-101-0/+10
* Protect against 8.3 "short name" attacks also on Linux/macOSJohannes Schindelin2019-12-101-2/+1
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-2/+2
* checkout: change symlinked .gitmodules file test to expect failureCarlos Martín Nieto2018-05-231-1/+6
* checkout: add a failing test for refusing a symlinked .gitmodulesCarlos Martín Nieto2018-05-221-0/+7
* win32: further cleanups for 8.3 disablingEdward Thomson2015-02-031-4/+1
* win32: cleanup 8.3 disabled testsEdward Thomson2015-02-031-23/+7
* Fix test failures when 8.3 is disabledLinquize2015-01-311-1/+23
* checkout tests: nasty symlinksEdward Thomson2015-01-201-1/+39
* Introduce core.protectHFS and core.protectNTFSEdward Thomson2014-12-171-0/+32
* checkout: disallow bad paths on HFSEdward Thomson2014-12-161-0/+42
* checkout: disallow bad paths on win32Edward Thomson2014-12-161-0/+251