Joey Hess
a8b398c1fa
addurl: Added --batch option.
2015-12-21 12:57:13 -04:00
Joey Hess
a1927c6adb
Merge branch 'master' of ssh://git-annex.branchable.com
2015-12-21 11:34:51 -04:00
cbaines
b032015f57
Added a comment
2015-12-21 13:33:34 +00:00
frost.kristian@75a6b6a25121f985cd8708f98c691d41716ac720
f67862644b
Added a comment
2015-12-21 13:08:49 +00:00
cbaines
6eedcc3a3e
Added a comment
2015-12-21 12:40:52 +00:00
cbaines
8def2688c4
Added a comment
2015-12-21 12:32:55 +00:00
https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574
bbfa501f4a
Added a comment
2015-12-21 06:02:21 +00:00
jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565
466a249291
Added a comment: A problem with SmartGit then?
2015-12-21 03:21:59 +00:00
frost.kristian@75a6b6a25121f985cd8708f98c691d41716ac720
29ea9f3782
2015-12-20 21:43:57 +00:00
sts
3bd5cbc131
Added a comment
2015-12-20 19:49:27 +00:00
Joey Hess
b6ac443b60
fix build warnings under ghc 7.10
...
Caused by AMP.. Since I've finally upgraded my dev laptop to 7.10,
I may start missing imports that are not needed with it but are with older
versions..
2015-12-19 17:42:45 -04:00
Joey Hess
4e226d2cd2
update
2015-12-19 14:33:10 -04:00
Joey Hess
02dc62e2d3
reuse comment
2015-12-19 14:29:40 -04:00
Joey Hess
2c014e97dd
comment
2015-12-19 14:27:22 -04:00
Joey Hess
962c5ee0db
comment
2015-12-19 14:19:24 -04:00
Joey Hess
f5b103b455
comment
2015-12-19 14:07:57 -04:00
Joey Hess
7588e2fba7
comment
2015-12-19 13:59:03 -04:00
Joey Hess
9deaf4f1d9
comment
2015-12-19 13:55:28 -04:00
Joey Hess
d215acf6ef
comment
2015-12-19 13:51:26 -04:00
Joey Hess
fa1e9a9ee9
Merge branch 'master' of ssh://git-annex.branchable.com
2015-12-19 13:47:01 -04:00
Joey Hess
35827e2705
status: On crippled filesystems, was displaying M for all annexed files that were present. Probably caused by a change to what git status displays in this situation. Fixed by treating files git thinks are modified the same as typechanged files.
2015-12-19 13:36:40 -04:00
https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574
df181d5a38
2015-12-19 06:52:08 +00:00
Joey Hess
9d19a60349
add news item for git-annex 5.20151218
2015-12-18 14:48:04 -04:00
Joey Hess
fd13d72109
Merge branch 'master' of ssh://git-annex.branchable.com
2015-12-18 14:43:12 -04:00
neocryptek@659edac901ffbc8e541a974f8f18987eeafc63bd
5008846f7b
Added a comment
2015-12-18 18:09:54 +00:00
Joey Hess
f1a73de560
prep release
2015-12-18 12:09:55 -04:00
SamuelTardieu
7b73f343ae
Added a comment
2015-12-17 11:15:55 +00:00
jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565
a604f7cd93
2015-12-17 02:25:02 +00:00
pete.ward@26c41318616c4cf9601d0431557c1df734ccdb77
ffefc488f4
2015-12-16 22:15:17 +00:00
Joey Hess
0914d33b21
Merge branch 'master' of ssh://git-annex.branchable.com
2015-12-16 17:05:12 -04:00
Joey Hess
ca9b84754d
devblog
2015-12-16 17:04:48 -04:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
4a02a243f3
Added a comment
2015-12-16 11:21:48 +00:00
14.203.223.70
ff5de4ff57
poll vote (My phone (or MP3 player))
2015-12-16 07:09:17 +00:00
Joey Hess
1c3b644345
Merge branch 'master' of ssh://git-annex.branchable.com
2015-12-15 20:50:52 -04:00
Joey Hess
25bc6ea6d8
bring back some deleted functions that git-repair uses
2015-12-15 20:42:35 -04:00
Joey Hess
96dd0f4ebe
improve temp dir security
...
http://bugs.debian.org/807341
* Fix insecure temporary permissions when git-annex repair is used in
in a corrupted git repository.
Other calls to withTmpDir didn't leak any potentially private data,
but repair clones the git repository to a temp directory which is made
using the user's umask. Thus, it might expose a git repo that is
otherwise locked down.
* Fix potential denial of service attack when creating temp dirs.
Since withTmpDir used easily predictable temporary directory names,
an attacker could create foo.0, foo.1, etc and as long as it managed to
keep ahead of it, could prevent it from ever returning.
I'd rate this as a low utility DOS attack. Most attackers in a position
to do this could just fill up the disk /tmp is on to prevent anything
from writing temp files. And few parts of git-annex use withTmpDir
anyway, so DOS potential is quite low.
Examined all callers of withTmpDir and satisfied myself that
switching to mkdtmp and so getting a mode 700 temp dir wouldn't break any
of them.
Note that withTmpDirIn continues to not force temp dir to 700.
But it's only used for temp directories inside .git/annex/wherever/
so that is not a problem.
Also re-audited all other uses of temp files and dirs in git-annex.
2015-12-15 20:21:48 -04:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
555f5ae302
removed
2015-12-14 12:04:46 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
eb822fbd1c
Added a comment
2015-12-14 12:03:58 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
9051166774
Added a comment
2015-12-14 12:03:23 +00:00
https://me.yahoo.com/a/ZF7p46cPmpWtb9zvA8iTitPmiQ--#eb014
9690904b45
Added a comment: It worked
2015-12-14 04:46:46 +00:00
https://me.yahoo.com/a/ZF7p46cPmpWtb9zvA8iTitPmiQ--#eb014
367791c827
Added a comment: I'm also having this issue
2015-12-14 03:17:58 +00:00
yminus
97bb479165
Added a comment
2015-12-13 22:55:16 +00:00
scorchgeek
d998d20364
Added a comment: Indeed
2015-12-13 22:30:47 +00:00
basak
4c8fdaa008
Added a comment
2015-12-13 21:35:59 +00:00
joakim.hovlandsvag@ad788ffa13d1ccbf03f2c485653900f8baa33950
ea01310d98
Added a comment: Repairing ignores disk space issues too
2015-12-13 09:13:25 +00:00
joakim.hovlandsvag@ad788ffa13d1ccbf03f2c485653900f8baa33950
7bca9bc5b1
2015-12-13 07:42:22 +00:00
scorchgeek
928de5e3ad
create page
2015-12-12 22:44:00 +00:00
Joey Hess
04e00146ed
Debian: Build depend on concurrent-output.
...
In unstable now.
2015-12-12 12:19:31 -04:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
4183f0e1dc
Added a comment
2015-12-12 10:42:47 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
68e05915ed
Added a comment
2015-12-12 05:28:51 +00:00