]> git.sur5r.net Git - openldap/log
openldap
25 years agoEnclose `DB_ENV li_db_env' declaration in #ifdef HAVE_BERKELEY_DB2
Hallvard Furuseth [Thu, 1 Apr 1999 22:18:09 +0000 (22:18 +0000)]
Enclose `DB_ENV li_db_env' declaration in #ifdef HAVE_BERKELEY_DB2

25 years agocreate single-thread configurations
Gary Williams [Thu, 1 Apr 1999 21:46:48 +0000 (21:46 +0000)]
create single-thread configurations

25 years agoadd client tools
Gary Williams [Thu, 1 Apr 1999 21:46:01 +0000 (21:46 +0000)]
add client tools

25 years agoUpdates for NT4 (MSVC5++).
Kurt Zeilenga [Thu, 1 Apr 1999 20:26:09 +0000 (20:26 +0000)]
Updates for NT4 (MSVC5++).
Removed external include/library paths from projects.  External paths should
be set via Tools | Options | Directories.  This allows each developer the
freedom to install external libraries where they desire.
Used libdb.lib instead of libdbs.lib to avoid thread conflicts.
Added hs_regex.lib to library input.  We require some form of regex, this
library works (and is relatively easy for the user to install).
Removed a little lint which MCVC5 detected.
Need to sort out single-threaded vs multithreaded library generation.

25 years agoenable debug output for NT
Gary Williams [Thu, 1 Apr 1999 16:39:36 +0000 (16:39 +0000)]
enable debug output for NT

25 years agoNT port
Gary Williams [Thu, 1 Apr 1999 16:38:11 +0000 (16:38 +0000)]
NT port

25 years agoNT port
Gary Williams [Thu, 1 Apr 1999 16:32:11 +0000 (16:32 +0000)]
NT port

25 years agoNT port
Gary Williams [Thu, 1 Apr 1999 16:06:08 +0000 (16:06 +0000)]
NT port

25 years agoNT port
Gary Williams [Thu, 1 Apr 1999 16:00:24 +0000 (16:00 +0000)]
NT port

25 years agoupdate project settings
Gary Williams [Thu, 1 Apr 1999 15:57:57 +0000 (15:57 +0000)]
update project settings

25 years agoNT port
Gary Williams [Thu, 1 Apr 1999 15:51:11 +0000 (15:51 +0000)]
NT port

25 years agoNT port
Gary Williams [Thu, 1 Apr 1999 14:50:34 +0000 (14:50 +0000)]
NT port

25 years agoSome minor clean-up; checking bdb2 for sync with ldbm.
Kurt Spanier [Thu, 1 Apr 1999 09:58:36 +0000 (09:58 +0000)]
Some minor clean-up; checking bdb2 for sync with ldbm.

25 years agoAdded full v2 and v3 support for MODRDN/MODDN.
Juan Gomez [Wed, 31 Mar 1999 02:53:27 +0000 (02:53 +0000)]
Added full v2 and v3 support for MODRDN/MODDN.

25 years agoBack with previous change, use ac/time.h include instead.
Juan Gomez [Wed, 31 Mar 1999 01:28:42 +0000 (01:28 +0000)]
Back with previous change, use ac/time.h include instead.

25 years agoDo include of sys/time.h to define struct timeval used in back-bdb2/add.c
Juan Gomez [Wed, 31 Mar 1999 01:15:51 +0000 (01:15 +0000)]
Do include of sys/time.h to define struct timeval used in back-bdb2/add.c
and back-bdb2/compare.c.

25 years agoMake sure everything is up to date after MDBM changes.
Kurt Zeilenga [Tue, 30 Mar 1999 20:27:03 +0000 (20:27 +0000)]
Make sure everything is up to date after MDBM changes.

25 years agoAdded mdbm option for with-ldbm-api variable.
Juan Gomez [Tue, 30 Mar 1999 19:46:52 +0000 (19:46 +0000)]
Added mdbm option for with-ldbm-api variable.

25 years agoFix SLAPD_CONFIG_DN e_ndn bug.
Kurt Zeilenga [Tue, 30 Mar 1999 18:50:41 +0000 (18:50 +0000)]
Fix SLAPD_CONFIG_DN e_ndn bug.

25 years agoremove libtool comment
Kurt Zeilenga [Tue, 30 Mar 1999 05:10:20 +0000 (05:10 +0000)]
remove libtool comment

