aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gkeys: Move Action_Map and other non-operation data to action_map.pyBrian Dolbec2015-01-055-187/+440
* gkeyldap/actions.py: Add generated default uid to seed dataBrian Dolbec2015-01-051-0/+1
* gkeys: Add pub_keyid property to GKEYBrian Dolbec2015-01-058-25/+47
* gkeys/actions.py: Remove import-key from Available_actionsBrian Dolbec2015-01-051-1/+1
* py2man: Initial man templatesBrian Dolbec2015-01-052-0/+72
* Initial py2man pkg for auto-generating our man pagesBrian Dolbec2015-01-053-0/+266
* gkeys/__init__.py: Add Gkeys_Map for man page creationBrian Dolbec2015-01-051-0/+22
* gkeys/actions.py: Fix mis-sorted Key_ActionsBrian Dolbec2015-01-031-2/+2
* gkeys/actions.py: Move list-cats to General_ActionsBrian Dolbec2015-01-031-10/+10
* cli.py: Remove redundant codeBrian Dolbec2015-01-033-16/+16
* Migrate all pkgs to using a complete Action_Map dictionaryBrian Dolbec2015-01-036-82/+215
* 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-gen/etc/gkeys-gen.conf: Updates, add a second specBrian Dolbec2014-12-311-5/+15
* gkeygen/actions.py: Message updates to show spec file and url being usedBrian Dolbec2014-12-312-8/+16
* gekys-gen/setup.py: Update for recent changesBrian Dolbec2014-12-311-0/+4
* gkeys/actions.py: Update docstrings and action optionsBrian Dolbec2014-12-311-8/+14
* gkeygen/actions.py: Py 3 fixesBrian Dolbec2014-12-311-5/+6
* gkeys-gen: Add spec optionBrian Dolbec2014-12-312-5/+13
* gkeys-gen: Initial migration to use gkeys.base.CliBase classBrian Dolbec2014-12-315-126/+120
* 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-305-6/+4
* gkeyldap/cli.py: Remove unused importsBrian Dolbec2014-12-261-3/+0
* Map sub commands to class functionsBrian Dolbec2014-12-265-32/+67
* 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-263-6/+3
* gkeys/base.py: Improve help layout, unify no action help with py2.7Brian Dolbec2014-12-261-2/+5