Age | Commit message (Expand) | Author | Files | Lines |
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 | pacman-key: Add missing quotes | Timothy Redaelli | 1 | -3/+3 |
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 |
2011-09-22 | pacman-key: simplify import in populate | Dan McGee | 1 | -5/+1 |
2011-09-22 | pacman-key: don't hide --verify details in populate | Dan McGee | 1 | -2/+4 |
2011-09-22 | pacman-key: print message in populate if signature is missing | Dan McGee | 1 | -6/+14 |
2011-09-22 | pacman-key: clean up populate output | Dan McGee | 1 | -3/+3 |
2011-09-22 | pacman-key: ensure array iterations are quoted | Dan McGee | 1 | -6/+6 |
2011-09-03 | pacman-key: add --refresh-keys operation | Dan McGee | 1 | -3/+8 |
2011-09-03 | pacman-key: split keyserver to a separate option | Dan McGee | 1 | -15/+16 |
2011-09-03 | pacman-key help and documentation cleanup | Dan McGee | 1 | -6/+6 |
2011-09-03 | pacman-key: document --lsign-key | Dan McGee | 1 | -0/+1 |
2011-08-30 | pacman-key: add --lsign-key operation | Dan McGee | 1 | -3/+14 |
2011-08-30 | pacman-key master key generation | Dan McGee | 1 | -0/+25 |
2011-08-30 | pacman-key: fix broken logic around updating trust database | Dan McGee | 1 | -4/+10 |
2011-08-29 | pacman-key: have --init add more options to default gpg.conf | Dan McGee | 1 | -5/+22 |
2011-08-29 | pacman-key: refine permission and locking checks | Dan McGee | 1 | -3/+3 |
2011-08-29 | pacman-key: rework and document holding keys in keyring | Allan McRae | 1 | -7/+5 |
2011-08-29 | pacman-key: update trust database for relevant operations | Allan McRae | 1 | -12/+9 |
2011-08-29 | pacman-key: import everything then revoke on --populate | Allan McRae | 1 | -13/+10 |
2011-08-29 | pacman-key: rework importing distro/repo provided keyrings | Allan McRae | 1 | -74/+76 |
2011-08-09 | Update several translation strings | Dan McGee | 1 | -5/+5 |
2011-08-02 | pacman-key: follow gpg options for listing keys | Allan McRae | 1 | -8/+13 |
2011-07-27 | pacman-key: Add --import and --import-trustdb | Pang Yan Han | 1 | -3/+40 |
2011-07-27 | pacman-key: change GPG_PACMAN and GPG_NOKEYRING to arrays | DJ Mills | 1 | -24/+24 |
2011-07-27 | pacman-key: fix syntax error in -r arg parsing | Allan McRae | 1 | -1/+1 |
2011-07-21 | pacman-key: refactor post parse opt check into a case | Dave Reisner | 1 | -12/+11 |
2011-07-21 | pacman-key: s/UPDATEBD/UPDATEDB/ | Dave Reisner | 1 | -1/+1 |
2011-07-21 | pacman-key: fix syntax error in -r arg parsing | Dave Reisner | 1 | -1/+1 |
2011-07-21 | pacman-key: return $ret, not errors | Dave Reisner | 1 | -1/+1 |
2011-07-19 | pacman-key: --init: correct creation of gpg.conf | Pang Yan Han | 1 | -1/+1 |
2011-07-19 | pacman-key: correct spelling mistake | Pang Yan Han | 1 | -1/+1 |
2011-07-19 | pacman-key: check required permissions on keyring | Allan McRae | 1 | -0/+20 |
2011-07-19 | pacman-key: add --init option | Allan McRae | 1 | -8/+26 |
2011-07-19 | pacman-key: tidy up logic for finding pacman keyring directory | Dave Reisner | 1 | -5/+3 |