summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-12-21
|\
| * Added a commentGravatar cbaines2015-12-21
| |
| * Added a commentGravatar frost.kristian@75a6b6a25121f985cd8708f98c691d41716ac7202015-12-21
| |
| * Added a commentGravatar cbaines2015-12-21
| |
| * Added a commentGravatar cbaines2015-12-21
| |
| * Added a commentGravatar https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf5742015-12-21
| |
| * Added a comment: A problem with SmartGit then?Gravatar jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f285652015-12-21
| |
| * (no commit message)Gravatar frost.kristian@75a6b6a25121f985cd8708f98c691d41716ac7202015-12-20
| |
| * Added a commentGravatar sts2015-12-20
| |
* | fix build warnings under ghc 7.10Gravatar Joey Hess2015-12-19
|/ | | | | | 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..
* updateGravatar Joey Hess2015-12-19
|
* reuse commentGravatar Joey Hess2015-12-19
|
* commentGravatar Joey Hess2015-12-19
|
* commentGravatar Joey Hess2015-12-19
|
* commentGravatar Joey Hess2015-12-19
|
* commentGravatar Joey Hess2015-12-19
|
* commentGravatar Joey Hess2015-12-19
|
* commentGravatar Joey Hess2015-12-19
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-12-19
|\
* | status: On crippled filesystems, was displaying M for all annexed files that ↵Gravatar Joey Hess2015-12-19
| | | | | | | | 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.
| * (no commit message)Gravatar https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf5742015-12-19
|/
* add news item for git-annex 5.20151218Gravatar Joey Hess2015-12-18
|
* Merge branch 'master' of ssh://git-annex.branchable.com5.20151218Gravatar Joey Hess2015-12-18
|\
| * Added a commentGravatar neocryptek@659edac901ffbc8e541a974f8f18987eeafc63bd2015-12-18
| |
* | prep releaseGravatar Joey Hess2015-12-18
|/
* Added a commentGravatar SamuelTardieu2015-12-17
|
* (no commit message)Gravatar jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f285652015-12-17
|
* (no commit message)Gravatar pete.ward@26c41318616c4cf9601d0431557c1df734ccdb772015-12-16
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-12-16
|\
* | devblogGravatar Joey Hess2015-12-16
| |
| * Added a commentGravatar wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d2015-12-16
| |
| * poll vote (My phone (or MP3 player))Gravatar 14.203.223.702015-12-16
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-12-15
|\
* | bring back some deleted functions that git-repair usesGravatar Joey Hess2015-12-15
| |
* | improve temp dir securityGravatar Joey Hess2015-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * removedGravatar wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d2015-12-14
| |
| * Added a commentGravatar wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d2015-12-14
| |
| * Added a commentGravatar wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d2015-12-14
| |
| * Added a comment: It workedGravatar https://me.yahoo.com/a/ZF7p46cPmpWtb9zvA8iTitPmiQ--#eb0142015-12-14
| |
| * Added a comment: I'm also having this issueGravatar https://me.yahoo.com/a/ZF7p46cPmpWtb9zvA8iTitPmiQ--#eb0142015-12-14
| |
| * Added a commentGravatar yminus2015-12-13
| |
| * Added a comment: IndeedGravatar scorchgeek2015-12-13
| |
| * Added a commentGravatar basak2015-12-13
| |
| * Added a comment: Repairing ignores disk space issues tooGravatar joakim.hovlandsvag@ad788ffa13d1ccbf03f2c485653900f8baa339502015-12-13
| |
| * (no commit message)Gravatar joakim.hovlandsvag@ad788ffa13d1ccbf03f2c485653900f8baa339502015-12-13
| |
| * create pageGravatar scorchgeek2015-12-12
| |
* | Debian: Build depend on concurrent-output.Gravatar Joey Hess2015-12-12
| | | | | | | | In unstable now.
| * Added a commentGravatar wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d2015-12-12
| |
| * Added a commentGravatar wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d2015-12-12
| |
| * Added a commentGravatar https://openid.stackexchange.com/user/27ceb3c5-0762-42b8-8f8a-ed21c284748f2015-12-11
|/