aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gkeysgpg: Get the initail cli operations working with stubbed out Actionsgkeys-gpgBrian Dolbec2015-07-253-60/+114
* gkeysgpg: Initial commit of the gkeys-gpg commandBrian Dolbec2015-07-233-0/+223
* gentoo-keys: Modify the cli base for the new gkeys-gpg gpg wrapper commandBrian Dolbec2015-07-234-19/+31
* 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
* gkeys/checks.py: Fix the expiry warning summary not detecting anyBrian Dolbec2015-03-172-4/+7
* gkeyldap/actions.py: Comment out longkeyid checkBrian Dolbec2015-03-111-6/+6
* gkeys-gen: Improve output by stating the error that occurredBrian Dolbec2015-03-101-2/+5
* gkeys: Fix setting deafault location of homedirBrian Dolbec2015-03-102-3/+5
* gkeys/base.py: Fix expanduser error reported by K_FBrian Dolbec2015-03-071-2/+2
* gkeys/seed.py: Revert the use of codecs to open the seed fileBrian Dolbec2015-03-061-2/+2
* update-seeds: Add keychain supportBrian Dolbec2015-03-062-0/+4
* update-seeds.sh: Fix capability to push the log file to another urlBrian Dolbec2015-03-064-1/+13
* 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/action_map.py: Add uid to possible optionsBrian 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-302-55/+62
* gkeys: Wrap all strings which have %s with _unicode() to prevent decode errorsBrian Dolbec2015-01-302-108/+172
* gkeys-ldap: Add saving the logfilename to know which log file to pushBrian Dolbec2015-01-304-2/+9
* gkeys-ldap: Add version info in cli.py, update versionBrian Dolbec2015-01-302-1/+3
* gkeys-ldap: Update update-seeds.sh and config for new gkey-seeds repoBrian Dolbec2015-01-302-7/+36
* gkeys/actions.py: Trap UnicodeDecodeError for installkey()Brian Dolbec2015-01-301-4/+11
* gkeys/base.py: Remove no longer used codeBrian Dolbec2015-01-301-2/+0
* logger location refactor bug 536314Brian Dolbec2015-01-303-6/+14
* gentoo-keys: Correctly define the OrderedDict'sBrian Dolbec2015-01-303-58/+58
* gkeys/actions.py: Partially update removekey()Brian Dolbec2015-01-082-10/+29
* gkeys/seed.py: Rename search() to regex_search()Brian Dolbec2015-01-081-1/+1
* gkeys/seed.py: Update field_search() docstringBrian Dolbec2015-01-081-2/+4
* gkeys: Fix seed file loading, saving unicode issuesBrian Dolbec2015-01-083-25/+45