]> git.sur5r.net Git - openldap/log
openldap
24 years agoDefer normalization to later stages. OPENLDAP_DEVEL_SCHEMA
Julio Sánchez Fernández [Fri, 9 Jul 1999 14:41:10 +0000 (14:41 +0000)]
Defer normalization to later stages.

24 years agoSome fixes to make it compile.
Julio Sánchez Fernández [Fri, 9 Jul 1999 14:38:54 +0000 (14:38 +0000)]
Some fixes to make it compile.
Please, someone look for SYNTAX_DN in the file, read my comment there
and try to explain what was the code doing there.  I don't understand
the purpose of that.  And I need it to know what to do about it.

24 years agoFix to deal with the new functions in matching rules.
Julio Sánchez Fernández [Fri, 9 Jul 1999 14:36:00 +0000 (14:36 +0000)]
Fix to deal with the new functions in matching rules.
Lots to do here.  Possibly move matching rules to a separate file, since
new code and pieces that have been removed from here would have to come
here.

24 years agoThis one, on the other hand, has to use smr_cindex.
Julio Sánchez Fernández [Fri, 9 Jul 1999 14:33:28 +0000 (14:33 +0000)]
This one, on the other hand, has to use smr_cindex.

24 years agoAdapt to use the smr_sindex function instead of the deleted common indexing
Julio Sánchez Fernández [Fri, 9 Jul 1999 14:32:32 +0000 (14:32 +0000)]
Adapt to use the smr_sindex function instead of the deleted common indexing
function.

24 years agoFix mr_add prototype to deal with the two indexing functions.
Julio Sánchez Fernández [Fri, 9 Jul 1999 14:30:41 +0000 (14:30 +0000)]
Fix mr_add prototype to deal with the two indexing functions.

24 years agoExplain better what each matching rule function means.
Julio Sánchez Fernández [Fri, 9 Jul 1999 14:29:24 +0000 (14:29 +0000)]
Explain better what each matching rule function means.
We need to indexing routines per matching rule.  One (cindex) is used to
create the indexes.  The other (sindex) is used to search.  This is
necessary because the syntax of the value assertion may be different
from the syntax of the attributes the matching rules is used with.
They may be the same function, however, and will be the same in most
cases.

24 years agoRevert the f_sub change.
Julio Sánchez Fernández [Fri, 9 Jul 1999 13:48:18 +0000 (13:48 +0000)]
Revert the f_sub change.

24 years agoPut in line with prototype changes in value.c.
Julio Sánchez Fernández [Fri, 9 Jul 1999 13:46:46 +0000 (13:46 +0000)]
Put in line with prototype changes in value.c.
delete_values returns LDAP_UNDEFINED_TYPE if the type is unknown,
this is suspect.

24 years agoPut in line with value_find prototype change
Julio Sánchez Fernández [Fri, 9 Jul 1999 13:42:05 +0000 (13:42 +0000)]
Put in line with value_find prototype change

24 years agoDelete leftover test_filter comment.
Julio Sánchez Fernández [Fri, 9 Jul 1999 13:41:12 +0000 (13:41 +0000)]
Delete leftover test_filter comment.
Adapt to work with the f_sub definition change reversal.

24 years agoFix calls to value_find
Julio Sánchez Fernández [Fri, 9 Jul 1999 13:39:25 +0000 (13:39 +0000)]
Fix calls to value_find

24 years agoAdapt to use matching rules.
Julio Sánchez Fernández [Fri, 9 Jul 1999 13:29:26 +0000 (13:29 +0000)]
Adapt to use matching rules.

24 years agoFix prototypes for some functions in value.c
Julio Sánchez Fernández [Fri, 9 Jul 1999 13:27:57 +0000 (13:27 +0000)]
Fix prototypes for some functions in value.c

24 years agoDon't try to normalize the value in do_compare, leave it for later.
Julio Sánchez Fernández [Fri, 9 Jul 1999 13:26:11 +0000 (13:26 +0000)]
Don't try to normalize the value in do_compare, leave it for later.
The matching rule will do that if necessary.

24 years agoDefer normalization of attribute types and values to later stages
Julio Sánchez Fernández [Fri, 9 Jul 1999 13:22:47 +0000 (13:22 +0000)]
Defer normalization of attribute types and values to later stages
instead of in get_ava.

