]> git.sur5r.net Git - openldap/log
openldap
25 years agoFilter timestamps, etc., from all test inputs before compare.
Kurt Zeilenga [Fri, 21 May 1999 16:50:51 +0000 (16:50 +0000)]
Filter timestamps, etc., from all test inputs before compare.

25 years agoFix typo in ldap_delete_ext() which caused msgid to be incremented twice.
Kurt Zeilenga [Fri, 21 May 1999 16:11:52 +0000 (16:11 +0000)]
Fix typo in ldap_delete_ext() which caused msgid to be incremented twice.

25 years agos/PACKAGE/OPENLDAP_PACKAGE/
Kurt Zeilenga [Fri, 21 May 1999 04:00:25 +0000 (04:00 +0000)]
s/PACKAGE/OPENLDAP_PACKAGE/
s/VERSION/OPENLDAP_VERSION/
manually define for NT.  Should sort out mechanism for one place
updating of package/version strings.

25 years agoAssert pointer args
Kurt Zeilenga [Fri, 21 May 1999 03:56:17 +0000 (03:56 +0000)]
Assert pointer args

25 years agos/WIN32/HAVE_WINSOCK/
Kurt Zeilenga [Fri, 21 May 1999 03:53:37 +0000 (03:53 +0000)]
s/WIN32/HAVE_WINSOCK/
remove old Version.c

25 years agodon't free connections[i]
Kurt Zeilenga [Fri, 21 May 1999 03:52:08 +0000 (03:52 +0000)]
don't free connections[i]

25 years agoFixed missing comma in -ldb check
Ben Collins [Fri, 21 May 1999 03:49:00 +0000 (03:49 +0000)]
Fixed missing comma in -ldb check

25 years agoProtect strcasecmp from macro w/ args expansion.
Kurt Zeilenga [Fri, 21 May 1999 03:10:52 +0000 (03:10 +0000)]
Protect strcasecmp from macro w/ args expansion.

25 years agoAdd CLIENTDIR to alllow easy selection of alternative clients directory.
Kurt Zeilenga [Fri, 21 May 1999 00:14:38 +0000 (00:14 +0000)]
Add CLIENTDIR to alllow easy selection of alternative clients directory.

25 years agoDisable LBER_END_SEQORSET for now.
Kurt Zeilenga [Thu, 20 May 1999 23:40:06 +0000 (23:40 +0000)]
Disable LBER_END_SEQORSET for now.

25 years agoetest/dtest now work correctly. Commented out bogus assert
Kurt Zeilenga [Thu, 20 May 1999 22:28:45 +0000 (22:28 +0000)]
etest/dtest now work correctly.  Commented out bogus assert
in io.c.

25 years agoShould not have freed ber_buf when freeing temp copy
Kurt Zeilenga [Thu, 20 May 1999 22:01:38 +0000 (22:01 +0000)]
Should not have freed ber_buf when freeing temp copy

25 years agofound my lber bug... ber_buf should have been freed in ber_peek_tag. Ugh!
Kurt Zeilenga [Thu, 20 May 1999 21:53:56 +0000 (21:53 +0000)]
found my lber bug... ber_buf should have been freed in ber_peek_tag.  Ugh!

25 years ago$LIBVERSION -> $(LIBVERSION)
Kurt Zeilenga [Thu, 20 May 1999 21:34:17 +0000 (21:34 +0000)]
$LIBVERSION -> $(LIBVERSION)

25 years agoFix initialization bug in ber_init_w_nullc()
Kurt Zeilenga [Thu, 20 May 1999 21:21:57 +0000 (21:21 +0000)]
Fix initialization bug in ber_init_w_nullc()
Added assert(), additional comments, and a few minor adjustments.

25 years agoVersion.c deprecated in favor of mkversion.
Kurt Zeilenga [Thu, 20 May 1999 19:38:03 +0000 (19:38 +0000)]
Version.c deprecated in favor of mkversion.
Minor cleanup to lber files.

