X-Git-Url: http://andersk.mit.edu/gitweb/mod-vhost-ldap.git/blobdiff_plain/7f9875bb3e8210122b73b7a63644d039733d04d6..2a659edb6a671334c442af2d4feb181a3523ce33:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 2359641..c453a5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2010-07-07 Ondřej Surý + * 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) + +2010-06-16 Ondřej Surý + * 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. + +2010-06-09 Ondřej Surý + * VERSION: 2.0.1 + * mod_vhost_ldap.c: Remove cleanup routine, it was causing segfaults. + +2010-06-08 Ondřej Surý + * 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 + +2006-11-01 Ondřej Surý + * VERSION: 1.2.0 release + * mod_vhost_ldap.c: release apache-2.2 version as 1.2.0 + +2006-04-21 Bart Vanbrabant + * VERSION: 1.0.1 release + * mod_vhost_ldap.c: add support for apache-2.2.x + +2006-01-30 Ondřej Surý + * VERSION: 1.0.0 release + * Fix small memory leak when used in subrequest (e.g. fastcgi) + +2005-10-03 Ondřej Surý + * mod_vhost_ldap.c: add support for running from subrequest (ie. mod_fastcgi) + * VERSION: 0.2.9 release + +2005-09-22 Ondřej Surý + * mod_vhost_ldap.c: add support for Fallback Virtual Host + * VERSION: 0.2.8 release + +2005-09-19 Ondřej Surý + * mod_vhost_ldap.c: add more information to log when vhost is not found + * VERSION: 0.2.7 release + +2005-09-16 Ondřej Surý + * mod_vhost_ldap.c: implement merge_server_config to allow different settings for different vhosts + * VERSION: 0.2.6 release + +2005-09-09 Ondřej Surý + * mod_vhost.ldap.c: implement workaround for fault mod_ldap caching + http://issues.apache.org/bugzilla/show_bug.cgi?id=33901 + * mod_vhost_ldap.c: change r->parsed_uri.path to more simpler r->uri + * vhost_ldap.conf: add note about mod_ldap module requirement + * VERSION: 0.2.5 release + +2005-08-30 Ondřej Surý + * mod_vhost_ldap.c: use VERSION file as authoritative source for VERSION number + * mod_vhost_ldap.c: MIN_UID/MIN_GID lowered to 100/100 + * VERSION: 0.2.4 release + +2005-08-17 Ondřej Surý + * Change off-by-one error in minimum UID/GID [courtesy of Fabian Fagerholm] + * Fix LDAP schema (at last) [courtesy of Fabian Fagerholm] + * Release 0.2.3 + +2005-08-16 Ondřej Surý + * Works even without scriptAlias defined + * Fixed schema, include apacheScriptAlias, change conflicting UIDs of attributes + * DOCUMENT_ROOT variable is set correctly + * Fixed some typos + * Release 0.2.2 + 2005-08-02 Ondřej Surý * Complete rewrite... * Change apacheUsername to apacheSuexecUid and apacheSuexecGid