aboutsummaryrefslogtreecommitdiff
path: root/gkeys
Commit message (Expand)AuthorAgeFilesLines
...
* gkeys/base.py: Wrap all output with _unicode_decode()Brian Dolbec2015-01-071-4/+5
* gkeys, gkeys-gen: Make sdist do .bz2 compression Brian Dolbec2015-01-071-0/+12
* gkeys, gkeys-gen: Include py2man for sdist tarball creationBrian Dolbec2015-01-071-0/+1
* gkeys/setup.py py2man import fixBrian Dolbec2015-01-061-6/+1
* gkeys, gkeys-gen: Fix man page installationBrian Dolbec2015-01-061-19/+3
* gkeys, gkeys-gen: set version to "0.1"Brian Dolbec2015-01-061-1/+1
* gkeys-gen: Setup.py updates for man page generationBrian Dolbec2015-01-061-3/+73
* gkeys, gkeyldap: Update updatefiles() config handlingBrian Dolbec2015-01-051-24/+31
* gkeys/seed.py: Fix logic errors in _seeds2jsonBrian Dolbec2015-01-051-4/+1
* 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-054-184/+439
* gkeys: Add pub_keyid property to GKEYBrian Dolbec2015-01-056-25/+44
* gkeys/actions.py: Remove import-key from Available_actionsBrian Dolbec2015-01-051-1/+1
* 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-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