Commit graph

7135 commits

Author SHA1 Message Date
Joey Hess
9fd09a657a
open bug from forum post 2016-05-12 15:14:30 -04:00
paulK
34670bc816 2016-05-11 21:51:41 +00:00
paulK
9c03a649c8 Bug report. 2016-05-11 00:52:34 +00:00
Joey Hess
3f1aaa84c5
Added annex.gnupg-decrypt-options and remote.<name>.annex-gnupg-decrypt-options, which are passed to gpg when it's decrypting data.
The naming is unofrtunately not consistent, but the gnupg-options
were only used for encrypting, and it's too late to change that.

It would be nice to have a third setting that is always passed to gnupg,
but ~/.gnupg/options can be used to specify such global options when really
needed.
2016-05-10 13:03:56 -04:00
xloem
2f84557979 removed 2016-05-07 12:34:59 +00:00
xloem
d187f771b9 2016-05-07 12:26:13 +00:00
Joey Hess
c456833179
Windows: Fix an over-long temp directory name. 2016-05-06 12:49:41 -04:00
slowbyte@142ac4d0d3edb8ed7be2fa944db64ee067115f0e
56d3d31918 2016-05-06 05:37:55 +00:00
Joey Hess
3e79a2f114
enable explicit-setup-deps 2016-05-05 15:37:42 -04:00
rustikus@9db90d0c115a1825e2f1e5f15257ec1298a6c7b6
a5bec6c70b 2016-05-05 13:41:53 +00:00
abdo.roig@4afedf09b5d9a0a6a9f44fc16a778e10cc3e89dc
5385ed813f Added a comment: Problem fixed 2016-05-05 08:32:37 +00:00
Joey Hess
23c2cfa488
Merge branch 'master' of ssh://git-annex.branchable.com 2016-05-04 13:06:30 -04:00
Joey Hess
4d88c7193b
Windows: Fix several bugs in propigation of changes from the adjusted branch back to the master branch. 2016-05-04 13:06:09 -04:00
thowz
ee686c5c7e Added a comment: reinject files 2016-05-04 00:52:38 +00:00
Joey Hess
bb21e47f10
link to bug report on stack 2016-05-03 14:53:41 -04:00
Joey Hess
6ada288325
comment 2016-05-03 14:09:18 -04:00
Joey Hess
f0e215689c
Merge branch 'master' of ssh://git-annex.branchable.com 2016-05-03 14:07:42 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
152d4027d0 Added a comment 2016-05-03 17:53:41 +00:00
Joey Hess
7f72091b6f
followup and close 2016-05-03 13:47:14 -04:00
Joey Hess
8065d195be
not a bug 2016-05-03 13:08:03 -04:00
Joey Hess
217f6c117d
Merge branch 'master' of ssh://git-annex.branchable.com 2016-05-03 12:54:14 -04:00
Joey Hess
bfb4095c13
Improve behavior when a just added http remote is not available during uuid probe. Do not mark it as annex-ignore, so it will be tried again later. 2016-05-03 12:53:42 -04:00
j_k_234@b2b1aa189bf195cefd815fc0fe70e0ebbe2b8077
31fb2f54fd Added a comment 2016-05-03 07:22:53 +00:00
spwhitton
0558447ed4 Added a comment 2016-05-02 19:26:47 +00:00
Joey Hess
617f2834fc
Fix bug that sometimes prevented git-annex smudge --clean from consuming all its input, which resulted in git add bypassing git-annex. 2016-05-02 10:53:24 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
67951cdd7c Added a comment 2016-05-01 21:47:18 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
cce2c126f9 2016-05-01 21:43:58 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
06f152f4c7 2016-04-29 13:25:24 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
5238da9f73 Added a comment 2016-04-29 13:21:04 +00:00
Joey Hess
9c7e46c9c5
correction of scope of security problem
AFAICS, it's not only affecting resumes, but any upload to a special remote
with chunking enabled.
2016-04-28 16:07:10 -04:00
Joey Hess
9f6c29fb38
pin unix to already installed version
This prevents multiple versions of unix, from ghc and needed by newer
versions of some packages conflicting.

Had to update the bytestring and blaze-builder pins follow-on from this
change.
2016-04-28 14:21:57 -04:00
Joey Hess
58b65dd8ee
comment 2016-04-27 17:15:24 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
85c17a0085 Added a comment 2016-04-27 17:42:24 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
6b5993fecc Added a comment 2016-04-27 17:41:01 +00:00
Joey Hess
0863102ee6
response 2016-04-27 13:35:33 -04:00
Joey Hess
405214780a
comment 2016-04-27 13:19:48 -04:00
Joey Hess
f31b1ba89b
comment 2016-04-27 13:11:50 -04:00
Joey Hess
32aeff9a8e
comment 2016-04-27 12:57:08 -04:00
Joey Hess
b890f3a53d
Fix bug that prevented resuming of uploads to encrypted special remotes that used chunking. This bug could also expose the names of keys to such remotes.
This is a low-severity security hole.
2016-04-27 12:54:43 -04:00
Joey Hess
363b984176
give this bug a sane title 2016-04-27 12:18:00 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
6b3fb2dd68 2016-04-27 15:56:18 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
6b2c1e6a7b 2016-04-27 15:26:59 +00:00
thowz
4443e639f3 Added a comment: create symlinks inside .git/annex/objects 2016-04-27 00:36:57 +00:00
sts
d6d9f54ff4 2016-04-26 19:43:20 +00:00
sts
4196cab3dc 2016-04-26 19:42:07 +00:00
sts
f4b67ad75e 2016-04-26 19:40:12 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
c674fbae4f initial report 2016-04-26 19:01:24 +00:00
xloem
e623d86acf Added a comment 2016-04-25 21:25:58 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
ffe2ea2621 Added a comment 2016-04-25 17:21:26 +00:00
Abdo
a59e161796 2016-04-25 11:27:19 +00:00