24 years agoRevert the definition of the f_un_sub choice in the filter for the time
Julio Sánchez Fernández [Fri, 9 Jul 1999 13:20:53 +0000 (13:20 +0000)]
Revert the definition of the f_un_sub choice in the filter for the time
being.  Really, this should be done, but it makes too great a mess,
so we will leave it for later.

24 years agoDelete all sat_syntax_compat crud.
Julio Sánchez Fernández [Thu, 8 Jul 1999 19:28:59 +0000 (19:28 +0000)]
Delete all sat_syntax_compat crud.
Change at_canonical_name to start from an AttributeType instead
of a character string.  This routine could be inlined cleanly.

24 years agoChanges in headers needed for new schema support. These changes break
Julio Sánchez Fernández [Thu, 8 Jul 1999 19:05:41 +0000 (19:05 +0000)]
Changes in headers needed for new schema support.  These changes break
lots of files in this directory.

24 years agoFirst step in third stage of new schema support.
Julio Sánchez Fernández [Thu, 8 Jul 1999 18:55:40 +0000 (18:55 +0000)]
First step in third stage of new schema support.
The backend compiles, but it is incomplete.  The rest of slapd is broken,
so don't even think about trying it.

24 years agoRemove a few completed projects
Kurt Zeilenga [Wed, 7 Jul 1999 19:58:59 +0000 (19:58 +0000)]
Remove a few completed projects

24 years agoForgot the most important part of unsolicited notifications... exop!
Kurt Zeilenga [Wed, 7 Jul 1999 18:53:51 +0000 (18:53 +0000)]
Forgot the most important part of unsolicited notifications... exop!

24 years agoAdd support for unsolicited notifications.
Kurt Zeilenga [Wed, 7 Jul 1999 18:51:39 +0000 (18:51 +0000)]
Add support for unsolicited notifications.

24 years agoCopy LDBM bind "ACL_AUTH" and SASL framework to bdb2.
Kurt Zeilenga [Wed, 7 Jul 1999 18:47:51 +0000 (18:47 +0000)]
Copy LDBM bind "ACL_AUTH" and SASL framework to bdb2.

24 years agoFix CRITICIAL typo.
Kurt Zeilenga [Wed, 7 Jul 1999 18:32:41 +0000 (18:32 +0000)]
Fix CRITICIAL typo.

24 years agoAdd matching rule assertion structure to filter union.
Kurt Zeilenga [Wed, 7 Jul 1999 18:02:32 +0000 (18:02 +0000)]
Add matching rule assertion structure to filter union.

24 years agoAdd charray (from slapd) to -lldap/-lldap_r (not yet used)
Kurt Zeilenga [Wed, 7 Jul 1999 17:58:21 +0000 (17:58 +0000)]
Add charray (from slapd) to -lldap/-lldap_r (not yet used)
Add digest md5 codes to -lldap/-lldap_r (work in progress)

24 years agorequest value should be optional.
Kurt Zeilenga [Wed, 7 Jul 1999 17:52:06 +0000 (17:52 +0000)]
request value should be optional.

24 years agoMinor editorial change.
Kurt Zeilenga [Wed, 7 Jul 1999 17:51:39 +0000 (17:51 +0000)]
Minor editorial change.

24 years agoFix CRITICIAL typo
Kurt Zeilenga [Wed, 7 Jul 1999 17:49:15 +0000 (17:49 +0000)]
Fix CRITICIAL typo

24 years agoAdd controls.c to pick up get_ctrls().
Kurt Zeilenga [Mon, 5 Jul 1999 23:08:43 +0000 (23:08 +0000)]
Add controls.c to pick up get_ctrls().

24 years agoAdd controls.c: initial version of get_ctrls()
Kurt Zeilenga [Mon, 5 Jul 1999 23:04:35 +0000 (23:04 +0000)]
Add controls.c: initial version of get_ctrls()

24 years agoAdd get_ctrls()...
Kurt Zeilenga [Mon, 5 Jul 1999 23:01:17 +0000 (23:01 +0000)]
Add get_ctrls()...

24 years agounifdef -DSLAPD_ACLGROUPS -DSLAPD_ACLAUTH
Kurt Zeilenga [Mon, 5 Jul 1999 06:26:26 +0000 (06:26 +0000)]
unifdef -DSLAPD_ACLGROUPS -DSLAPD_ACLAUTH

