aboutsummaryrefslogtreecommitdiff
path: root/contrib/verify-commits
Commit message (Collapse)AuthorAgeFilesLines
* really s/doge/dis/g this timeTomo Ueda2021-09-021-1/+1
|
* Remove Bitcoin values from commit verifier (#1458)Ross Nicoll2019-03-253-6/+5
| | | Unused currently, but changed to Dogecoin specific stuff incase of future implementation.
* Fix regsig checking for subkey sigs in verify-commitsMatt Corallo2017-03-051-6/+2
| | | | Rebased-From: bbd757940bcb0628df6f7a5bd1fb348cf2290502
* Merge #9920: [0.14] Allow any subkey in verify-commits (BlueMatt)Wladimir J. van der Laan2017-03-052-3/+3
|\ | | | | | | | | | | 589cd63 Allow any subkey in verify-commits (Matt Corallo) Tree-SHA512: e3175273c648ed2d990ac931efae5e4bf3bd5ddce7b591f5e64a6831f3c029b252bc5d241dd8d3874467747c3ded87aa1fa334ff53d940cde32c22e584a2c4d0
| * Allow any subkey in verify-commitsMatt Corallo2017-03-052-3/+3
| |
* | Add Pieter's old signed commits to revsig-commitsMatt Corallo2017-02-281-0/+104
| | | | | | | | | | Github-Pull: #9884 Rebased-From: a4b02f4275c3f35492bbdde27e9295497b919a52
* | Require merge commits merge branches on top of other merge commitsMatt Corallo2017-02-011-1/+2
|/ | | | | | | | | | Specifically, require that the left branch (first restult of git show -s --format=format:%P) is a signed merge commit, instead of allowing either. This is fine for now, but might need to be relaxed in the future. Also fixes an out-of-file-descriptors issue by holding too many open FDs writing to /dev/null
* [copyright] add MIT license headers to .sh scripts where missingisle29832016-09-113-0/+12
| | | | Years are set according to 'git log' history
* Remove sipa's old revoked key from verify-commitsPeter Todd2016-06-182-3/+0
| | | | | | Now that the trusted root is past all commits signed by that key we don't need it in the trusted-keys list, nor do we need to whitelist those commits in allow-revsig-commits
* Add README for verify-commitsPeter Todd2016-06-091-0/+26
|
* Remove keys that are no longer used for mergingPeter Todd2016-05-212-4/+1
| | | | Also updated trusted git root to be right after gmaxwell's last merge.
* Remove pointless warningPeter Todd2016-05-211-3/+0
| | | | | | | | Any attacker who managed to make an evil commit that changed something in the contrib/verify-commits/ directory could just as easily remove the warning and/or modify it to not display the evil commits; telling the user to check those commits specifically misleads them into checking just those commits rather than the script itself.
* Make verify-commits path-independentMatt Corallo2016-05-211-0/+1
|
* Make verify-commits POSIX-compliantMatt Corallo2016-05-212-14/+11
|
* [contrib] verify-commits: Add MarcoFalke fingerprintMarcoFalke2016-04-211-0/+1
|
* add jonasschnellis key to git-verify-commits trusted-keysJonas Schnelli2015-11-131-0/+1
|
* Use Pieter's signing subkey instead of his primary keyMatt Corallo2015-11-061-1/+1
| | | | This commit is signed.
* Add Pieter's new PGP key to verify-commits/trusted-keysMatt Corallo2015-10-271-0/+1
|
* Whitelist commits signed with Pieter's now-revoked keyMatt Corallo2015-10-233-2/+34
|
* Fix pre-push-hook regexesMatt Corallo2015-10-221-1/+1
|
* Update trusted-git-root to the most recent unsigned commitMatt Corallo2015-09-141-1/+1
|
* Add script to verify all merge commits are signedMatt Corallo2014-12-205-0/+88