25 years agoDeprecated in favor of mkversion.
Kurt Zeilenga [Thu, 20 May 1999 19:35:07 +0000 (19:35 +0000)]
Deprecated in favor of mkversion.

25 years agoFixed bug in dtest code.
Kurt Zeilenga [Thu, 20 May 1999 00:04:16 +0000 (00:04 +0000)]
Fixed bug in dtest code.

25 years agoImproving e/d test (until I find the my damn bug)
Kurt Zeilenga [Wed, 19 May 1999 20:38:02 +0000 (20:38 +0000)]
Improving e/d test (until I find the my damn bug)

25 years agoEnhance encode/decode test programs to encode sets, ie:
Kurt Zeilenga [Wed, 19 May 1999 19:10:55 +0000 (19:10 +0000)]
Enhance encode/decode test programs to encode sets, ie:
./etest '{sis}' | ./dtest '{sis}'

25 years agoDo code reuse through ldbm_modify_internal().
Juan Gomez [Wed, 19 May 1999 18:27:25 +0000 (18:27 +0000)]
Do code reuse through ldbm_modify_internal().

25 years agoFixed segfault in a ldif2ldbm-bdb2 child
Julio Sánchez Fernández [Wed, 19 May 1999 14:15:15 +0000 (14:15 +0000)]
Fixed segfault in a ldif2ldbm-bdb2 child

25 years agoAdded missing semicolon.
Julio Sánchez Fernández [Wed, 19 May 1999 12:21:46 +0000 (12:21 +0000)]
Added missing semicolon.

25 years agoAdded missing declaration
Julio Sánchez Fernández [Wed, 19 May 1999 12:21:11 +0000 (12:21 +0000)]
Added missing declaration

25 years agoRemoved lint.
Kurt Zeilenga [Wed, 19 May 1999 07:20:06 +0000 (07:20 +0000)]
Removed lint.

25 years agomethod tag should be unsigned long.
Kurt Zeilenga [Wed, 19 May 1999 07:15:16 +0000 (07:15 +0000)]
method tag should be unsigned long.
connection assert should use s, not i.

25 years agos/NULLMSG/NULL/
Kurt Zeilenga [Wed, 19 May 1999 07:14:27 +0000 (07:14 +0000)]
s/NULLMSG/NULL/
Fix ldappasswd timeval.

25 years agoAdd EXEEXT and MKVERSION support
Kurt Zeilenga [Wed, 19 May 1999 07:13:42 +0000 (07:13 +0000)]
Add EXEEXT and MKVERSION support

25 years agoAdd EXEEXT and MKVERSION support.
Kurt Zeilenga [Wed, 19 May 1999 07:12:20 +0000 (07:12 +0000)]
Add EXEEXT and MKVERSION support.

25 years agoAdd UL to more BER tags.
Kurt Zeilenga [Wed, 19 May 1999 06:27:35 +0000 (06:27 +0000)]
Add UL to more BER tags.

25 years agoAdd UL to LBER tags.
Kurt Zeilenga [Wed, 19 May 1999 06:13:44 +0000 (06:13 +0000)]
Add UL to LBER tags.

25 years agoFixed a memory leak and getting ready to reuse some code between
Juan Gomez [Wed, 19 May 1999 04:00:58 +0000 (04:00 +0000)]
Fixed a memory leak and getting ready to reuse some code between
modify and modrdn.

25 years agos/HAVE_SYSLOG/LDAP_SYSLOG/g
Kurt Zeilenga [Wed, 19 May 1999 01:58:23 +0000 (01:58 +0000)]
s/HAVE_SYSLOG/LDAP_SYSLOG/g
Use <ac/syslog.h>

25 years agoReplace #ifndef WIN32 with #ifdef HAVE_SYSLOG
Kurt Zeilenga [Wed, 19 May 1999 01:54:33 +0000 (01:54 +0000)]
Replace #ifndef WIN32 with #ifdef HAVE_SYSLOG

