summaryrefslogtreecommitdiff
path: root/tar
Commit message (Expand)AuthorAgeFilesLines
...
* Darwin ACL: fix legacy support in tar/test_option_acls.cMartin Matuska2017-03-081-2/+0
* Merge pull request #879 from jwilk/spellingMartin Matuška2017-03-031-1/+1
|\
| * Fix typosJakub Wilk2017-02-281-1/+1
* | 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
* Mark function that doesn't return as dead.Joerg Sonnenberger2017-02-261-1/+1
* Add format function annotation.Joerg Sonnenberger2017-02-261-2/+2
* Mark functions that don't return as dead.Joerg Sonnenberger2017-02-261-2/+2
* bsdtar tests: add test_option_fflagsMartin Matuska2017-02-263-1/+76
* bsdtar manpage: be more precise what -p and --no-same-permissions doesMartin Matuska2017-02-251-15/+8
* Do not archive NFSv4 ACLs on Mac OS X by default.Martin Matuska2017-02-242-7/+19
* tar: add new options to allow fine-tuning of --preserve-permissionsMartin Matuska2017-02-244-32/+169
* tar: use option_flags bitfield for boolean optionsMartin Matuska2017-02-235-58/+69
* 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
* Correctly report 0 compression when nothing has yet been written.Tim Kientzle2017-02-181-1/+1
* Merge branch 'master' into tar-coverity-fixesngie2017-01-163-18/+19
|\
| * 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
| * Compute correct size for buffer. Avoid recomputation of lengths.Joerg Sonnenberger2016-12-181-11/+10
| * Allocate memory precisely. Avoid recomputions of sizes.Joerg Sonnenberger2016-12-181-6/+5
* | Use malloc + sprintf instead of malloc + strncpy + strcpyNgie Cooper2016-12-132-9/+6
* | In the event the heap allocation fails after a successful allocation,Ngie Cooper2016-12-131-0/+1
|/
* 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-305-8/+8
* | Fix extracting hardlinks over symlinksMartin Matuska2016-11-291-1/+17
* | Clarify some skipping messagesTim Kientzle2016-10-232-2/+2
* | Make test output more verbose on WindowsTim Kientzle2016-10-231-1/+2
* | Sync up the test harnesses, fix an "unused var" warning on WindowsTim Kientzle2016-10-232-2/+4
|/
* Add test case for issue #794Martin Matuska2016-10-123-1/+38
* Issue #801: close the file descriptor when testing link countsTim Kientzle2016-10-112-1/+10
* Properly free and close when exiting write_hierarchy() on failedMartin Matuska2016-10-041-0/+2
* Initialize subst rule->result pointer to NULLGraham Percival2016-09-281-0/+1
* Merge pull request #787 from praiskup/fix-umaskTim Kientzle2016-09-286-11/+21
|\
| * tests: fix testsuite for umask issuesPavel Raiskup2016-09-266-11/+21
* | Add chmod() after make_{dir,file} in test suitesGraham Percival2016-09-261-2/+9
* | Add and use assertion_file_mode() in other testsGraham Percival2016-09-262-1/+30
|/
* Issue #767: Buffer overflow printing a filenameTim Kientzle2016-08-211-1/+1
* Issue 720: Allow dashes in third-party version numbersTim Kientzle2016-07-201-1/+1
* add GNU compatible blocking-factor alias, add cpio long alias for dereferencetpg2016-06-291-0/+1
* Issue 657: Allow up to 8k for the test root directory nameTim Kientzle2016-06-021-26/+49
* Issue 708: tar should fail if a named input file is missingTim Kientzle2016-05-283-1/+39