]> git.sur5r.net Git - openldap/log
openldap
24 years agoFix server==NULL bugs
Kurt Zeilenga [Wed, 18 Aug 1999 02:36:23 +0000 (02:36 +0000)]
Fix server==NULL bugs

24 years agos/U-Mich/OpenLDAP/ in examples
Kurt Zeilenga [Wed, 18 Aug 1999 02:01:24 +0000 (02:01 +0000)]
s/U-Mich/OpenLDAP/ in examples

24 years agoDocument -s and -c modes.
Kurt Zeilenga [Wed, 18 Aug 1999 01:49:42 +0000 (01:49 +0000)]
Document -s and -c modes.

24 years agoAdd schema checking, continue mode, and fix a few leaks.
Kurt Zeilenga [Wed, 18 Aug 1999 01:45:59 +0000 (01:45 +0000)]
Add schema checking, continue mode, and fix a few leaks.

24 years agoAdd <ac/string.h>
Hallvard Furuseth [Tue, 17 Aug 1999 21:21:43 +0000 (21:21 +0000)]
Add <ac/string.h>

24 years agoFix printf formats: print msgtype as %lu, remove spurious sval arg in apitest
Hallvard Furuseth [Tue, 17 Aug 1999 21:14:03 +0000 (21:14 +0000)]
Fix printf formats: print msgtype as %lu, remove spurious sval arg in apitest

24 years agoRemove lint.
Kurt Zeilenga [Tue, 17 Aug 1999 21:11:52 +0000 (21:11 +0000)]
Remove lint.

24 years agoUpdate MSVC project and remove lint
Kurt Zeilenga [Tue, 17 Aug 1999 21:10:52 +0000 (21:10 +0000)]
Update MSVC project and remove lint

24 years agoAdd missing progname argument to fprintf
Hallvard Furuseth [Tue, 17 Aug 1999 21:10:48 +0000 (21:10 +0000)]
Add missing progname argument to fprintf

24 years agoAdd const, to fix "cast away from const" warnings
Hallvard Furuseth [Tue, 17 Aug 1999 21:09:26 +0000 (21:09 +0000)]
Add const, to fix "cast away from const" warnings

24 years agoRemove extraneous newlines from non-LDIF output
Howard Chu [Tue, 17 Aug 1999 20:27:46 +0000 (20:27 +0000)]
Remove extraneous newlines from non-LDIF output

24 years agos/ldif2ldbm/slapadd/ and similiar changes
Kurt Zeilenga [Tue, 17 Aug 1999 20:25:16 +0000 (20:25 +0000)]
s/ldif2ldbm/slapadd/ and similiar changes
ldif updates (add URL description).

24 years agos/ldif2dlbm/slapadd/
Kurt Zeilenga [Tue, 17 Aug 1999 20:07:33 +0000 (20:07 +0000)]
s/ldif2dlbm/slapadd/

24 years agoAdd man pages for slapadd and slapcat (slapindex coming soon).
Kurt Zeilenga [Tue, 17 Aug 1999 20:04:35 +0000 (20:04 +0000)]
Add man pages for slapadd and slapcat (slapindex coming soon).
Remove man pages for old ldbm tools.

24 years agoAdd missing newline at end of file
Hallvard Furuseth [Tue, 17 Aug 1999 19:54:37 +0000 (19:54 +0000)]
Add missing newline at end of file

24 years agoMake -d levels additive
Kurt Zeilenga [Tue, 17 Aug 1999 19:30:40 +0000 (19:30 +0000)]
Make -d levels additive

24 years agoNew dn2id format with base/one/subtree indices (ldbm/bdb2)
Kurt Zeilenga [Tue, 17 Aug 1999 19:00:59 +0000 (19:00 +0000)]
New dn2id format with base/one/subtree indices (ldbm/bdb2)
New id2entry (id-less) format (ldbm/bdb2)
Removed id2children (ldbm/bdb2)
Added nextid database (ldbm)
Broke ldbmtest
Removed ldif2* tools (ldbm/bdb2)
Added slap tools (slapadd, slapcat, slapindex)

