]> git.sur5r.net Git - openldap/log
openldap
26 years agoRemove lint
Hallvard Furuseth [Sun, 22 Aug 1999 03:35:10 +0000 (03:35 +0000)]
Remove lint

26 years agoInitialize lineno
Hallvard Furuseth [Sun, 22 Aug 1999 03:32:13 +0000 (03:32 +0000)]
Initialize lineno

26 years agoAlways compile acl_dn_pat when it is set, otherwise acl.c breaks
Hallvard Furuseth [Sun, 22 Aug 1999 03:30:45 +0000 (03:30 +0000)]
Always compile acl_dn_pat when it is set, otherwise acl.c breaks

26 years agoSupport for native GNU Pth Threads (--with-threads=pth)
Kurt Zeilenga [Sun, 22 Aug 1999 03:04:33 +0000 (03:04 +0000)]
Support for native GNU Pth Threads (--with-threads=pth)
Tests behave as expected excepting slapd sometimes does not
shutdown properly.

26 years agoExperimental support for GNU Pth's Posix Thread API. This might be a
Kurt Zeilenga [Sat, 21 Aug 1999 17:19:10 +0000 (17:19 +0000)]
Experimental support for GNU Pth's Posix Thread API.  This might be a
suitable for systems with poor (or nonexistant) Pthread implementations.

26 years agoStop mergers if dup returns NULL.
Kurt Zeilenga [Fri, 20 Aug 1999 22:59:00 +0000 (22:59 +0000)]
Stop mergers if dup returns NULL.

