]> andersk Git - mod-vhost-ldap.git/blob - ChangeLog
Merge branch 'upstream'
[mod-vhost-ldap.git] / ChangeLog
1 2006-07-18 Piotr Wadas <pwadas@jewish.org.pl>
2         * mod_vhost_ldap.c : many changes, new directives, new features
3         *  new features include: support for aliasing, support for http auth
4         *  stored in ldap ( per-location and per-directory), and support
5         *  for unix crypt() encrypted passwords for webusers, directives
6         *  for turning off aliasing support, per-location auth, per-directory
7         *  auth etc, now we support 12 directives total
8         * mod_vhost_ldap.c : added support for appending global user defined
9         * filter, parsed standalone with ldap_uri directive parsing
10         * mod_vhost_ldap.c : restored ldap-based fallback vhost support
11         * mod_vhost_ldap.c : replaced directives handling functions with one
12         *  function for all directives, based on switch()
13         * mod_vhost_ldap.c : cleanup and optimization for attribute values
14         *  retrieving for each kind of object (users, aliases, vhosts etc.
15         * mod_vhost_ldap.h added
16         * apache_alias.schema: added with attributes and objectclasses for
17         *  per-directory and per-location aliasing
18         * apache_ext.schema: added object classess attributes for http auth
19         * and object classess for http auth
20         * general code cleanup, new separated functions
21         * replaced versioning scheme to be more like apache versions
22         * VERSION: 2.0.3 release
23
24 2006-03-30 Piotr Wadas <pwadas@jewish.org.pl>
25         * mod_vhost_ldap.c: add support for basic ldap auth. Yuck.
26         * VERSION: 0.3.0 release
27
28 2005-10-03 Ondřej Surý <ondrej@sury.org>
29         * mod_vhost_ldap.c: add support for running from subrequest (ie. mod_fastcgi)
30         * VERSION: 0.2.9 release
31
32 2005-09-22 Ondřej Surý <ondrej@sury.org>
33         * mod_vhost_ldap.c: add support for Fallback Virtual Host
34         * VERSION: 0.2.8 release
35
36 2005-09-19 Ondřej Surý <ondrej@sury.org>
37         * mod_vhost_ldap.c: add more information to log when vhost is not found
38         * VERSION: 0.2.7 release
39         
40 2005-09-16 Ondřej Surý <ondrej@sury.org>
41         * mod_vhost_ldap.c: implement merge_server_config to allow different settings for different vhosts
42         * VERSION: 0.2.6 release
43
44 2005-09-09 Ondřej Surý <ondrej@sury.org>
45         * mod_vhost.ldap.c: implement workaround for fault mod_ldap caching
46                             http://issues.apache.org/bugzilla/show_bug.cgi?id=33901
47         * mod_vhost_ldap.c: change r->parsed_uri.path to more simpler r->uri
48         * vhost_ldap.conf: add note about mod_ldap module requirement
49         * VERSION: 0.2.5 release
50
51 2005-08-30 Ondřej Surý <ondrej@sury.org>
52         * mod_vhost_ldap.c: use VERSION file as authoritative source for VERSION number
53         * mod_vhost_ldap.c: MIN_UID/MIN_GID lowered to 100/100 
54         * VERSION: 0.2.4 release
55         
56 2005-08-17 Ondřej Surý <ondrej@sury.org>
57         * Change off-by-one error in minimum UID/GID [courtesy of Fabian Fagerholm]
58         * Fix LDAP schema (at last) [courtesy of Fabian Fagerholm]
59         * Release 0.2.3
60
61 2005-08-16 Ondřej Surý <ondrej@sury.org>
62         * Works even without scriptAlias defined
63         * Fixed schema, include apacheScriptAlias, change conflicting UIDs of attributes
64         * DOCUMENT_ROOT variable is set correctly
65         * Fixed some typos
66         * Release 0.2.2
67
68 2005-08-02 Ondřej Surý <ondrej@sury.org>
69         * Complete rewrite...
70         * Change apacheUsername to apacheSuexecUid and apacheSuexecGid
71         
72 2005-05-25 Ondrej Sury <ondrej@sury.org>
73         * Version 0.2.0
74         * Renamed to mod_vhost_ldap
75         * Add ScriptAlias
76         * Add Suexec Username support
This page took 0.092269 seconds and 5 git commands to generate.