- Oct 21, 2001
-
-
Kurt Zeilenga authored
-
- Oct 18, 2001
-
-
Pierangelo Masarati authored
skeleton of ldap_str2nd/dn2str; works with most of the simple cases, but there's much to do with unicode, I think
-
- Oct 02, 2001
-
-
Kurt Zeilenga authored
-
- Oct 01, 2001
-
-
Kurt Zeilenga authored
-
- Sep 29, 2001
-
-
Kurt Zeilenga authored
use of BerkeleyDB's Concurrent DB API.
-
- Sep 28, 2001
-
-
Howard Chu authored
Compile with -DLDAP_CONNECTIONLESS to use this code. For slapd, use "-h cldap://" to listen on UDP. For ldapsearch, use "-H cldap://" to query on UDP. Client-side support is very minimal: no automatic timeout/retries no basedn wildcard expansion on results no support for specifying multiple servers at once.
-
- Sep 26, 2001
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
This should be tunable...
-
- Sep 24, 2001
-
-
Kurt Zeilenga authored
-
- Sep 21, 2001
-
-
Howard Chu authored
-
- Sep 18, 2001
-
-
Kurt Zeilenga authored
-
Howard Chu authored
-
- Aug 31, 2001
-
-
Kurt Zeilenga authored
-
- Jul 23, 2001
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jul 22, 2001
-
-
Kurt Zeilenga authored
-
- Jul 21, 2001
-
-
Kurt Zeilenga authored
Remove lint
-
- Jul 14, 2001
-
-
Pierangelo Masarati authored
The old monitoring stuff has been removed; the new backend is enabled by using --enable-monitor at configure time and requires database monitor in slapd.conf to be activated. At present it implements a subset of the old monitoring options, and it should be extendable to a number of different subsystems. The search operation has been implementd; it does not honor abandon or size/time limits, though. The compare and the abandon operations are planned. Copyright Pierangelo Masarati <ando@sys-net.it>; the code is provided AS IS with NO GUARANTEE. It can be used and distributed under the conditions stated by the OpenLDAP Public License.
-
- Jul 06, 2001
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jun 25, 2001
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
need to rework cert check to use per lconn host name
-
- Jun 23, 2001
-
-
Kurt Zeilenga authored
-
- Jun 22, 2001
-
-
Kurt Zeilenga authored
-
- Jun 21, 2001
-
-
Randy Kunkee authored
integer-pointer conversions errors in librewrite (on FreeBSD 4.2).
-
Randy Kunkee authored
dbcachesize setting actually work for db-3.2.9.
-
- Jun 15, 2001
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jun 14, 2001
-
-
Kurt Zeilenga authored
-
- Jun 13, 2001
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
with minor changes by committer --- Copyright 2001, F5 Networks, Inc, All rights reserved. This software is not subject to any license of F5 Networks. This is free software; you can redistribute and use it under the same terms as OpenLDAP itself.
-
- Jun 11, 2001
-
-
Kurt Zeilenga authored
-
- Jun 09, 2001
-
-
Kurt Zeilenga authored
don't use tmpnam()
-
- May 29, 2001
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- May 21, 2001
-
-
Kurt Zeilenga authored
-
- May 19, 2001
-
-
Kurt Zeilenga 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 :)
-