pushing: improve error text on https push w/o user certificate
commit1696c7c0bb111d901a5284f95be4c540fbb4209e
authorKyle J. McKay <mackyle@gmail.com>
Wed, 21 May 2014 02:39:47 +0000 (20 19:39 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 21 May 2014 02:39:47 +0000 (20 19:39 -0700)
tree4b13561956127617c5cead48b3afd5a3e742c8b1
parentdfd9d93025ef7a0ec34a13ed094fa8436f617652
pushing: improve error text on https push w/o user certificate

Instead of just returning a 401 error when a push is attempted
without a user push certificate, return some helpful text that
will be displayed by the Git client.

Also change the error code to 403 since providing a user name
and password will not alleviate the missing user push certificate.
apache.conf.in
cgi/authrequired.cgi [new file with mode: 0755]
install.sh