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
path:
root
/
gkeys
/
gkeys
/
actions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gkeys actions.py: Add unique devs pass/fail tracking to spec-check
Brian Dolbec dolsen
2018-08-15
1
-12
/
+42
*
gkeys actions.py: Exit smoothly if fetch failed to get a new file
Brian Dolbec
2018-07-06
1
-0
/
+3
*
gkeys actions.py: Assign sig_path from fetcher
Brian Dolbec
2018-07-06
1
-0
/
+1
*
gkeys lib.py: Additional debug logging
Brian Dolbec
2018-07-06
1
-2
/
+0
*
gkeys actions.py: Additional debug logging
Brian Dolbec
2018-07-06
1
-1
/
+7
*
gkeys actions.py: Add verify() recursion detection and exit
Brian Dolbec
2018-07-06
1
-1
/
+9
*
gkeys: Implement use of the new Fetch class
Brian Dolbec
2018-07-06
1
-44
/
+7
*
gkeys/actions/py: Move the py_input & _unicode import to __init__.py
Brian Dolbec
2018-07-06
1
-8
/
+1
*
gkeys actions: Added automatic seeds,keys update capability
aeroniero33
2018-07-06
1
-10
/
+10
*
gkeys actions: Add keys updated reporting
aeroniero33
2018-07-06
1
-1
/
+16
*
gkeys/actions: Update the update-seed function
aeroniero33
2018-07-06
1
-25
/
+7
*
Created the send-key function
aeroniero33
2018-07-06
1
-4
/
+4
*
remove debug print
Pavlos Ratis
2018-07-06
1
-1
/
+0
*
Added automatic update check + fixes
aeroniero33
2018-07-06
1
-7
/
+10
*
Updated update-seed to display the updated keys when it's used
aeroniero33
2018-07-06
1
-1
/
+17
*
Updated the update-seed function and did a few improvements
aeroniero33
2018-07-06
1
-9
/
+30
*
Created the update-seed function
aeroniero33
2018-07-06
1
-1
/
+13
*
Fixed a bug in the verify function
aeroniero33
2018-07-06
1
-1
/
+2
*
Created the send-key function
aeroniero33
2018-07-06
1
-0
/
+27
*
Implemented the email reminders in spec-check
aeroniero33
2018-07-06
1
-4
/
+34
*
gkeys actions: Migrate self.category setting to _set_category()
Brian Dolbec
2016-12-23
1
-8
/
+10
*
gkeys actions: Fix missing category errors for sign action
Brian Dolbec
2016-12-23
1
-0
/
+2
*
Actions._verify: support --signature path argument
Zac Medico
2016-10-27
1
-0
/
+2
*
Actions.checkkey: fix success returncode
Zac Medico
2016-10-23
1
-1
/
+2
*
Fixed move-seed function
aeroniero33
2016-06-01
1
-2
/
+2
*
Count Incorrect Qualified IDs and present them in the speccheck summary.
aeroniero33
2016-06-01
1
-1
/
+11
*
actions.py: Update for ssl-fetch API changes
Brian Dolbec
2016-01-23
1
-0
/
+6
*
actions.py: Update ssl-fetch Connector call, add climit
Brian Dolbec
2016-01-20
1
-1
/
+4
*
gkeys: Set default verify-keyring, add verify-nick default
Brian Dolbec
2015-08-25
1
-1
/
+2
*
gkeys: [2 of 2] Move common key handling to it's own class
Brian Dolbec
2015-08-08
1
-118
/
+38
*
gkeys: [1 of 2] Creation of a new ActionBase class
Brian Dolbec
2015-08-08
1
-7
/
+3
*
gkeys: Update copyrights, Add Pavlos to several files
Brian Dolbec
2015-08-08
1
-1
/
+2
*
gkeys/actions.py: Fix a traceback when a filename does not have an extension
Brian Dolbec
2015-08-02
1
-1
/
+1
*
gkeys/actions.py: Add filename extension check exclusion
Brian Dolbec
2015-06-22
1
-1
/
+2
*
gkeys/actions.py: verify url was not smart about being passed a sig url and w...
Brian Dolbec
2015-05-31
1
-3
/
+5
*
gkeys/actions.py: Fix an UnboundLocalError
Brian Dolbec
2015-05-30
1
-0
/
+1
*
gkeys/actions.py: Seed handling fixes
Brian Dolbec
2015-05-30
1
-4
/
+8
*
gkeys: Use snakeoil's demandload where appropriate
Brian Dolbec
2015-05-30
1
-3
/
+7
*
gkeys/actions.py: Refactor installkey to refresh keys that are already instal...
Brian Dolbec
2015-05-30
1
-32
/
+46
*
gkeys/actions.py: Remove unused keyring_dir assignment
Brian Dolbec
2015-05-30
1
-1
/
+0
*
gkeys: Remove gpgsearch option from list-key action
Brian Dolbec
2015-05-30
1
-38
/
+10
*
gkeys/actionspy: Fix grammar in the confirmation input message
Brian Dolbec
2015-05-30
1
-1
/
+1
*
gkeys: Fix list-key action to list all keys found in the keydir unless -f is ...
Brian Dolbec
2015-05-30
1
-1
/
+4
*
gkeys: remove-key refactoring
Brian Dolbec
2015-04-20
1
-14
/
+13
*
gkeys/checks.py: Fix the expiry warning summary not detecting any
Brian Dolbec
2015-03-17
1
-1
/
+1
*
gkeys/actions.py: _verify() Properly report a failed search
Brian Dolbec
2015-02-11
1
-3
/
+5
*
gkeys/actions.py: Remove result from del list, it's not always defined
Brian Dolbec
2015-02-11
1
-1
/
+1
*
gkeys/actions.py: separate the message info substitution
Brian Dolbec
2015-01-30
1
-3
/
+4
*
gkeys: Fix verify -F logic for inline sigs
Brian Dolbec
2015-01-30
1
-54
/
+61
*
gkeys: Wrap all strings which have %s with _unicode() to prevent decode errors
Brian Dolbec
2015-01-30
1
-107
/
+171
[next]