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