25 years agoRebuild configure due to MDBM addition.
Kurt Zeilenga [Tue, 30 Mar 1999 04:46:17 +0000 (04:46 +0000)]
Rebuild configure due to MDBM addition.

25 years agoMDBM support added.
Juan Gomez [Tue, 30 Mar 1999 04:39:41 +0000 (04:39 +0000)]
MDBM support added.

25 years agoMDBM Support added.
Juan Gomez [Tue, 30 Mar 1999 04:39:08 +0000 (04:39 +0000)]
MDBM Support added.

25 years agoMDBM detection feature.
Juan Gomez [Tue, 30 Mar 1999 04:25:52 +0000 (04:25 +0000)]
MDBM detection feature.

25 years agoAdd pthread_detach to -kthread test.
Kurt Zeilenga [Tue, 30 Mar 1999 04:07:16 +0000 (04:07 +0000)]
Add pthread_detach to -kthread test.

25 years agoIRIX (very strange) default libraries have working pthread_create() but
Kurt Zeilenga [Tue, 30 Mar 1999 00:07:37 +0000 (00:07 +0000)]
IRIX (very strange) default libraries have working pthread_create() but
no pthread_detach().  So, augment pthread_create() in default libraries
test to detach created thread.

25 years agoFix ldbmcat crash problem: first use the key before deleting it!
Kurt Spanier [Mon, 29 Mar 1999 16:01:59 +0000 (16:01 +0000)]
Fix ldbmcat crash problem: first use the key before deleting it!

25 years agoadd wait macros. add LDAP_SIGCHLD. and other misc NT cleanups.
Kurt Zeilenga [Mon, 29 Mar 1999 09:04:35 +0000 (09:04 +0000)]
add wait macros.  add LDAP_SIGCHLD.  and other misc NT cleanups.

25 years agoAdd ioctl_t for arg type (Unix requires 'int', Winsock requires 'u_long').
Kurt Zeilenga [Mon, 29 Mar 1999 05:28:29 +0000 (05:28 +0000)]
Add ioctl_t for arg type (Unix requires 'int', Winsock requires 'u_long').

25 years agoRework ac/socket.h for HAVE_WINSOCK:
Kurt Zeilenga [Mon, 29 Mar 1999 05:15:59 +0000 (05:15 +0000)]
Rework ac/socket.h for HAVE_WINSOCK:
  tcp_close -> closesocket
  ioctl -> ioctlsocket
Modify codes to use tcp_close() instead of close() for sockets.
Modify ioctl codes to be compatible with WINSOCK.

25 years agoMisc header cleanup
Kurt Zeilenga [Mon, 29 Mar 1999 02:07:18 +0000 (02:07 +0000)]
Misc header cleanup

25 years agowrap sys/param.h with HAVE_SYS_PARAM_H...
Kurt Zeilenga [Mon, 29 Mar 1999 01:55:49 +0000 (01:55 +0000)]
wrap sys/param.h with HAVE_SYS_PARAM_H...

25 years agoAdd wait4/3 detection.
Kurt Zeilenga [Mon, 29 Mar 1999 01:40:17 +0000 (01:40 +0000)]
Add wait4/3 detection.
Modify slapd_tester to use pid_t and wait macros.  May need to
implement additional macros in ac/wait.h (in addition to
WEXITSTATUS and WIFEXITED).

25 years agoAll implementations of lutil_lockf (aka ldap_lockf) block until
Kurt Zeilenga [Sun, 28 Mar 1999 22:43:43 +0000 (22:43 +0000)]
All implementations of lutil_lockf (aka ldap_lockf) block until
the lock is acquired.  Add comments to that effect.  Remove
unnecessary busy loops from slapd/lock.c and slurpd/lock.c.

25 years agoNT doesn't have waitpid()
Kurt Zeilenga [Sun, 28 Mar 1999 22:42:13 +0000 (22:42 +0000)]
NT doesn't have waitpid()

25 years agoUpdate lutil_lockf (aka: ldap_lockf) to hide implementation in
Kurt Zeilenga [Sun, 28 Mar 1999 21:39:02 +0000 (21:39 +0000)]
Update lutil_lockf (aka: ldap_lockf) to hide implementation in
library, not header.  Eliminate need for <ac/unistd.h> to sometimes
include <fcntl.h> and/or <sys/file.h>.  Change lock API to expect
fd not FILE*.  Allows wider use and eliminates requirement that
lutil_lockf.h depencency on stdio.h.
Implemented lockf, fcntl, and flock locking in lutil/lockf.c.
Additional implementations (including no-op) may be needed.
Update slapd/lock.c and slurpd/lock.c to use new API.

