aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* py2man: tiny updatesPavlos Ratis2015-01-053-11/+11
* gkeys, gkeyldap: Update updatefiles() config handlingBrian Dolbec2015-01-052-25/+32
* gkeys/seed.py: Fix logic errors in _seeds2jsonBrian Dolbec2015-01-051-4/+1
* Remove GKEYS_CONF from command lineBrian Dolbec2015-01-052-5/+5
* gkeyldap: fix missed Seeds init logger param.Brian Dolbec2015-01-051-1/+1
* gkeyldap: missed os importBrian Dolbec2015-01-051-1/+1
* bin/update-seeds.sh: Update for hyphenated sub-commandBrian Dolbec2015-01-051-1/+1
* py2man: Make authors configurableBrian Dolbec2015-01-053-10/+15
* gkeys/actions.py: moveseed() Fix SeedHandler intializationBrian Dolbec2015-01-051-2/+2
* gkeys/actions.py: Fix self.listseed() return assignmentsBrian Dolbec2015-01-051-3/+3
* gkeys/seed.py: Downgrade logger.error msgs to debug if trap_errors is set TrueBrian Dolbec2015-01-052-4/+10
* 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