24 years agoRegarding previous commit:
Kurt Zeilenga [Sun, 4 Jul 1999 19:53:00 +0000 (19:53 +0000)]
Regarding previous commit:
Fix broken ACL macros.
Fix o_dn/o_ndn == NULL vs "".

24 years agoo_dn/o_ndn must not be NULL. Set to "" upon receiving bind request.
Kurt Zeilenga [Sun, 4 Jul 1999 19:37:25 +0000 (19:37 +0000)]
o_dn/o_ndn must not be NULL.  Set to "" upon receiving bind request.

24 years agoHEADS UP: connections are forced to "anonymous" status upon receiving
Kurt Zeilenga [Sun, 4 Jul 1999 18:46:24 +0000 (18:46 +0000)]
HEADS UP:  connections are forced to "anonymous" status upon receiving
of a bind request and, upon failure, are left "anonymous."

Rework ACL code to hide access testing within macros to facilate additions
and eventual redesign.

Addition of #ifdef SLAPD_ACLAUTH to conditional include EXPERIMENTAL
"auth" access controls.  Adds ACL_AUTH "auth" access level (above none,
below "compare").  bind requires anonymous access at this level or above access
to "entry"/"userPassword"/"krbName".  This allows administrators to restrict
which entries can be bound to.  (This will likely become default behavior
after testing has completed).

24 years agoAbandon all operations upon receiving a BindRequest.
Kurt Zeilenga [Fri, 2 Jul 1999 21:42:53 +0000 (21:42 +0000)]
Abandon all operations upon receiving a BindRequest.

24 years agoMore bind changes to support SASL/DIGEST.
Kurt Zeilenga [Fri, 2 Jul 1999 19:48:07 +0000 (19:48 +0000)]
More bind changes to support SASL/DIGEST.
Added configuration support for "digest-realm <realm>" configure directive.
Added connection state and bind_in_progress fields to cn=monitor connection
attribute.

24 years agoRemoved numerous memory leaks detected by Mark Meredith.
Julio Sánchez Fernández [Fri, 2 Jul 1999 11:57:07 +0000 (11:57 +0000)]
Removed numerous memory leaks detected by Mark Meredith.
Make sure the token_val argument to get_token is always initialized
to something, either newly allocated memory or NULL.

24 years agoSend LDAP_SASL_BIND_IN_PROGRESS if o_bind_in_progress is true.
Kurt Zeilenga [Fri, 2 Jul 1999 00:46:28 +0000 (00:46 +0000)]
Send LDAP_SASL_BIND_IN_PROGRESS if o_bind_in_progress is true.

24 years agoAdd conn/op bind_in_progress flags such that operations can detect
Kurt Zeilenga [Fri, 2 Jul 1999 00:04:47 +0000 (00:04 +0000)]
Add conn/op bind_in_progress flags such that operations can detect
if multiple step SASL binds are in progress.

24 years agoFix LDAP_RANGE typo
Kurt Zeilenga [Thu, 1 Jul 1999 21:56:53 +0000 (21:56 +0000)]
Fix LDAP_RANGE typo

24 years agoAdd macros to support testing of error categories to ldap.h
Kurt Zeilenga [Thu, 1 Jul 1999 21:20:45 +0000 (21:20 +0000)]
Add macros to support testing of error categories to ldap.h
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).

24 years agos/LDAP_NOT_SUPPORTED/LDAP_UNWILLING_TO_PERFORM/
Kurt Zeilenga [Thu, 1 Jul 1999 04:43:48 +0000 (04:43 +0000)]
s/LDAP_NOT_SUPPORTED/LDAP_UNWILLING_TO_PERFORM/

24 years agoFairly complete slapd SASL bind parsing... and centralized cleanup code.
Kurt Zeilenga [Thu, 1 Jul 1999 04:42:01 +0000 (04:42 +0000)]
Fairly complete slapd SASL bind parsing... and centralized cleanup code.
Update error strings and cldap misuse of server error.

24 years agos/NULL/'\0'/ where appropriate
Kurt Zeilenga [Thu, 1 Jul 1999 04:39:42 +0000 (04:39 +0000)]
s/NULL/'\0'/ where appropriate

24 years agoswap LDAP_STRONG_AUTH_NOT_SUPPORTED & LDAP_AUTH_METHOD_NOT_SUPPORTED
Kurt Zeilenga [Thu, 1 Jul 1999 04:37:46 +0000 (04:37 +0000)]
swap LDAP_STRONG_AUTH_NOT_SUPPORTED & LDAP_AUTH_METHOD_NOT_SUPPORTED

