aboutsummaryrefslogtreecommitdiff
path: root/gkeys
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-232-19/+29
* 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/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
* 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
* 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.sh: Fix capability to push the log file to another urlBrian Dolbec2015-03-061-0/+9
* 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-301-1/+2
* 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-301-46/+46
* 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
* Revert "gkeys/base.py: Wrap all output with _unicode_decode()"Brian Dolbec2015-01-081-5/+4
* Revert "gkeys: Finally fix all the unicode printing errors"Pavlos Ratis2015-01-082-16/+14
* Rename gkey-gen to gkeys-gen for consistency0.1_rc1Pavlos Ratis2015-01-081-1/+1
* add checks to fetch-seed in case of missing categoryPavlos Ratis2015-01-082-3/+4
* gkeys/doc/gkeys.1: Remove man page in favor of the generated oneBrian Dolbec2015-01-071-97/+0
* gkeys: Finally fix all the unicode printing errorsBrian Dolbec2015-01-072-14/+16
* gkeys, gkeys-gen: Add --version optionBrian Dolbec2015-01-073-1/+6