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