Age | Commit message (Expand) | Author | Files | Lines |
2013-03-08 | scripts: Add color to pacman-key | William Giokas | 1 | -1/+4 |
2013-01-04 | pacman-key: reduce verbosity of --populate | Pierre Schmitz | 1 | -1/+1 |
2013-01-04 | pacman-key: handle local signing of multiple keys | Allan McRae | 1 | -8/+14 |
2013-01-03 | Update copyright year for 2013 | Allan McRae | 1 | -2/+2 |
2012-08-02 | pacman-key: Use lsign_keys function in --populate | Pierre Schmitz | 1 | -1/+2 |
2012-05-21 | Merge branch 'maint' | Dan McGee | 1 | -8/+8 |
2012-05-21 | pacman-key: use mapfile over read | Dave Reisner | 1 | -1/+1 |
2012-05-21 | pacman-key: test for content in keyring files | Dave Reisner | 1 | -3/+3 |
2012-05-04 | pacman-key: clarify messages, s/keychain/keyring/ | Dan McGee | 1 | -5/+5 |
2012-04-24 | pacman-key: lookup keys before receiving | Dave Reisner | 1 | -1/+40 |
2012-04-24 | pacman-key: allow verification of multiple sig files | Dave Reisner | 1 | -5/+10 |
2012-04-24 | scripts: avoid dumping usage on parser fail | Dave Reisner | 1 | -1/+1 |
2012-04-24 | pacman-key: adopt parseopts for option parsing | Dave Reisner | 1 | -85/+94 |
2012-04-09 | Merge branch 'maint' | Dan McGee | 1 | -5/+1 |
2012-04-09 | pacman-key: avoid use of tempfile in verify_sig | Dave Reisner | 1 | -5/+1 |
2012-04-09 | pacman-key: verify TRUST_ULTIMATE keys as good | Dave Reisner | 1 | -1/+1 |
2012-04-07 | Merge branch 'maint' | Dan McGee | 1 | -6/+10 |
2012-04-07 | Revert "parseopts: normalize options into an array" | Dave Reisner | 1 | -3/+3 |
2012-04-07 | pacman-key: Actually verify signatures and exit with correct codes | Pierre Schmitz | 1 | -1/+5 |
2012-03-29 | pacman-key: change to more reliable default keyserver | Allan McRae | 1 | -1/+1 |
2012-03-29 | pacman-key: make the -e option work as advertised | Allan McRae | 1 | -1/+1 |
2012-03-09 | Merge branch 'maint' | Dan McGee | 1 | -39/+0 |
2012-03-05 | pacman-key: Remove useless signature verification in --populate command | Pierre Schmitz | 1 | -39/+0 |
2012-02-21 | Merge branch 'maint' | Dan McGee | 1 | -3/+3 |
2012-02-17 | parseopts: normalize options into an array | Dave Reisner | 1 | -3/+3 |
2012-01-31 | Merge branch 'maint' | Dan McGee | 1 | -25/+25 |
2012-01-31 | pacman-key: call gpg fewer times for revocation keys | Dave Reisner | 1 | -6/+5 |
2012-01-31 | pacman-key: simplify trusted keyring iteration | Dave Reisner | 1 | -8/+6 |
2012-01-31 | scripts: always use printf with embedded gettext | Dave Reisner | 1 | -25/+25 |
2012-01-23 | Merge branch 'maint' | Dan McGee | 1 | -30/+144 |
2012-01-19 | Update copyright on changed files since beginning of year | Dan McGee | 1 | -2/+2 |
2012-01-19 | Improve exit statuses and error messages in pacman-key | canyonknight | 1 | -23/+95 |
2012-01-19 | Turn gpg commands into functions in pacman-key | canyonknight | 1 | -16/+58 |
2011-12-23 | Merge branch 'maint' | Dan McGee | 1 | -3/+3 |
2011-12-23 | pacman-key: Add missing quotes | Timothy Redaelli | 1 | -3/+3 |
2011-12-07 | scripts/*: Declare several constant variables read-only | Lukas Fleischer | 1 | -1/+1 |
2011-10-17 | pacman-key: add a default keyserver timeout value on --init | Dan McGee | 1 | -0/+1 |
2011-10-11 | pacman-key: don't escape single quote in usage message | Dan McGee | 1 | -1/+1 |
2011-10-06 | pacman-key: treat foo-trusted as an ownertrust export file | Dan McGee | 1 | -6/+18 |
2011-10-06 | pacman-key: refine and clarify import/import-trustdb behavior | Dan McGee | 1 | -10/+3 |
2011-09-30 | pacman-key: remove errexit flag from shebang | Dave Reisner | 1 | -1/+1 |
2011-09-30 | pacman-key: return 0 from get_from if default value used | Allan McRae | 1 | -1/+4 |
2011-09-27 | pacman-key: use consistent punctuation in error messages | Dan McGee | 1 | -5/+5 |
2011-09-26 | pacman-key: allow get_from to return a default value | Dave Reisner | 1 | -2/+4 |
2011-09-26 | pacman-key: simplify writing to config file | Dave Reisner | 1 | -5/+3 |
2011-09-22 | pacman-key: add an additional plain text 'foo-trusted' file | Dan McGee | 1 | -1/+28 |
2011-09-22 | pacman-key: factor out validate_with_gpg() method | Dan McGee | 1 | -16/+14 |
2011-09-22 | pacman-key: remove holdkeys functionality | Dan McGee | 1 | -12/+0 |
2011-09-22 | pacman-key: implement promptless lsigning | Dan McGee | 1 | -2/+3 |
2011-09-22 | pacman-key: disable, don't remove, revoked keys | Dan McGee | 1 | -21/+13 |