summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/MakeCertificate.java
Commit message (Collapse)AuthorAgeFilesLines
* Gitblit Certificate Authority revisions. Eliminate certificate scripts.James Moger2012-11-251-130/+0
|
* Revised Gitblit GO certificate generation to use new X509 utility functionsJames Moger2012-11-231-52/+2
|
* Documentation. Unit testing. Checkstyle. Findbugs.James Moger2011-07-221-2/+6
|
* Documentation. Adding JavaDoc comments. Adjustments to method names.James Moger2011-07-011-0/+6
|
* Changes for minor 0.5.1 release.v0.5.1James Moger2011-06-281-3/+3
| | | | | | | | | | | | | * Clarified SSL certificate generation and configuration in light of the hostname verificiation that JGit currently does despite the http.sslVerify=false setting. * Added some troubleshooting information related to filesystem permissions and reading repositories. * Switched from JavaService to Apache Commons Daemon. Not sure what happened to JavaService as it stopped working for me on Windows 7 with Java 1.6.0_26. Commons Daemon accomplishes the same thing and offers a nice service control utility.
* Unit testing.James Moger2011-05-291-2/+2
|
* Unit testing. Removal of some unused code paths.James Moger2011-05-281-1/+1
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-271-3/+3
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-261-32/+47
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-251-0/+15
|
* Make keystore script independent of JDK using BouncyCastle.James Moger2011-05-221-0/+140