summaryrefslogtreecommitdiff
path: root/tar/test
Commit message (Expand)AuthorAgeFilesLines
* Memory leaks fix for tests (#1829)TERESH12022-12-271-0/+1
* tests: silence CodeQL warning in tar/test_option_bMartin Matuska2022-12-071-3/+5
* Fixed issue #1743: Changed sprintf to safer snprintfSean McBride2022-06-221-10/+10
* tar/test/test_option_ignore_zeros.c: test tar --ignore-zerosRyan Libby2021-11-192-0/+148
* Fix typosSamanta Navarro2021-06-011-1/+1
* Add printf attributes to the printflike functions used in tests and fixzoulasc2020-01-234-8/+6
* Add test_option_safe_writes to tar testsMartin Matuska2020-01-202-0/+78
* Correct some typographical and grammatical errors.Peter Pentchev2019-09-212-3/+3
* CI: increase make command output verbosityMartin Matuska2019-05-111-0/+1
* tar/test_option_n: fix build and operation on WindowsMartin Matuska2019-04-161-40/+28
* test_option_n.c: cover non-recursive extract/listPatrick Ohly2019-04-161-0/+93
* tar: add option --exclude-vcsMartin Matuska2019-04-142-0/+231
* Windows symlink bugfixes and improvementsMartin Matuska2019-04-138-39/+39
* Fix remaining MinGW testsMartin Matuska2019-04-072-2/+18
* Fix various symlink bugs with Windows symlinksMartin Matuska2019-04-048-32/+32
* put the absolute path in quotes in case user's directory has spaces in itArshan Khanifar2018-02-121-1/+1
* absolute path fixArshan Khanifar2018-02-071-5/+10
* build fail fix, simplified logicArshan Khanifar2018-02-061-3/+1
* corrected licensing, removed unnecessary variablesArshan Khanifar2018-02-061-4/+4
* Test case for using -C in conjunction with an @mtree format fileArshan Khanifar2018-02-062-0/+71
* Merge pull request #986 from BenjaminTrapani/windows-fixesTim Kientzle2018-01-271-0/+4
|\
| * Fix bsdtar test compilation on windows with platform toolset 141BenjaminTrapani2018-01-201-0/+4
* | Fix build on FreeBSD with NFS4 ACLs without ACL_ENTRY_INHERITEDMartin Matuska2018-01-241-0/+2
|/
* Merge pull request #905 from iburinoc/zstdTim Kientzle2017-08-124-0/+141
|\
| * Fix alphabetical order, other small fixesSean Purcell2017-05-151-2/+2
| * Add zstd test suiteSean Purcell2017-05-154-0/+141
* | Spelling fixesGraham Percival2017-07-301-1/+1
|/
* Plug memory leaks in xattr and acl tests.Martin Matuska2017-04-032-2/+5
* Improve extended attribute supportMartin Matuska2017-03-232-0/+88
* tar: fix conditionals and add richacl support to test_option_aclsMartin Matuska2017-03-231-46/+85
* Add NFSv4 ACL support for Linux via librichaclMartin Matuska2017-03-161-1/+6
* Darwin ACL: fix legacy support in tar/test_option_acls.cMartin Matuska2017-03-081-2/+0
* tar: test_option_fflags adjustmentsMartin Matuska2017-03-021-0/+32
* New tar test: test_option_aclsMartin Matuska2017-03-022-0/+477
* Compare full file flags in test_option_fflagsMartin Matuska2017-02-281-4/+4
* bsdtar tests: add test_option_fflagsMartin Matuska2017-02-263-1/+76
* test suite: use a single main test file for all testsMartin Matuska2017-02-214-3405/+16
* testsuite: allow 'dev' in versionPavel Raiskup2017-02-212-69/+4
* Fix two tests on Solaris if compiling with -m64Alexander Pyhalov2017-01-151-4/+4
* Use uid 18 instead of 17 for test_option_uid_unameMartin Matuska2017-01-121-4/+4
* Merge pull request #807 from csanchezdll/issue696Tim Kientzle2016-12-111-0/+7
|\
| * Issue 696: ppc64le mache ckech failureCarlos Sánchez de La Lama2016-10-191-0/+7
* | Free `testprog_ustar` when doneNgie Cooper2016-12-101-0/+2
* | Free p (the memory allocated via slurpfile) when done with the contentsNgie Cooper2016-12-1017-32/+77
* | Don't leak memory if returning fromNgie Cooper2016-12-101-14/+12
* | Don't leak the file descriptor pointed to by `in` if the first call toNgie Cooper2016-12-101-1/+2
* | Don't overrun `tmpdir` buffer with sprintfNgie Cooper2016-12-101-2/+2
* | Increase the size of buff by 1 and adjust the readlink(2) call toNgie Cooper2016-12-101-2/+2
* | Spelling fixes (#830)Graham Percival2016-11-303-5/+5
* | Fix extracting hardlinks over symlinksMartin Matuska2016-11-291-1/+17