26 years agoACIs from Mark Valence <kurash@sassafras.com> (ITS#261)
Kurt Zeilenga [Fri, 20 Aug 1999 22:42:04 +0000 (22:42 +0000)]
ACIs from Mark Valence <kurash@sassafras.com> (ITS#261)

26 years agoBackout fetch_one copy change
Kurt Zeilenga [Fri, 20 Aug 1999 22:37:30 +0000 (22:37 +0000)]
Backout fetch_one copy change

26 years agoFix slurpd constification where dependent upon slap.h
Kurt Zeilenga [Fri, 20 Aug 1999 22:24:58 +0000 (22:24 +0000)]
Fix slurpd constification where dependent upon slap.h

26 years agocomplete this round of constification
Kurt Zeilenga [Fri, 20 Aug 1999 19:50:11 +0000 (19:50 +0000)]
complete this round of constification

26 years agomore const'ification
Kurt Zeilenga [Fri, 20 Aug 1999 19:29:43 +0000 (19:29 +0000)]
more const'ification

26 years agoconst'ification
Kurt Zeilenga [Fri, 20 Aug 1999 19:12:41 +0000 (19:12 +0000)]
const'ification

26 years agoconst'fication
Kurt Zeilenga [Fri, 20 Aug 1999 19:00:44 +0000 (19:00 +0000)]
const'fication

26 years agoApply Hallvard's memory leak plugs...
Kurt Zeilenga [Fri, 20 Aug 1999 00:55:22 +0000 (00:55 +0000)]
Apply Hallvard's memory leak plugs...

26 years agoUpdate for attribute, objectclass, and objectidentifier descriptions.
Howard Chu [Fri, 20 Aug 1999 00:32:36 +0000 (00:32 +0000)]
Update for attribute, objectclass, and objectidentifier descriptions.

26 years agoFix warnings from previous OID parse commit
Howard Chu [Thu, 19 Aug 1999 23:44:53 +0000 (23:44 +0000)]
Fix warnings from previous OID parse commit

26 years agos/slapentry/slapadd/
Kurt Zeilenga [Thu, 19 Aug 1999 22:27:24 +0000 (22:27 +0000)]
s/slapentry/slapadd/

26 years agos/HAVE_QUIPU/BUILD_QUIPU/
Kurt Zeilenga [Thu, 19 Aug 1999 22:26:35 +0000 (22:26 +0000)]
s/HAVE_QUIPU/BUILD_QUIPU/

26 years agoAdd OIDmacros for attribute & objectclass numericOIDs. Allow parsing
Howard Chu [Thu, 19 Aug 1999 22:09:33 +0000 (22:09 +0000)]
Add OIDmacros for attribute & objectclass numericOIDs. Allow parsing
attribute syntaxes using syntax description in addition to syntax OID.
Removed all whitespace from syntax descriptions.

26 years agoAdd CSRIMALLOC Support
Kurt Zeilenga [Thu, 19 Aug 1999 20:01:42 +0000 (20:01 +0000)]
Add CSRIMALLOC Support

26 years agoMore unifdef -DSLAP_CLEANUP
Kurt Zeilenga [Thu, 19 Aug 1999 19:15:45 +0000 (19:15 +0000)]
More unifdef -DSLAP_CLEANUP

26 years agounifdef -DSLAP_CLEANUP
Kurt Zeilenga [Thu, 19 Aug 1999 18:55:01 +0000 (18:55 +0000)]
unifdef -DSLAP_CLEANUP

26 years agoMore CSRI malloc debugging support and destroy sockbuf fix.
Kurt Zeilenga [Thu, 19 Aug 1999 18:48:17 +0000 (18:48 +0000)]
More CSRI malloc debugging support and destroy sockbuf fix.
Test008 now runs without leak.

26 years agoslapd_tester should be linked with LIBS
Kurt Zeilenga [Thu, 19 Aug 1999 18:36:10 +0000 (18:36 +0000)]
slapd_tester should be linked with LIBS

26 years agoFree ldif buffer... test001 now shows no leaks!
Kurt Zeilenga [Thu, 19 Aug 1999 18:19:20 +0000 (18:19 +0000)]
Free ldif buffer... test001 now shows no leaks!

26 years agoFix MAJOR memory leak.
Kurt Zeilenga [Thu, 19 Aug 1999 18:16:04 +0000 (18:16 +0000)]
Fix MAJOR memory leak.

26 years agoAdd CSRIMALLOC support
Kurt Zeilenga [Thu, 19 Aug 1999 18:13:36 +0000 (18:13 +0000)]
Add CSRIMALLOC support

26 years agoApply dn_parent memory leak fix to bdb2
Kurt Zeilenga [Thu, 19 Aug 1999 18:13:10 +0000 (18:13 +0000)]
Apply dn_parent memory leak fix to bdb2

26 years agoCentralize slap init/startup/shutdown/destroy into slapcommon
Kurt Zeilenga [Thu, 19 Aug 1999 17:20:15 +0000 (17:20 +0000)]
Centralize slap init/startup/shutdown/destroy into slapcommon

26 years agoFix typo in last commit... odd that test001 didn't bomb because of this.
Kurt Zeilenga [Thu, 19 Aug 1999 17:08:32 +0000 (17:08 +0000)]
Fix typo in last commit... odd that test001 didn't bomb because of this.

26 years agoAdd hacks to allow debugging with CSRI malloc.
Kurt Zeilenga [Thu, 19 Aug 1999 17:06:28 +0000 (17:06 +0000)]
Add hacks to allow debugging with CSRI malloc.
(test001-populate runs without leak)
Free global entry string buffer on shutdown.

26 years agoRemove "touch all-common", not building when needed is worse than building
Kurt Zeilenga [Thu, 19 Aug 1999 17:03:41 +0000 (17:03 +0000)]
Remove "touch all-common", not building when needed is worse than building
when not needed.

26 years agos/U-Mich/OpenLDAP/ in examples
Kurt Zeilenga [Thu, 19 Aug 1999 17:02:36 +0000 (17:02 +0000)]
s/U-Mich/OpenLDAP/ in examples

26 years agoFix dn_parent memory leak.
Kurt Zeilenga [Thu, 19 Aug 1999 16:51:43 +0000 (16:51 +0000)]
Fix dn_parent memory leak.

26 years agoFix SLAP_CLEANUP (this #ifdef should really be removed)
Kurt Zeilenga [Thu, 19 Aug 1999 16:51:23 +0000 (16:51 +0000)]
Fix SLAP_CLEANUP (this #ifdef should really be removed)

26 years agoplug memory leak
Hallvard Furuseth [Thu, 19 Aug 1999 11:44:44 +0000 (11:44 +0000)]
plug memory leak

26 years agoClean up debug messages.
Kurt Zeilenga [Thu, 19 Aug 1999 00:40:18 +0000 (00:40 +0000)]
Clean up debug messages.

26 years agoRemoved in favor of -xx.txt
Kurt Zeilenga [Wed, 18 Aug 1999 20:21:43 +0000 (20:21 +0000)]
Removed in favor of -xx.txt

26 years agodraft-ietf-ldup-subentry-00.txt
Kurt Zeilenga [Wed, 18 Aug 1999 20:20:42 +0000 (20:20 +0000)]
draft-ietf-ldup-subentry-00.txt

26 years agoStatement concerning appropriate use of I-D.
Kurt Zeilenga [Wed, 18 Aug 1999 20:18:20 +0000 (20:18 +0000)]
Statement concerning appropriate use of I-D.

26 years agodraft-ietf-ldapext-namedref-00.txt
Kurt Zeilenga [Wed, 18 Aug 1999 20:16:33 +0000 (20:16 +0000)]
draft-ietf-ldapext-namedref-00.txt

26 years agoupdate to draft-ietf-ldapext-acl-model-03.txt
Kurt Zeilenga [Wed, 18 Aug 1999 20:15:22 +0000 (20:15 +0000)]
update to draft-ietf-ldapext-acl-model-03.txt

26 years agodraft-ietf-ldapext-authmeth-04.txt
Kurt Zeilenga [Wed, 18 Aug 1999 20:13:30 +0000 (20:13 +0000)]
draft-ietf-ldapext-authmeth-04.txt

26 years agodraft-ietf-ldapext-acl-reqts-02.txt
Kurt Zeilenga [Wed, 18 Aug 1999 20:12:03 +0000 (20:12 +0000)]
draft-ietf-ldapext-acl-reqts-02.txt

26 years agomoved to -xx.txt
Kurt Zeilenga [Wed, 18 Aug 1999 20:09:50 +0000 (20:09 +0000)]
moved to -xx.txt

26 years agoUpdate to revision 3.
Kurt Zeilenga [Wed, 18 Aug 1999 20:08:48 +0000 (20:08 +0000)]
Update to revision 3.

26 years agoDon't include revision number in file name (to allow in place updating)
Kurt Zeilenga [Wed, 18 Aug 1999 20:07:09 +0000 (20:07 +0000)]
Don't include revision number in file name (to allow in place updating)

26 years agoFix typos in 'make clean'
Kurt Zeilenga [Wed, 18 Aug 1999 07:20:30 +0000 (07:20 +0000)]
Fix typos in 'make clean'

26 years agoFix server==NULL bugs
Kurt Zeilenga [Wed, 18 Aug 1999 02:36:23 +0000 (02:36 +0000)]
Fix server==NULL bugs

26 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

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

26 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.

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

26 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

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

26 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

26 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

26 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

26 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

26 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).

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

26 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.

26 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

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

26 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)

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

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

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

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

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

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

26 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

26 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.

26 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.

26 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.

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

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

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

26 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

26 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

26 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

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

26 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()

26 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

26 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

26 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!

26 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'

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

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

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

26 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

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

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

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

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

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

26 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.

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

26 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 /

26 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.