- add stage support
- add LICENSE
Changes:
* VERSION: 2.0.8
* mod_vhost_ldap.c: Don't copy server struct if we have per request document root
* VERSION: 2.0.7
* mod_vhost_ldap.c: Revert escaping wildcard character as it was
already done before by ldap_bv2escaped_filter_value
* VERSION: 2.0.6
* mod_vhost_ldap.c: Properly escape wildcard string to search
for literal *.hostname
* mod_vhost_ldap.c, vhost_ldap.conf: Add new boolean option VhostLDAPWildcard
to disable wildcard search completely
* mod_vhost_ldap.c: Fix cgi-bin processing (Courtesy of Anders Kaseorg)
* VERSION: 2.0.5
* mod_vhost_ldap.c: Make a private copy of server config to each
request to be thread safe. (Courtesy Anders Kaseorg)
* VERSION: 2.0.3
* mod_vhost_ldap.c: Workaround concurrency issues with ap_document_root
by adding mutex before it is set and release before
handler is run.
* VERSION: 2.0.1
* mod_vhost_ldap.c: Remove cleanup routine, it was causing segfaults.
* VERSION: 2.0.0 release
* mod_vhost_ldap.c: Sleep for (fibonacci numbers) seconds after LDAP failure
* mod_vhost_ldap.c: Add a log WARNING when LDAP is unreachable
* mod_vhost_ldap.c: Don't set r->filename, return DECLINE on success, only
mangle documentroot and others, and let other apache
modules handle real filenames
* mod_vhost_ldap.c: Create and use function set_document_root inspired by apache2.2
* mod_vhost_ldap.c: Return correct error codes on failures and not DECLINED
* mod_vhost_ldap.c: Put translate_name hook at FIRST place
* VERSION: 1.2.0 release
* mod_vhost_ldap.c: release apache-2.2 version as 1.2.0
* VERSION: 1.0.1 release
* mod_vhost_ldap.c: add support for apache-2.2.x
- Unexpire
- Update to 1.0.2
- Stage support
- Update master sites
- Add license information
- Drop pkg-plist in favor of dynamic plist
Remove NO_PACKAGE while here
Thid port should probably be cleaned up to use USES=zip:infozip
PR: ports/185651
Submitted by: Sender Ghost <lightside@gmx.com>
Approved by: maintainer timeout (acm, 2 months for PR + deprecation time)