diff options
-rw-r--r-- | NOTICE | 8 | ||||
-rw-r--r-- | releases.moxie | 3 | ||||
-rw-r--r-- | src/site/design.mkd | 1 |
3 files changed, 11 insertions, 1 deletions
@@ -302,4 +302,12 @@ Guava Apache License 2.0.
https://code.google.com/p/guava-libraries
+
+---------------------------------------------------------------------------
+libpam4j
+---------------------------------------------------------------------------
+ libpam4j, release under the
+ MIT license.
+
+ https://github.com/kohsuke/libpam4j
\ No newline at end of file diff --git a/releases.moxie b/releases.moxie index 2f601eb5..b4b17e1c 100644 --- a/releases.moxie +++ b/releases.moxie @@ -33,7 +33,8 @@ r18: { - Added optional browser-side page caching using Last-Modified and Cache-Control for the dashboard, activity, project, and several repository pages - Added a GET_USER request type for the RPC mechanism (issue-275) - Added PAMUserService to authenticate against a local Linux/Unix/MacOSX server - dependencyChanges: ~ + dependencyChanges: + - added libpam4j 1.7 settings: - { name: 'web.pageCacheExpires', defaultValue: 0 } - { name: 'realm.pam.backingUserService', defaultValue: 'users.conf' } diff --git a/src/site/design.mkd b/src/site/design.mkd index 1abb14ab..601d68ab 100644 --- a/src/site/design.mkd +++ b/src/site/design.mkd @@ -51,6 +51,7 @@ The following dependencies are automatically downloaded by Gitblit GO (or alread - [Waffle](http://dblock.github.io/waffle) (EPL 1.0)
- [JNA](https://github.com/twall/jna) (LGPL 2.1)
- [Guava](https://code.google.com/p/guava-libraries) (Apache 2.0)
+- [libpam4j](https://github.com/kohsuke/libpam4j) (MIT)
### Other Build Dependencies
- [Fancybox image viewer](http://fancybox.net) (MIT and GPL dual-licensed)
|