- 16 Jun, 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)
-
- 21 May, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 13 May, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 25 Apr, 2000 1 commit
-
-
Kurt Zeilenga authored
and other error handling changes
-
- 12 Apr, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 03 Mar, 2000 1 commit
-
-
Kurt Zeilenga authored
Don't use LDAP_OPERATIONS_ERROR for internal errors. Use LDAP_OTHER instead. (more changes needed in this area)
-
- 02 Mar, 2000 1 commit
-
-
Kurt Zeilenga authored
non-bind requests while a multi-step SASL bind process is under to connection.c. Return LDAP_OPERATIONS_ERROR, not LDAP_SASL_BIND_IN_PROGRESS.
-
- 01 Mar, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 29 Feb, 2000 1 commit
-
-
Kurt Zeilenga authored
Only return SLAPD_DISCONNECT with a send_ldap_disconnect() was called. Add initial code for support predetermined filter results when filter is undefined (or known to be true or false).
-
- 01 Feb, 2000 1 commit
-
-
Kurt Zeilenga authored
Noticed that abandon and unbind don't have control support... something for another day.
-
- 08 Dec, 1999 1 commit
-
-
Kurt Zeilenga authored
user password. Likely to be modified to use bind control instead. Use of modify deprecated in favor mechanisms that support passwords stored externally to the directory (such as in a SASL service). Modified slapd extended operation infrastructure to support backend provided extended operations.
-
- 28 Oct, 1999 1 commit
-
-
Howard Chu authored
See README 1.27 log.
-
- 24 Sep, 1999 1 commit
-
-
Kurt Zeilenga authored
s/dn_normalize/dn_validate/ s/dn_normalize_case/dn_normalize/
-
- 19 Sep, 1999 1 commit
-
-
Howard Chu authored
-
- 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).
-
- 03 Sep, 1999 1 commit
-
-
Hallvard Furuseth authored
-
- 02 Sep, 1999 1 commit
-
-
Hallvard Furuseth authored
-
- 13 Aug, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 07 Aug, 1999 1 commit
-
-
Hallvard Furuseth authored
Fix Statlog() formats, remove an implicit int, include <ctype.h> for isspace().
-
- 06 Aug, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 03 Aug, 1999 1 commit
-
-
Kurt Zeilenga authored
updated patch submitted Philipp Klaus <ldapml@internet.access.ch> Can be enabled using --enable-multimaster. TODO: Replication test likely should be adjusted to test multimaster environment.
-
- 29 Jul, 1999 1 commit
-
-
Kurt Zeilenga authored
add MODRDN newSuperior support add '#' support to ldapmodify (but not slurpd and ldbm tools)
-
- 27 Jul, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 22 Jul, 1999 2 commits
-
-
Kurt Zeilenga authored
an OID or a proper type string (letter followed by 0 or more alnum/-).
-
Kurt Zeilenga authored
NULL does not meet basic syntax rules.
-
- 16 Jul, 1999 2 commits
-
-
Kurt Zeilenga authored
didn't bother to acquire)...
-
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.
-
- 07 Jul, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 02 Jul, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 01 Jul, 1999 1 commit
-
-
Kurt Zeilenga authored
Modify ldap_result to assert returned error is not an one reserved for API use. Modify frontend LDAP operation routines to return an error code. The returned value will be used to determine if an unsolicited notification should be sent to the client. Need to review returned error codes. Namely some LDAP_PROTOCOL_ERROR will like need to be changed (as they will cause unsolicited notifications).
-
- 30 Jun, 1999 1 commit
-
-
Kurt Zeilenga authored
Add place holder for handling LDAPv3 extended operations (coming soon).
-
- 29 Jun, 1999 2 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- 18 Jun, 1999 1 commit
-
-
Kurt Zeilenga authored
added lber_types.h.nt, lber_types.h.in removal of NULLxxx internal macros (in favor of NULL). ch_free added to slapd,slurpd/ch_malloc.c #define free ch_free (should be removed after s/free/ch_free/g) in proto-slap.h ch_malloc and friends use ber_memalloc and friends
-
- 07 Mar, 1999 1 commit
-
-
Juan Gomez authored
conn->c_protocol == LDAP_VERSION3;
-
- 05 Mar, 1999 1 commit
-
-
Juan Gomez authored
carry it. This in preparation to support LDAP v3 MODDN request.
-
- 03 Mar, 1999 1 commit
-
-
Hallvard Furuseth authored
-
- 19 Jan, 1999 1 commit
-
-
Kurt Zeilenga authored
and uppercase. (aliased_dn are stored in normalized uppercase format).
-