aboutsummaryrefslogtreecommitdiff
path: root/gkeys
Commit message (Expand)AuthorAgeFilesLines
...
* cli.py: Remove redundant codeBrian Dolbec2015-01-031-5/+3
* Migrate all pkgs to using a complete Action_Map dictionaryBrian Dolbec2015-01-033-61/+180
* gkeys/actions.py: Eliminate possible handler not defined errorBrian Dolbec2015-01-031-1/+1
* gkeys/base.py: Correct the option help messagesBrian Dolbec2015-01-031-5/+6
* gkeys/actions.py: sort the actions and the options for a better displayBrian Dolbec2015-01-031-9/+9
* initial man pagePavlos Ratis2015-01-021-0/+97
* gkeys/actions.py: Remove redundant (broken) verify_info codeBrian Dolbec2015-01-011-4/+0
* etc/gkeys.conf: Set a normal default log directoryBrian Dolbec2015-01-011-1/+2
* gkeys: update gkeys.confBrian Dolbec2015-01-011-16/+32
* gkeys/actions.py: Update docstrings and action optionsBrian Dolbec2014-12-311-8/+14
* gkeys-gen: Add spec optionBrian Dolbec2014-12-311-0/+5
* gkeys-gen: Initial migration to use gkeys.base.CliBase classBrian Dolbec2014-12-311-1/+1
* gkeys/config.py: Move default config file setting to a functionBrian Dolbec2014-12-311-6/+9
* gkeys/config.py: Make it possible to read more than one config fileBrian Dolbec2014-12-313-20/+36
* gkeys: Remove the need to import gkeys seed.py and lib.pyBrian Dolbec2014-12-315-76/+75
* gkeys/base.py: Sort the _option_* functionsBrian Dolbec2014-12-301-48/+53
* gkeys/actions.py: Rename key-search action to search-key for consistencyBrian Dolbec2014-12-301-3/+3
* gkeys: Add UpdateDbError exception usageBrian Dolbec2014-12-304-8/+18
* gkeys/exception.py: Initial creation of GkeyException classesBrian Dolbec2014-12-301-0/+78
* gkeys/actions.py: Alignment tweak for key-search messageBrian Dolbec2014-12-302-2/+2
* gkeys/actions.py: Add uid search supportBrian Dolbec2014-12-301-3/+3
* gkeys/gkey.py: Separate uid string printing for list type outputBrian Dolbec2014-12-301-2/+6
* gkeys/actions.py: Fix broken key-search printingBrian Dolbec2014-12-301-2/+1
* gkeys/actions.py: Improve verification messages and infoBrian Dolbec2014-12-301-4/+8
* gkeys/actions.py: Add auto-search capability to verifyBrian Dolbec2014-12-301-27/+59
* gkeys/lib.py: Add the new GKEY.update() to add_key and refresh_keyBrian Dolbec2014-12-301-7/+17
* gkeys: Add keys and uid options to actions and seed handlingBrian Dolbec2014-12-304-16/+38
* gkeys/gkey.py: Add keys and uid fields, update() to GKEYBrian Dolbec2014-12-301-3/+29
* gkeys: Move all GKEYS definitions to it's own fileBrian Dolbec2014-12-306-44/+60
* gkeys: Add key-search actionBrian Dolbec2014-12-304-3/+116
* remove unused importsPavlos Ratis2014-12-303-4/+4
* Map sub commands to class functionsBrian Dolbec2014-12-263-31/+59
* gkeys/base.py: Add a justdoit option, fix boolean optionsBrian Dolbec2014-12-261-3/+10
* gkeys: Separate and sort the avaialbe actions into groupsBrian Dolbec2014-12-262-4/+34
* gkeys/base.py: Shorten and enhance epilog messageBrian Dolbec2014-12-262-4/+2
* gkeys/base.py: Improve help layout, unify no action help with py2.7Brian Dolbec2014-12-261-2/+5
* gkeys/base.py: Tweak -k, --keyring help messageBrian Dolbec2014-12-251-2/+2
* gkeys/actions.py: Verification output formatting tweaksBrian Dolbec2014-12-251-3/+3
* gkeys/actions.py: py2/py3 fixes for input/raw_inputBrian Dolbec2014-12-251-2/+9
* gkeys: Update fetchseed, verify actions to work with the new category systemBrian Dolbec2014-12-255-21/+66
* gkeys/base.py: Fix >=py3.3 argparse regression handling subparsersBrian Dolbec2014-12-251-1/+6
* gkeys.actions.py: Remove global ssl-fetch import in favor of the embedded importBrian Dolbec2014-12-251-1/+0
* gkeys/base.py: Py3 compatibility fixBrian Dolbec2014-12-251-1/+6
* gkeys/SaneConfigParser: Fix py3 importsBrian Dolbec2014-12-251-6/+3
* gkeys/base.py: Pass the cli_config['prog'] to the logger initializationBrian Dolbec2014-12-251-1/+1
* gkeys: Update configs with name/permissions changesBrian Dolbec2014-12-252-6/+6
* gkeys: Copy sample conf to gkeys.confBrian Dolbec2014-12-243-3/+87
* gkeys/setup.py: Fix previous commit path correctlyBrian Dolbec2014-12-241-2/+2
* gkeys/setup.py: Fix gkeys.conf path, comment out gkeys.confBrian Dolbec2014-12-241-2/+2
* gkeys: Use -C, --category exclusivley for consistencyBrian Dolbec2014-12-232-12/+10