24 years agoAnother bogus postalcode removed
Kurt Zeilenga [Tue, 17 Aug 1999 18:46:08 +0000 (18:46 +0000)]
Another bogus postalcode removed

24 years agoStrip bogus postcode from entry
Kurt Zeilenga [Tue, 17 Aug 1999 18:44:53 +0000 (18:44 +0000)]
Strip bogus postcode from entry

24 years agoFix bugreport/mailinglist addresses
Hallvard Furuseth [Tue, 17 Aug 1999 10:00:58 +0000 (10:00 +0000)]
Fix bugreport/mailinglist addresses

24 years agoFix feedback address
Hallvard Furuseth [Tue, 17 Aug 1999 09:52:27 +0000 (09:52 +0000)]
Fix feedback address

24 years agoRemove umich.edu reference
Hallvard Furuseth [Tue, 17 Aug 1999 09:47:04 +0000 (09:47 +0000)]
Remove umich.edu reference

24 years agoFix typo: "extenisbleObject" -> "extensibleObject"
Howard Chu [Tue, 17 Aug 1999 01:54:02 +0000 (01:54 +0000)]
Fix typo: "extenisbleObject" -> "extensibleObject"

24 years agoPrint "<DEFAULT>" instead of "0" when ldapport=0 in ldapsearch -v
Hallvard Furuseth [Tue, 17 Aug 1999 01:49:19 +0000 (01:49 +0000)]
Print "<DEFAULT>" instead of "0" when ldapport=0 in ldapsearch -v

24 years agoAdd "modulepath" config statement for setting the search path for locating
Howard Chu [Tue, 17 Aug 1999 01:30:09 +0000 (01:30 +0000)]
Add "modulepath" config statement for setting the search path for locating
loadable modules. Gratuitously renamed "loadmodule" to "moduleload".
"modulepath" takes a single argument, a colon-separated list of absolute
pathnames.

24 years agoMake init_module return a success/fail value.
Howard Chu [Tue, 17 Aug 1999 00:28:01 +0000 (00:28 +0000)]
Make init_module return a success/fail value.

24 years agoDo not attempt "-mt" pthread detection. Rely on -lpthread instead.
Kurt Zeilenga [Tue, 17 Aug 1999 00:20:39 +0000 (00:20 +0000)]
Do not attempt "-mt" pthread detection.  Rely on -lpthread instead.

24 years agoFix tid vs thread typo
Kurt Zeilenga [Tue, 17 Aug 1999 00:10:43 +0000 (00:10 +0000)]
Fix tid vs thread typo

24 years agoprintf "ALL" to stderr.
Kurt Zeilenga [Mon, 16 Aug 1999 19:09:40 +0000 (19:09 +0000)]
printf "ALL" to stderr.

24 years agoInstall as 755 not 775.
Kurt Zeilenga [Mon, 16 Aug 1999 17:22:55 +0000 (17:22 +0000)]
Install as 755 not 775.

24 years agoback-ldbm: Kill ldbm_ignore_nextid_file, replace with slapMode==SLAP_TOOL_MODE
Hallvard Furuseth [Mon, 16 Aug 1999 07:09:28 +0000 (07:09 +0000)]
back-ldbm: Kill ldbm_ignore_nextid_file, replace with slapMode==SLAP_TOOL_MODE

24 years agos/text/text ? text : ""/ in Statslog
Hallvard Furuseth [Mon, 16 Aug 1999 06:28:33 +0000 (06:28 +0000)]
s/text/text ? text : ""/ in Statslog

24 years agoAdd ldap_*2name() in <include,libldap>/schema, use them in slapd/schema
Hallvard Furuseth [Mon, 16 Aug 1999 02:59:11 +0000 (02:59 +0000)]
Add ldap_*2name() in <include,libldap>/schema, use them in slapd/schema

24 years agoAdd missing newline and EOF
Hallvard Furuseth [Mon, 16 Aug 1999 02:40:00 +0000 (02:40 +0000)]
Add missing newline and EOF

