]> source.dussan.org Git - gitblit.git/commit
Add an Apache htpasswd user service
authorFlorian Zschocke <florian.zschocke@cycos.com>
Tue, 9 Jul 2013 11:07:13 +0000 (13:07 +0200)
committerJames Moger <james.moger@gitblit.com>
Mon, 12 Aug 2013 20:32:12 +0000 (16:32 -0400)
commita0c34e37fe8e456a21c7a57e9d45e637ab40cce8
treea85998534a5075716263d7d3c4529e5b3b9a11b5
parent13208e8c3b34c321b470aa181b705f78fcc09c5f
Add an Apache htpasswd user service

Add a new class, HtpasswdUserService, which performs authentication
against a text file created with the Apache 'htpasswd' program.

Added dependency on commons-codec:1.7
15 files changed:
.classpath
NOTICE
build.moxie
gitblit.iml
releases.moxie
src/main/distrib/data/gitblit.properties
src/main/java/com/gitblit/Constants.java
src/main/java/com/gitblit/HtpasswdUserService.java [new file with mode: 0644]
src/site/design.mkd
src/site/setup_authentication.mkd
src/test/java/com/gitblit/tests/GitBlitSuite.java
src/test/java/com/gitblit/tests/HtpasswdUserServiceTest.java [new file with mode: 0644]
src/test/resources/htpasswdUSTest/htpasswd-user.in [new file with mode: 0644]
src/test/resources/htpasswdUSTest/htpasswd.in [new file with mode: 0644]
src/test/resources/htpasswdUSTest/users.conf.in [new file with mode: 0644]