24 years agoAdd LDAP_CLIENT_ERROR macro.
Kurt Zeilenga [Thu, 1 Jul 1999 04:25:16 +0000 (04:25 +0000)]
Add LDAP_CLIENT_ERROR macro.

24 years agoAdd LDAP_TAG_LDAPCRED macro.
Kurt Zeilenga [Thu, 1 Jul 1999 04:21:53 +0000 (04:21 +0000)]
Add LDAP_TAG_LDAPCRED macro.

24 years agoNO-OP SASL parsing... DIGEST-MD5 coming soon.
Kurt Zeilenga [Thu, 1 Jul 1999 03:18:00 +0000 (03:18 +0000)]
NO-OP SASL parsing... DIGEST-MD5 coming soon.

24 years agoRework BER decoding with lieu of LDAPv3 controls (coming soon).
Kurt Zeilenga [Wed, 30 Jun 1999 22:43:27 +0000 (22:43 +0000)]
Rework BER decoding with lieu of LDAPv3 controls (coming soon).
Add place holder for handling LDAPv3 extended operations (coming soon).

24 years agoInitial version of new mail500.
Julio Sánchez Fernández [Wed, 30 Jun 1999 13:54:32 +0000 (13:54 +0000)]
Initial version of new mail500.

24 years agoReimplement connection counters. Format of "connection" attribute
Kurt Zeilenga [Wed, 30 Jun 1999 02:50:40 +0000 (02:50 +0000)]
Reimplement connection counters.  Format of "connection" attribute
changed significantly.

24 years agoModify lutil_passwd to accept a third argument char** methods to
Kurt Zeilenga [Tue, 29 Jun 1999 22:24:53 +0000 (22:24 +0000)]
Modify lutil_passwd to accept a third argument char** methods to
specific which methods may be used.  This will facilate development
of a slapd config directive "passwordMethod ..." to specify which
methods should be allowed.

24 years agoAttempt to whip user password from command line.
Kurt Zeilenga [Tue, 29 Jun 1999 18:59:11 +0000 (18:59 +0000)]
Attempt to whip user password from command line.

24 years agoexpose oc_check_operational from schema.c
Kurt Zeilenga [Tue, 29 Jun 1999 04:52:55 +0000 (04:52 +0000)]
expose oc_check_operational from schema.c
Use everywhere.
Apply search ACLs to operational attributes.
Only provide operational attributes when explicitly requested.

24 years agoAdd sasl "mech" argument to backend bind routines.
Kurt Zeilenga [Tue, 29 Jun 1999 03:29:26 +0000 (03:29 +0000)]
Add sasl "mech" argument to backend bind routines.

24 years agoAdd framework for sasl and controls.
Kurt Zeilenga [Tue, 29 Jun 1999 03:17:22 +0000 (03:17 +0000)]
Add framework for sasl and controls.

24 years agoremove obsolete file.
Kurt Zeilenga [Tue, 29 Jun 1999 03:01:02 +0000 (03:01 +0000)]
remove obsolete file.

24 years agoAdd prototypes for strerror/strerror_r.
Kurt Zeilenga [Tue, 29 Jun 1999 02:58:14 +0000 (02:58 +0000)]
Add prototypes for strerror/strerror_r.

24 years agoldapmodify/add: Fix -P option
Kurt Zeilenga [Tue, 29 Jun 1999 01:17:58 +0000 (01:17 +0000)]
ldapmodify/add: Fix -P option
tests: use "ldapadd" instead of "ldapmodify -a"

24 years agoLog out to stderr, add LDAP_VERSION3 support to bind.c and modrdn.c
Kurt Zeilenga [Tue, 29 Jun 1999 01:02:48 +0000 (01:02 +0000)]
Log out to stderr, add LDAP_VERSION3 support to bind.c and modrdn.c

24 years agoRemove old U-Mich v3.0 and OLD_LDAP_* crud.
Kurt Zeilenga [Tue, 29 Jun 1999 00:03:34 +0000 (00:03 +0000)]
Remove old U-Mich v3.0 and OLD_LDAP_* crud.
Leave only LDAPv2+ and LDAPv3.

24 years agoAdd support for "env LDAP_PROTO=n make ldbm" where n is 2 or 3.
Kurt Zeilenga [Mon, 28 Jun 1999 23:46:16 +0000 (23:46 +0000)]
Add support for "env LDAP_PROTO=n make ldbm" where n is 2 or 3.
3 doesn't work YET.

