- 25 Dec, 2001 2 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- 08 Dec, 2001 2 commits
-
-
Howard Chu authored
in back-sql along the way.)
-
Howard Chu authored
-
- 28 Nov, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 22 Oct, 2001 1 commit
-
-
Howard Chu authored
Changed AttributeDescription.{ad_cname,ad_lang} to struct berval everywhere Deleted ad_free() everywhere Added ad_mutex to init.c The AttributeDescriptions are in a linked list hanging off of the corresponding AttributeType.
-
- 28 Dec, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 06 Jun, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 25 May, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 22 May, 2000 1 commit
-
-
Kurt Zeilenga authored
SASL mech removed from backend bind callback (as SASL is managed by frontend) Changes to some backends are untested (as I don't have all dependent software install)
-
- 06 Feb, 2000 1 commit
-
-
Kurt Zeilenga authored
Changes outside of #ifdef include three value filter processing.
-
- 24 Sep, 1999 1 commit
-
-
Kurt Zeilenga authored
s/dn_normalize/dn_validate/ s/dn_normalize_case/dn_normalize/
-
- 18 Sep, 1999 1 commit
-
-
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.
-
- 08 Sep, 1999 1 commit
-
-
Kurt Zeilenga authored
Replace old Id as needed (back-tcl). Leave updating of contribWare to contributors (for now).
-
- 02 Sep, 1999 1 commit
-
-
Hallvard Furuseth authored
-
- 24 Jul, 1999 1 commit
-
-
Kurt Zeilenga authored
LDAPext discussions). Add attrs and attrsonly support to monitor/config info. Add rdn attributes to schema/monitor/config. Add extensibleObject objectclass to schema/monitor/config. Add top objectclass to rootdse/monitor/config. Remove opattrs option from send_search_entry().
-
- 22 Jul, 1999 1 commit
-
-
Kurt Zeilenga authored
NULL does not meet basic syntax rules.
-
- 21 Jul, 1999 1 commit
-
-
Kurt Zeilenga authored
by <who> <access> changed to by <who>+ <access> (joined with AND) added peername=<regex> sockname=<regex> url=<regex> removed addr=<regex> (use peername instead). replace dn_upcase with str2upper and str2lower. Use where needed.
-
- 16 Jul, 1999 1 commit
-
-
Kurt Zeilenga authored
Includes support for update referral for each replicated backend. Reworked replication test to use update referral. Includes major rewrite of response encoding codes (result.c). Includes reworked alias support and eliminates old suffix alias codes (can be emulated using named alias). Includes (untested) support for the Manage DSA IT control. Works in LDAPv2 world. Still testing in LDAPv3 world. Added default referral (test009) test.
-
- 13 Jul, 1999 1 commit
-
-
Hallvard Furuseth authored
-
- 07 Jul, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 29 Apr, 1999 1 commit
-
-
Kurt Zeilenga authored
Modified by me to dn_*() and attr_*() functions and to use uidObject and to handle search scopes better. Could use some more work. A fun project for anyone wanting to learn how backends work. Modified dn_parent and dn_rdn to accept be=NULL (to bypass be_issuffix check). These functions should be generalized and moved to -lldap. A project for another day.
-
- 22 Mar, 1999 1 commit
-
-
Kurt Zeilenga authored
Mainly updated back-bdb2, back-passwd, back-shell to use slap_get_time().
-
- 17 Mar, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 05 Feb, 1999 1 commit
-
-
Kurt Zeilenga authored
Separates per backend type from per backend database initialization and startup. Also supports per type / per backend shutdown. New frontend startup/shutdown routines are also provided: slap_init() slap_startup() slap_shutdown() slap_destroy() New frontend->backend startup/shutdown is managed by: backend_init() backend_startup() backend_shutdown backend_destroy backend_init() now calls bi_init() to initial all function pointers for the backend (excepting bi_init() which is now the only hardcoded entry point). New entry points are detailed in slap.h struct backend_info. backend_info is a per database type structure. Besides the new startup/shutdown entry points, the new interface also supports per backend type configuration options. One could have: backend bdb2 (new Berkeley DB 2 backend) bdb2_home /directory database bdb2 ... *** This code is fairly experimental *** *** Much cleanup and testing is still needed *** see slap.h for details on struct backend_db and backend_info.
-
- 28 Jan, 1999 1 commit
-
-
Kurt Zeilenga authored
Likely broke things for non-posix threadings.... Update -lldap_r implementation to: remove attribute support hide thread detachment provide concurrency accessors provide initialization function fix gethostby{addr,name}_r codes (not coverred by HAVE_REENTRANT_FUNCTIONS) Update servers/libraries to use ldap_pvt_thread_ calls. Cleanup server codes (no #ifdef HAVE_PTHREAD_THIS or _THATs)! Removed -llthread
-
- 18 Jan, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 13 Jan, 1999 1 commit
-
-
Kurt Zeilenga authored
creation codes to provide this field. Update cache_entrydn_cmp to strcasecmp() the e_ndn instead of e_dn. Note: strcasecmp() is still used as e_ndn isn't in uppercase. Maybe it should be. Did not update other codes to use e_ndn. Hence, there are lots of dn_normalize() calls that could be eliminated. (The case determination of e_ndn should be made first).
-
- 27 Nov, 1998 1 commit
-
-
Kurt Zeilenga authored
if strdup fails. This is better than not checking, but we should add orderly shutdown.
-
- 15 Nov, 1998 1 commit
-
-
Hallvard Furuseth authored
Most function and variable definitions are now preceded by its extern definition, for error checking. Retyped a number of functions, usually to return void. Fixed a number of printf format errors. API changes (in ldap/include): Added avl_dup_ok, avl_prefixapply, removed ber_fatten (probably typo for ber_flatten), retyped ldap_sort_strcasecmp, grew lutil.h. A number of `extern' declarations are left (some added by protoize), to be cleaned away later. Mostly strdup(), strcasecmp(), mktemp(), optind, optarg, errno.
-
- 26 Oct, 1998 1 commit
-
-
Kurt Zeilenga authored
-
- 25 Oct, 1998 1 commit
-
-
Kurt Zeilenga authored
-
- 21 Oct, 1998 2 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- 09 Aug, 1998 1 commit
-
-
Kurt Zeilenga authored
-