summaryrefslogtreecommitdiffstats
path: root/scripts/pacman-key.sh.in
AgeCommit message (Expand)AuthorFilesLines
2012-04-07Merge branch 'maint'Dan McGee1-6/+10
2012-04-07Revert "parseopts: normalize options into an array"Dave Reisner1-3/+3
2012-04-07pacman-key: Actually verify signatures and exit with correct codesPierre Schmitz1-1/+5
2012-03-29pacman-key: change to more reliable default keyserverAllan McRae1-1/+1
2012-03-29pacman-key: make the -e option work as advertisedAllan McRae1-1/+1
2012-03-09Merge branch 'maint'Dan McGee1-39/+0
2012-03-05pacman-key: Remove useless signature verification in --populate commandPierre Schmitz1-39/+0
2012-02-21Merge branch 'maint'Dan McGee1-3/+3
2012-02-17parseopts: normalize options into an arrayDave Reisner1-3/+3
2012-01-31Merge branch 'maint'Dan McGee1-25/+25
2012-01-31pacman-key: call gpg fewer times for revocation keysDave Reisner1-6/+5
2012-01-31pacman-key: simplify trusted keyring iterationDave Reisner1-8/+6
2012-01-31scripts: always use printf with embedded gettextDave Reisner1-25/+25
2012-01-23Merge branch 'maint'Dan McGee1-30/+144
2012-01-19Update copyright on changed files since beginning of yearDan McGee1-2/+2
2012-01-19Improve exit statuses and error messages in pacman-keycanyonknight1-23/+95
2012-01-19Turn gpg commands into functions in pacman-keycanyonknight1-16/+58
2011-12-23Merge branch 'maint'Dan McGee1-3/+3
2011-12-23pacman-key: Add missing quotesTimothy Redaelli1-3/+3
2011-12-07scripts/*: Declare several constant variables read-onlyLukas Fleischer1-1/+1
2011-10-17pacman-key: add a default keyserver timeout value on --initDan McGee1-0/+1
2011-10-11pacman-key: don't escape single quote in usage messageDan McGee1-1/+1
2011-10-06pacman-key: treat foo-trusted as an ownertrust export fileDan McGee1-6/+18
2011-10-06pacman-key: refine and clarify import/import-trustdb behaviorDan McGee1-10/+3
2011-09-30pacman-key: remove errexit flag from shebangDave Reisner1-1/+1
2011-09-30pacman-key: return 0 from get_from if default value usedAllan McRae1-1/+4
2011-09-27pacman-key: use consistent punctuation in error messagesDan McGee1-5/+5
2011-09-26pacman-key: allow get_from to return a default valueDave Reisner1-2/+4
2011-09-26pacman-key: simplify writing to config fileDave Reisner1-5/+3
2011-09-22pacman-key: add an additional plain text 'foo-trusted' fileDan McGee1-1/+28
2011-09-22pacman-key: factor out validate_with_gpg() methodDan McGee1-16/+14
2011-09-22pacman-key: remove holdkeys functionalityDan McGee1-12/+0
2011-09-22pacman-key: implement promptless lsigningDan McGee1-2/+3
2011-09-22pacman-key: disable, don't remove, revoked keysDan McGee1-21/+13
2011-09-22pacman-key: simplify import in populateDan McGee1-5/+1
2011-09-22pacman-key: don't hide --verify details in populateDan McGee1-2/+4
2011-09-22pacman-key: print message in populate if signature is missingDan McGee1-6/+14
2011-09-22pacman-key: clean up populate outputDan McGee1-3/+3
2011-09-22pacman-key: ensure array iterations are quotedDan McGee1-6/+6
2011-09-03pacman-key: add --refresh-keys operationDan McGee1-3/+8
2011-09-03pacman-key: split keyserver to a separate optionDan McGee1-15/+16
2011-09-03pacman-key help and documentation cleanupDan McGee1-6/+6
2011-09-03pacman-key: document --lsign-keyDan McGee1-0/+1
2011-08-30pacman-key: add --lsign-key operationDan McGee1-3/+14
2011-08-30pacman-key master key generationDan McGee1-0/+25
2011-08-30pacman-key: fix broken logic around updating trust databaseDan McGee1-4/+10
2011-08-29pacman-key: have --init add more options to default gpg.confDan McGee1-5/+22
2011-08-29pacman-key: refine permission and locking checksDan McGee1-3/+3
2011-08-29pacman-key: rework and document holding keys in keyringAllan McRae1-7/+5
2011-08-29pacman-key: update trust database for relevant operationsAllan McRae1-12/+9