summaryrefslogtreecommitdiff
path: root/doc/bugs
Commit message (Collapse)AuthorAge
* Merge branch 'master' of ssh://git-annex.branchable.com5.20140926Gravatar Joey Hess2014-09-26
|\
| * Added a commentGravatar JerSou2014-09-25
| |
| * removedGravatar JerSou2014-09-25
| |
| * Added a commentGravatar JerSou2014-09-25
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-09-24
|\|
| * Added a commentGravatar http://svario.it/gioele2014-09-24
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmK0703vNSIQsP1mGf-4MAPnsBZiSc6yVo2014-09-23
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmK0703vNSIQsP1mGf-4MAPnsBZiSc6yVo2014-09-23
| |
| * Added a commentGravatar http://joeyh.name/2014-09-23
| |
* | closeGravatar Joey Hess2014-09-23
|/
* (no commit message)Gravatar dirkz2014-09-20
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmK0703vNSIQsP1mGf-4MAPnsBZiSc6yVo2014-09-19
|
* Added a commentGravatar http://joeyh.name/2014-09-19
|
* Added a commentGravatar annexuser2014-09-19
|
* glacier, S3: Fix bug that caused embedded creds to not be encypted using the ↵Gravatar Joey Hess2014-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remote's key. encryptionSetup must be called before setRemoteCredPair. Otherwise, the RemoteConfig doesn't have the cipher in it, and so no cipher is used to encrypt the embedded creds. This is a security fix for non-shared encryption methods! For encryption=shared, there's no security problem, just an inconsistentency in whether the embedded creds are encrypted. This is very important to get right, so used some types to help ensure that setRemoteCredPair is only run after encryptionSetup. Note that the external special remote bypasses the type safety, since creds can be set after the initial remote config, if the external special remote program requests it. Also note that IA remotes never use encryption, so encryptionSetup is not run for them at all, and again the type safety is bypassed. This leaves two open questions: 1. What to do about S3 and glacier remotes that were set up using encryption=pubkey/hybrid with embedcreds? Such a git repo has a security hole embedded in it, and this needs to be communicated to the user. Is the changelog enough? 2. enableremote won't work in such a repo, because git-annex will try to decrypt the embedded creds, which are not encrypted, so fails. This needs to be dealt with, especially for ecryption=shared repos, which are not really broken, just inconsistently configured. Noticing that problem for encryption=shared is what led to commit cc54ff9e49260cd94f938e69e926a273e231ef4e, which tried to fix the problem by not decrypting the embedded creds. This commit was sponsored by Josh Taylor.
* Added a commentGravatar http://joeyh.name/2014-09-18
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-09-18
|\
* | Revert "S3, Glacier, WebDAV: Fix bug that prevented accessing the creds when ↵Gravatar Joey Hess2014-09-18
| | | | | | | | | | | | | | | | | | | | the repository was configured with encryption=shared embedcreds=yes." This reverts commit cc54ff9e49260cd94f938e69e926a273e231ef4e. I can find no basis for that commit and think that I made it in error. setRemoteCredPair always encrypts using the cipher from remoteCipher, even when the cipher is shared.
| * Added a commentGravatar http://joeyh.name/2014-09-18
| |
| * Added a commentGravatar http://joeyh.name/2014-09-18
|/
* Windows: Avoid crashing trying to list gpg secret keys, for gcrypt which is ↵Gravatar Joey Hess2014-09-16
| | | | not yet supported on Windows.
* (no commit message)Gravatar Kim2014-09-14
|
* fixedGravatar Joey Hess2014-09-13
|
* Added a comment: turns out to be an upstream bug already filedGravatar http://joeyh.name/2014-09-12
|
* Added a commentGravatar http://joeyh.name/2014-09-12
|
* Added a commentGravatar http://joeyh.name/2014-09-12
|
* Added a commentGravatar http://joeyh.name/2014-09-12
|
* initialGravatar http://grossmeier.net/2014-09-12
|
* Added a commentGravatar https://andrew.aylett.co.uk/2014-09-11
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-09-11
|\
* | WORM backend: Switched to include the relative path to the file inside the ↵Gravatar Joey Hess2014-09-11
| | | | | | | | repository, rather than just the file's base name. Note that if you're relying on such things to keep files separate with WORM, you should really be using a better backend.
| * Added a commentGravatar http://joeyh.name/2014-09-11
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-09-11
|\
* | sync: Ensure that pending changes to git-annex branch are committed when in ↵Gravatar Joey Hess2014-09-11
| | | | | | | | direct mode. (Fixing a very minor reversion.)
| * Added a commentGravatar http://joeyh.name/2014-09-11
|/
* Added a commentGravatar http://joeyh.name/2014-09-11
|
* closeGravatar Joey Hess2014-09-11
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-09-11
|\
* | document need for msysgit installer to put it into PATHGravatar Joey Hess2014-09-11
| |
| * Added a commentGravatar http://joeyh.name/2014-09-11
| |
* | Fix transfer lock file FD leak that could occur when two separate git-annex ↵Gravatar Joey Hess2014-09-11
| | | | | | | | processes were both working to perform the same set of transfers.
| * Added a commentGravatar http://joeyh.name/2014-09-11
| |
* | dup of old, long fixed bugGravatar Joey Hess2014-09-11
| |
* | closeGravatar Joey Hess2014-09-11
| |
* | Promote file not found warning message to an error.Gravatar Joey Hess2014-09-11
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-09-11
|\
* | The annex-rsync-transport configuration is now also used when checking if a ↵Gravatar Joey Hess2014-09-11
| | | | | | | | key is present on a rsync remote, and when dropping a key from the remote.
| * (no commit message)Gravatar pot2014-09-11
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-09-10
|\
* | retitleGravatar Joey Hess2014-09-10
| |