]> git.sur5r.net Git - openldap/log
openldap
24 years agoAdd a fallback based upon Phil Karn's "practical randomness" idea.
Kurt Zeilenga [Tue, 26 Oct 1999 23:41:09 +0000 (23:41 +0000)]
Add a fallback based upon Phil Karn's "practical randomness" idea.

24 years agoMinor cleanup.
Kurt Zeilenga [Tue, 26 Oct 1999 23:04:44 +0000 (23:04 +0000)]
Minor cleanup.

24 years agoFix compilation errors.
Kurt Zeilenga [Tue, 26 Oct 1999 23:00:30 +0000 (23:00 +0000)]
Fix compilation errors.

24 years agoAdd lutil_entropy(). Currently only supports /dev/urandom or
Kurt Zeilenga [Tue, 26 Oct 1999 22:57:39 +0000 (22:57 +0000)]
Add lutil_entropy().  Currently only supports /dev/urandom or
Linux equivs.  Should be extended to support other quality
sources of entropy.  Should be extended to support a reasonable fallback.

24 years agoUse $$ and other oddities.
Kurt Zeilenga [Tue, 26 Oct 1999 22:52:53 +0000 (22:52 +0000)]
Use $$ and other oddities.

24 years agoAdd more shortcircuits (for $$ cases)
Kurt Zeilenga [Tue, 26 Oct 1999 22:29:47 +0000 (22:29 +0000)]
Add more shortcircuits (for $$ cases)

24 years agoImplement timeout, caching (for OpenLDAP) and sorting during searches.
Randy Kunkee [Tue, 26 Oct 1999 22:13:08 +0000 (22:13 +0000)]
Implement timeout, caching (for OpenLDAP) and sorting during searches.
Known bug: cache enabled is known to cause Tcl to abort upon exit.

24 years agoAdd support for Root DSE ACLs.
Kurt Zeilenga [Tue, 26 Oct 1999 03:19:41 +0000 (03:19 +0000)]
Add support for Root DSE ACLs.
Add "users" shorthand (dn="^.+$")
Add regex short circuiting for common dn regexs.

24 years agoAdd macros to compute base64 encode/decode lengths.
Kurt Zeilenga [Mon, 25 Oct 1999 01:44:47 +0000 (01:44 +0000)]
Add macros to compute base64 encode/decode lengths.

24 years agoAll text messages to be returned with LDAPv2 search results when
Kurt Zeilenga [Mon, 25 Oct 1999 00:00:23 +0000 (00:00 +0000)]
All text messages to be returned with LDAPv2 search results when
no referrals need to be returned.

24 years agoMake accessmask2str reentrant.
Kurt Zeilenga [Thu, 21 Oct 1999 23:19:22 +0000 (23:19 +0000)]
Make accessmask2str reentrant.

24 years agoAdd simple test for additive acl.
Kurt Zeilenga [Thu, 21 Oct 1999 23:17:17 +0000 (23:17 +0000)]
Add simple test for additive acl.

24 years agoAdd basic flow control tests
Kurt Zeilenga [Thu, 21 Oct 1999 21:23:43 +0000 (21:23 +0000)]
Add basic flow control tests

24 years agoUse implicit 'by * none' and =rs
Kurt Zeilenga [Thu, 21 Oct 1999 21:16:18 +0000 (21:16 +0000)]
Use implicit 'by * none' and =rs

24 years agoAdditional changes to improve logic and logging. Still buggy.
Kurt Zeilenga [Thu, 21 Oct 1999 20:29:52 +0000 (20:29 +0000)]
Additional changes to improve logic and logging.  Still buggy.

24 years agoMinor acl optimizations.
Kurt Zeilenga [Thu, 21 Oct 1999 18:48:16 +0000 (18:48 +0000)]
Minor acl optimizations.

24 years agoMore acl parsing fixes... and print fixes.
Kurt Zeilenga [Thu, 21 Oct 1999 18:44:26 +0000 (18:44 +0000)]
More acl parsing fixes... and print fixes.

