aboutsummaryrefslogtreecommitdiff
path: root/gkeys
Commit message (Expand)AuthorAgeFilesLines
* Move the 3 pkgs into their own *-pkg dirBrian Dolbec2014-12-2216-0/+200
* gkeys.base.py: Fix a unicode handling error in print_results()Brian Dolbec2014-12-201-1/+1
* gkeys/actions.py: Fix error due to sig_path not beining assignedBrian Dolbec2014-12-201-0/+2
* gkeys/actions.py: Fix verify() traceback due to args.filename being a listBrian Dolbec2014-12-202-3/+8
* gkeyldap: Migrate to use the new gkeys CliBase classBrian Dolbec2014-12-201-0/+10
* gkeys/cli.py: Split out a common CliBase class and base.pyBrian Dolbec2014-12-202-191/+255
* gkeys/cli.py: Add an end of block print() for data separationBrian Dolbec2014-12-201-0/+1
* gkeys: Add refreshkey action and support codeBrian Dolbec2014-12-202-0/+48
* gkeys/actions.py: Add missing file optionBrian Dolbec2014-12-201-1/+1
* gkeys: Simplify seed file configs and url handlingBrian Dolbec2014-12-202-10/+8
* gkeys/checks.py: Add GLEP spec checksBrian Dolbec2014-12-203-14/+494
* gkeys/actions.py: Fix handler.fetch_seeds call for args.category to args.seed...Brian Dolbec2014-12-191-1/+1
* seedhandler: fix missed filename rename to filepathBrian Dolbec2014-12-191-1/+1
* gkeys/lib.py: Fix the fingerprint or keyid not being passed to lisy_keys()Brian Dolbec2014-12-191-1/+1
* gkeys/lib.py: Add missed parameter docstringBrian Dolbec2014-12-191-0/+1
* gkeys/actions.py: Fix indent formatting on checkkeys()Brian Dolbec2014-12-191-3/+4
* support local/global configPavlos Ratis2014-12-031-2/+6
* gkeys/actions.py: Add -i, --keyid option to listkey and checkkeyBrian Dolbec2014-11-281-2/+2
* gkeys: Add -i, --keyid search option and capabilityBrian Dolbec2014-11-283-2/+19
* gkeys: Fix spacing issues in the print outputBrian Dolbec2014-11-262-10/+10
* gkeys/actions.py: Output the key being checkedBrian Dolbec2014-11-261-0/+2
* gkeys/check.py: Add sign check for PUB type keysBrian Dolbec2014-11-261-0/+3
* gkeys/check.py: Remove invalid long_keyid == keyid[2:] check for SUB key typesBrian Dolbec2014-11-261-17/+16
* gkeys/actions.py: Update checkkey() to use the SeedHandler.load_category()Brian Dolbec2014-11-261-2/+5
* gkeys/checks.py: Use passed in logger instanceBrian Dolbec2014-11-262-10/+10
* gkeys: New checks.py and KeyChecks classBrian Dolbec2014-11-262-39/+107
* gkeys/cli.py: Update option help messages to better reflect how they may be usedBrian Dolbec2014-11-261-3/+3
* gkeys/actions.py: Make 'rel' category the default in listkey()Brian Dolbec2014-11-261-0/+2
* gkeys: Update seed action optionsBrian Dolbec2014-11-262-14/+14
* gkeys: Update config fileBrian Dolbec2014-11-261-9/+10
* make clear that we are talking about subkeysPavlos Ratis2014-11-262-3/+3
* -s option has changed to -CPavlos Ratis2014-11-252-2/+2
* fix bug when no seeds are passed through fetchseed actionPavlos Ratis2014-11-251-1/+2
* gkeys/lib.py: Add --no-permision-warning gpg optionBrian Dolbec2014-11-251-0/+1
* gkeys/lib/py: Fix a missing space in a debug messageBrian Dolbec2014-11-251-1/+1
* gkeys/actions.py: Set the default category to 'rel' if not setBrian Dolbec2014-11-251-1/+1
* python3 fixesPavlos Ratis2014-11-242-6/+6
* distinct config and category; add -s to signature now that is not takenPavlos Ratis2014-11-241-3/+2
* fix wrong urls; minor cosmetic fixesPavlos Ratis2014-11-241-3/+3
* gkeys/actions.py: Tweak verify() outputBrian Dolbec2014-10-171-2/+6
* gkeys/actions.py: Add debug option to connector_output definitionBrian Dolbec2014-10-171-1/+3
* gkeys/actions.py: Fix loading of multiple keys in one keydir in installed()Brian Dolbec2014-10-171-1/+2
* gkeys/lib.py: Py3 compatibility changesBrian Dolbec2014-10-171-2/+2
* gkeys/actions.py: verify(), Make it use the configured keydir for verificationBrian Dolbec2014-10-171-8/+11
* gkeys: Refactor the fetchseed actionBrian Dolbec2014-10-173-74/+68
* gkeys: Add --timestamp optionBrian Dolbec2014-10-172-1/+6
* gkeys/cli.py: improve output_results() slightlyBrian Dolbec2014-10-161-2/+2
* gkeys/lib.py: add_key(), Clean up some debug print()'s, improve debug messagesBrian Dolbec2014-10-161-4/+2
* gkeys/seed.py: Add dictionary support to delete()Brian Dolbec2014-10-161-1/+5
* gkeys: Ignore gkey.seeds file not found errors when installing new keysBrian Dolbec2014-10-162-6/+7