24 years agoITS#251: Remove 1st "u" (old UDP option) from getopt()
Hallvard Furuseth [Mon, 16 Aug 1999 02:24:16 +0000 (02:24 +0000)]
ITS#251: Remove 1st "u" (old UDP option) from getopt()

24 years agores_search() detection: always look for res_search to include -lresolv
Kurt Zeilenga [Sun, 15 Aug 1999 22:57:32 +0000 (22:57 +0000)]
res_search() detection: always look for res_search to include -lresolv
for inet_aton().  May be linked in when not absolutely necessary...
but no big deal, we'll likely start using res_search over sychronous
get{host,peer}byname calls anyways.
inet_aton() detection: use link instead of compile

24 years agoFix s/doc/contrib/ in comment
Kurt Zeilenga [Sun, 15 Aug 1999 22:52:10 +0000 (22:52 +0000)]
Fix s/doc/contrib/ in comment

24 years agoBackout last two commits. Merged rule breaks specific behavior
Kurt Zeilenga [Sun, 15 Aug 1999 22:09:29 +0000 (22:09 +0000)]
Backout last two commits.  Merged rule breaks specific behavior
of each rule!

24 years agoRemove lber_types.h on 'make veryclean'
Kurt Zeilenga [Sun, 15 Aug 1999 21:58:47 +0000 (21:58 +0000)]
Remove lber_types.h on 'make veryclean'

24 years agoAllow "" DNs
Kurt Zeilenga [Sat, 14 Aug 1999 01:39:54 +0000 (01:39 +0000)]
Allow "" DNs

24 years agoAssert on malloc failure
Kurt Zeilenga [Sat, 14 Aug 1999 01:34:25 +0000 (01:34 +0000)]
Assert on malloc failure

24 years agoFix add to topless root.
Kurt Zeilenga [Sat, 14 Aug 1999 01:19:29 +0000 (01:19 +0000)]
Fix add to topless root.

24 years agoAdded labeledURI (standard track schema) from RFC2047
Kurt Zeilenga [Sat, 14 Aug 1999 00:04:27 +0000 (00:04 +0000)]
Added labeledURI (standard track schema) from RFC2047
Minor schema file cleanup

24 years agoInclude more LDAP RFCs
Kurt Zeilenga [Fri, 13 Aug 1999 23:47:39 +0000 (23:47 +0000)]
Include more LDAP RFCs

24 years agoNew pthread tests...
Kurt Zeilenga [Fri, 13 Aug 1999 23:07:21 +0000 (23:07 +0000)]
New pthread tests...

24 years agoRemove temporary comment
Kurt Zeilenga [Fri, 13 Aug 1999 23:06:05 +0000 (23:06 +0000)]
Remove temporary comment

24 years agoAllow null dn.
Kurt Zeilenga [Fri, 13 Aug 1999 22:53:11 +0000 (22:53 +0000)]
Allow null dn.

24 years agoFix empty dn.
Kurt Zeilenga [Fri, 13 Aug 1999 22:43:21 +0000 (22:43 +0000)]
Fix empty dn.

24 years agoNeed to type 'make test' to run tests.
Kurt Zeilenga [Fri, 13 Aug 1999 21:41:53 +0000 (21:41 +0000)]
Need to type 'make test' to run tests.

24 years agoForce to LDAPv3 until BIND
Kurt Zeilenga [Fri, 13 Aug 1999 06:09:48 +0000 (06:09 +0000)]
Force to LDAPv3 until BIND

24 years agoRework --without-subdir to remove trailing /
Kurt Zeilenga [Fri, 13 Aug 1999 02:04:32 +0000 (02:04 +0000)]
Rework --without-subdir to remove trailing /

24 years agoAdd DN_INDICES search filter and has_children support. Move id2children
Kurt Zeilenga [Fri, 13 Aug 1999 00:55:08 +0000 (00:55 +0000)]
Add DN_INDICES search filter and has_children support.  Move id2children
behind -UDN_INDICES.

