summaryrefslogtreecommitdiff
path: root/scripts/pacman-key.sh.in
AgeCommit message (Expand)Author
2012-08-02pacman-key: Use lsign_keys function in --populatePierre Schmitz
2012-05-20Merge branch 'maint'Dan McGee
2012-05-20pacman-key: use mapfile over readDave Reisner
2012-05-20pacman-key: test for content in keyring filesDave Reisner
2012-05-04pacman-key: clarify messages, s/keychain/keyring/Dan McGee
2012-04-24pacman-key: lookup keys before receivingDave Reisner
2012-04-24pacman-key: allow verification of multiple sig filesDave Reisner
2012-04-24scripts: avoid dumping usage on parser failDave Reisner
2012-04-24pacman-key: adopt parseopts for option parsingDave Reisner
2012-04-08Merge branch 'maint'Dan McGee
2012-04-08pacman-key: avoid use of tempfile in verify_sigDave Reisner
2012-04-08pacman-key: verify TRUST_ULTIMATE keys as goodDave Reisner
2012-04-07Merge branch 'maint'Dan McGee
2012-04-07Revert "parseopts: normalize options into an array"Dave Reisner
2012-04-07pacman-key: Actually verify signatures and exit with correct codesPierre Schmitz
2012-03-29pacman-key: change to more reliable default keyserverAllan McRae
2012-03-29pacman-key: make the -e option work as advertisedAllan McRae
2012-03-08Merge branch 'maint'Dan McGee
2012-03-05pacman-key: Remove useless signature verification in --populate commandPierre Schmitz
2012-02-20Merge branch 'maint'Dan McGee
2012-02-16parseopts: normalize options into an arrayDave Reisner
2012-01-30Merge branch 'maint'Dan McGee
2012-01-30pacman-key: call gpg fewer times for revocation keysDave Reisner
2012-01-30pacman-key: simplify trusted keyring iterationDave Reisner
2012-01-30scripts: always use printf with embedded gettextDave Reisner
2012-01-23Merge branch 'maint'Dan McGee
2012-01-18Update copyright on changed files since beginning of yearDan McGee
2012-01-18Improve exit statuses and error messages in pacman-keycanyonknight
2012-01-18Turn gpg commands into functions in pacman-keycanyonknight
2011-12-23Merge branch 'maint'Dan McGee
2011-12-23pacman-key: Add missing quotesTimothy Redaelli
2011-12-07scripts/*: Declare several constant variables read-onlyLukas Fleischer
2011-10-17pacman-key: add a default keyserver timeout value on --initDan McGee
2011-10-11pacman-key: don't escape single quote in usage messageDan McGee
2011-10-05pacman-key: treat foo-trusted as an ownertrust export fileDan McGee
2011-10-05pacman-key: refine and clarify import/import-trustdb behaviorDan McGee
2011-09-30pacman-key: remove errexit flag from shebangDave Reisner
2011-09-30pacman-key: return 0 from get_from if default value usedAllan McRae
2011-09-27pacman-key: use consistent punctuation in error messagesDan McGee
2011-09-26pacman-key: allow get_from to return a default valueDave Reisner
2011-09-26pacman-key: simplify writing to config fileDave Reisner
2011-09-22pacman-key: add an additional plain text 'foo-trusted' fileDan McGee
2011-09-22pacman-key: factor out validate_with_gpg() methodDan McGee
2011-09-22pacman-key: remove holdkeys functionalityDan McGee
2011-09-22pacman-key: implement promptless lsigningDan McGee
2011-09-22pacman-key: disable, don't remove, revoked keysDan McGee
2011-09-22pacman-key: simplify import in populateDan McGee
2011-09-22pacman-key: don't hide --verify details in populateDan McGee
2011-09-22pacman-key: print message in populate if signature is missingDan McGee
2011-09-22pacman-key: clean up populate outputDan McGee