| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix inname test case | Andreas Gruenbacher | 2016-07-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * src/safe.h (unsafe): New flag to allow turning off safe file operations. * src/safe.c (safe_xstat, safe_open, safe_rename, safe_mkdir, safe_rmdir, safe_unlink, safe_symlink, safe_chmod, safe_lchown, safe_lutimens, safe_readlink, safe_access): When safe file operations are turned off, skip safe path traversal. Any symlink checks of the last path component are still done though. * src/patch.c (main): When the file to patch is specified on the command line, turn off safe file operations. * tests/inname: Fix typo in test. | ||||
| * | Input file outside current directory: add test case | Andreas Gruenbacher | 2015-07-20 | 1 | -2/+18 |
| | | | | | | | | Patch currently makes sure that input / output files are inside the current working directory even when the input files are explicitly specified on the command line (see http://savannah.gnu.org/bugs/?45581). * tests/inname: Add a test case for this bug. | ||||
| * | test-lib.sh: factorize require_* functions | Quentin Casasnovas | 2015-01-31 | 1 | -1/+1 |
| | | | | | | | | Since the code is identical when just checking if a utility is present on the system or not, we can factorize it. Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com> | ||||
| * | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
| | | | | | Run "make update-copyright". | ||||
| * | maint: update copyright date year ranges to include 2011 | Jim Meyering | 2011-03-27 | 1 | -1/+1 |
| | | | | | | * bootstrap.conf (gnulib_modules): Add update-copyright. Run "make update-copyright". | ||||
| * | When the file to patch is specified on the command line, apply all patches ↵ | Andreas Gruenbacher | 2009-05-12 | 1 | -0/+39 |
| to that file | |||||
