gentoo-keys.git
2014-02-28 Brian Dolbecgkeys/actions.py: load_seed(), Upgrade a logger.debug...
2014-01-14 Brian DolbecAdd ssl-fetch checkout
2014-01-14 Brian Dolbecupdate the seed url's
2013-11-17 Brian DolbecRename bin/ldap-seeds to bin/gkey-ldap.
2013-11-17 Brian DolbecAllow spaced fingerprint entries as well as multiple...
2013-11-16 Brian DolbecInitial creation of the SeedHandler class.
2013-11-16 Brian Dolbecfix missed dictionary value assignment
2013-11-16 Brian Dolbecfix python compatibility
2013-11-16 Brian Dolbecfix attribute error for newer pythons
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 DolbecAdd errors count to the output.
2013-11-15 Brian DolbecBegin migration to fingerprints only in ldap info
2013-11-15 Brian Dolbecpreliminary coding to make gkeyldap py3 capable
2013-11-09 Brian DolbecAdd missing logger.info messages.
2013-11-09 Brian DolbecDon't add a dev's seed if there were errors
2013-11-09 Brian DolbecAdd more checks moving them to idividual functions.
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-14 Brian DolbecMove the api actions to it's own class.
2013-07-14 Brian DolbecSplit out common keypath code to it's own function
2013-07-14 Brian DolbecMore Actions improvements.
2013-07-13 Brian DolbecMove actions logic out to their own class.
2013-07-07 Brian DolbecClean out uneeded code
2013-07-06 Brian Dolbecfix some typo's
2013-07-06 Brian DolbecAdd gpgkey, gpgfingerprint check when building the...
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 Dolbecfix the typo in gkeys.conf
2013-07-06 Brian DolbecRemove spaces in fingerprints to match what gpg returns
2013-07-06 Brian DolbecRefactor GKEY calss to handle all packing and unpacking...
2013-06-23 Brian DolbecMap dev's GKEY keyring field to ldap's uid.
2013-06-23 Brian DolbecAdd check for no valid keyid/longkeyid found in ldap...
2013-06-23 Brian DolbecStrip line feeds from seeds when loading
2013-06-23 Brian DolbecFix a self error
2013-06-23 Brian Dolbecset encoding in files
2013-06-23 Brian Dolbecstrip errant line feeds in ldap values
2013-06-23 Brian DolbecAdd GKEY field name to error output
2013-06-23 Brian DolbecAdd keyid/longkeyid separation and assignment
2013-06-23 Brian DolbecAdd -D, --debug level to cli
2013-06-23 Brian DolbecAdd more progress feedback for normal usage.
2013-06-23 Brian DolbecMake the logger, namespace able.
2013-06-23 Brian DolbecUnify logger message identification
2013-06-22 Brian DolbecSome pyflakes cleanup and fix logger messages
2013-06-22 Brian DolbecAdd error output for missing data, comment out a debug...
2013-06-22 Brian DolbecSort the devs on their nick
2013-06-22 Brian DolbecAdd seed count and error for missing data
2013-06-22 Brian Dolbecfilter results for 'active' devs only
2013-06-22 Brian DolbecInitial commit of an ldap search and seed file creation...
2013-06-22 Brian DolbecAdd a configured separator for the in file seed info.
2013-06-22 Brian DolbecAdd keyring parameter to GkeysGPG class
2013-06-22 Brian DolbecAdd nick field to GKEY class
2013-06-22 Brian DolbecAdd a --nick option.
2013-06-22 Brian DolbecAdd an automatice relative testpath file for runing...
2012-12-23 Brian Dolbecremove the shebang from all lib files, since they won...
2012-12-10 Brian Dolbecfix missed copy/paste edit.
2012-12-10 Brian Dolbecadd moveseed functionality.
2012-12-10 Brian Dolbeccode list, add remove seeds. Very basic output printing...
2012-12-10 Brian Dolbecdebug seed.py
2012-12-10 Brian Dolbechyphenate the config file variables, make config handli...
2012-12-10 Brian Dolbecchmod +x gkeys
2012-12-09 Brian Dolbecadd gkeys.__init__.py
2012-12-09 Brian DolbecAdd seed files to gkeys.conf
2012-12-09 Brian DolbecNew file seed.py, class Seeds for all seed file handli...
2012-12-09 Brian Dolbecrename to gkeys namespace, '-' in names is not allowed.
2012-12-03 Brian Dolbecdoh!, forgot to rename the file before the first commit.
2012-12-03 Brian DolbecAdd a copy of layman's utils.py minus some layman speci...
2012-12-03 Brian DolbecInitial stubbing out of a gentoo-keys gkey manager...