GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/gentoo-keys.git
gkeys-gpg
gsoc-2016
master
Seed-key files and utilities for managing gentoo gpg signing and verification keys
Robin H. Johnson <robbat2@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
py2man: Initial man templates
Brian Dolbec
2015-01-05
2
-0
/
+72
*
Initial py2man pkg for auto-generating our man pages
Brian Dolbec
2015-01-05
3
-0
/
+266
*
gkeys/__init__.py: Add Gkeys_Map for man page creation
Brian Dolbec
2015-01-05
1
-0
/
+22
*
gkeys/actions.py: Fix mis-sorted Key_Actions
Brian Dolbec
2015-01-03
1
-2
/
+2
*
gkeys/actions.py: Move list-cats to General_Actions
Brian Dolbec
2015-01-03
1
-10
/
+10
*
cli.py: Remove redundant code
Brian Dolbec
2015-01-03
3
-16
/
+16
*
Migrate all pkgs to using a complete Action_Map dictionary
Brian Dolbec
2015-01-03
6
-82
/
+215
*
gkeys/actions.py: Eliminate possible handler not defined error
Brian Dolbec
2015-01-03
1
-1
/
+1
*
gkeys/base.py: Correct the option help messages
Brian Dolbec
2015-01-03
1
-5
/
+6
*
gkeys/actions.py: sort the actions and the options for a better display
Brian Dolbec
2015-01-03
1
-9
/
+9
*
initial man page
Pavlos Ratis
2015-01-02
1
-0
/
+97
*
gkeys/actions.py: Remove redundant (broken) verify_info code
Brian Dolbec
2015-01-01
1
-4
/
+0
*
etc/gkeys.conf: Set a normal default log directory
Brian Dolbec
2015-01-01
1
-1
/
+2
*
gkeys: update gkeys.conf
Brian Dolbec
2015-01-01
1
-16
/
+32
*
gkeys-gen/etc/gkeys-gen.conf: Updates, add a second spec
Brian Dolbec
2014-12-31
1
-5
/
+15
*
gkeygen/actions.py: Message updates to show spec file and url being used
Brian Dolbec
2014-12-31
2
-8
/
+16
*
gekys-gen/setup.py: Update for recent changes
Brian Dolbec
2014-12-31
1
-0
/
+4
*
gkeys/actions.py: Update docstrings and action options
Brian Dolbec
2014-12-31
1
-8
/
+14
*
gkeygen/actions.py: Py 3 fixes
Brian Dolbec
2014-12-31
1
-5
/
+6
*
gkeys-gen: Add spec option
Brian Dolbec
2014-12-31
2
-5
/
+13
*
gkeys-gen: Initial migration to use gkeys.base.CliBase class
Brian Dolbec
2014-12-31
5
-126
/
+120
*
gkeys/config.py: Move default config file setting to a function
Brian Dolbec
2014-12-31
1
-6
/
+9
*
gkeys/config.py: Make it possible to read more than one config file
Brian Dolbec
2014-12-31
3
-20
/
+36
*
gkeys: Remove the need to import gkeys seed.py and lib.py
Brian Dolbec
2014-12-31
5
-76
/
+75
*
gkeys/base.py: Sort the _option_* functions
Brian Dolbec
2014-12-30
1
-48
/
+53
*
gkeys/actions.py: Rename key-search action to search-key for consistency
Brian Dolbec
2014-12-30
1
-3
/
+3
*
gkeys: Add UpdateDbError exception usage
Brian Dolbec
2014-12-30
4
-8
/
+18
*
gkeys/exception.py: Initial creation of GkeyException classes
Brian Dolbec
2014-12-30
1
-0
/
+78
*
gkeys/actions.py: Alignment tweak for key-search message
Brian Dolbec
2014-12-30
2
-2
/
+2
*
gkeys/actions.py: Add uid search support
Brian Dolbec
2014-12-30
1
-3
/
+3
*
gkeys/gkey.py: Separate uid string printing for list type output
Brian Dolbec
2014-12-30
1
-2
/
+6
*
gkeys/actions.py: Fix broken key-search printing
Brian Dolbec
2014-12-30
1
-2
/
+1
*
gkeys/actions.py: Improve verification messages and info
Brian Dolbec
2014-12-30
1
-4
/
+8
*
gkeys/actions.py: Add auto-search capability to verify
Brian Dolbec
2014-12-30
1
-27
/
+59
*
gkeys/lib.py: Add the new GKEY.update() to add_key and refresh_key
Brian Dolbec
2014-12-30
1
-7
/
+17
*
gkeys: Add keys and uid options to actions and seed handling
Brian Dolbec
2014-12-30
4
-16
/
+38
*
gkeys/gkey.py: Add keys and uid fields, update() to GKEY
Brian Dolbec
2014-12-30
1
-3
/
+29
*
gkeys: Move all GKEYS definitions to it's own file
Brian Dolbec
2014-12-30
6
-44
/
+60
*
gkeys: Add key-search action
Brian Dolbec
2014-12-30
4
-3
/
+116
*
remove unused imports
Pavlos Ratis
2014-12-30
5
-6
/
+4
*
gkeyldap/cli.py: Remove unused imports
Brian Dolbec
2014-12-26
1
-3
/
+0
*
Map sub commands to class functions
Brian Dolbec
2014-12-26
5
-32
/
+67
*
gkeys/base.py: Add a justdoit option, fix boolean options
Brian Dolbec
2014-12-26
1
-3
/
+10
*
gkeys: Separate and sort the avaialbe actions into groups
Brian Dolbec
2014-12-26
2
-4
/
+34
*
gkeys/base.py: Shorten and enhance epilog message
Brian Dolbec
2014-12-26
3
-6
/
+3
*
gkeys/base.py: Improve help layout, unify no action help with py2.7
Brian Dolbec
2014-12-26
1
-2
/
+5
*
gkeygen/actions.py: tweak py3 version check (more readable)
Brian Dolbec
2014-12-25
1
-1
/
+1
*
gkeys/base.py: Tweak -k, --keyring help message
Brian Dolbec
2014-12-25
1
-2
/
+2
*
gkeys/actions.py: Verification output formatting tweaks
Brian Dolbec
2014-12-25
1
-3
/
+3
*
gkeys/actions.py: py2/py3 fixes for input/raw_input
Brian Dolbec
2014-12-25
1
-2
/
+9
[next]