gkeys/config.py: Add keyid property to GKEY
[gentoo-keys.git] / gkeys / config.py
2014-05-28 Brian Dolbecgkeys/config.py: Add keyid property to GKEY master
2014-05-28 Brian Dolbecgkeys/config.py: Add missing _add_gkey_defaults call
2014-05-26 Pavlos RatisMerge pull request #5 from gentoo/week2_remove_unused_code
2014-05-26 Pavlos Ratisremove unused GKEY code
2014-05-25 Pavlos RatisMerge pull request #4 from gentoo/week1_seed_handling
2014-05-25 Pavlos Ratisremove KEYLEN_MAP
2014-05-24 Pavlos Ratisremove unused constants
2014-05-24 Pavlos Ratissubclass __new__ to make both gkeys and gkeyldap work...
2014-05-24 Pavlos Ratiscreate namedtuple with default mapping
2014-05-21 Pavlos RatisMerge pull request #2 from gentoo/week1_json_switch
2014-05-20 Pavlos Ratisswitch current seed file format to JSON
2014-05-20 Pavlos RatisMerge pull request #1 from gentoo/week1_small_improvements
2014-05-20 Pavlos Ratismisc improvements
2014-05-20 Pavlos Ratisfix packed string when it gets NoneType values
2014-05-17 Pavlos Ratisfix missed quotes
2014-05-15 Brian Dolbecconfig: clean up unused defaults, add seedurls
2014-03-01 Pavlos Ratisinitialize defaults for logs and seedsdir
2014-01-14 Brian Dolbecupdate the seed url's
2013-11-16 Brian DolbecMove KEY_LEN to config.
2013-11-15 Brian DolbecAdd some addition defaults to begin coding the fetching...
2013-11-15 Brian DolbecBegin migration to fingerprints only in ldap info
2013-11-15 Brian Dolbecpreliminary coding to make gkeyldap py3 capable
2013-07-27 Brian DolbecAdd keyserver config option
2013-07-17 Brian DolbecChange to make keys install to individual directories.
2013-07-16 Brian DolbecUpadte for the new pyGPG pkg name.
2013-07-07 Brian DolbecClean out uneeded code
2013-07-06 Brian DolbecInitial logfile capability
2013-07-06 Brian DolbecWork in progress changes to get add_key coded & working.
2013-07-06 Brian DolbecRefactor GKEY calss to handle all packing and unpacking...
2013-06-23 Brian DolbecUnify logger message identification
2013-06-22 Brian DolbecAdd nick field to GKEY class
2012-12-23 Brian Dolbecremove the shebang from all lib files, since they won...
2012-12-10 Brian Dolbechyphenate the config file variables, make config handli...
2012-12-09 Brian DolbecNew file seed.py, class Seeds for all seed file handli...
2012-12-03 Brian DolbecInitial stubbing out of a gentoo-keys gkey manager...