- Jul 02, 1999
-
-
Kurt Zeilenga authored
if multiple step SASL binds are in progress.
-
- Jul 01, 1999
-
-
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).
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Update error strings and cldap misuse of server error.
-
Kurt Zeilenga authored
-
- Jun 30, 1999
-
-
Kurt Zeilenga authored
Add place holder for handling LDAPv3 extended operations (coming soon).
-
Kurt Zeilenga authored
changed significantly.
-
- Jun 29, 1999
-
-
Kurt Zeilenga authored
specific which methods may be used. This will facilate development of a slapd config directive "passwordMethod ..." to specify which methods should be allowed.
-
Kurt Zeilenga authored
Use everywhere. Apply search ACLs to operational attributes. Only provide operational attributes when explicitly requested.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Leave only LDAPv2+ and LDAPv3.
-
- Jun 27, 1999
-
-
Kurt Zeilenga authored
verify uid/gid are positive, not non-negative.
-
- Jun 24, 1999
-
-
Bastiaan Bakker authored
ith --enable-modules. GLib v1.2 or higher is required.
-
- Jun 23, 1999
-
-
Bastiaan Bakker authored
Added connection initialisation and destruction notification. Now backends can register functions in backend_info.bi_connection_init and backend_info.bi_connection_destroy that will be called when a connection is initialized or destroyed.
-
- Jun 21, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
use.
-
Kurt Zeilenga authored
-
- Jun 19, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jun 18, 1999
-
-
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
-
Kurt Zeilenga authored
-
Gary Williams authored
-
Gary Williams authored
-
Gary Williams authored
-
Gary Williams authored
-
Gary Williams authored
-
- Jun 17, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
compiling errors on other platforms. Will need to update NT projects.
-
Julio Sánchez Fernández authored
Code untested, but it is not used yet.
-
Julio Sánchez Fernández authored
Some matching rule definitions modified to use said routines. Default appropriately all other matching rules.
-
Julio Sánchez Fernández authored
the length too.
-
Julio Sánchez Fernández authored
X.520 that were not inherited by RFC2252. Fill in properly the matching rule oids when converting an attribute type definition in the old format.
-
Julio Sánchez Fernández authored
do properly SYNTAX_CES. Documented all other matching rules from X.520 that we do not use.
-
Kurt Zeilenga authored
backout previous nt changes (actually, just don't include nt_svc.c)
-