- Oct 30, 2001
-
-
Pierangelo Masarati authored
moved rdn parsing in a dedicated routine, ldap_str2rdn(), that can be used directly; now ldap_rdn2str() handles all the formats
-
- Oct 29, 2001
-
-
Pierangelo Masarati authored
may need optimization; uncomment #define USE_LDAP_DN_PARSING in libraries/libldap/getdn.c to enable its use. The ava/rdn/dn handling routines (append, insert, free and so) must be made available thru declaration in some header.
-
- Oct 24, 2001
-
-
Kurt Zeilenga authored
-
- Oct 22, 2001
-
-
Pierangelo Masarati authored
-
- 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
-