24 years agoAdd LDAPsubentry to allow some structure to be added to subentries
Kurt Zeilenga [Thu, 12 Aug 1999 19:00:20 +0000 (19:00 +0000)]
Add LDAPsubentry to allow some structure to be added to subentries

24 years agoAdd "objectclass: LDAPsubentry" to provide structure to subentries
Kurt Zeilenga [Thu, 12 Aug 1999 18:58:51 +0000 (18:58 +0000)]
Add "objectclass: LDAPsubentry" to provide structure to subentries

24 years agoAdd dn_subtree() (used for subtree index generation)
Kurt Zeilenga [Thu, 12 Aug 1999 04:20:32 +0000 (04:20 +0000)]
Add dn_subtree() (used for subtree index generation)

24 years agoLeft DN_INDICES defines by mistake... it's not ready for prime time yet.
Kurt Zeilenga [Thu, 12 Aug 1999 01:05:33 +0000 (01:05 +0000)]
Left DN_INDICES defines by mistake... it's not ready for prime time yet.
Change prefixes to make eyeballing .dbb files easier

24 years agoImplement DN_PARENT_PREFIX and framework for DN_SUBTREE_PREFIX.
Kurt Zeilenga [Wed, 11 Aug 1999 20:59:28 +0000 (20:59 +0000)]
Implement DN_PARENT_PREFIX and framework for DN_SUBTREE_PREFIX.

24 years agoModify replace_values not to merge in new values when no value is
Kurt Zeilenga [Wed, 11 Aug 1999 19:05:40 +0000 (19:05 +0000)]
Modify replace_values not to merge in new values when no value is
was provided.

24 years agoAdd LDAPsubentry (without OID).
Kurt Zeilenga [Wed, 11 Aug 1999 19:01:05 +0000 (19:01 +0000)]
Add LDAPsubentry (without OID).

24 years agoRemoved redundant dn_normalization(strdup(ndn)) from dn2id codes.
Kurt Zeilenga [Wed, 11 Aug 1999 02:57:07 +0000 (02:57 +0000)]
Removed redundant dn_normalization(strdup(ndn)) from dn2id codes.
Added initial DN_INDICES code behind #ifdef DN_INDICES.
  Generates only equality index.  Will add parent and subtree indices next.

24 years agoForce commit: didn't mean to include in last commit
Kurt Zeilenga [Tue, 10 Aug 1999 17:32:56 +0000 (17:32 +0000)]
Force commit:  didn't mean to include in last commit
Additional of FORCE on -on: rules.

24 years agoDistribute missing for folks who don't have autoconf/automake/libtool
Kurt Zeilenga [Tue, 10 Aug 1999 17:30:25 +0000 (17:30 +0000)]
Distribute missing for folks who don't have autoconf/automake/libtool
installed.

24 years agoFix build dependencies. Last try was not parallel-safe.
Howard Chu [Mon, 9 Aug 1999 23:01:31 +0000 (23:01 +0000)]
Fix build dependencies. Last try was not parallel-safe.

24 years agoFix tv.sec typo in last commit. srand(tv.tv_sec * (tv.tv_usec+1))
Kurt Zeilenga [Mon, 9 Aug 1999 19:06:29 +0000 (19:06 +0000)]
Fix tv.sec typo in last commit.  srand(tv.tv_sec * (tv.tv_usec+1))

24 years agolimit maxindirect to 9
Kurt Zeilenga [Mon, 9 Aug 1999 18:51:02 +0000 (18:51 +0000)]
limit maxindirect to 9
ifdef CONT_POSTFIX, swap index and old key in new key.  Not defined as
it would cause more grief than good (but should be enabled on next major
index change).

24 years agoRemove lint.
Kurt Zeilenga [Mon, 9 Aug 1999 18:48:23 +0000 (18:48 +0000)]
Remove lint.

24 years agoWrap prints of DN and other strings in double quotes so user can easily
Kurt Zeilenga [Mon, 9 Aug 1999 18:33:17 +0000 (18:33 +0000)]
Wrap prints of DN and other strings in double quotes so user can easily
determine if string contains leading/trailing whitespace.