25 years agoRemove quick install guide from README, it's too quick. Update INSTALL.
Kurt Zeilenga [Sun, 28 Mar 1999 21:33:32 +0000 (21:33 +0000)]
Remove quick install guide from README, it's too quick.  Update INSTALL.

25 years agoIf we are using lutil_lock functions then define NEED_SIMPLE_LOCKING or
Ben Collins [Sun, 28 Mar 1999 18:07:44 +0000 (18:07 +0000)]
If we are using lutil_lock functions then define NEED_SIMPLE_LOCKING or
liblutil/lockf.c wont be compiled.

25 years agoAvoid integer truncation of v1->bv_len - v2->bv_len in value_cmp(,,SYNTAX_BIN,)
Hallvard Furuseth [Sun, 28 Mar 1999 01:40:54 +0000 (01:40 +0000)]
Avoid integer truncation of v1->bv_len - v2->bv_len in value_cmp(,,SYNTAX_BIN,)

25 years agoROTATE<LEFT/RIGHT> error messages to stderr, not stdout
Hallvard Furuseth [Sat, 27 Mar 1999 18:12:58 +0000 (18:12 +0000)]
ROTATE<LEFT/RIGHT> error messages to stderr, not stdout

25 years agoInitial port of web_ldap to OpenLDAP. Also fixed some doc bugs.
Hallvard Furuseth [Sat, 27 Mar 1999 18:05:33 +0000 (18:05 +0000)]
Initial port of web_ldap to OpenLDAP.  Also fixed some doc bugs.

25 years agofree() -> ldap_memfree() change
Hallvard Furuseth [Sat, 27 Mar 1999 16:51:05 +0000 (16:51 +0000)]
free() -> ldap_memfree() change

25 years agoFree() -> ldap_memfree() changes. Remove use of the return value of free().
Hallvard Furuseth [Sat, 27 Mar 1999 16:43:56 +0000 (16:43 +0000)]
Free() -> ldap_memfree() changes.  Remove use of the return value of free().

25 years agoAdd wait4child()
Hallvard Furuseth [Sat, 27 Mar 1999 16:21:44 +0000 (16:21 +0000)]
Add wait4child()

25 years agoRemove release version number from README in -devel.
Kurt Zeilenga [Fri, 26 Mar 1999 21:11:13 +0000 (21:11 +0000)]
Remove release version number from README in -devel.

25 years agoReplace -M with $CC_MKDEP_FLAGS in comment
Kurt Zeilenga [Fri, 26 Mar 1999 19:19:12 +0000 (19:19 +0000)]
Replace -M with $CC_MKDEP_FLAGS in comment

25 years agoUpdate locking codes.
Kurt Zeilenga [Fri, 26 Mar 1999 17:43:23 +0000 (17:43 +0000)]
Update locking codes.

25 years agoargh, somehow bdb2 version overwritten by ldbm version. Fixed.
Will Ballantyne [Fri, 26 Mar 1999 16:34:47 +0000 (16:34 +0000)]
argh, somehow bdb2 version overwritten by ldbm version.  Fixed.

25 years agoAdded extra checks to locking definitions
Ben Collins [Fri, 26 Mar 1999 15:10:06 +0000 (15:10 +0000)]
Added extra checks to locking definitions

25 years agocheck for NULL newDN prior to final deref check
Will Ballantyne [Fri, 26 Mar 1999 05:36:26 +0000 (05:36 +0000)]
check for NULL newDN prior to final deref check

25 years agoAdd LDAP_DEBUG promotion and include of ac/insert.h
Kurt Zeilenga [Fri, 26 Mar 1999 04:37:39 +0000 (04:37 +0000)]
Add LDAP_DEBUG promotion and include of ac/insert.h

25 years agoReenable counters.
Kurt Zeilenga [Fri, 26 Mar 1999 02:51:33 +0000 (02:51 +0000)]
Reenable counters.

