aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * | --check option to see if a repo exists and can be decryptedJoey Hess2013-09-19
| | | | | | | | | | | | | | | | | | | | | | | | This is to allow programs to determine if a repo uses gcrypt, per #6. Since this program already knows the name of the manifest file and how to download it and decrypt it, it makes sense to do the check here rather than in, eg, git-annex.
| * | add remote.<name>.gcrypt-signingkey configJoey Hess2013-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed by git-annex assistant when it sets up a gcrypt repository, to ensure that the gpg key it was asked to use to encrypt the repo is the same key used to sign it. If it's not, pulling from the repo won't work, due to git-remote-gcrypt's "Only accepting signatories" check. The user may have a global user.signingkey setting (I do), but be setting up a different special-purpose key for encrypting their git repo. The git-annex assistant cannot mess with the global value, so needs this to override it.
| * | set --trust-model=always when encryptingJoey Hess2013-09-16
| |/ | | | | | | | | | | | | | | Otherwise gpg may prompt to verify if we want to encrypt to users who do not have a defined trust level. But, the participants setting explicitly listed them, so we know we want to encrypt to them. closes #3
* | New Debian package revision 0.20130908-8debian/0.20130908-8Sean Whitton2016-01-07
| |
* | d/changelog: document overridesSean Whitton2016-01-07
| |
* | Revert "New Debian package revision 0.20130908-8"Sean Whitton2016-01-07
| | | | | | | | This reverts commit 26ab69cf54a761207c012685ada7748143322a76.
* | New Debian package revision 0.20130908-8Sean Whitton2016-01-07
| |
* | fix override locationSean Whitton2016-01-07
| |
* | Revert "New Debian package revision 0.20130908-8"Sean Whitton2016-01-07
| | | | | | | | This reverts commit ef7ad2a0e17446236892c6504b145eb9b2a2a063.
* | New Debian package revision 0.20130908-8Sean Whitton2016-01-07
| |
* | override debian-watch-file-is-missingSean Whitton2016-01-07
| | | | | | | | Current upstream does not tag releases.
* | override no-upstream-changelogSean Whitton2016-01-07
| | | | | | | | There is no such changelog.
* | fix unused-file-paragraph-in-dep5-copyrightSean Whitton2016-01-07
| |
* | Revert "New Debian package revision 0.20130908-8"Sean Whitton2016-01-07
| | | | | | | | This reverts commit 946d6b92e3c514f4b162499aa87b6e53aa51c45d.
* | New Debian package revision 0.20130908-8Sean Whitton2016-01-07
| |
* | d/changelog: wrap long lineSean Whitton2016-01-07
| |
* | fix Lintian depends-on-build-essential-package-without-using-versionSean Whitton2016-01-07
| |
* | d/changelog: more detail on my changesSean Whitton2016-01-07
| |
* | switch upstream back to blussSean Whitton2016-01-07
| | | | | | | | | | | | | | | | Joey Hess doesn't want to be upstream. Current discussion on GitHub will hopefully result in a new maintainer (possibly me). So for now, explicitly note that Joey's work is in debian/patches/0001-joeyh-patches.patch and set upstream back to the original.
* | d/changelog: close another bugSean Whitton2016-01-07
| |
* | fix Lintian copyright-refers-to-symlink-licenseSean Whitton2016-01-07
| |
* | d/control: rm duplicate Section:Sean Whitton2016-01-07
| |
* | d/control: rm v. old dpkg version constraintSean Whitton2016-01-07
| |
* | Revert "Debian package new version 0.20130908-8"Sean Whitton2016-01-07
| | | | | | | | This reverts commit 456a71fd707c32c427b29c565f678836bf04b99e.
* | Debian package new version 0.20130908-8Sean Whitton2015-12-12
| |
* | move joeyh's patches into a quilt patchSean Whitton2015-12-12
| | | | | | | | This stops dpkg-source complaining that the orig tar has been modified.
* | fix orig tarball compression methodSean Whitton2015-12-12
| |
* | debian/changelog: fix version numberSean Whitton2015-12-12
| |
* | drop README.rst from docs & instead use rst2manSean Whitton2015-12-12
| |
* | debian/copyright: fix GPL-2 license textSean Whitton2015-12-12
| |
* | gitignore dpkg-buildpackage stuffSean Whitton2015-12-12
| |
* | add gbp configSean Whitton2015-12-12
| |
* | debian/changelog: new upstream version 0.20140715Sean Whitton2015-12-12
| |
* | switch dpkg-source format to 3.0 (quilt)Sean Whitton2015-12-12
| |
* | debian/copyright: update for new Debian maintainerSean Whitton2015-12-12
| |
* | debian/control: new Debian package maintainerSean Whitton2015-12-12
| | | | | | | | Upstream for Debian is joeyh's fork of git-remote-gcrypt.
* | import Debian package version 0.20130908-7Sean Whitton2015-12-12
|/
* README: Don't mention keyring files, it's not relevant anymore0.20130908root2013-03-12
|
* Remove deprecated /G.XxX.. repository "url fragments" (previously autofixed)root2013-03-08
|
* Remove deprecated gcrypt::ssh:// (use rsync instead, previously autofixed)root2013-03-05
| | | | | We need to remove this since git handles ssh:// URLs already. With this change, we now use the git backend for these.
* Remove deprecated config gcrypt.keyring (use gcrypt.participants or default)root2013-03-14
|
* Simplify by replacing echo_kill with a pipefail functionroot2013-03-09
|
* Use directory in /tmp for temporary filesroot2013-03-10
| | | | | | | | | Using a standard directory for temporaries buys us performance when the user wants it (has configured tmpfs for /tmp) and configurability (accepts TMPDIR=). Moving /pack to a temporary directory gives safe concurrent remote repacks.
* Add license header and the text of the GNU GPLroot2013-03-03
|
* Use a longer pack keyroot2013-03-03
| | | | | | There should be no difference if we use 32 random bytes or more, since GPG's longest symmetric key is 32 bytes, but to just remove any doubt we use a longer random passphrase.
* Encrypt and hash the new packfile streaminglyroot2013-01-25
|
* Simplify the use of the object list fileroot2012-11-26
|
* Introduce xfeed output functionroot2013-01-07
|
* Combine tempfile naming into one functionroot2013-02-03
|
* Guard verify-pack and pack-objects and die on errorroot2013-02-22
| | | | Use echo_kill for when echo_die is not enough.