24 years agoFix parsing of descrete attributes.
Kurt Zeilenga [Thu, 21 Oct 1999 18:27:23 +0000 (18:27 +0000)]
Fix parsing of descrete attributes.

24 years agoInitial commit of new ACL engine. Engine supports descrete access
Kurt Zeilenga [Thu, 21 Oct 1999 17:53:56 +0000 (17:53 +0000)]
Initial commit of new ACL engine.  Engine supports descrete access
privs, additive/substractive rules, and rule continuation.  Existing
rules that use 'defaultaccess none' should be 100% compatible.  Rules
that rely other defaultaccess settings will require addition of
explicit clauses granting the access.
Needs additional testing and tuning of logs

24 years agoHack to free seqorset when ber_free(ber, 1) is called.
Kurt Zeilenga [Thu, 21 Oct 1999 17:52:33 +0000 (17:52 +0000)]
Hack to free seqorset when ber_free(ber, 1) is called.

24 years agoSlight modification to last commit to cast %ld args to long
Kurt Zeilenga [Wed, 20 Oct 1999 00:25:04 +0000 (00:25 +0000)]
Slight modification to last commit to cast %ld args to long

24 years agoRemove lint caused by recent header changes.
Kurt Zeilenga [Wed, 20 Oct 1999 00:19:47 +0000 (00:19 +0000)]
Remove lint caused by recent header changes.

24 years agoComplain if setsockopt TCP_NODELAY fails
Kurt Zeilenga [Tue, 19 Oct 1999 19:07:24 +0000 (19:07 +0000)]
Complain if setsockopt TCP_NODELAY fails

24 years agoMinor adjustments based upon initial read of draft-ietf-ldapext-ldap-c-api-04.txt.
Kurt Zeilenga [Tue, 19 Oct 1999 18:57:38 +0000 (18:57 +0000)]
Minor adjustments based upon initial read of draft-ietf-ldapext-ldap-c-api-04.txt.

24 years agoFix stupid "got <garbage> of 0 so far" debug message after ber_get_next.
Howard Chu [Tue, 19 Oct 1999 12:15:42 +0000 (12:15 +0000)]
Fix stupid "got <garbage> of 0 so far" debug message after ber_get_next.

24 years agoUpdate to rev-04
Kurt Zeilenga [Mon, 18 Oct 1999 22:16:14 +0000 (22:16 +0000)]
Update to rev-04

24 years agoChange the defaultaccess to 'auth'
Kurt Zeilenga [Fri, 15 Oct 1999 20:34:42 +0000 (20:34 +0000)]
Change the defaultaccess to 'auth'
Set defaultaccess to 'read' in distribution slapd.conf and add warnings
Set schemacheck to 'on' in distribution slapd.conf and add warnings

24 years agoAdd bogus OID string to LDAPsubentry
Kurt Zeilenga [Fri, 15 Oct 1999 20:33:06 +0000 (20:33 +0000)]
Add bogus OID string to LDAPsubentry

24 years agos/^attribute/attributetype/
Kurt Zeilenga [Wed, 13 Oct 1999 21:57:44 +0000 (21:57 +0000)]
s/^attribute/attributetype/

24 years agoChange 'attribute' directive to 'attributetype'
Kurt Zeilenga [Wed, 13 Oct 1999 20:28:00 +0000 (20:28 +0000)]
Change 'attribute' directive to 'attributetype'
(and allowing 'attribute' for backwards compatibility).
manuals and *.schema to be updated as time permits.

24 years agoForce sd close. Suggested by rajk@home.com
Kurt Zeilenga [Tue, 12 Oct 1999 18:51:36 +0000 (18:51 +0000)]
Force sd close.  Suggested by rajk@home.com

24 years agoReference Quick Start Guide
Kurt Zeilenga [Fri, 8 Oct 1999 01:28:36 +0000 (01:28 +0000)]
Reference Quick Start Guide

24 years agoAlways return ld->ld_errno thru *errcodep if given to ldap_parse_result
Howard Chu [Fri, 8 Oct 1999 00:51:35 +0000 (00:51 +0000)]
Always return ld->ld_errno thru *errcodep if given to ldap_parse_result

