aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gkeys actions.py: Exit smoothly if fetch failed to get a new fileBrian Dolbec2018-07-061-0/+3
* gkeys actions.py: Assign sig_path from fetcherBrian Dolbec2018-07-061-0/+1
* gkeys lib.py: Additional debug loggingBrian Dolbec2018-07-061-2/+0
* gkeys actions.py: Additional debug loggingBrian Dolbec2018-07-061-1/+7
* gkeys actions.py: Add verify() recursion detection and exitBrian Dolbec2018-07-061-1/+9
* gkeys: Implement use of the new Fetch classBrian Dolbec2018-07-061-44/+7
* gkeys/actions/py: Move the py_input & _unicode import to __init__.pyBrian Dolbec2018-07-061-8/+1
* gkeys actions: Added automatic seeds,keys update capabilityaeroniero332018-07-061-10/+10
* gkeys actions: Add keys updated reportingaeroniero332018-07-061-1/+16
* gkeys/actions: Update the update-seed functionaeroniero332018-07-061-25/+7
* Created the send-key functionaeroniero332018-07-061-4/+4
* remove debug printPavlos Ratis2018-07-061-1/+0
* Added automatic update check + fixesaeroniero332018-07-061-7/+10
* Updated update-seed to display the updated keys when it's usedaeroniero332018-07-061-1/+17
* Updated the update-seed function and did a few improvementsaeroniero332018-07-061-9/+30
* Created the update-seed functionaeroniero332018-07-061-1/+13
* Fixed a bug in the verify functionaeroniero332018-07-061-1/+2
* Created the send-key functionaeroniero332018-07-061-0/+27
* Implemented the email reminders in spec-checkaeroniero332018-07-061-4/+34
* gkeys actions: Migrate self.category setting to _set_category()Brian Dolbec2016-12-231-8/+10
* gkeys actions: Fix missing category errors for sign actionBrian Dolbec2016-12-231-0/+2
* Actions._verify: support --signature path argumentZac Medico2016-10-271-0/+2
* Actions.checkkey: fix success returncodeZac Medico2016-10-231-1/+2
* Fixed move-seed functionaeroniero332016-06-011-2/+2
* Count Incorrect Qualified IDs and present them in the speccheck summary.aeroniero332016-06-011-1/+11
* actions.py: Update for ssl-fetch API changesBrian Dolbec2016-01-231-0/+6
* actions.py: Update ssl-fetch Connector call, add climitBrian Dolbec2016-01-201-1/+4
* gkeys: Set default verify-keyring, add verify-nick defaultBrian Dolbec2015-08-251-1/+2
* gkeys: [2 of 2] Move common key handling to it's own classBrian Dolbec2015-08-081-118/+38
* gkeys: [1 of 2] Creation of a new ActionBase classBrian Dolbec2015-08-081-7/+3
* gkeys: Update copyrights, Add Pavlos to several filesBrian Dolbec2015-08-081-1/+2
* gkeys/actions.py: Fix a traceback when a filename does not have an extensionBrian Dolbec2015-08-021-1/+1
* gkeys/actions.py: Add filename extension check exclusion Brian Dolbec2015-06-221-1/+2
* gkeys/actions.py: verify url was not smart about being passed a sig url and w...Brian Dolbec2015-05-311-3/+5
* gkeys/actions.py: Fix an UnboundLocalErrorBrian Dolbec2015-05-301-0/+1
* gkeys/actions.py: Seed handling fixesBrian Dolbec2015-05-301-4/+8
* gkeys: Use snakeoil's demandload where appropriateBrian Dolbec2015-05-301-3/+7
* gkeys/actions.py: Refactor installkey to refresh keys that are already instal...Brian Dolbec2015-05-301-32/+46
* gkeys/actions.py: Remove unused keyring_dir assignmentBrian Dolbec2015-05-301-1/+0
* gkeys: Remove gpgsearch option from list-key actionBrian Dolbec2015-05-301-38/+10
* gkeys/actionspy: Fix grammar in the confirmation input messageBrian Dolbec2015-05-301-1/+1
* gkeys: Fix list-key action to list all keys found in the keydir unless -f is ...Brian Dolbec2015-05-301-1/+4
* gkeys: remove-key refactoringBrian Dolbec2015-04-201-14/+13
* gkeys/checks.py: Fix the expiry warning summary not detecting anyBrian Dolbec2015-03-171-1/+1
* gkeys/actions.py: _verify() Properly report a failed searchBrian Dolbec2015-02-111-3/+5
* gkeys/actions.py: Remove result from del list, it's not always definedBrian Dolbec2015-02-111-1/+1
* gkeys/actions.py: separate the message info substitutionBrian Dolbec2015-01-301-3/+4
* gkeys: Fix verify -F logic for inline sigsBrian Dolbec2015-01-301-54/+61
* gkeys: Wrap all strings which have %s with _unicode() to prevent decode errorsBrian Dolbec2015-01-301-107/+171
* gkeys/actions.py: Trap UnicodeDecodeError for installkey()Brian Dolbec2015-01-301-4/+11