aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-remote-gcrypt
Commit message (Expand)AuthorAge
...
* Only encrypt to keys with encrypt capabilityroot2013-02-14
* Minor cleanup (make sure used variables are clear at start)root2013-02-14
* Add extension namespace in manifest files, 'extn' lines are preservedroot2013-02-14
* Use a packfile passphrase of 33 bytes, parity with 256-bit cryptoroot2013-02-14
* Obey git config user.signingkeyroot2013-02-14
* Use 'initial commit' as message for gitception commitsroot2013-02-14
* Use a separate symmetric key per packfile (REPO FORMAT CHANGE)root2013-02-14
* Fix microissuesroot2013-02-14
* Simplify sort_stable_k2root2013-02-14
* Use a shorter repository id in the URL, to simplify a tiny bitroot2013-02-14
* Fix trap resetsroot2013-02-14
* Implement stable sort (Lacking in POSIX)root2013-02-14
* Simplify isnull to use caseroot2013-02-14
* Allow pushing into an empty repo using gitception://root2013-02-14
* Use git rev-list --stdin and cat-file --batch-checkroot2013-02-14
* Use utility functions for testing for equal and null stringsroot2013-02-14
* Replace use of printf and echo with a safe variantroot2013-02-14
* Big coding style shakeup, use Titlecase and lowercase variablesroot2013-02-14
* Fix quoting of '$' for greproot2013-02-14
* Fix incompatibilities with bashroot2013-02-14
* Generate a Repository ID and verify it in the manifest (REPO FORMAT CHANGE)root2013-02-14
* Use manifest file for master key, branches and packs (REPO FORMAT CHANGE)root2013-02-14
* When decrypting or verifying the master key, check input typeroot2013-02-14
* Provide clear messages for signing and verifyingroot2013-02-14
* Use gpg --secret-keyring /dev/null where possibleroot2013-02-14
* Use gpg --with-colons --print-mdroot2013-02-14
* Write gitception_get in a simpler wayroot2013-02-14
* Fix retval of gitception_getroot2013-02-14
* Require signed masterkey (REPO FORMAT CHANGE)root2013-02-14
* Use git config gcrypt.keyring for repository securityroot2013-02-14
* Disable keyring when using symmetric cryptoroot2013-02-14
* Cleanup manifest verification, require a non-empty manifestroot2013-02-14
* Fix bugs with gitception://<giturl> related to concurrency with gitroot2013-02-14
* Fix bug in do_fetch, skip empty lineroot2013-02-14
* Use `xgrep` function to always exit grep with successroot2013-02-14
* Fix locale handling so that gpg and git use the user localeroot2013-02-14
* Use git index-pack for much better fetch and cloneroot2013-02-14
* Fix bug with batch moderoot2013-02-14
* Use only one git push for each push through gitception://root2013-02-14
* Allow using any git repo using gcrypt::gitception://<giturl> (Experiment)root2013-02-14
* Use SHA-224 for pack file ID (REPO FORMAT CHANGE)root2013-02-14
* Update READMEroot2013-02-14
* No default cipher-algo(!) use gpg' user's settings!root2013-02-14
* Allow signing of the manifest file, and verifying signaturesroot2013-02-14
* Match just the manifest lines that start with sha-1 for the refsroot2013-02-14
* Use gcrypt: prefix for info messagesroot2013-02-14
* Disable compression before encryptionroot2013-02-14
* Add comment for configuration parameter splitroot2013-02-14
* Fix do_list to not break when branchlist is emptyroot2013-02-14
* Use an append function, and other cleanupsroot2013-02-14