- Mar 14, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
with authentication id and authorization ids. Note: this routine doesn't actually negotiate anything. It likely should be renamed ldap_sasl_auth_s() or ldap_sasl_bind_multistep() or something.
-
- Mar 13, 2000
-
-
Kurt Zeilenga authored
-
Julio Sánchez Fernández authored
modules are dynamically loaded, they summon libldap when needed. However, depending on the security libraries available when the shared libldap was built, the latter brings up other dependencies. On some platforms, it seems that no solution is available: no indirect dynamic dependencies. But for some platforms where this is supported (in particular, Linux), the shared libldap must contain info on what other dynamic libraries it needs. We were failing to put this info into the shared library. This patch seems to fix it.
-
Julio Sánchez Fernández authored
except where we should.
-
- Mar 11, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Mar 10, 2000
-
-
Kurt Zeilenga authored
-
- Mar 09, 2000
-
-
Kurt Zeilenga authored
-
- Mar 08, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Mar 03, 2000
-
-
Kurt Zeilenga authored
Don't use LDAP_OPERATIONS_ERROR for internal errors. Use LDAP_OTHER instead. (more changes needed in this area)
-
Kurt Zeilenga authored
must be specified for each database.
-
- Mar 02, 2000
-
-
Kurt Zeilenga authored
Add comment concerning sequencing issues which need to be resolved by reworking of connection state machine. Add note that a race condition exists until this rework is complete. Rework extended operations to return pointer to static error text.
-
Kurt Zeilenga authored
-
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.
-
- Mar 01, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
notice to bottom of document. Reformat paragraph. Separate trademark statement from terms. This edit do not change the licensing terms.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Feb 29, 2000
-
-
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).
-
- Feb 28, 2000
-
-
Kurt Zeilenga authored
limited subtype support, modlist handling, filter updates, lastmod attribute handling.
-
- Feb 25, 2000
-
-
Kurt Zeilenga authored
impl of slap_modlist2mods() and is_at_subtype().
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Feb 24, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Feb 22, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Not hidden "NULLDN" to "<anonymous>" in modify stats
-
- Feb 21, 2000
-
-
Kurt Zeilenga authored
-
- Feb 18, 2000
-
-
Kurt Zeilenga authored
-
- Feb 16, 2000
-
-
Kurt Zeilenga authored
(basically, it's for testing internals, don't enable it otherwise)
-
Kurt Zeilenga authored
suggested by Steve Sonntag.
-
- Feb 15, 2000
-
-
Kurt Zeilenga authored
Not hidden: "<anonymous>" modifiersname
-
- Feb 14, 2000
-
-
Kurt Zeilenga authored
plus these changes unhidden changes: remove now meaning --enable-discreteaci configure option fix ITS#451, slapd filters Add ber_bvecadd() to support above constify ldap_pvt_find_wildcard() and misc slapd routines renamed some slap.h macros likely broken something
-
- Feb 12, 2000
-
-
Kurt Zeilenga authored
-