summaryrefslogtreecommitdiff
path: root/libarchive/test/test_read_disk_directory_traversals.c
Commit message (Expand)AuthorAgeFilesLines
* Add ability to skip atime test in directory traversalsMartin Matuska2021-08-201-1/+8
* Avoid getcwd(0, PATH_MAX) for GNU libcOwen W. Taylor2021-05-121-2/+2
* Fix test clean-upLuis Henriques2020-09-251-0/+2
* When opening directories, use O_EXEC flag only on FreeBSDMartin Matuska2019-11-191-1/+2
* Fix remaining MinGW testsMartin Matuska2019-04-071-0/+23
* Fix various symlink bugs with Windows symlinksMartin Matuska2019-04-041-12/+12
* Extend unreadable directory code to Linux (O_PATH) and SunOS (O_SEARCH)Martin Matuska2019-03-311-2/+3
* Update tests for platforms on which success is impossible.Andrew Gierth2019-03-301-38/+63
* Fix bugs related to unreadable directories.Andrew Gierth2019-03-291-0/+224
* Add support for directory symlinks on WindowsMartin Matuska2019-03-271-4/+4
* bsdtar tests: add test_option_fflagsMartin Matuska2017-02-261-3/+3
* Use ARCHIVE_READDISK_* flags as a internal bitfield, tooMartin Matuska2017-02-221-4/+4
* Repair detected memory leaks in libarchive testsMartin Matuska2017-02-011-3/+9
* Spelling fixes (#846)Graham Percival2016-12-201-5/+5
* Merge pull request #833 from Tarsnap/spelling-uploadTim Kientzle2016-12-111-1/+1
|\
| * Spelling fixesGraham Percival2016-12-081-1/+1
* | Free `m` before returning after allocating itNgie Cooper2016-12-101-0/+1
|/
* Add archive_read_next_header support to archive_read_disk traversals, in addi...Tim Kientzle2015-07-261-6/+6
* Do not assume dir atime updates; not everyone doesTim Kientzle2014-07-171-2/+4
* Fix build failure with -Wextra -Wunused GCC options since it happend on FreeB...Michihiro NAKAJIMA2012-02-091-0/+2
* Rename archive_matching to archive_match.Michihiro NAKAJIMA2012-02-081-3/+3
* Add archive_read_disk_set_behavior function and drop archive_read_disk_honor_...Michihiro NAKAJIMA2012-01-191-4/+4
* Cast away archive_read_disk_set_name_filter_callback and add archive_read_dis...Michihiro NAKAJIMA2012-01-181-21/+14
* Improve a directory traversals test for restoring atime. Additional patterns areMichihiro NAKAJIMA2012-01-151-4/+111
* Be more portable way to test if the current filesytem is mounted with noatime...Michihiro NAKAJIMA2012-01-111-40/+17
* Do not try a test restoring atime when the filesytem is mounted with noatime ...Michihiro NAKAJIMA2012-01-101-0/+52
* Improve handing a wildcard which has "//?/" prefix.Michihiro NAKAJIMA2012-01-041-1/+58
* Rename archive_read_disk_set_time_filter_callback to archive_read_disk_set_me...Michihiro NAKAJIMA2012-01-011-5/+7
* Enable canNodump and assertNodump on linux and move them into test/main.cMichihiro NAKAJIMA2011-12-311-47/+1
* Introduce archive_read_disk_honor_nodump() to eliminate the platformMichihiro NAKAJIMA2011-12-311-0/+183
* Introduce archive_read_disk_set_name_filter_callback and archive_read_disk_se...Michihiro NAKAJIMA2011-12-311-1/+156
* Introduce archive_read_disk_can_descend to know whether the current entry can...Michihiro NAKAJIMA2011-12-291-0/+29
* Improve directory traversals on Windows to correctly handle the path which st...Michihiro NAKAJIMA2011-12-281-0/+35
* Add archive_read_disk_open_w that is a wchar_t version of archive_read_disk_o...Michihiro NAKAJIMA2011-09-131-0/+116
* Fix warnings in libarchive/test_*.c on Borland C Compiler.Michihiro NAKAJIMA2011-05-181-5/+5
* Use assertEqualMem instead of assert(0 == memcmp(xxx....)).Michihiro NAKAJIMA2011-05-121-28/+28
* Add the ability to restore atime to the directory traversals.Michihiro NAKAJIMA2011-01-211-0/+148
* Add loop check to the directory traversals.Michihiro NAKAJIMA2011-01-141-0/+81
* Set PATH_MAX to the size the 2nd argument of getcwd function instead of zero.Michihiro NAKAJIMA2011-01-121-0/+9
* Update a test for directory traversals;Michihiro NAKAJIMA2011-01-111-1/+399
* Improve directory traversals to be able to reopen.Michihiro NAKAJIMA2011-01-111-10/+7
* Initialize a loop counter.Michihiro NAKAJIMA2011-01-061-0/+1
* Properly reset working directory when a directory traversals object isMichihiro NAKAJIMA2011-01-061-2/+47
* Tweak a test for directory traversals.Michihiro NAKAJIMA2010-06-111-138/+106
* Support archive_read_data_block in archive_read_disk.Michihiro NAKAJIMA2010-06-101-43/+76
* Additional test calling archive_read_disk with a regular file.Michihiro NAKAJIMA2010-06-101-0/+24
* Add test code for using wildcard on Windows.Michihiro NAKAJIMA2010-06-091-0/+44
* Bring the code supporting directory traversals from bsdtar/tree.[ch] Michihiro NAKAJIMA2010-06-091-0/+167