aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* actions.py: Update ssl-fetch Connector call, add climitBrian Dolbec2016-01-201-1/+4
* gkeys-gpg: Make singing and other than verify actions work Brian Dolbec2015-12-253-41/+32
* gkeys/actionbase.py: Add an exception to the raise statementsBrian Dolbec2015-12-121-2/+2
* gkeys/log.py: Remove a couple commented out debug printsBrian Dolbec2015-12-121-2/+0
* gkeysgpg/actions.py: Recode the sign() to replace this process with the gpg callBrian Dolbec2015-12-121-7/+24
* gkeys: Set default verify-keyring, add verify-nick defaultBrian Dolbec2015-08-252-2/+4
* actionbase.py: Fix sanity check in _set_categoryBrian Dolbec2015-08-251-1/+3
* gkeys: Add settable trust-model for the keyringsBrian Dolbec2015-08-092-1/+23
* gkeys/seedhandler.py: Add an isdir check to load_categoryBrian Dolbec2015-08-091-0/+2
* gkeysgpg/cli: Fix a list copyBrian Dolbec2015-08-081-1/+1
* Fix setup.py for gkeys-gpg tool.Robin H. Johnson2015-08-081-2/+2
* Merge pull request #38 from gentoo/gkeys-gpgBrian Dolbec2015-08-0816-179/+708
|\
| * gkeysgpg: Initial commit of the gkeys-gpg commandBrian Dolbec2015-08-084-0/+376
| * gkeys/lib.py: Creation of the code for the verify_text()Brian Dolbec2015-08-081-2/+11
| * gkeys: [2 of 2] Move common key handling to it's own classBrian Dolbec2015-08-082-118/+148
| * gkeys: [1 of 2] Creation of a new ActionBase classBrian Dolbec2015-08-082-7/+93
| * gentoo-keys: Modify the cli base for the new gkeys-gpg gpg wrapper commandBrian Dolbec2015-08-084-19/+31
| * gkeys: Update copyrights, Add Pavlos to several filesBrian Dolbec2015-08-087-11/+17
| * gkeys/base.py: Fix typo in action initializationBrian Dolbec2015-08-081-1/+1
| * gkeys/seedhandler.py: Add an addtional debug log messageBrian Dolbec2015-08-081-2/+3
| * gkeys/lib.py: Whitespace cleanup, remove an unused variable assignmentBrian Dolbec2015-08-021-1/+2
| * gkeys/lib.py: Split out _log_result()Brian Dolbec2015-08-021-12/+13
| * gkeys: Fix the user config location and operationBrian Dolbec2015-08-022-5/+10
| * gkeys/base.py: Add missing action and timestamp attributesBrian Dolbec2015-08-021-1/+3
| * gkeys/actions.py: Fix a traceback when a filename does not have an extensionBrian Dolbec2015-08-021-1/+1
|/
* gkeys/gkeysinterface.py: Initial commit of an api consumer interfaceBrian Dolbec2015-07-251-0/+120
* gkeys/base.py: Add an alternate args class for compatibility use for Action a...Brian Dolbec2015-07-251-0/+27
* gkeys: Re-enable remove-key actionBrian Dolbec2015-07-251-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/seedhandler.py: Fix build_gkeydict()Brian Dolbec2015-05-301-2/+5
* gkeys/seed.py: Replace codecs usage with unicode()Brian Dolbec2015-05-301-1/+3
* gkeys-ldap: Remove keyid/longkeyid from ldap search infoBrian Dolbec2015-05-302-42/+5
* gkeys/gkey.py: Fix typo in @licenseBrian Dolbec2015-05-301-1/+1
* gkeys: Use snakeoil's demandload where appropriateBrian Dolbec2015-05-304-13/+31
* 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/seedhandler.py: Make key_search accept args as a dictionary or argspars...Brian Dolbec2015-05-301-3/+13
* gkeys/config.py: Correctly set default keyring dir name to keyringsBrian Dolbec2015-05-301-1/+1
* gkeys/config.py: Remove no longer used MAPSEEDS constantBrian Dolbec2015-05-301-3/+0
* gkeys: Remove gpgsearch option from list-key actionBrian Dolbec2015-05-302-39/+11
* 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-302-5/+9
* gkeys/lib.py: Fix logger message to show the correct functionBrian Dolbec2015-05-301-1/+1
* gkeys/seedhandler.py: Add space removal for fingerprints in build_gkeydict()Brian Dolbec2015-05-301-0/+2
* gkeys: remove-key refactoringBrian Dolbec2015-04-202-20/+42
* gkeyldap/actions.py: Ignore 'undefined' for the keyid,longkeyid fields.Brian Dolbec2015-03-231-1/+1
* gkeys/checks.py: Downgrade the logging to warn from errorBrian Dolbec2015-03-181-3/+3