index
:
bindfs.git
master
meson
BindFS with SELinux support and meson cross compile
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Lines
2021-05-04
Cleanups.
Martin Pärtel
-1
/
+1
2021-02-14
Run test "preserves readdir inode numbers" unless fuse3 < 3.10.2
Martin Pärtel
-1
/
+5
2021-02-14
(cleanups)
Martin Pärtel
-2
/
+2
2021-02-13
Refactored and unit-tested filter_special_opts. Shaved a bunch of yaks on the...
Martin Pärtel
-12
/
+184
2021-02-13
filter_special_opts: added test case
Martin Pärtel
-0
/
+10
2021-01-30
Disabled test "preserves readdir inode numbers" in FUSE 3 mode for now.
Martin Pärtel
-10
/
+12
2021-01-30
Tests to use fusermount3 if installed
Martin Pärtel
-3
/
+6
2021-01-30
Make tests run on FUSE 3 (they still fail)
Martin Pärtel
-3
/
+8
2021-01-27
Initial Fuse 3 support + Support to allow some special options
McBane
-2
/
+2
2021-01-24
Added support for `-o fsname`
Martin Pärtel
-0
/
+7
2021-01-24
Fixed tests on older Ruby versions
Martin Pärtel
-2
/
+2
2020-05-13
Fixed a line ending bug with uid/gid mapping files that I introduced when mer...
Martin Pärtel
-1
/
+1
2020-05-10
Added test case for #85 and fixed a minor UX issue with it.
Martin Pärtel
-0
/
+21
2020-04-13
Fixed tests with Ruby 2.7.1 or newer.
Martin Pärtel
-2
/
+5
2019-12-21
Don't check that numeric UIDs and GIDs exist in user database.
Martin Pärtel
-1
/
+15
2019-06-26
Resolve symlinks in readdir() so correct attributes are returned.
Martin Pärtel
-0
/
+16
2019-04-29
Added --forward-odirect. bindfs now won't forward O_DIRECT by default.
Martin Pärtel
-2
/
+17
2019-04-28
Fixed vagrant tests. Removed Vagrant test for Ubuntu 12.04, added 18.04.
Martin Pärtel
-5
/
+18
2019-04-28
Cleanups, tests and optimizations for #74.
Martin Pärtel
-1
/
+162
2019-03-31
Tests: check that `unshare` supports the required options.
Martin Pärtel
-1
/
+4
2019-03-31
Test case for #73
Martin Pärtel
-0
/
+10
2018-10-09
Worked around a weird race in test case "utimens on symlinks".
Martin Pärtel
-0
/
+1
2017-11-30
Cleaned up PR #61.
Martin Pärtel
-0
/
+14
2017-04-19
Added option: --block-devices-as-files
Martin Pärtel
-0
/
+55
2017-04-13
Document that -o dev is required for device files and test it.
Martin Pärtel
-0
/
+11
2017-03-14
Run tests on FreeBSD 10.3 and fix tests so they pass.
Martin Pärtel
-23
/
+35
2017-03-12
Hacked tests to work with Ruby 1.8.7 and FUSE 2.8 again.
Martin Pärtel
-49
/
+126
2017-01-29
Fixed #47 by not setting `-ofsname=` when it would contain a comma.
Martin Pärtel
-5
/
+42
2016-11-16
tests: Fix run make check out of place
Dan Dedrick
-4
/
+11
2016-11-16
tests: fix building out of place
Dan Dedrick
-4
/
+4
2016-10-29
Only compile test_dir_rewind.c on amd64.
Martin Pärtel
-4
/
+6
2016-10-15
Always skip valgrind for ioctl tests due to false negatives.
Martin Pärtel
-2
/
+4
2016-10-15
Fix #41 (seeking in directory).
Martin Pärtel
-1
/
+97
2016-07-31
Implemented --enable-lock-forwarding.
Martin Pärtel
-1
/
+110
2016-07-31
Added option --enable-ioctl to forward ioctl() calls.
Martin Pärtel
-0
/
+21
2016-05-03
Basic tests for --uid-offset and --gid-offset.
Martin Pärtel
-0
/
+33
2016-05-03
Minor cleanups.
Martin Pärtel
-0
/
+0
2016-03-30
Added test case for issue #30 and improved an earlier test case.
Martin Pärtel
-4
/
+25
2016-03-10
Fix argument order of `usermod` in test for some distros.
Martin Pärtel
-1
/
+1
2016-01-19
Added a test case for reading the entries of a large directory.
Martin Pärtel
-0
/
+12
2015-11-17
Show the source dir in the first field on /etc/mtab.
Martin Pärtel
-1
/
+18
2015-11-15
Use `usermod user -G group -a` instead of `adduser user group` in a test.
Martin Pärtel
-1
/
+1
2015-11-15
Define _DEFAULT_SOURCE when defining _BSD_SOURCE.
Martin Pärtel
-1
/
+4
2015-11-15
Fixed some root tests to use `nobody_group`.
Martin Pärtel
-4
/
+4
2015-11-15
Use gid of user nobody for tests
Till Maas
-31
/
+32
2015-09-20
Implemented --resolved-symlink-deletion and added tests.
Martin Pärtel
-1
/
+186
2014-09-07
Tests: use sudo instead of su.
Martin Pärtel
-3
/
+3
2014-06-30
Implemented rate limiter.
Martin Pärtel
-16
/
+109
2014-05-10
(rm more trailing spaces)
Martin Pärtel
-35
/
+35
2014-05-10
Use lutimes() when utimensat() unavailable (#6).
Martin Pärtel
-31
/
+29
[next]