From mboxrd@z Thu Jan 1 00:00:00 1970 From: valentin.haenel at gmx.de (Valentin Haenel) Date: Tue, 30 Oct 2012 11:11:27 +0100 Subject: [PATCHv3 0/3] Implement authorization via external program (v3) In-Reply-To: <1350378927-10834-1-git-send-email-valentin.haenel@gmx.de> References: <1350378927-10834-1-git-send-email-valentin.haenel@gmx.de> Message-ID: <1351591890-13605-1-git-send-email-valentin.haenel@gmx.de> This is v3 of this pacth stack. Including many suggestions from the mailinglist where possible. The two remaining questions I would like to get some more feedback on are: * Is this the right place to perform the check (see TODO in code)? * Do we want to use system or fork/exec/wait when calling the external helper? Carlos Aguado Sanchez (1): Helper script to interface to gitolite Valentin Haenel (2): Add config option user-envvar Add ability to authorize viewing a repository cgit.c | 32 ++++++++++++++++++++++++++++++++ cgit.h | 3 +++ cgitrc.5.txt | 13 +++++++++++++ contrib/gl-check-user | 18 ++++++++++++++++++ 4 files changed, 66 insertions(+) create mode 100755 contrib/gl-check-user -- 1.7.9.5