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