enkore
7b37b16d3b
Merge pull request #2370 from Anakonda/windows_ssh
...
Windows ssh
2017-04-06 14:52:49 +02:00
Antti Aalto
872d2f0d73
Windows: Fix ssh
2017-04-06 13:40:48 +03:00
enkore
2d245ec866
Merge pull request #1814 from Anakonda/windows_permissions
...
Improved handling of Windows permissions
2017-03-25 21:43:32 +01:00
Antti Aalto
8c5b58d57e
Windows: SACL
2016-11-07 13:00:26 +02:00
Antti Aalto
e20144db2c
Windows: Recursively calculate effective rights.
2016-11-05 22:31:01 +02:00
Antti Aalto
482aacf34f
Windows: Request permissions to backup SACL
2016-11-05 00:32:44 +02:00
enkore
9eae6b2090
Merge pull request #1411 from Anakonda/windows_ads
...
Windows: alternate data steams
2016-10-03 18:28:17 +02:00
Antti Aalto
ce46aab57b
windows.pyx: add error code.
2016-07-31 16:38:55 +03:00
Antti Aalto
97f07657ee
Fix some error reporting on Windows.
2016-07-30 23:36:34 +03:00
Antti Aalto
c4c6ee301b
Windows: alternate data steams
2016-07-30 22:11:52 +03:00
enkore
9123beb48c
Merge pull request #1343 from enkore/merge/master
...
windows: merge master
2016-07-18 21:51:48 +02:00
Marian Beermann
d9e7d3e3d8
Item.user_sid for owner SID (instead of Item.uid for unix owner ID)
2016-07-17 20:36:51 +02:00
Marian Beermann
1284459ee3
Fix missing Item.win_dacl
2016-07-17 19:51:25 +02:00
Marian Beermann
c221f30703
Apply correct fix instead of cd176020
2016-07-17 19:39:36 +02:00
Marian Beermann
cc6a58bab7
Replace uid2user(os.getuid()) with getpass.getuser()
2016-07-17 19:31:23 +02:00
Marian Beermann
cd17602069
Merge fixes
2016-07-17 19:10:58 +02:00
Marian Beermann
b48cde9f50
Merge branch 'master' into windows
...
# Conflicts:
# Vagrantfile
# src/borg/archive.py
# src/borg/constants.py
# src/borg/helpers.py
# src/borg/testsuite/archiver.py
2016-07-17 19:06:30 +02:00
enkore
7f68acf6ba
Update helpers.py
2016-07-16 00:14:18 +02:00
enkore
ff7d909135
Update setup.cfg
2016-07-15 23:47:17 +02:00
enkore
e872efda7c
Merge pull request #1156 from Anakonda/windows_vagrant
...
vagrantfile for windows
2016-07-15 22:59:34 +02:00
enkore
cc4c5d4846
Merge pull request #1307 from Anakonda/windows_tests
...
Windows: Fix lot of tests
2016-07-15 22:59:08 +02:00
TW
963bdd340c
Merge pull request #1330 from enkore/issue/972
...
recreate: fix hogged signal handlers
2016-07-14 14:53:21 +02:00
TW
eddda72bb2
Merge pull request #1329 from enkore/merge/1.0-maint2
...
Merge branch '1.0-maint' into master
2016-07-14 14:37:52 +02:00
Marian Beermann
fcb6930c53
recreate: fix hogged signal handlers
2016-07-14 02:11:13 +02:00
Marian Beermann
2e6eb63174
Merge branch '1.0-maint' into master
2016-07-14 01:28:26 +02:00
Thomas Waldmann
bbb280c129
ran build_usage
2016-07-12 23:10:13 +02:00
TW
52cc8a9c3b
Merge pull request #1323 from enkore/changes/1.0.6
...
update CHANGES for 1.0.6
2016-07-12 22:49:04 +02:00
Marian Beermann
06a1a899ee
update CHANGES
2016-07-12 20:55:26 +02:00
enkore
841d0fd3ad
Merge pull request #1317 from enkore/issue/1315
...
test_atime: try to open with O_NOATIME to determine support
2016-07-12 20:14:04 +02:00
enkore
8474f4e946
Merge pull request #1320 from enkore/issue/1314
...
Correctly handle multiple LD_PRELOAD entries
2016-07-12 16:46:32 +02:00
Marian Beermann
4891d33e2a
test_atime: detect O_NOATIME support by checking atime and flags
2016-07-12 16:45:20 +02:00
Marian Beermann
70c2d69799
xattr LD_PRELOAD: diaper
2016-07-12 16:07:22 +02:00
James Clarke
2c616527cf
Correctly handle multiple LD_PRELOAD entries; fixes #1111
2016-07-12 15:38:41 +02:00
Marian Beermann
c07d91e9ca
test_atime: exclude GNU Hurd from this test
...
It has O_NOATIME, opening doesn't fail with EPERM, but it still updates
the atime of the file.
2016-07-12 14:42:00 +02:00
TW
e28c2d4c36
Merge pull request #1318 from enkore/issue/1314
...
xattr: don't log before logging is set up
2016-07-12 14:09:06 +02:00
Marian Beermann
0e0f487b95
test_atime: try to open with O_NOATIME to determine support
2016-07-12 13:17:54 +02:00
Marian Beermann
98530fffd3
xattr: don't log before logging is set up
2016-07-12 11:57:58 +02:00
TW
131d2384dd
Merge pull request #1313 from ThomasWaldmann/fix-highlighting
...
docs: fix the highlighting
2016-07-11 23:19:30 +02:00
Thomas Waldmann
cf4d761042
docs: fix the highlighting
...
default is "python", that's why some help fragments and bash scripts looked strange.
2016-07-11 23:16:53 +02:00
enkore
b48de14f73
Merge pull request #1312 from ThomasWaldmann/improve-sparse-test
...
more compatible sparse file testing, fixes #1310
2016-07-11 21:30:35 +02:00
Thomas Waldmann
0fb6cb8417
more compatible sparse file testing, fixes #1310
...
removed the pointless platform check.
just first test the input file with the same checks we expect succeeding
on the extracted file. skip sparse archiving / extraction testing if the input
file checks fail - likely we have a problem with the OS or the FS then.
2016-07-11 20:48:13 +02:00
Thomas Waldmann
8c4802312d
add picture made by anarcat
2016-07-11 02:47:43 +02:00
Thomas Waldmann
3baa8a3728
Merge branch '1.0-maint'
...
# Conflicts:
# docs/changes.rst
# docs/usage/mount.rst.inc
# src/borg/archive.py
# src/borg/archiver.py
# src/borg/fuse.py
# src/borg/testsuite/archiver.py
2016-07-11 01:23:27 +02:00
Thomas Waldmann
b8198c4ff1
ran build_usage
2016-07-10 19:00:55 +02:00
enkore
f39b44c572
Merge pull request #1308 from ThomasWaldmann/update-1.0-changes
...
update CHANGES
2016-07-10 18:51:47 +02:00
Thomas Waldmann
232abd16a8
update CHANGES
2016-07-10 18:45:46 +02:00
TW
e50c78988e
Merge pull request #1304 from ThomasWaldmann/binary-test-issue-rmtreefail
...
binary test issues
2016-07-10 17:51:28 +02:00
enkore
2639b5d0ff
Merge pull request #1303 from enkore/issue/1302
...
fuse: EIO on damaged files unless told not to (-o allow_damaged_files)
2016-07-10 17:43:54 +02:00
TW
57dcb938eb
Merge pull request #1306 from ThomasWaldmann/docs-issues
...
docs issues
2016-07-10 17:27:15 +02:00
Thomas Waldmann
4fecd223c8
api.rst: remove problematic stuff, fixes #881
...
some cython stuff can't be processed by sphinx.
some platform-dependant modules can't get imported.
also: reordered modules in api.rst so order makes some sense.
2016-07-10 17:26:04 +02:00