- May 13, 2004
-
-
Pierangelo Masarati authored
-
- Apr 07, 2004
-
-
Kurt Zeilenga authored
-
- Mar 10, 2004
-
-
Pierangelo Masarati authored
-
- Mar 06, 2004
-
-
Pierangelo Masarati authored
-
- Jan 01, 2004
-
-
Kurt Zeilenga authored
-
- Dec 08, 2003
-
-
Kurt Zeilenga authored
-
- Dec 01, 2003
-
-
Pierangelo Masarati authored
add administrative bind and proxyAuthz control to enable bound operations in distributed directories (need to manually #define LDAP_BACK_PROXY_AUTHZ and patches from ITS#2851 and ITS#2852)
-
- Nov 27, 2003
-
-
Kurt Zeilenga authored
-
- Apr 07, 2003
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Howard Chu authored
All DN attrs are massaged, whether or not ENABLE_REWRITE is defined. Use "dnAttr" rewriteContext for Add, Compare, & Modify. Fixed ldap_back_compare.
-
- Apr 05, 2003
-
-
Pierangelo Masarati authored
-
- Apr 04, 2003
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
- Apr 03, 2003
-
-
Pierangelo Masarati authored
-
- Mar 30, 2003
-
-
Howard Chu authored
consolidated into the Operation structure. All reply parameters are consolidated into the new SlapReply structure. Most operations now have identical call signatures... Changes are not #ifdef'd, revert to -r NO_SLAP_OP_BLOCKS if necessary to back out.
-
- Feb 19, 2003
-
-
Howard Chu authored
-
- Feb 16, 2003
-
-
Howard Chu authored
-
- Feb 14, 2003
-
-
Howard Chu authored
they will be interleaved in LDAP*. Avoid setting any options on the handle.
-
- Feb 13, 2003
-
-
Howard Chu authored
to access the same LDAP* handle.
-
- Jan 03, 2003
-
-
Kurt Zeilenga authored
-
- Nov 10, 2002
-
-
Pierangelo Masarati authored
-
- Jul 31, 2002
-
-
Kurt Zeilenga authored
hence, s/LDAP_OPERATIONS_ERROR/LDAP_OTHER/
-
- Jul 11, 2002
-
-
Julius Enarusai authored
Coverted LDAP_LOG macro to use subsystem ID int values instead of string values
-
- Jan 04, 2002
-
-
Kurt Zeilenga authored
-
- Dec 28, 2001
-
-
Howard Chu authored
-
- Dec 26, 2001
-
-
Pierangelo Masarati authored
-
- May 16, 2001
-
-
Pierangelo Masarati authored
-
- May 12, 2001
-
-
Pierangelo Masarati authored
- librewrite, for string rewriting; it may be used in back-ldap by configuring with '--enable-rewrite'. It must be used in back-meta. There's a text file, 'libraries/librewrite/RATIONALE', that explains the usage and the features. More comprehensive documentation will follow. - enhancements of back-ldap (ITS#989,ITS#998,ITS#1002,ITS#1054 and ITS#1137) including dn rewriting, a fix to group acl matching and so - back-meta: a new backend that proxies a set of remote servers by spawning queries. It uses portions of back-ldap and the rewrite capabilities of librewrite. It can be compiled by configuring with `--enable-ldap --enable-rewrite --enable-meta'. There's a text file, 'servers/slapd/back-meta/Documentation', that describes the main features and config statements. Note: someone (Kurt?) should run 'autoconf' and commit 'configure' as my autoconf version must be different: my configures contain a number of differences and I didn't feel comfortable in adding them :)
-
- Jan 19, 2001
-
-
Howard Chu authored
See the Changes file for detailed description.
-
- Jan 17, 2001
-
-
Kurt Zeilenga authored
-
- May 22, 2000
-
-
Kurt Zeilenga authored
-
- Sep 18, 1999
-
-
Howard Chu authored
and back-ldbm are preserved, they only use the up-cased DNs. back-passwd uses the mixed-case DN. All others are using mixed-case DN, may need more fixing.
-
- Sep 08, 1999
-
-
Kurt Zeilenga authored
Replace old Id as needed (back-tcl). Leave updating of contribWare to contributors (for now).
-
- May 26, 1999
-
-
Howard Chu authored
LDAP_OPT_MATCH_STRING to ldap.h and libldap/options.c.
-