24 years agoFix explicit backend dependencies. Wildcard was unreliable.
Howard Chu [Mon, 9 Aug 1999 01:29:27 +0000 (01:29 +0000)]
Fix explicit backend dependencies. Wildcard was unreliable.

24 years agoAdd missing veryclean target
Howard Chu [Mon, 9 Aug 1999 01:27:37 +0000 (01:27 +0000)]
Add missing veryclean target

24 years agoRebuild configure and portable.h.in
Kurt Zeilenga [Sun, 8 Aug 1999 17:17:44 +0000 (17:17 +0000)]
Rebuild configure and portable.h.in

24 years agoldap_op.c: Get LDAP->ld_lberoptions from libldap/ldap-int.h.
Hallvard Furuseth [Sun, 8 Aug 1999 15:18:38 +0000 (15:18 +0000)]
ldap_op.c: Get LDAP->ld_lberoptions from libldap/ldap-int.h.
slurp.h:   #undef ldap_debug before a #define which conflicts with ldap-int.h.

24 years agoSeparate put_nextid() out from next_id_write() in back-ldbm/nextid.c.
Hallvard Furuseth [Sun, 8 Aug 1999 07:28:44 +0000 (07:28 +0000)]
Separate put_nextid() out from next_id_write() in back-ldbm/nextid.c.
Use it in tools/ldif2id2entry.c instead of making the NEXTID file "by hand".

24 years agoRemove bogus free.
Kurt Zeilenga [Sun, 8 Aug 1999 04:30:51 +0000 (04:30 +0000)]
Remove bogus free.

24 years agoFix typo in previous commit as well as integrate bubble move
Kurt Zeilenga [Sun, 8 Aug 1999 00:54:27 +0000 (00:54 +0000)]
Fix typo in previous commit as well as integrate bubble move
replacement.

24 years agoReplace bubble move with SAFEMEMCPY
Kurt Zeilenga [Sun, 8 Aug 1999 00:02:05 +0000 (00:02 +0000)]
Replace bubble move with SAFEMEMCPY

24 years agoEliminate a bubble move.
Kurt Zeilenga [Sat, 7 Aug 1999 23:25:48 +0000 (23:25 +0000)]
Eliminate a bubble move.

24 years agoFail if libtool's libltdl is not present and --enable-modules was given.
Howard Chu [Sat, 7 Aug 1999 22:44:26 +0000 (22:44 +0000)]
Fail if libtool's libltdl is not present and --enable-modules was given.

24 years agoUse a cursor to step through ID_BLOCKS.
Kurt Zeilenga [Sat, 7 Aug 1999 21:14:24 +0000 (21:14 +0000)]
Use a cursor to step through ID_BLOCKS.

24 years agoAdd 'quick start guide' reference.
Kurt Zeilenga [Sat, 7 Aug 1999 19:08:48 +0000 (19:08 +0000)]
Add 'quick start guide' reference.
Update 'hints' reference to point to FAQ.

24 years agoRely on FAQ for up to date hints.
Kurt Zeilenga [Sat, 7 Aug 1999 19:02:35 +0000 (19:02 +0000)]
Rely on FAQ for up to date hints.

24 years agoUpdate TODO... should be moved to the developer's FAQ.
Kurt Zeilenga [Sat, 7 Aug 1999 18:59:15 +0000 (18:59 +0000)]
Update TODO... should be moved to the developer's FAQ.

24 years agoAdd extensible filter support to -lldap. Need to implement server
Kurt Zeilenga [Sat, 7 Aug 1999 18:54:49 +0000 (18:54 +0000)]
Add extensible filter support to -lldap.  Need to implement server
side (which most is dependent upon having matching rule support).

24 years agoFinal round of module changes
Howard Chu [Sat, 7 Aug 1999 11:37:43 +0000 (11:37 +0000)]
Final round of module changes

24 years agoModified to use libtool's ltdl instead of gmodule. Full Makefile support
Howard Chu [Sat, 7 Aug 1999 07:59:41 +0000 (07:59 +0000)]
Modified to use libtool's ltdl instead of gmodule. Full Makefile support
for building backends as modules.