24 years agoEXPERIMENTAL: Use sasl bind for simple bind.
Kurt Zeilenga [Mon, 28 Jun 1999 23:24:16 +0000 (23:24 +0000)]
EXPERIMENTAL: Use sasl bind for simple bind.
Add sasl.c to libldap_r.dsp.

24 years agoAllow ctrls argument to be NULL.
Kurt Zeilenga [Mon, 28 Jun 1999 22:47:20 +0000 (22:47 +0000)]
Allow ctrls argument to be NULL.

24 years agoEXPERIMENTAL ldap_parse_result()
Kurt Zeilenga [Mon, 28 Jun 1999 22:33:03 +0000 (22:33 +0000)]
EXPERIMENTAL ldap_parse_result()

24 years agoProvide build support for sasl.c.
Kurt Zeilenga [Mon, 28 Jun 1999 22:30:56 +0000 (22:30 +0000)]
Provide build support for sasl.c.

24 years agoValidate outvalue after session param.
Kurt Zeilenga [Mon, 28 Jun 1999 22:22:27 +0000 (22:22 +0000)]
Validate outvalue after session param.

24 years agoMinor cleanup of ldap_result().
Kurt Zeilenga [Mon, 28 Jun 1999 22:20:04 +0000 (22:20 +0000)]
Minor cleanup of ldap_result().

24 years agoFirst cut at SASL routines.
Kurt Zeilenga [Mon, 28 Jun 1999 22:19:21 +0000 (22:19 +0000)]
First cut at SASL routines.

24 years agoReturn LDAP_BAD_PARAM if res is not EXOP result.
Kurt Zeilenga [Mon, 28 Jun 1999 22:17:38 +0000 (22:17 +0000)]
Return LDAP_BAD_PARAM if res is not EXOP result.
Skip over referrals that might exist in EXOP result.

24 years agoFix up minor errors in prototypes to bring them in line with LDAP C API draft.
Kurt Zeilenga [Mon, 28 Jun 1999 22:13:56 +0000 (22:13 +0000)]
Fix up minor errors in prototypes to bring them in line with LDAP C API draft.

24 years agoSupport both vsnprintf and vsprintf
Kurt Zeilenga [Mon, 28 Jun 1999 22:04:31 +0000 (22:04 +0000)]
Support both vsnprintf and vsprintf

24 years agomodify ber_put_berval to put NULL ostring when bv == NULL or bv->bv_len == 0.
Kurt Zeilenga [Mon, 28 Jun 1999 20:12:30 +0000 (20:12 +0000)]
modify ber_put_berval to put NULL ostring when bv == NULL or bv->bv_len == 0.

24 years agodetect write() and use HAVE_WRITE instead of
Kurt Zeilenga [Mon, 28 Jun 1999 04:11:41 +0000 (04:11 +0000)]
detect write() and use HAVE_WRITE instead of
  !defined( DOS ) && !defined( MACOS )
Add detection for read & recv/send for later use.

24 years ago*** empty log message ***
Kurt Zeilenga [Mon, 28 Jun 1999 04:05:53 +0000 (04:05 +0000)]
*** empty log message ***

24 years agoNeed to remove ldapadd$(EXEEXT).
Kurt Zeilenga [Sun, 27 Jun 1999 04:02:07 +0000 (04:02 +0000)]
Need to remove ldapadd$(EXEEXT).

24 years agodon't set unsigned variables to -1 and expect them to be negative.
Kurt Zeilenga [Sun, 27 Jun 1999 03:58:06 +0000 (03:58 +0000)]
don't set unsigned variables to -1 and expect them to be negative.
verify uid/gid are positive, not non-negative.

24 years agos/gecos/passwd/ in comment.
Kurt Zeilenga [Sat, 26 Jun 1999 20:53:25 +0000 (20:53 +0000)]
s/gecos/passwd/ in comment.

24 years agoAdded support for "userPassword: {UNIX}uid". getpwnam("uid") is
Kurt Zeilenga [Sat, 26 Jun 1999 20:52:59 +0000 (20:52 +0000)]
Added support for "userPassword: {UNIX}uid".  getpwnam("uid") is
used to fetch the pw_passwd which is than passwd to crypt().
getspnam() is used instead of getpwnam() when available.
Added configration detection of pw_passwd, shadow.h, getpwnam()
and getspnam().

