From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A80A81389E2 for ; Mon, 22 Dec 2014 23:11:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7652EE098F; Mon, 22 Dec 2014 23:11:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB41DE0980 for ; Mon, 22 Dec 2014 23:11:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E05E0340667 for ; Mon, 22 Dec 2014 23:11:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08A81D284 for ; Mon, 22 Dec 2014 23:11:40 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1419102482.1456cc998790edefa9cdef8a21bf47882c7d3574.dol-sen@gentoo> Subject: [gentoo-commits] proj/gentoo-keys:master commit in: / X-VCS-Repository: proj/gentoo-keys X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 1456cc998790edefa9cdef8a21bf47882c7d3574 X-VCS-Branch: master Date: Mon, 22 Dec 2014 23:11:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 71f5a3f2-3e36-4065-929a-48ba64e3d7a3 X-Archives-Hash: af62347d22a2ab9d24bd26c1df5e0b17 commit: 1456cc998790edefa9cdef8a21bf47882c7d3574 Author: Pavlos Ratis dastergon gr> AuthorDate: Sat Dec 20 19:08:02 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sat Dec 20 19:08:02 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=1456cc99 Merge pull request #35 from gentoo/dol-sen-PR Dol sen pr, new glepcheck action and other fixes etc/gkeys.conf.sample | 20 +-- gkeyldap/actions.py | 10 +- gkeyldap/cli.py | 102 ++------------ gkeys/actions.py | 182 ++++++++++++++++++++++-- gkeys/{cli.py => base.py} | 96 ++++++++----- gkeys/checks.py | 353 ++++++++++++++++++++++++++++++++++++++++++++-- gkeys/cli.py | 207 +++------------------------ gkeys/config.py | 6 +- gkeys/lib.py | 41 +++++- gkeys/seedhandler.py | 14 +- 10 files changed, 671 insertions(+), 360 deletions(-)