24 years agoModified to use libtool's ltdl instead of gmodule
Howard Chu [Sat, 7 Aug 1999 07:58:11 +0000 (07:58 +0000)]
Modified to use libtool's ltdl instead of gmodule

24 years agoModified for use with libtool's ltdl instead of gmodule
Howard Chu [Sat, 7 Aug 1999 07:54:45 +0000 (07:54 +0000)]
Modified for use with libtool's ltdl instead of gmodule

24 years agoMinor cleanup:
Hallvard Furuseth [Sat, 7 Aug 1999 05:36:48 +0000 (05:36 +0000)]
Minor cleanup:
Fix Statlog() formats, remove an implicit int, include <ctype.h> for isspace().

24 years agoFix filter escapes. ITS#247
Kurt Zeilenga [Sat, 7 Aug 1999 04:48:16 +0000 (04:48 +0000)]
Fix filter escapes.  ITS#247

24 years agoRemove gmon files
Kurt Zeilenga [Sat, 7 Aug 1999 04:38:33 +0000 (04:38 +0000)]
Remove gmon files

24 years agoPlug memory leaks (parallell to back-ldbm/idl.c version 1.26)
Hallvard Furuseth [Sat, 7 Aug 1999 03:38:24 +0000 (03:38 +0000)]
Plug memory leaks (parallell to back-ldbm/idl.c version 1.26)

24 years agoFix typo in error message: idl_fetch -> bdb2i_idl_fetch
Hallvard Furuseth [Sat, 7 Aug 1999 03:31:46 +0000 (03:31 +0000)]
Fix typo in error message: idl_fetch -> bdb2i_idl_fetch

24 years agoAdd copyright notices.
Kurt Zeilenga [Fri, 6 Aug 1999 23:07:46 +0000 (23:07 +0000)]
Add copyright notices.

24 years agoPreliminary Make rules to allow building backends as modules.
Howard Chu [Fri, 6 Aug 1999 16:15:05 +0000 (16:15 +0000)]
Preliminary Make rules to allow building backends as modules.

24 years agoFor dynamic modules, must explicitly zero BackendInfo structure in
Howard Chu [Fri, 6 Aug 1999 13:16:26 +0000 (13:16 +0000)]
For dynamic modules, must explicitly zero BackendInfo structure in
init_module. Since it's a local var, you have no idea what kind of
garbage is sitting in important function pointers...

24 years agoFactor out ldif entry parsing so all ldif2* tools will read the same format.
Hallvard Furuseth [Fri, 6 Aug 1999 03:01:23 +0000 (03:01 +0000)]
Factor out ldif entry parsing so all ldif2* tools will read the same format.
Valid LDIF files are parsed the same way as before.

24 years agoTypo: s/elineno, elineno/elineno, lineno/ in error message
Hallvard Furuseth [Fri, 6 Aug 1999 02:02:34 +0000 (02:02 +0000)]
Typo: s/elineno, elineno/elineno, lineno/ in error message

24 years agolastmod is on by default.
Kurt Zeilenga [Thu, 5 Aug 1999 23:52:14 +0000 (23:52 +0000)]
lastmod is on by default.

24 years agoAdd missing "\n" in usage statement
Kurt Zeilenga [Thu, 5 Aug 1999 20:50:40 +0000 (20:50 +0000)]
Add missing "\n" in usage statement

24 years agocreate SASL_LIBS to hold -lsasl
Kurt Zeilenga [Thu, 5 Aug 1999 02:25:19 +0000 (02:25 +0000)]
create SASL_LIBS to hold -lsasl
create SECURITY_LIBS (top.mk) to order $SASL_LIBS $KRB_LIBS $TLS_LIBS
use $SECURITY_LIBS in Makefile.in's instead of $KRB_LIBS $TLS_LIBS

24 years agoAdd basic configure support of --enable-quipu
Kurt Zeilenga [Thu, 5 Aug 1999 01:23:04 +0000 (01:23 +0000)]
Add basic configure support of --enable-quipu