Allow spaced fingerprint entries as well as multiple fingerprints.
[gentoo-keys.git] / gkeys /
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 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-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 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 DolbecStrip line feeds from seeds when loading
2013-06-23 Brian DolbecFix a self error
2013-06-23 Brian DolbecAdd -D, --debug level to cli
2013-06-23 Brian DolbecMake the logger, namespace able.
2013-06-23 Brian DolbecUnify logger message identification
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.
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-09 Brian Dolbecadd gkeys.__init__.py
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 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...