25 years agoDon't call AC_CANONICAL_HOST from configure.in. We use feature tests.
Kurt Zeilenga [Fri, 26 Mar 1999 01:05:22 +0000 (01:05 +0000)]
Don't call AC_CANONICAL_HOST from configure.in.  We use feature tests.
(libtool, though, will drag it for it's use...)

25 years agoclose ldap.conf after reading it.
Kurt Zeilenga [Thu, 25 Mar 1999 22:19:42 +0000 (22:19 +0000)]
close ldap.conf after reading it.

25 years agoUse modified works test to check for pthread_create in default
Kurt Zeilenga [Thu, 25 Mar 1999 22:11:42 +0000 (22:11 +0000)]
Use modified works test to check for pthread_create in default
libraries.  Original work test is still used to valid detected
header/library are compatible.

25 years agoBackout previous change. It breaks specification of pthreads via
Kurt Zeilenga [Thu, 25 Mar 1999 19:51:54 +0000 (19:51 +0000)]
Backout previous change.  It breaks specification of pthreads via
the environment.  A more general solution is needed.

25 years agoAdded support for newSuperior.
Juan Gomez [Wed, 24 Mar 1999 21:45:15 +0000 (21:45 +0000)]
Added support for newSuperior.

25 years agoAdded a new function: build_new_dn(), which builds new dn for entries
Juan Gomez [Wed, 24 Mar 1999 20:26:43 +0000 (20:26 +0000)]
Added a new function: build_new_dn(), which builds new dn for entries
being renamed through modrdn/moddn. This in preparation to add support
for MODDN v3.

25 years agoFixed Pthread detection problem in IRIX.
Juan Gomez [Wed, 24 Mar 1999 04:09:55 +0000 (04:09 +0000)]
Fixed Pthread detection problem in IRIX.

25 years agoFixed Pthread detection problem in IRIX.
Juan Gomez [Wed, 24 Mar 1999 04:04:50 +0000 (04:04 +0000)]
Fixed Pthread detection problem in IRIX.

25 years agoFix unlock bug in connection_read/write. Fix connection_read() to
Kurt Zeilenga [Tue, 23 Mar 1999 01:57:48 +0000 (01:57 +0000)]
Fix unlock bug in connection_read/write.  Fix connection_read() to
ignore input when connection is closing.

25 years agoImproved "closing" handling. Remove fd from read set when state
Kurt Zeilenga [Tue, 23 Mar 1999 00:38:57 +0000 (00:38 +0000)]
Improved "closing" handling.  Remove fd from read set when state
changes to closing.  Need to add protection against read set races.

25 years agoFix c_mutex typo.
Kurt Zeilenga [Mon, 22 Mar 1999 19:46:44 +0000 (19:46 +0000)]
Fix c_mutex typo.

25 years agoAdd trace to connection_get() to aid debugging.
Kurt Zeilenga [Mon, 22 Mar 1999 19:39:54 +0000 (19:39 +0000)]
Add trace to connection_get() to aid debugging.

25 years agoslap_set_time() is no longer necessary.
Kurt Zeilenga [Mon, 22 Mar 1999 19:16:22 +0000 (19:16 +0000)]
slap_set_time() is no longer necessary.

25 years agoChanged the way paths are replaced in xrpcomp so that it is done in the
Julio Sánchez Fernández [Mon, 22 Mar 1999 14:17:57 +0000 (14:17 +0000)]
Changed the way paths are replaced in xrpcomp so that it is done in the
make step instead of make install
Removed pair of extra % from the path substitution

25 years agoRound 2 of connection management changes.
Kurt Zeilenga [Mon, 22 Mar 1999 07:38:27 +0000 (07:38 +0000)]
Round 2 of connection management changes.
Mainly updated back-bdb2, back-passwd, back-shell to use slap_get_time().

25 years agoPROTOTYPE: New connection management infrastructure designed to
Kurt Zeilenga [Mon, 22 Mar 1999 07:14:54 +0000 (07:14 +0000)]
PROTOTYPE: New connection management infrastructure designed to
remove race conditions on connection close.
BROKEN: various counters for dn=monitor.
Initial testing on FreeBSD (with and without pthreads) was successfull.
Have not yet tested preemptive threading environments.
Have not built against backends other than LDBM.

25 years agoAdd check for <assert.h> and put include in right file (acconfig.h)
Kurt Zeilenga [Sat, 20 Mar 1999 03:21:19 +0000 (03:21 +0000)]
Add check for <assert.h> and put include in right file (acconfig.h)

25 years agoProvide global assert solution. <ac/assert.h> (new) is now included
Kurt Zeilenga [Sat, 20 Mar 1999 03:13:24 +0000 (03:13 +0000)]
Provide global assert solution.  <ac/assert.h> (new) is now included
by portable.h with NDEBUG undefined.  This makes assert() is always
available and automatically disables itself when LDAP_DEBUG is undefined.
I've included a basic assert() for pre-STDC compilers.  It relies on
abort() which may not actually be available.  (well replace abort()
with whatever is appropriate if and when we're faced with a pre-STDC
compiler that doesn't have assert()).

25 years agoUse calloc properly... could result in too few bytes being allocated.
Kurt Zeilenga [Sat, 20 Mar 1999 01:25:11 +0000 (01:25 +0000)]
Use calloc properly... could result in too few bytes being allocated.
calloc(1, nelem*size) -> calloc(nelem, size)

25 years agoslapd.conf and friends were being modified during the install step
Julio Sánchez Fernández [Thu, 18 Mar 1999 20:36:42 +0000 (20:36 +0000)]
slapd.conf and friends were being modified during the install step

25 years agoAdd TMPROOT support for two phase building/installing.
Kurt Zeilenga [Thu, 18 Mar 1999 17:36:55 +0000 (17:36 +0000)]
Add TMPROOT support for two phase building/installing.
make all
make TMPROOT=/tmp/root install
will install everything under $(TMPROOT)$(prefix).  Useful for
building bundling packages/ports for various operating systems.

25 years agoAdd copyright notice (to generate log message).
Kurt Zeilenga [Thu, 18 Mar 1999 02:13:09 +0000 (02:13 +0000)]
Add copyright notice (to generate log message).

25 years agoBogus change just to generate a log message.
Kurt Zeilenga [Thu, 18 Mar 1999 02:03:16 +0000 (02:03 +0000)]
Bogus change just to generate a log message.

25 years agoAdd 1999 to acinclude and rebuild configure. (really a log.pl test).
Kurt Zeilenga [Thu, 18 Mar 1999 01:56:26 +0000 (01:56 +0000)]
Add 1999 to acinclude and rebuild configure.  (really a log.pl test).

25 years agoAdd 1999 to copyright. Test new log.pl.
Kurt Zeilenga [Thu, 18 Mar 1999 01:51:53 +0000 (01:51 +0000)]
Add 1999 to copyright.  Test new log.pl.

25 years agoAdd DEFAULT_EDITOR to ldapconfig.h. Used by ldbmtest and ud.
Kurt Zeilenga [Wed, 17 Mar 1999 22:34:17 +0000 (22:34 +0000)]
Add DEFAULT_EDITOR to ldapconfig.h.  Used by ldbmtest and ud.

25 years agoUse HAVE_PW_GECOS when needed.
Kurt Zeilenga [Wed, 17 Mar 1999 22:27:46 +0000 (22:27 +0000)]
Use HAVE_PW_GECOS when needed.

25 years agoAdd OL_STRUCT_PASSWD_PW_GECOS test. Checks for pw_gecos in struct passwd.
Kurt Zeilenga [Wed, 17 Mar 1999 22:23:29 +0000 (22:23 +0000)]
Add OL_STRUCT_PASSWD_PW_GECOS test.  Checks for pw_gecos in struct passwd.

25 years agoRebuild configure and portable.h.in...
Kurt Zeilenga [Wed, 17 Mar 1999 22:10:31 +0000 (22:10 +0000)]
Rebuild configure and portable.h.in...

25 years agodelete thread project, Bart completed this.
Kurt Zeilenga [Wed, 17 Mar 1999 22:02:00 +0000 (22:02 +0000)]
delete thread project, Bart completed this.
Add SASL/TLS project, Bart's working on this.
Add reference to ITS "Software Enhancements".

25 years agoAdd slapd -a address support. Allows you to bind to a specific
Kurt Zeilenga [Wed, 17 Mar 1999 03:56:25 +0000 (03:56 +0000)]
Add slapd -a address support.  Allows you to bind to a specific
address.  Useful for running multiple servers in a virtual hosting
environment.
Modified test001-ldif2ldbm to verify this functionality.  Assumes
localhost is 127.0.0.1.

25 years agoMinor change to EBCDIC test.
Kurt Zeilenga [Wed, 17 Mar 1999 03:55:51 +0000 (03:55 +0000)]
Minor change to EBCDIC test.

25 years agoFirst cut at bind race fix. Passes our test suite at least.
Kurt Zeilenga [Tue, 16 Mar 1999 23:33:30 +0000 (23:33 +0000)]
First cut at bind race fix.   Passes our test suite at least.

25 years agoCast pointer to strcasecmp to AVL_CMP.
Kurt Zeilenga [Tue, 16 Mar 1999 21:55:00 +0000 (21:55 +0000)]
Cast pointer to strcasecmp to AVL_CMP.

25 years agoInitial check of connection states. Have only implemented
Kurt Zeilenga [Tue, 16 Mar 1999 02:59:59 +0000 (02:59 +0000)]
Initial check of connection states.  Have only implemented
SLAP_C_ACTIVE vs SLAP_C_INACTIVE.  Need to implement BINDING and CLOSING.
Added fields tracking pending (on bind) ops.  Could also be used to
implement per-connection thread limits.

25 years agoNULL needs to be defined for pthread_detach(NULL).
Kurt Zeilenga [Tue, 16 Mar 1999 00:38:16 +0000 (00:38 +0000)]
NULL needs to be defined for pthread_detach(NULL).

25 years agoUpdate EBCDIC tests.
Kurt Zeilenga [Mon, 15 Mar 1999 23:45:28 +0000 (23:45 +0000)]
Update EBCDIC tests.

25 years agoImplement OL_HEADER_STDC (derived from AC_HEADER_STDC) with EBCDIC
Kurt Zeilenga [Mon, 15 Mar 1999 21:40:57 +0000 (21:40 +0000)]
Implement OL_HEADER_STDC (derived from AC_HEADER_STDC) with EBCDIC
support.  Will submit this to autoconf maintainers...

25 years agoAdd EBCDIC test in preparation for VM port.
Kurt Zeilenga [Mon, 15 Mar 1999 19:31:13 +0000 (19:31 +0000)]
Add EBCDIC test in preparation for VM port.

25 years agoAdd 'extern' to externals.
Kurt Zeilenga [Mon, 15 Mar 1999 01:06:02 +0000 (01:06 +0000)]
Add 'extern' to externals.

25 years agoFix "decleration" and missing ";" errors.
Kurt Zeilenga [Mon, 15 Mar 1999 01:01:45 +0000 (01:01 +0000)]
Fix "decleration" and missing ";" errors.

25 years agoOnly declare strdup() if DECL_STRDUP is defined
Ben Collins [Mon, 15 Mar 1999 00:19:46 +0000 (00:19 +0000)]
Only declare strdup() if DECL_STRDUP is defined

25 years agoconfigure.in now includes OL_DECL_STRDUP, configure and portable.h.in
Ben Collins [Mon, 15 Mar 1999 00:18:49 +0000 (00:18 +0000)]
configure.in now includes OL_DECL_STRDUP, configure and portable.h.in
rebuilt to reflect it.

25 years agoDefine OL_DECL_STRDUP, the current declaration conflicts with GLIBC 2.1's
Ben Collins [Mon, 15 Mar 1999 00:16:25 +0000 (00:16 +0000)]
Define OL_DECL_STRDUP, the current declaration conflicts with GLIBC 2.1's
macro definition. If the declaration errors, then we don't declare it in
ac/string.h

25 years agoselectObjectClass returned without a value. Return NULL instead.
Hallvard Furuseth [Sun, 14 Mar 1999 07:42:14 +0000 (07:42 +0000)]
selectObjectClass returned without a value.  Return NULL instead.

25 years agofree -> ldap_memfree. Remove spurious strdup.
Hallvard Furuseth [Sun, 14 Mar 1999 07:40:45 +0000 (07:40 +0000)]
free -> ldap_memfree. Remove spurious strdup.

25 years agoAdd missing parens around Debug macro parameter
Hallvard Furuseth [Sun, 14 Mar 1999 07:15:58 +0000 (07:15 +0000)]
Add missing parens around Debug macro parameter

25 years agoFix typo web_ldap.txt -> web_ldap_usage.txt
Hallvard Furuseth [Sat, 13 Mar 1999 23:46:09 +0000 (23:46 +0000)]
Fix typo web_ldap.txt -> web_ldap_usage.txt