]> andersk Git - mod-vhost-ldap.git/blobdiff - ChangeLog
Merge branch 'upstream'
[mod-vhost-ldap.git] / ChangeLog
index d910967a96a027f81ecf5069c45c32336db7b09d..b71eaa06a624abdca0fbd5a0a3ab8b25d1812f73 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,63 @@
+2006-07-18 Piotr Wadas <pwadas@jewish.org.pl>
+       * mod_vhost_ldap.c : many changes, new directives, new features
+       *  new features include: support for aliasing, support for http auth
+       *  stored in ldap ( per-location and per-directory), and support
+       *  for unix crypt() encrypted passwords for webusers, directives
+       *  for turning off aliasing support, per-location auth, per-directory
+       *  auth etc, now we support 12 directives total
+       * mod_vhost_ldap.c : added support for appending global user defined
+       * filter, parsed standalone with ldap_uri directive parsing
+       * mod_vhost_ldap.c : restored ldap-based fallback vhost support
+       * mod_vhost_ldap.c : replaced directives handling functions with one
+       *  function for all directives, based on switch()
+       * mod_vhost_ldap.c : cleanup and optimization for attribute values
+       *  retrieving for each kind of object (users, aliases, vhosts etc.
+       * mod_vhost_ldap.h added
+       * apache_alias.schema: added with attributes and objectclasses for
+       *  per-directory and per-location aliasing
+       * apache_ext.schema: added object classess attributes for http auth
+       * and object classess for http auth
+       * general code cleanup, new separated functions
+       * replaced versioning scheme to be more like apache versions
+       * VERSION: 2.0.3 release
+
+2006-03-30 Piotr Wadas <pwadas@jewish.org.pl>
+       * mod_vhost_ldap.c: add support for basic ldap auth. Yuck.
+       * VERSION: 0.3.0 release
+
+2005-10-03 Ondřej Surý <ondrej@sury.org>
+       * mod_vhost_ldap.c: add support for running from subrequest (ie. mod_fastcgi)
+       * VERSION: 0.2.9 release
+
+2005-09-22 Ondřej Surý <ondrej@sury.org>
+       * mod_vhost_ldap.c: add support for Fallback Virtual Host
+       * VERSION: 0.2.8 release
+
+2005-09-19 Ondřej Surý <ondrej@sury.org>
+       * 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ý <ondrej@sury.org>
+       * 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ý <ondrej@sury.org>
+       * 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ý <ondrej@sury.org>
+       * 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ý <ondrej@sury.org>
+       * 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ý <ondrej@sury.org>
        * Works even without scriptAlias defined
        * Fixed schema, include apacheScriptAlias, change conflicting UIDs of attributes
This page took 0.091122 seconds and 4 git commands to generate.