summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 2.7.5v2.7.5Andreas Gruenbacher2015-03-071-0/+6
* build: update gnulib submodule to latestAndreas Gruenbacher2015-03-071-0/+0
* Allow absolute symlinks that lead back into the working directoryAndreas Gruenbacher2015-03-072-3/+70
* Describe better how the dirfd cache worksAndreas Gruenbacher2015-03-051-3/+11
* Use overflow safe arithmetic for counting cache missesAndreas Gruenbacher2015-03-051-4/+4
* Also cache resolved symlinksAndreas Gruenbacher2015-03-051-13/+53
* Invalidate child dirfd cache entries when their parent goes awayAndreas Gruenbacher2015-03-051-0/+13
* Convert lru list into a list_head listAndreas Gruenbacher2015-03-051-38/+14
* Add list_head based double linked listAndreas Gruenbacher2015-03-052-1/+57
* Invalidate dirfd less aggressivelyAndreas Gruenbacher2015-03-051-3/+7
* Add more path traversal test casesTim Waugh2015-03-051-4/+123
* Move path traversal error reporting into main()Andreas Gruenbacher2015-03-052-13/+18
* Limit the number of path componentsAndreas Gruenbacher2015-03-051-3/+36
* Follow directory symlinks within the working directoryAndreas Gruenbacher2015-03-052-14/+108
* Keep track of the directory hierarchyAndreas Gruenbacher2015-03-051-28/+55
* Refactor traverse_another_path() and helpersAndreas Gruenbacher2015-02-281-19/+23
* Move error reporting out of make_tempfile()Andreas Gruenbacher2015-02-284-3/+10
* Minor cosmetic changesAndreas Gruenbacher2015-02-281-4/+4
* Fix handling of renamed filesAndreas Gruenbacher2015-02-222-5/+31
* Fix symlinks test case on some architecturesAndreas Gruenbacher2015-02-102-6/+16
* Test suite portability fixesAndreas Gruenbacher2015-02-043-4/+4
* Switch from gen_tempname() to try_tempname()Andreas Gruenbacher2015-02-042-31/+33
* Check the result of the --follow-symlinks optionAndreas Gruenbacher2015-02-021-0/+8
* Link patch with LIB_EACCESS where neededAndreas Gruenbacher2015-02-011-1/+1
* Fix minor signedness warningAndreas Gruenbacher2015-02-011-1/+1
* Use gnulib faccessat moduleAndreas Gruenbacher2015-02-012-0/+5
* Upate NEWSv2.7.4Andreas Gruenbacher2015-01-311-2/+6
* Fix indentation heuristic for context diffsAndreas Gruenbacher2015-01-313-2/+31
* patch: git-diff mode: do not change permissions if there isn't an explicit mo...Quentin Casasnovas2015-01-311-1/+1
* tests: add a test case for unwanted mode changes.Quentin Casasnovas2015-01-312-0/+35
* test-lib.sh: factorize require_* functionsQuentin Casasnovas2015-01-3136-58/+54
* Add test case for patch behind symlinkAndreas Gruenbacher2015-01-311-0/+17
* Allow arbitrary symlink targets againTim Waugh2015-01-312-46/+39
* Update list of gnulib modules usedAndreas Gruenbacher2015-01-313-31/+42
* Use symlink-safe system call replacementsAndreas Gruenbacher2015-01-314-39/+57
* Add symlink-safe system call replacementsTim Waugh2015-01-315-1/+528
* build: update gnulib submodule to latestAndreas Gruenbacher2015-01-311-0/+0
* Avoid closing file descriptor twiceTim Waugh2015-01-311-0/+2
* Remove unused variableAndreas Gruenbacher2015-01-291-1/+0
* Fix the fix for CVE-2015-1196v2.7.3Andreas Gruenbacher2015-01-225-77/+57
* For renames and copies, make sure that both file names are validAndreas Gruenbacher2015-01-212-4/+15
* Fail when out of memory in set_hunkmax()v2.7.2Andreas Gruenbacher2015-01-202-6/+6
* Don't try applying hunks at offsets that can't workAndreas Gruenbacher2015-01-201-4/+8
* Move symlink_target_is_valid() and cwd_is_root()Andreas Gruenbacher2015-01-204-78/+78
* Make sure symlinks don't point outside working directory (CVE-2015-119)Andreas Gruenbacher2015-01-195-0/+117
* Add line number overflow checkingAndreas Gruenbacher2014-11-303-3/+32
* More savebuf/savestr error handlingAndreas Gruenbacher2014-11-303-10/+13
* savebuf/savestr error handlingTobias Stoeckmann2014-11-301-9/+9
* build: update gnulib submodule to latestAndreas Gruenbacher2014-11-303-5/+3
* Drop useless test in another_hunk()Jean Delvare2014-11-101-1/+1