25 years agoAdd LDAP_CONST to kerberos bind routines
Kurt Zeilenga [Wed, 19 May 1999 01:53:09 +0000 (01:53 +0000)]
Add LDAP_CONST to kerberos bind routines

25 years agoAdd LDAP_CONST to ldap_set_option() invalue
Kurt Zeilenga [Wed, 19 May 1999 01:52:46 +0000 (01:52 +0000)]
Add LDAP_CONST to ldap_set_option() invalue

25 years agoMissing LDAP_CONST from ldap_set_option() declaration.
Kurt Zeilenga [Wed, 19 May 1999 01:42:29 +0000 (01:42 +0000)]
Missing LDAP_CONST from ldap_set_option() declaration.

25 years agoVienna Bulk Commit
Kurt Zeilenga [Wed, 19 May 1999 01:12:33 +0000 (01:12 +0000)]
Vienna Bulk Commit
This commit includes many changes.  All changes compile under NT but
have not been tested under UNIX.

A Summary of changes (likely incomplete):

NT changes:
Removed lint.
Clean up configuration support for "Debug", "Release", "SDebug",
and "SRelease" configurations.
Share output directories for clients, libraries,
and slapd.  (maybe they should be combined further
and moved to build/{,S}{Debug,Release}).
Enable threading when _MT is defined.
Enable debuging when _DEBUG is defined.
Disable setting of NDEBUG under Release/SRelease.  Asserts
are disabled in <ac/assert.h> when LDAP_DEBUG is not
defined.
Added 'build/main.dsp' Master project.
Removed non-slapd projects from slapd.dsp (see main.dsp).
Removed replaced many uses of _WIN32 macro with feature based
macros.

ldap_cdefs.h changes
#define LDAP_CONST const
(see below)
#define LDAP_F(type) LDAP_F_PRE type LDAP_F_POST
To allow specifiers to be added before and after
the type declaration.  (For DLL handling)

LBER/LDAP changes
Namespace changes:
s/lber_/ber_/ for here and there.
s/NAME_ERROR/LDAP_NAME_ERROR/g
Deleted NULLMSG and other NULL* macros for namespace reasons.
"const" libraries.  Installed headers (ie: lber.h, ldap.h)
use LDAP_CONST macro.  Normally set to 'const' when
__STDC__.  Can be set externally to enable/disable
'constification' of external interface.  Internal
interface always uses 'const'.  Did not fix warnings
in -lldif (in lieu of new LDIF parser).

Added _ext API implementations (excepting search and bind).
Need to implement ldap_int_get_controls() for reponses
with controls.

Added numberous assert() checks.

LDAP_R
_MT defines HAVE_NT_THREADS
Added numberous assert() checks.
Changed ldap_pthread_t back to unsigned long.  Used cast
to HANDLE in _join().

LDBM
Replaced _WIN32 with HAVE_SYSLOG

ud
Added version string if MKVERSION is not defined.  (MKVERSION
needs to be set under UNIX).

slapd
Made connection sockbuf field a pointer to a sockbuf.  This
removed slap.h dependency on lber-int.h.  lber-int.h now only
included by those files needing to mess with the sockbuf.
Used ber_* functions/macros to access sockbuf internals whenever
possible.
Added version string if MKVERSION is not defined.  (MKVERSION
needs to be set under UNIX).
Removed FD_SET unsigned lint

slapd/tools
Used EXEEXT to added ".exe" to routines.  Need to define EXEEXT
under UNIX.

ldappasswd
Added ldappasswd.dsp.  Ported to NT.  Used getpid() to seed rand().

