]> err.no Git - sope/blob - sope-ldap/NGLdap/ChangeLog
added PCH support
[sope] / sope-ldap / NGLdap / ChangeLog
1 2005-08-27  Helge Hess  <helge.hess@opengroupware.org>
2
3         * GNUmakefile: added PCH support (v4.5.25)
4
5 2005-08-16  Helge Hess  <helge.hess@opengroupware.org>
6
7         * GNUmakefile, GNUmakefile.preamble: added OSX framework compilation
8           (v4.5.24)
9
10 2005-04-25  Helge Hess  <helge.hess@opengroupware.org>
11
12         * fixed gcc 4.0 warnings (v4.5.23)
13
14 2005-03-08  Helge Hess  <helge.hess@opengroupware.org>
15
16         * NGLdapConnection.m: fixed not to do unauthenticated binds (related to
17           OGo bug #957) (v4.5.22)
18
19 2004-12-14  Marcus Mueller  <znek@mulle-kybernetik.com>
20
21         * NGLdap.xcode: minor fixes and updated
22
23 2004-10-17  Helge Hess  <helge.hess@opengroupware.org>
24
25         * GNUmakefile: include config.make if available (v4.3.21)
26
27 2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
28
29         * README.macosx: removed obsoleted documentation
30
31         * NGLdap.xcode: adjusted several build parameters
32
33 2004-08-29  Helge Hess  <helge.hess@opengroupware.org>
34
35         * added hack to install the project in FHS locations - the library,
36           its headers, the tools and the resources will be installed in
37           FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local)
38           (v4.3.20)
39
40 2004-08-29  Marcus Mueller  <znek@mulle-kybernetik.com>
41
42         * NGLdap.xcode: new Xcode project
43
44 2004-08-20  Helge Hess  <helge.hess@opengroupware.org>
45
46         * fixed for SOPE 3.3 directory layout (v4.3.19)
47
48         * moved to sope-ldap
49
50         * moved to SOPE 4.3 (v4.3.18)
51
52 2004-06-20  Florian G. Pflug  <fgp@phlo.org>
53
54         * NGLdapConnection.m: added support for MS Active Directory, introduced
55           three new defaults: LDAPInitialBindSpecific - YES means not to do 
56           anonymous binds, but instead use LDAPInitialBindDN, LDAPInitialBindPW
57           for the initial bind. Two LDAP options are set (protocol version to
58           LDAPv3 and disabled referrals). Finally "LDAP_PARTIAL_RESULTS" is
59           accepted as a valid return code for successful searches. (v4.2.17)
60
61 2004-06-09  Helge Hess  <helge.hess@opengroupware.org>
62
63         * GNUmakefile.preamble: added prebinding (v4.2.16)
64
65 2004-05-05  Marcus Mueller  <znek@mulle-kybernetik.com>
66
67         * GNUmakefile.preamble: added support for building with
68           GNUSTEP_BUILD_DIR environment variable set for recent
69           gnustep-make package. (v4.2.15)
70
71 2004-01-19  Helge Hess  <helge.hess@opengroupware.org>
72
73         * NGLdapConnection.m: fixed various compile warnings with OpenLDAP v2
74           (v4.2.14)
75
76 2003-09-07  Marcus Mueller  <znek@mulle-kybernetik.com>
77
78         * v4.2.13
79
80         * EOQualifier+LDAP.m: define sel_eq for NeXT_RUNTIME
81
82         * common.h: remove obsolete FoundationExt references
83
84 2003-07-28  Helge Hess  <helge.hess@skyrix.com>
85
86         * GNUmakefile.preamble: do not link against SASL library by default,
87           you can still use the "sasl=yes" makefile parameter to enable
88           compilation against the SASL library (required for some older
89           LDAP libraries which do not link against SASL)
90
91 2003-07-18  Helge Hess  <helge.hess@skyrix.com>
92
93         * NGLdapConnection.m: replaced an indexOfString with rangeOfString
94           (v4.2.12)
95
96 Wed Apr 16 17:00:06 2003  Jan Reichmann  <jan@skyrix.com>
97
98         * NGLdapConnection.m: move DN for login code in seperate method 
99           (v4.2.11)
100
101 2003-04-15  Helge Hess  <helge.hess@skyrix.com>
102
103         * NGLdapURL.m: small cleanups (v4.2.10)
104
105 2003-04-10  Helge Hess  <helge.hess@skyrix.com>
106
107         * GNUmakefile.preamble: added "nosasl" and "nossl" configuration
108           parameters
109
110 2003-04-03  Helge Hess  <helge.hess@skyrix.com>
111
112         * GNUmakefile.preamble: added setting to compile against reentrant
113           LDAP libraries
114
115         * NGLdapConnection.m: added new LDAPLoginAttributeName default and
116           a lot more debugging messages if LDAPDebugEnabled is on (v4.2.9)
117         
118 2003-04-01  GNUstep User  <helge.hess@skyrix.com>
119
120         * v4.2.8
121
122         * common.h: compiles with GNUstep Base
123
124         * NGLdapDataSource.m, NGLdapFileManager.m: do not use NSFileIdentifier
125           constant (uses a string instead)
126
127         * NGLdapAttribute.m, NSString+DN.m: replaced -indexOfString: calls
128           with -rangeOfString
129
130 2003-01-20  Helge Hess  <helge.hess@skyrix.com>
131
132         * NGLdapFileManager.m: replaced a RETAIN macro (v4.2.7)
133
134 2003-01-07  Helge Hess  <helge.hess@skyrix.com>
135
136         * changes for improved compilation on MacOSX, replaced RETAIN macros
137           with methods (v4.2.6)
138
139 Fri Dec 27 10:55:32 2002  Helge Hess  <helge.hess@skyrix.com>
140
141         * NGLdapAttribute.m: moved UTF8/Latin1 string to NSString conversion to
142           a centralized method (stringFromData) (v4.2.5)
143
144 2002-11-21  Helge Hess  <helge.hess@skyrix.com>
145
146         * NGLdapFileManager.m: made -dnForPath:, -pathForDn: and 
147           -ldapConnection public methods (v4.2.4)
148         
149         * NGLdapFileManager.m: added -initWithURL: to init filemanager using
150           an NSURL object (v4.2.3)
151
152         * moved ldapls, ldap2dsml tools to ../samples/
153
154 2002-09-26  Helge Hess  <helge.hess@skyrix.com>
155
156         * removed all OpenLDAP v1 things not available in v2 anymore ... 
157           (v4.2.2)
158
159 2002-05-23  Helge Hess  <helge.hess@skyrix.com>
160
161         * moved from Skyrix-dev-42 repository to skyrix-core (v4.2.1)
162
163 Thu Apr 25 15:37:57 2002  Helge Hess  <helge.hess@skyrix.com>
164
165         * NGLdapConnection.m: pass credentials as ISO-Latin-1 ..
166
167 Wed Mar  6 13:29:28 CET 2002 Jan41 Reichmann  <jan@skyrix.com>
168
169         * merge with SkyrixGreen
170
171 Mon Jan 21 16:29:30 2002  Jan41 Reichmann  <jan@skyrix.com>
172
173         * NGLdapAttribute.m: 
174         * NGLdapSearchResultEnumerator.m: Fixed UTF8 handling
175
176 Wed Oct 24 12:46:58 2001  Helge Hess  <helge.hess@skyrix.com>
177
178         * changed various places to use UTF-8 instead of cString
179
180         * updated to SKYRiXgreen
181
182 Mon Aug 13 18:01:48 2001  Martin Hoerning  <mh@skyrix.com>
183
184         * NGLdapSearchResultEnumerator.m: fixed RETAIN-BUG
185
186         * NGLdapAttribute.m: fixed performance/BUGS
187
188         * NGLdapConnection.m: repeared RETAIN-BUG, 
189                               updated changes from SKYRiXgreen
190
191         * NSString+DN.m: repaired free - BUG
192
193         * NGLdapSearchResultEnumerator.m: repaired RETAIN bugs
194
195         * NGLdapConnection.m/NSString+DN.m repaired RETAIN bugs
196
197 Fri Aug 10 13:52:30 2001  Helge Hess  <helge.hess@skyrix.com>
198
199         * NGLdapFileManager.m: inherit from NGFileManager
200
201 Mon Feb 26 17:03:38 2001  Helge Hess  <helge.hess@mdlink.de>
202
203         * NGLdapConnection.m: use port 389 if none is specified
204
205 Mon Jan 29 15:38:23 2001  Helge Hess  <helge.hess@mdlink.de>
206
207         * NGLdapFileManager.m: added (non-)support for trash-folder
208
209 Fri Jan 19 16:15:57 2001  Helge Hess  <helge.hess@mdlink.de>
210
211         * NGLdapFileManager.m: added support for global-ids
212
213 Thu Jan 18 17:08:50 2001  Helge Hess  <helge.hess@mdlink.de>
214
215         * NGLdapFileManager.m: use new FileManager protocols in NGExtensions
216
217 Mon Dec 18 13:02:10 2000  Helge Hess  <helge.hess@mdlink.de>
218
219         * NGLdapEntry.m: added -valueForKey:
220
221 Wed Nov 29 18:06:03 2000  Helge Hess  <helge.hess@mdlink.de>
222
223         * created ChangeLog
224