24 years agoUpdate configure.
Kurt Zeilenga [Fri, 8 Oct 1999 00:30:47 +0000 (00:30 +0000)]
Update configure.

24 years agodraft-ietf-ldapext-acl-model-04.txt
Kurt Zeilenga [Wed, 6 Oct 1999 17:23:54 +0000 (17:23 +0000)]
draft-ietf-ldapext-acl-model-04.txt

24 years agoUpdate comments
Kurt Zeilenga [Wed, 6 Oct 1999 00:10:08 +0000 (00:10 +0000)]
Update comments

24 years agoAdd other schema references (nameref, alias, subentry) to core.schema.
Kurt Zeilenga [Wed, 6 Oct 1999 00:04:04 +0000 (00:04 +0000)]
Add other schema references (nameref, alias, subentry) to core.schema.
Add openldap.schema (currently empty except for a few comments) to
hold OpenLDAP specific schema items (such as for cn=monitor).

24 years agoAdd errno draft project and apply minor cleanups
Kurt Zeilenga [Tue, 5 Oct 1999 17:47:59 +0000 (17:47 +0000)]
Add errno draft project and apply minor cleanups

24 years agoFix s/else if/elif/ typo
Kurt Zeilenga [Tue, 5 Oct 1999 15:29:54 +0000 (15:29 +0000)]
Fix s/else if/elif/ typo

24 years agoInitial Kth Kerberos support. Changes based upon suggestions
Kurt Zeilenga [Fri, 1 Oct 1999 05:11:39 +0000 (05:11 +0000)]
Initial Kth Kerberos support.  Changes based upon suggestions
from Booker Bense <bbense@networking.stanford.edu>.

24 years agoMove crypt(3) prototypes from <ac/unistd.h> to <ac/crypt.h> (new) to
Kurt Zeilenga [Fri, 1 Oct 1999 04:48:30 +0000 (04:48 +0000)]
Move crypt(3) prototypes from <ac/unistd.h> to <ac/crypt.h> (new) to
avoid clashes with Kth Kerberos.

24 years agoAdd SDF version of INSTALL.
Kurt Zeilenga [Thu, 30 Sep 1999 17:01:02 +0000 (17:01 +0000)]
Add SDF version of INSTALL.

24 years agoAdd RCSid
Kurt Zeilenga [Thu, 30 Sep 1999 16:58:26 +0000 (16:58 +0000)]
Add RCSid

24 years agoAdd RCSids
Kurt Zeilenga [Thu, 30 Sep 1999 16:57:45 +0000 (16:57 +0000)]
Add RCSids

24 years agoAdd latest SASL/DIGEST-MD5 draft
Kurt Zeilenga [Wed, 29 Sep 1999 17:40:32 +0000 (17:40 +0000)]
Add latest SASL/DIGEST-MD5 draft

25 years ago* tests/scripts/defines.sh: add ${LD_LIBRARY_PATH} to the LD_LIBRARY_PATH
Ben Collins [Wed, 29 Sep 1999 01:01:13 +0000 (01:01 +0000)]
* tests/scripts/defines.sh: add ${LD_LIBRARY_PATH} to the LD_LIBRARY_PATH
  export so we don't clobber anything the user already has set

25 years ago* configure.in: add --enable-dynamic option for linking our local binaries
Ben Collins [Wed, 29 Sep 1999 00:56:43 +0000 (00:56 +0000)]
* configure.in: add --enable-dynamic option for linking our local binaries
  with the shared libraries instead of static, defaults to no
* build/lib-shared.mk: if LINK_BINS_DYNAMIC is set we create a symlink to
  the .so and .so.# file along with the .a and .la files
