]> git.sur5r.net Git - openldap/blob - CHANGES
Update CHANGES based upon recent imports from devel.
[openldap] / CHANGES
1 OpenLDAP Change Log
2
3 Changes included in OpenLDAP 1.1.x
4         CVS Tag: OPENLDAP_REL_ENG_1_1
5         Fixed slapd/ldbm/delete initialization bug (ITS#31)
6         Fixed slapd/ldif2ldbm MAXARGS bug (ITS#34)
7         Fixed slapd/delete bugs (ITS#39)
8         Fixed slapd/strtok needs mutex bug
9         Fixed slapd/tcpd DoS bug
10         Fixed ud bogus msgfree bug (ITS#43)
11         Fixed slapd/add,delete,modrdn parent lock bug
12         Updated slapd/modrdn ACL handling
13         Updated slapd/search deallocation
14         Updated slapd to use pthread_detach()
15         Updated slapd thread initialization
16         Updated lthread to provide sched_yield() if missing
17         Updated slapd shutdown code to use condition wait
18         Build environment
19                 Added DB2 patch information
20                 Added distclean target
21                 Fixed doc/man reinstall bug
22                 Fixed make clean
23                 Fixed --disable-slurpd
24                 Fixed VPATH support
25                 Fixed REENTRANT multiple definition issue
26                 Updated pthread checking
27                 Updated res_search check
28                 Updated library linking
29
30 Changes included in OpenLDAP 1.1.2
31         CVS Tag: OPENLDAP_REL_ENG_1_1_2
32         Fixed slapd/back-ldbm/search matched initialization bug (ITS#23)
33         Fixed slapd/acl deadlock bug (ITS#24)
34         Fixed slapd schema check bug (ITS#25)
35         Fixed slapd/nonauthorized add bug (ITS#26)
36         Fixed misc. overlapping strcpy bugs
37         Fixed misc. memory leaks
38         Update DB2 support for newer SleepyCat releases (ITS#27)
39         Update slapd/slurpd to workaround FreeBSD pthread_exit bug (ITS#28)
40         Build environment
41                 Fixed --disable-crypt/-disable-cleartext options
42                 Added special pthread detection for HP-UX 11. (ITS#14)
43
44 Changes included in OpenLDAP 1.1.1
45         CVS Tag: OPENLDAP_REL_ENG_1_1_1
46         Updated INSTALL, README, hints, and devel documents.
47         Updated slapd/ldif2dbm to disable write sync'ing
48         Fixed slapd & slurpd syslogging (ITS#6)
49         Fixed libldif/line64 analyzed 3 not 4 bug
50         Fixed slapd/modify.c modtail freed twice bug
51         Fixed slapd/value.c value_cmp bug
52         Fixed slapd/tools DB2 uninitialized Datum bugs
53         Fixed slapd/back-ldbm/cache.c delete_internal dntree/idtree bug
54         Fixed slapd/back-ldbm search realbase free bug (ITS#12)
55         Fixed slapd/back-ldbm kerberos bind rc bug (ITS#17)
56         Build environment (autoconf)
57                 Fix --enable-wrappers (ITS#9)
58                 Fix --without-SERVER-COMPONENTS
59                 Fix library make clean
60                 Fix ltconfig for Solaris ProC and FreeBSD elf
61                 Fix make veryclean
62
63 Changes included in OpenLDAP 1.1.0
64         CVS Tag: OPENLDAP_REL_ENG_1_1_0
65         Updated ANNOUNCEMENT, INSTALL, README for release
66         Updated doc for release
67         Updated slapd.conf to use dc style BaseDN
68         Fixed aclparse debug print
69         Fixed slapd/add memory leak bug
70         Fixed slapd/back-ldbm/cache assert bug
71         Autoconf
72                 Fixed --with-threads=yes bug
73                 Added -pthreads check for OSF/1
74                 Updated LDBM auto check to skip NDBM
75                 Updated libtool for FreeBSD3 elf
76                 Fixed pthread version test 
77
78 Changes included in OpenLDAP 1.1-Beta
79         CVS Tag: OPENLDAP_REL_ENG_1_1_BETA
80         Added ldap.conf support
81         Added configuration preservation support
82         Added slapd passwd handling improvements
83         Updated shared library version to release 1
84         Fixed lib-shared.mk handling of static library
85         Fixed no-ldapd make install bugs
86         Fixed slapd/detach-join thread bug
87         Fixed slapd/nextid-atol bug
88         Fixed slapd/derefDN bug
89         Fixed ldbm2ldif ldif bug
90         Updated slapd to use ch_strdup()
91         Moved ldapfriendly to datadir
92         Updated $(MKDIR) handling to always use -p
93         Updated test007 to skip test if slurpd is not built
94         Modified ud to accept "host" in ud.conf
95         Updated contributed software
96         Updated manuals and other docs
97         Fixed LinuxThread handling on alpha/sparc
98         Autoconf:
99                 Added --with_subdir added
100                 Added pthread_create consistency check
101                 Added additonal caching of results
102                 Fixed REENTRANT defines
103                 Updated Kerberos support
104
105 Changes included in OpenLDAP 1.1-Alpha
106         CVS Tag: OPENLDAP_REL_ENG_1_1_ALPHA3
107         Changed LDBM default to sync on writes
108         Added mail500 BOUNCEFROM patch
109         Added dbcachenowsync option
110         Fixed slapd/ldbm id2children bug
111         Fixed slapd/shell newline bug
112         Fixed whois++ get_dn leak
113         Fixed pointer truncation to int bugs
114         Fixed DEC OSF/1 support bugs
115         Fixed r/w lock initialization on non-final Pthreads
116         Fixed slapd/slurpd file unlock bugs
117         Fixed slurpd string translation bug
118         Fixed slurpd/st mutex unlock bug
119         Moved detach() to -llutil
120         Added lutil_passwd() to -llutil
121         Autoconf:
122                 Fixed thread detection
123                 Removed gcc -traditional tests
124                 Changed --enable-dns to require --enable-referrals
125                 Added -lresolv tests for ldapd and LDAP_DNS
126                 Added basic ISODE checks
127                 Added pwd.h &  getpwuid() tests
128                 Added sys/resource.h test
129         Updated NT support (now builds ud)
130         Added function prototypes
131         Removed library externs
132         Removed lint
133
134
135 Changes included in OpenLDAP 1.1-Alpha
136         CVS Tag: OPENLDAP_REL_ENG_1_1_ALPHA2
137         Added cross compiling detect and warnings
138         Fixed autoconf detection of threads
139         Fixed SunOS/Solaris autoconf problems
140         Fixed SCO build problems
141         Fixed ldapd manual compiling
142         Fixed configure script bugs
143         Fixed toupper/tolower bugs
144         Fixed client/tools install-local bug
145         Fixed sgtty vs termios issues
146         Fixed stdarg issues
147         Fixed USE_LOCKF bug
148         Updated configurable slapd/ACLGROUP objectclass/attribute
149         Updated INSTALL/README files
150         Updated setproctitle code
151         Removed lint
152
153 Changes included in OpenLDAP 1.1-Alpha
154         CVS Tag: OPENLDAP_REL_ENG_1_1_ALPHA
155         Fixed slapd/back-passwd sizelimit bug
156         Fixed slapd/back-ldbm/msearch entry rwlock bug
157         Fixed slapd/filterentry Equality bugs
158         Fixed NT port merge issues
159         Fixed ldif/line64 padding bug
160         Added configurable slapd/ACLGROUPS attribute.
161
162 Changes included in OpenLDAP 1.1-Devel
163         CVS Tag: OPENLDAP_DEVEL_POST_AC
164         Added Autoconf Build Environment
165         Added Basic NT Support
166
167
168 Changes included in OpenLDAP Stable 
169         CVS Tag: OPENLDAP_STABLE 
170         Fixed slapd filter.c to error on stderr
171         Fixed slapd/back-ldbm/group.c member bug
172
173 Changes included in OpenLDAP Stable 
174         CVS Tag: OPENLDAP_STABLE_981025 
175         Added make/gmake comments
176         Changed ACL Group code to use groupOfNames
177         Changed "X.500" -> "LDAP" in UD
178         Fixed slapd partial results bug
179         Fixed slapd Y2K/GMT bug
180                 -DLDAP_LOCALTIME added to provide old behavior
181         Fixed slapd flush writes bug
182         Removed lint
183
184 Changes included in OpenLDAP 1.0.2 
185 CVS Tag: OPENLDAP_STABLE_980929 
186         Updated README, INSTALL files 
187         Updated Linux platform defaults
188         Updated FreeBSD 2 & 3 platform defaults
189         Updated PORTS doc to clarify content
190         Updated slapd/tools to use ldapconfig.h slapd.conf constant
191         Added SCHED_YIELD_MISSING flag
192         Added LDAP_ALLOW_NULL_SEARCH_BASE flag
193         Added core removal to tests/Make-template
194         Fixed slapd/acl debug trace problem
195         Fixed ud/auth.c bound_dn problem 
196         Fixed back-ldbm/idl.c CLDAP include <sys/socket.h> problem
197         Fixed Makefile $(CC) problem
198         Fixed LIBEXEC/SBIN creation problem
199         Fixed gmake RUNDIR not defaulting problem 
200
201 Changes included in OpenLDAP 1.0.1 
202 CVS Tag: OPENLDAP_STABLE_980907 
203         Added GNU Make Support 
204         Added OpenBSD Support 
205         Added FreeBSD 2.x vs 3.x detection 
206         Fixed slapd LDAP_TCP_WRAPPER build problem 
207         Fixed slapd NO_THREADS busy loop problem 
208         Fixed slurpd NULL termination problem 
209         Fixed misc build/install problems 
210         Removed junked binary files from repository/distribution 
211
212 Changes included in OpenLDAP 1.0 
213 CVS Tag: OPENLDAP_1-0 
214         Added TCP Wrapper support to slapd 
215         Added POSIX Threads (final) support 
216         Added ACL enhancements including 
217                 Access by Groups 
218                 POSIX regex support 
219         platform updates, and 
220         numerous bug fixes and build changes. 
221
222 Base Version: University of Michigan LDAP v3.3 
223 CVS Tag: UMICH_3_3