24 years agoInstall lber_types.h
Kurt Zeilenga [Fri, 25 Jun 1999 14:41:10 +0000 (14:41 +0000)]
Install lber_types.h

24 years agoUpdate BerkeleyDB prereq to 2.7.5.
Kurt Zeilenga [Fri, 25 Jun 1999 00:33:26 +0000 (00:33 +0000)]
Update BerkeleyDB prereq to 2.7.5.

24 years agoMerged dynamic module support patch (see ITS #196). To enable, run ./configure w
Bastiaan Bakker [Thu, 24 Jun 1999 17:06:34 +0000 (17:06 +0000)]
Merged dynamic module support patch (see ITS #196). To enable, run ./configure w
ith --enable-modules. GLib v1.2 or higher is required.

24 years agoAdded connection initialisation and destruction notification. Now backends can regist...
Bastiaan Bakker [Wed, 23 Jun 1999 12:31:35 +0000 (12:31 +0000)]
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.

24 years agoCheck for not LDAP_OPT_SUCCESS instead of LDAP_OPT_ERROR.
Kurt Zeilenga [Tue, 22 Jun 1999 05:47:14 +0000 (05:47 +0000)]
Check for not LDAP_OPT_SUCCESS instead of LDAP_OPT_ERROR.

24 years agoAdd debug to nt project, remove lint.
Kurt Zeilenga [Mon, 21 Jun 1999 22:59:23 +0000 (22:59 +0000)]
Add debug to nt project, remove lint.

24 years agoMove nt_debug to -llutil and generalize for all platforms.
Kurt Zeilenga [Mon, 21 Jun 1999 22:52:28 +0000 (22:52 +0000)]
Move nt_debug to -llutil and generalize for all platforms.

24 years agoAdd LDAP_VALID and other asserts.
Kurt Zeilenga [Mon, 21 Jun 1999 22:38:00 +0000 (22:38 +0000)]
Add LDAP_VALID and other asserts.

24 years agoAdd missing arguments to Debug() calls... and adapt nt_debug for general
Kurt Zeilenga [Mon, 21 Jun 1999 22:36:13 +0000 (22:36 +0000)]
Add missing arguments to Debug() calls... and adapt nt_debug for general
use.

24 years agoremove lint.
Kurt Zeilenga [Mon, 21 Jun 1999 22:35:02 +0000 (22:35 +0000)]
remove lint.

24 years agoAlways implement Debug as lutil_debug().
Kurt Zeilenga [Mon, 21 Jun 1999 22:33:35 +0000 (22:33 +0000)]
Always implement Debug as lutil_debug().

24 years agoAdd support for lber_types.h.nt and add a few NT specific feature macros.
Kurt Zeilenga [Mon, 21 Jun 1999 22:32:38 +0000 (22:32 +0000)]
Add support for lber_types.h.nt and add a few NT specific feature macros.

24 years agoTokenization is not really well done. This is a temporary fix for parsing
Julio Sánchez Fernández [Mon, 21 Jun 1999 10:08:03 +0000 (10:08 +0000)]
Tokenization is not really well done.  This is a temporary fix for parsing
answers from Innosoft servers, but expect better tokenization in the
future.

24 years agoAll "o=foo" add to suffix "" if bound as root.
Kurt Zeilenga [Sat, 19 Jun 1999 05:11:18 +0000 (05:11 +0000)]
All "o=foo" add to suffix "" if bound as root.

24 years agoUse ber_mem* and friends
Kurt Zeilenga [Sat, 19 Jun 1999 05:08:13 +0000 (05:08 +0000)]
Use ber_mem* and friends

24 years agoAllow adding of dn: o=foo if suffix is "" and rootdn.
Kurt Zeilenga [Sat, 19 Jun 1999 04:26:17 +0000 (04:26 +0000)]
Allow adding of dn: o=foo if suffix is "" and rootdn.

24 years agoLimit the check to a 4 tries every timeout.
Kurt Zeilenga [Sat, 19 Jun 1999 03:23:49 +0000 (03:23 +0000)]
Limit the check to a 4 tries every timeout.

24 years agoexperimental connections_timeout_idle() implementation.
Kurt Zeilenga [Sat, 19 Jun 1999 03:20:01 +0000 (03:20 +0000)]
experimental connections_timeout_idle() implementation.