* build/lib.mk: make sure the above links get removed on clean target
* build/top.mk: add define for LINK_BINS_DYNAMIC
* tests/scripts/defines.sh: add export for LD_LIBRARY_PATH so that tests will
  run without requiring installation of libraries when we use --enable-dynamic
  (LD_LIBRARY_PATH is always set, since it can't really hurt).

25 years agoFix bug in reporting errors from ltdl library.
Howard Chu [Tue, 28 Sep 1999 09:54:00 +0000 (09:54 +0000)]
Fix bug in reporting errors from ltdl library.

25 years agoRemove lint.
Kurt Zeilenga [Sat, 25 Sep 1999 23:13:15 +0000 (23:13 +0000)]
Remove lint.

25 years agoDon't need <lber.h>
Kurt Zeilenga [Sat, 25 Sep 1999 23:12:55 +0000 (23:12 +0000)]
Don't need <lber.h>

25 years agoRework passwd routines to allow callers to determine which
Kurt Zeilenga [Sat, 25 Sep 1999 22:13:25 +0000 (22:13 +0000)]
Rework passwd routines to allow callers to determine which
schemes are supported.  This should facilate server rootDSE
advertisement of supported schemes, etc..

25 years agoAdd server-side hashed password generation (it's not as easy as it sounds).
Kurt Zeilenga [Sat, 25 Sep 1999 21:08:44 +0000 (21:08 +0000)]
Add server-side hashed password generation (it's not as easy as it sounds).
Remove Kerberos project.  Looks like K4 is working again.

25 years agoUpdate image with latest from web pages.
Kurt Zeilenga [Sat, 25 Sep 1999 17:46:08 +0000 (17:46 +0000)]
Update image with latest from web pages.

25 years agoUpdate acknowledgement and doc copyright.
Kurt Zeilenga [Sat, 25 Sep 1999 17:42:23 +0000 (17:42 +0000)]
Update acknowledgement and doc copyright.

25 years agoUpdate copyright based upon latest 2.0 version. The SDF version
Kurt Zeilenga [Sat, 25 Sep 1999 17:22:32 +0000 (17:22 +0000)]
Update copyright based upon latest 2.0 version.  The SDF version
should become the master...

25 years agoUpdate COPYRIGHT/LICENSE from openldap-devel
Kurt Zeilenga [Sat, 25 Sep 1999 17:19:16 +0000 (17:19 +0000)]
Update COPYRIGHT/LICENSE from openldap-devel

25 years agoMisc cleanup
Kurt Zeilenga [Sat, 25 Sep 1999 17:17:51 +0000 (17:17 +0000)]
Misc cleanup

25 years agoKeep arguments in alpha order
Kurt Zeilenga [Sat, 25 Sep 1999 16:14:32 +0000 (16:14 +0000)]
Keep arguments in alpha order

25 years agoFixed "typos" in TLS code. TLS is ATTR_TLS, not ATTR_BOOL.
Mark Valence [Sat, 25 Sep 1999 03:57:25 +0000 (03:57 +0000)]
Fixed "typos" in TLS code.  TLS is ATTR_TLS, not ATTR_BOOL.
ldap_pvt_tls_config() was missing first param.

25 years agofixed LDAP_OPT_X_TLS case of ldap_pvt_tls_config().
Mark Valence [Sat, 25 Sep 1999 03:53:17 +0000 (03:53 +0000)]
fixed LDAP_OPT_X_TLS case of ldap_pvt_tls_config().
ldap_pvt_tls_set_option() expects int* as third param.

25 years agoRemove ldapurl project, add deprecate removal project
Kurt Zeilenga [Sat, 25 Sep 1999 02:57:44 +0000 (02:57 +0000)]
Remove ldapurl project, add deprecate removal project

25 years agoBack out my change to ldap_sort_strcasecmp. My mistake from not reading
Randy Kunkee [Fri, 24 Sep 1999 18:16:41 +0000 (18:16 +0000)]
Back out my change to ldap_sort_strcasecmp.  My mistake from not reading
manpage carefully.  One should pass strcasecmp to ldap_sort_entries, not
ldap_sort_strcasecmp.  Ldap_sort_strcasecmp is for ldap_sort_values, NOT
ldap_sort_entries.

25 years agoChange call to strcasecmp in ldap_sort_strcasecmp, which makes
Randy Kunkee [Fri, 24 Sep 1999 08:02:54 +0000 (08:02 +0000)]
Change call to strcasecmp in ldap_sort_strcasecmp, which makes
ldap_sort_entries work with ldap_sort_strcasecmp as the comparison
function.  Pointers were being dereferenced, and should only have been
casted.

25 years agoITS#303: value_add_fast() empty value bug. Ignore empty value.
Kurt Zeilenga [Fri, 24 Sep 1999 04:19:37 +0000 (04:19 +0000)]
ITS#303: value_add_fast() empty value bug.  Ignore empty value.
This is technical incorrect, but we don't have the codes in place
to correctly handle empty values yet.

25 years agoITS#302 ldif fix. Treat value with only continuation markers
Kurt Zeilenga [Fri, 24 Sep 1999 02:30:33 +0000 (02:30 +0000)]
ITS#302 ldif fix.  Treat value with only continuation markers
as an empty value.  Complain, of course, as this isn't valid LDIF.

25 years agobind should not return noSuchObject
Kurt Zeilenga [Fri, 24 Sep 1999 02:19:31 +0000 (02:19 +0000)]
bind should not return noSuchObject

25 years agoIn preparation for adding dn_rewrite()...
Kurt Zeilenga [Fri, 24 Sep 1999 01:46:37 +0000 (01:46 +0000)]
In preparation for adding dn_rewrite()...
s/dn_normalize/dn_validate/
s/dn_normalize_case/dn_normalize/

25 years agoHoward convinced me that this version is slightly better.
Kurt Zeilenga [Fri, 24 Sep 1999 00:16:16 +0000 (00:16 +0000)]
Howard convinced me that this version is slightly better.
back out previous commit.

25 years agoI believe ldap_result2error should return the value returned
Kurt Zeilenga [Thu, 23 Sep 1999 22:57:05 +0000 (22:57 +0000)]
I believe ldap_result2error should return the value returned
by ldap_parse_result unless that value is SUCCESS.

25 years agoUpdate ld->ld_errno if LDAP_DECODING_ERROR...
Howard Chu [Thu, 23 Sep 1999 22:35:58 +0000 (22:35 +0000)]
Update ld->ld_errno if LDAP_DECODING_ERROR...

25 years agoFix ldap_parse_result and ldap_result2error to return correct results.
Howard Chu [Thu, 23 Sep 1999 22:10:22 +0000 (22:10 +0000)]
Fix ldap_parse_result and ldap_result2error to return correct results.

25 years agoMove ndn generate to end of str2entry (for clarity).
Kurt Zeilenga [Thu, 23 Sep 1999 21:24:44 +0000 (21:24 +0000)]
Move ndn generate to end of str2entry (for clarity).

25 years agoDon't initialize pointers to NULL using calloc().
Kurt Zeilenga [Thu, 23 Sep 1999 20:54:41 +0000 (20:54 +0000)]
Don't initialize pointers to NULL using calloc().

25 years agoReimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync).
Kurt Zeilenga [Thu, 23 Sep 1999 19:49:20 +0000 (19:49 +0000)]
Reimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync).
Old code applied sync flags to store(), however supported DBMs
require such flags to be specified during open().  The new
code now applies flags in ldbm_cache_open (which calls ldbm_open).
ldbm_cache_close() now calls ldbm_sync().  This will force
a updating of on-disk contents after each LDAP operation.
The old code either failed to sync the on-disk contents until
close or synced on every store.   Per LDBM operation syncing
*should* be safe enough... real data safety requires transactions.
Removed nosync option from BDB2 as it is not compatible with
txn support.
Also added code to disable DBM level locking as slapd is only
process acessing the databases (dbnolocking).

25 years agoFix ManageDSAit OID
Kurt Zeilenga [Thu, 23 Sep 1999 16:26:59 +0000 (16:26 +0000)]
Fix ManageDSAit OID

25 years agoFix creation of ldapadd link to ldapmodify
Julio Sánchez Fernández [Thu, 23 Sep 1999 11:13:29 +0000 (11:13 +0000)]
Fix creation of ldapadd link to ldapmodify

25 years agoThe loading step in slapd build was failing because of a weird
Julio Sánchez Fernández [Thu, 23 Sep 1999 10:28:33 +0000 (10:28 +0000)]
The loading step in slapd build was failing because of a weird
@SLAPD tag.  Removing it fixes the problem for me, but this should
be reviewed by someone who knows which @SLAPD_...@ tag was meant to
be there, if any.

25 years ago* configure.in: add tcl8.2 to list of tcl libs to search for, also added new MOD_TCL_LIB
Ben Collins [Thu, 23 Sep 1999 05:32:10 +0000 (05:32 +0000)]
* configure.in: add tcl8.2 to list of tcl libs to search for, also added new MOD_TCL_LIB
  and related AC_SUBST() so that when back-tcl is compiled as a dynamic module we link
  -ltcl to the module and not slapd (this is the correct way to do this since the .la file
  handles giving the correct libs when we pass the module to it in the linker line with
  -dlopen). Also modified the perl backend in a similar way except that the PERL_CPPFLAGS
  always go to the module and never to slapd (slapd doesn't need them).
* build/mod.mk: added $(MODLIBS) to the dynamic module link line to accomodate module
  specific libraries. These should be defined in the back-*/Makefile.in file for each
  module (so far only back-tcl and back-perl need it).
* build/top.mk: modified the perl ldflags and cppflags slightly
* servers/slapd/Makefile.in: same here
* servers/slapd/back-perl/Makefile.in: added MODLIBS=$(MOD_PERL_LDFLAGS) for when we are
  using a dynamic module (problem, libtool wont allow linking static libs into a libtool
  lib, so unless perl's libs are compiled dynamic, then back-perl can't be a dynamic
  module. We need a test for this on perl and tcl).
* servers/slapd/back-tcl/Makefile.in: added MODLIBS=$(MOD_TCL_LIB)
* back-perl and back-tcl now compile

25 years agoAnother typo. dn_normalize is supposed to be dn_normalize_case.
Howard Chu [Thu, 23 Sep 1999 05:05:25 +0000 (05:05 +0000)]
Another typo. dn_normalize is supposed to be dn_normalize_case.

25 years agoexperimental ITS#109 fix: make kbind open default connection if necessary.
Kurt Zeilenga [Thu, 23 Sep 1999 04:08:33 +0000 (04:08 +0000)]
experimental ITS#109 fix: make kbind open default connection if necessary.
implemented ldap_open_defconn() to centralize default connection
opening in open.c.  Used by ldap_open, kbind, and send_initial_request().

25 years agoForgot root in su
Kurt Zeilenga [Thu, 23 Sep 1999 02:45:55 +0000 (02:45 +0000)]
Forgot root in su

25 years agoSuggest "su -c make install" to avoid exit.
Kurt Zeilenga [Wed, 22 Sep 1999 23:23:39 +0000 (23:23 +0000)]
Suggest "su -c make install" to avoid exit.

25 years ago* backend.c: SLAPD_LDAP_TCL -> SLAPD_TCL_DYNAMIC
Ben Collins [Wed, 22 Sep 1999 22:11:42 +0000 (22:11 +0000)]
* backend.c: SLAPD_LDAP_TCL -> SLAPD_TCL_DYNAMIC

25 years ago* build/top.mk: removed references to TMPROOT and added DESTDIR support
Ben Collins [Wed, 22 Sep 1999 21:51:30 +0000 (21:51 +0000)]
* build/top.mk: removed references to TMPROOT and added DESTDIR support
* all others: Added DESTDIR support

25 years agoRebuild with autoconf 2.13.1
Kurt Zeilenga [Wed, 22 Sep 1999 18:40:04 +0000 (18:40 +0000)]
Rebuild with autoconf 2.13.1

25 years agoMuch as we would like to, we have to live for the time being with
Julio Sánchez Fernández [Wed, 22 Sep 1999 18:32:48 +0000 (18:32 +0000)]
Much as we would like to, we have to live for the time being with
broken objectclass and attributetype definitions where the OID is
missing.  The implementation of OIDmacros was making this impossible.
This change tries to restore the old behaviour, while preserving the
new feature.  Note that part of the restored behaviour lets OIDs that
are not in the numericoid format get through.  We may lose this, but
then we need to fix some of the sample provided schemas, notably
pilot.schema.

25 years agoAdd JPEG syntax to those known.
Julio Sánchez Fernández [Wed, 22 Sep 1999 18:15:22 +0000 (18:15 +0000)]
Add JPEG syntax to those known.

25 years agoregenerated
Ben Collins [Wed, 22 Sep 1999 18:03:23 +0000 (18:03 +0000)]
regenerated

25 years agoAdd substitution of WRAP_LIBS
Julio Sánchez Fernández [Wed, 22 Sep 1999 17:45:59 +0000 (17:45 +0000)]
Add substitution of WRAP_LIBS

25 years ago* configure.in: Added better check for libwrap (the old way failed when
Ben Collins [Wed, 22 Sep 1999 15:00:51 +0000 (15:00 +0000)]
* configure.in: Added better check for libwrap (the old way failed when
  libwrap was a dynamic library). Added -lwrap to new subst var WRAP_LIBS
  so we have more control over where it get's linked (dynamic libwrap
  causes problems when we link to programs that don't define certains
  globals that libwrap expects).
* build/top.mk: Added placeholder for WRAP_LIBS subst
* servers/slapd/Makefile.in: Added $(WRAP_LIBS) to the slapd and sslapd
  link command line specifically so it doesn't get thrown in with the rest
  of the LIBS.
* configure: rebuilt

25 years agoFix typo in previous commit
Howard Chu [Wed, 22 Sep 1999 06:41:12 +0000 (06:41 +0000)]
Fix typo in previous commit

25 years agoFix memory leak if duplicate attr name in at_insert
Howard Chu [Wed, 22 Sep 1999 05:18:15 +0000 (05:18 +0000)]
Fix memory leak if duplicate attr name in at_insert

25 years agojpegPhoto: correct syntax and add reference to inetorgperson draft
Kurt Zeilenga [Wed, 22 Sep 1999 03:08:14 +0000 (03:08 +0000)]
jpegPhoto: correct syntax and add reference to inetorgperson draft

25 years agoAdd inetOrgPerson from Smith's I-D 3. Update jpegPhoto with DESC.
Kurt Zeilenga [Wed, 22 Sep 1999 03:06:12 +0000 (03:06 +0000)]
Add inetOrgPerson from Smith's I-D 3.  Update jpegPhoto with DESC.

25 years agoAdd draft 03
Kurt Zeilenga [Wed, 22 Sep 1999 02:45:27 +0000 (02:45 +0000)]
Add draft 03

25 years agoAdd security audit to large project. Someone really needs
Kurt Zeilenga [Tue, 21 Sep 1999 22:36:21 +0000 (22:36 +0000)]
Add security audit to large project.   Someone really needs
to go through and find/fix buffer overflows and such.

25 years ago#ifdef HAVE_BERKELEY_DB2_DB_THREAD around create flags using DB_THREAD
Kurt Zeilenga [Tue, 21 Sep 1999 17:50:31 +0000 (17:50 +0000)]
#ifdef HAVE_BERKELEY_DB2_DB_THREAD around create flags using DB_THREAD

25 years agoDesign and Implement a LDAP C++ API
Kurt Zeilenga [Mon, 20 Sep 1999 22:59:33 +0000 (22:59 +0000)]
Design and Implement a LDAP C++ API

25 years agoAdd experimental detection of BerkeleyDB2 DB_THREAD.
Kurt Zeilenga [Mon, 20 Sep 1999 20:55:54 +0000 (20:55 +0000)]
Add experimental detection of BerkeleyDB2 DB_THREAD.
If not available, LDBM uses big mutex and BDB2 is disabled.
Should add BerkeleyDB version detection...

25 years agoManual pages need updating, especially LDAP C API ones...
Kurt Zeilenga [Sun, 19 Sep 1999 18:13:33 +0000 (18:13 +0000)]
Manual pages need updating, especially LDAP C API ones...