summaryrefslogtreecommitdiff
path: root/scripts/pacman-key.sh.in
AgeCommit message (Expand)Author
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
2011-09-22pacman-key: ensure array iterations are quotedDan McGee
2011-09-02pacman-key: add --refresh-keys operationDan McGee
2011-09-02pacman-key: split keyserver to a separate optionDan McGee
2011-09-02pacman-key help and documentation cleanupDan McGee
2011-09-02pacman-key: document --lsign-keyDan McGee
2011-08-30pacman-key: add --lsign-key operationDan McGee
2011-08-30pacman-key master key generationDan McGee
2011-08-29pacman-key: fix broken logic around updating trust databaseDan McGee
2011-08-29pacman-key: have --init add more options to default gpg.confDan McGee
2011-08-29pacman-key: refine permission and locking checksDan McGee
2011-08-29pacman-key: rework and document holding keys in keyringAllan McRae
2011-08-29pacman-key: update trust database for relevant operationsAllan McRae
2011-08-29pacman-key: import everything then revoke on --populateAllan McRae
2011-08-29pacman-key: rework importing distro/repo provided keyringsAllan McRae
2011-08-08Update several translation stringsDan McGee
2011-08-02pacman-key: follow gpg options for listing keysAllan McRae
2011-07-27pacman-key: Add --import and --import-trustdbPang Yan Han
2011-07-27pacman-key: change GPG_PACMAN and GPG_NOKEYRING to arraysDJ Mills
2011-07-27pacman-key: fix syntax error in -r arg parsingAllan McRae
2011-07-21pacman-key: refactor post parse opt check into a caseDave Reisner
2011-07-21pacman-key: s/UPDATEBD/UPDATEDB/Dave Reisner
2011-07-21pacman-key: fix syntax error in -r arg parsingDave Reisner
2011-07-21pacman-key: return $ret, not errorsDave Reisner
2011-07-19pacman-key: --init: correct creation of gpg.confPang Yan Han