nt_debug
Minor cleanup.  Added "portable.h" include and used <ac/*.h> where
appropriate.  Added const to char* format argument.

25 years agoWrap externs with parens to protect against inproper macro expansion.
Kurt Zeilenga [Tue, 18 May 1999 20:52:36 +0000 (20:52 +0000)]
Wrap externs with parens to protect against inproper macro expansion.

25 years agoAdd check for <sys/select.h> for AIX.
Kurt Zeilenga [Tue, 18 May 1999 18:34:02 +0000 (18:34 +0000)]
Add check for <sys/select.h> for AIX.

25 years agoAdded the targets test-nis-schema, test-nis-schema-ldbm, and
Juan Gomez [Wed, 12 May 1999 03:29:06 +0000 (03:29 +0000)]
Added the targets test-nis-schema, test-nis-schema-ldbm, and
test-nis-schema-bdb2 to start a server using the NIS-LDAP
schema.

25 years agoScript that starts a server with NIS schema and sample database.
Juan Gomez [Wed, 12 May 1999 03:22:48 +0000 (03:22 +0000)]
Script that starts a server with NIS schema and sample database.

25 years agoConfig files that use the NIS related schema.
Juan Gomez [Wed, 12 May 1999 01:03:51 +0000 (01:03 +0000)]
Config files that use the NIS related schema.

25 years agouse mutex to protect connection in connection_destroy until task is complete
Gary Williams [Tue, 11 May 1999 13:42:57 +0000 (13:42 +0000)]
use mutex to protect connection in connection_destroy until task is complete

25 years agoMove maxkids = cmdkids after fork of ldif2id2children. Also fix NT waiting for kids
Gary Williams [Fri, 7 May 1999 14:30:31 +0000 (14:30 +0000)]
Move maxkids = cmdkids after fork of ldif2id2children.  Also fix NT waiting for kids

25 years agoMoved db1/db.h check to the db1 marco in openldap.m4. Also added check for HAVE_DB1_D...
Ben Collins [Fri, 7 May 1999 01:27:16 +0000 (01:27 +0000)]
Moved db1/db.h check to the db1 marco in openldap.m4. Also added check for HAVE_DB1_DB_H for which header to include since it's only defined when using db1

25 years agoMissing # in front of else in the sockinit #if's
Ben Collins [Fri, 7 May 1999 01:10:03 +0000 (01:10 +0000)]
Missing # in front of else in the sockinit #if's

25 years agoldap_pvt_thread_kill doesn't work on NT, so use hit_socket to break select. Also...
Gary Williams [Thu, 6 May 1999 16:32:11 +0000 (16:32 +0000)]
ldap_pvt_thread_kill doesn't work on NT, so use hit_socket to break select. Also move WSAStartup so it gets called before _any_ socket calls

25 years agomove bind_addr to make it externally available. NT needs to use the address to write...
Gary Williams [Thu, 6 May 1999 16:30:48 +0000 (16:30 +0000)]
move bind_addr to make it externally available. NT needs to use the address to write to the listen socket to break out of the select

25 years agoadd wsa_err.c to project
Gary Williams [Thu, 6 May 1999 16:29:19 +0000 (16:29 +0000)]
add wsa_err.c to project

25 years agoroutine to get string for last WSA error on NT
Gary Williams [Thu, 6 May 1999 16:28:52 +0000 (16:28 +0000)]
routine to get string for last WSA error on NT

25 years agodefine Versionstr, I'm sure there's a better way, but I need to get this built
Gary Williams [Thu, 6 May 1999 15:00:05 +0000 (15:00 +0000)]
define Versionstr, I'm sure there's a better way, but I need to get this built

25 years agoadd root_dse.c
Gary Williams [Thu, 6 May 1999 14:51:11 +0000 (14:51 +0000)]
add root_dse.c

25 years agodetect debug level and output to stdout
Gary Williams [Thu, 6 May 1999 14:47:55 +0000 (14:47 +0000)]
detect debug level and output to stdout

25 years agomove socket.h before errno.h so EWOULDBLOCK is defined on NT
Gary Williams [Thu, 6 May 1999 14:46:48 +0000 (14:46 +0000)]
move socket.h before errno.h so EWOULDBLOCK is defined on NT

25 years agoGlibc 2.1 has Berkley db as -ldb1. Set up the autoconf to check this first, else...
Ben Collins [Thu, 6 May 1999 12:33:58 +0000 (12:33 +0000)]
Glibc 2.1 has Berkley db as -ldb1. Set up the autoconf to check this first, else we will actually be using compat calls in db2, and not the real db1.

25 years agoInitial version
Julio Sánchez Fernández [Thu, 6 May 1999 04:53:52 +0000 (04:53 +0000)]
Initial version

25 years agoMoved -lnet,socket check for BeOS to the rest of the socket checks. Also added a...
Ben Collins [Tue, 4 May 1999 13:55:59 +0000 (13:55 +0000)]
Moved -lnet,socket check for BeOS to the rest of the socket checks. Also added a -lnsl _with_ the -lwrap check since some libwrap's are static and need this.

25 years agoInclude sys/time.h if we have it defined, needed for some systems, to define time_t
Ben Collins [Tue, 4 May 1999 12:40:29 +0000 (12:40 +0000)]
Include sys/time.h if we have it defined, needed for some systems, to define time_t

25 years agoInstall man page from 26797srcdir in case building from a seperate builddir
Ben Collins [Tue, 4 May 1999 12:39:12 +0000 (12:39 +0000)]
Install man page from 26797srcdir in case building from a seperate builddir

25 years agoAdded -lnet for BeOS libs. Also need to add some sort of workaround for inet_aton...
Ben Collins [Tue, 4 May 1999 12:33:21 +0000 (12:33 +0000)]
Added -lnet for BeOS libs. Also need to add some sort of workaround for inet_aton() since BeOS does not have this call.

25 years agoFix "configurations".
Kurt Zeilenga [Tue, 4 May 1999 04:30:43 +0000 (04:30 +0000)]
Fix "configurations".

25 years agoRelevant drafts...
Kurt Zeilenga [Tue, 4 May 1999 04:25:18 +0000 (04:25 +0000)]
Relevant drafts...

25 years agoITS#118: Remove "delete" and add [self] in access levels for "defaultaccess"
Hallvard Furuseth [Mon, 3 May 1999 22:55:27 +0000 (22:55 +0000)]
ITS#118: Remove "delete" and add [self] in access levels for "defaultaccess"

25 years agoFix typo "-c" to "-H"
Hallvard Furuseth [Mon, 3 May 1999 22:34:02 +0000 (22:34 +0000)]
Fix typo "-c" to "-H"

25 years agoAdd LDAP_CONST macro for use within EXTERNAL headers such as
Kurt Zeilenga [Mon, 3 May 1999 21:10:35 +0000 (21:10 +0000)]
Add LDAP_CONST macro for use within EXTERNAL headers such as
<lber.h> and <ldap.h>.
Note: This should not be used within the implementation itself as
our "portable.h" mechanism provides Standard C vs. K&R "const" handling.

25 years agoProvide a little information about SDF, how to use it, and where to get it.h
Kurt Zeilenga [Mon, 3 May 1999 02:14:27 +0000 (02:14 +0000)]
Provide a little information about SDF, how to use it, and where to get it.h

25 years agoCleanup formatting. Reorganization preamble information for sharing
Kurt Zeilenga [Mon, 3 May 1999 01:19:22 +0000 (01:19 +0000)]
Cleanup formatting.  Reorganization preamble information for sharing
between documents.  Add -2topics navigation.

25 years agoAdd logo image.
Kurt Zeilenga [Sun, 2 May 1999 22:06:26 +0000 (22:06 +0000)]
Add logo image.

25 years agoMinor adjustments to paths due to reorganization
Kurt Zeilenga [Sat, 1 May 1999 22:23:04 +0000 (22:23 +0000)]
Minor adjustments to paths due to reorganization

25 years agoReorganize tree to better support multiple documents.
Kurt Zeilenga [Sat, 1 May 1999 22:11:02 +0000 (22:11 +0000)]
Reorganize tree to better support multiple documents.

25 years agoMake copyright/license look good in -2html as well.
Kurt Zeilenga [Sat, 1 May 1999 21:28:07 +0000 (21:28 +0000)]
Make copyright/license look good in -2html as well.

25 years agoCleanup copyright.sdf and license.sdf.
Kurt Zeilenga [Sat, 1 May 1999 21:09:18 +0000 (21:09 +0000)]
Cleanup copyright.sdf and license.sdf.
Create wrappers *-plain.sdf to generate plain text versions.

25 years agoUse SDF features to generate numberred sections.
Kurt Zeilenga [Sat, 1 May 1999 20:26:53 +0000 (20:26 +0000)]
Use SDF features to generate numberred sections.

25 years agoInclude software copyright/license as appendix.
Kurt Zeilenga [Sat, 1 May 1999 19:37:44 +0000 (19:37 +0000)]
Include software copyright/license as appendix.
Still only speaking "baby" SDF.

25 years agoUpdate copyright to be in SDF format.
Kurt Zeilenga [Sat, 1 May 1999 19:21:54 +0000 (19:21 +0000)]
Update copyright to be in SDF format.

25 years agoFix typos.
Kurt Zeilenga [Fri, 30 Apr 1999 21:32:12 +0000 (21:32 +0000)]
Fix typos.

25 years agoAdd LDIF2 draft.
Kurt Zeilenga [Fri, 30 Apr 1999 17:50:28 +0000 (17:50 +0000)]
Add LDIF2 draft.

25 years agoFix typo in comment
Hallvard Furuseth [Fri, 30 Apr 1999 11:49:28 +0000 (11:49 +0000)]
Fix typo in comment

25 years agoFix typo EEE -> EE in LDAP_API_FEATURE_X_OPENLDAP_REEENTRANT
Hallvard Furuseth [Fri, 30 Apr 1999 11:48:36 +0000 (11:48 +0000)]
Fix typo EEE -> EE in LDAP_API_FEATURE_X_OPENLDAP_REEENTRANT

25 years agoFix typo LDAP_END_SEQORSET -> LBER_END_SEQORSET
Hallvard Furuseth [Fri, 30 Apr 1999 08:23:32 +0000 (08:23 +0000)]
Fix typo LDAP_END_SEQORSET -> LBER_END_SEQORSET

25 years agoAdd RFC931 and INTERNATIONAL installation variables
Hallvard Furuseth [Fri, 30 Apr 1999 08:22:07 +0000 (08:22 +0000)]
Add RFC931 and INTERNATIONAL installation variables

25 years agoRemove superfluous \ at end of lines outside macros; DEC cc doesn't like them.
Hallvard Furuseth [Fri, 30 Apr 1999 06:39:19 +0000 (06:39 +0000)]
Remove superfluous \ at end of lines outside macros; DEC cc doesn't like them.

25 years agoITS#141: Add ldbm_ignore_nextid_file, since tools/ldif2* handles it privately
Hallvard Furuseth [Fri, 30 Apr 1999 05:24:16 +0000 (05:24 +0000)]
ITS#141: Add ldbm_ignore_nextid_file, since tools/ldif2* handles it privately

25 years agoModify meaning of SLAPD_CHILD_MODIFICATION_ENTRY_ACL to augment
Kurt Zeilenga [Fri, 30 Apr 1999 02:34:46 +0000 (02:34 +0000)]
Modify meaning of SLAPD_CHILD_MODIFICATION_ENTRY_ACL to augment
"children" ACLs with "entry" ACLs (versus replacement of children
ACLs with "entry" ACLs).

25 years agoprotect multi-statement macros... ie: do { s1; s2; } while(0)
Kurt Zeilenga [Fri, 30 Apr 1999 00:53:10 +0000 (00:53 +0000)]
protect multi-statement macros... ie:  do { s1; s2; } while(0)

25 years agoBackout ssl/ssl.h change for now. Trying to support "odd" 3rd
Kurt Zeilenga [Fri, 30 Apr 1999 00:50:08 +0000 (00:50 +0000)]
Backout ssl/ssl.h change for now.  Trying to support "odd" 3rd
repackagers is a can of worms.

25 years agoGenerate #error instead of just letting the compile fail.
Kurt Zeilenga [Fri, 30 Apr 1999 00:48:47 +0000 (00:48 +0000)]
Generate #error instead of just letting the compile fail.

25 years agoenclose macro arguments in ()
Hallvard Furuseth [Fri, 30 Apr 1999 00:35:27 +0000 (00:35 +0000)]
enclose macro arguments in ()

25 years agoFix ldap -> ld in body of LDAP_ERR_STRING(ld). Enclose some macro args in ().
Hallvard Furuseth [Fri, 30 Apr 1999 00:14:57 +0000 (00:14 +0000)]
Fix ldap -> ld in body of LDAP_ERR_STRING(ld).  Enclose some macro args in ().

25 years agoEnclose CEILING/STRDUP macro args in ()
Hallvard Furuseth [Thu, 29 Apr 1999 23:30:01 +0000 (23:30 +0000)]
Enclose CEILING/STRDUP macro args in ()

25 years agoITS#141: move body of next_id_save() into new function next_id_get_save(),
Hallvard Furuseth [Thu, 29 Apr 1999 22:26:58 +0000 (22:26 +0000)]
ITS#141: move body of next_id_save() into new function next_id_get_save(),
so the (read id, write id) sequence is protected by li_nextid_mutex.

25 years agoAdd <ac/socket.h>
Hallvard Furuseth [Thu, 29 Apr 1999 22:07:13 +0000 (22:07 +0000)]
Add <ac/socket.h>

25 years agoRegenerate configure. Last commit was in error.
Kurt Zeilenga [Thu, 29 Apr 1999 18:32:40 +0000 (18:32 +0000)]
Regenerate configure.  Last commit was in error.

25 years agoRemove $(VERSIONFILE) dependencies
Kurt Zeilenga [Thu, 29 Apr 1999 18:28:57 +0000 (18:28 +0000)]
Remove $(VERSIONFILE) dependencies

25 years agoFix typos SLAPD_NEXTID_CHUCK/SLAPD_NEXTID_CHUNCK -> SLAPD_NEXTID_CHUNK
Hallvard Furuseth [Thu, 29 Apr 1999 18:26:25 +0000 (18:26 +0000)]
Fix typos SLAPD_NEXTID_CHUCK/SLAPD_NEXTID_CHUNCK -> SLAPD_NEXTID_CHUNK

25 years agoMake 'schemacheck on' the default.
Kurt Zeilenga [Thu, 29 Apr 1999 18:10:40 +0000 (18:10 +0000)]
Make 'schemacheck on' the default.

25 years agoSometimes ssl.h is ssl/ssl.h. This is a simple fix so that it is
Julio Sánchez Fernández [Thu, 29 Apr 1999 16:55:43 +0000 (16:55 +0000)]
Sometimes ssl.h is ssl/ssl.h.  This is a simple fix so that it is
detected in those cases, more work is needed to abstract its location
so that programs can be compiled without change.

25 years agoDisable compare for now. Need to plug in passwd and
Kurt Zeilenga [Thu, 29 Apr 1999 07:03:18 +0000 (07:03 +0000)]
Disable compare for now.  Need to plug in passwd and
expected output files.

25 years agoUpdate back-passwd based on patches from howard.chu@platinum.com.
Kurt Zeilenga [Thu, 29 Apr 1999 06:50:00 +0000 (06:50 +0000)]
Update back-passwd based on patches from howard.chu@platinum.com.
Modified by me to dn_*() and attr_*() functions and to use
uidObject and to handle search scopes better.  Could use some
more work.  A fun project for anyone wanting to learn how
backends work.
Modified dn_parent and dn_rdn to accept be=NULL (to bypass
be_issuffix check).  These functions should be generalized
and moved to -lldap.  A project for another day.