]> git.sur5r.net Git - openldap/log
openldap
18 years agoParanoia for prev commit
Howard Chu [Thu, 16 Aug 2007 20:03:27 +0000 (20:03 +0000)]
Paranoia for prev commit

18 years agoFix double-free closing multiple ppolicy overlay instances
Howard Chu [Thu, 16 Aug 2007 19:59:02 +0000 (19:59 +0000)]
Fix double-free closing multiple ppolicy overlay instances

18 years agoRemove lint
Hallvard Furuseth [Thu, 16 Aug 2007 14:41:48 +0000 (14:41 +0000)]
Remove lint

18 years agoFix typo in previous commit: spurious space in UUID syntax OID.
Hallvard Furuseth [Thu, 16 Aug 2007 13:44:15 +0000 (13:44 +0000)]
Fix typo in previous commit: spurious space in UUID syntax OID.
Also make remove_query_and_data() return void (it returned nothing) and
remove an unused variable.

18 years agoconsistently use SLAP_* malloc macros; alloc sizeof(Syntax *) instead of sizeof(Synta...
Pierangelo Masarati [Thu, 16 Aug 2007 12:08:47 +0000 (12:08 +0000)]
consistently use SLAP_* malloc macros; alloc sizeof(Syntax *) instead of sizeof(Syntax) for areray of superiors; free resources also in case of failure of syn_insert()

18 years agofox to ITS#5070 fix: error out if serialNumber requires size > sizeof(long long)...
Pierangelo Masarati [Thu, 16 Aug 2007 11:57:34 +0000 (11:57 +0000)]
fox to ITS#5070 fix: error out if serialNumber requires size > sizeof(long long) (detected by Coverity)

18 years agofix error checking when parsing UUID (detected by Coverity); added check/prettificati...
Pierangelo Masarati [Thu, 16 Aug 2007 11:52:10 +0000 (11:52 +0000)]
fix error checking when parsing UUID (detected by Coverity); added check/prettification of UUID, just in case...

18 years agohandle exceptions; spotted by coverity
Pierangelo Masarati [Thu, 16 Aug 2007 11:34:55 +0000 (11:34 +0000)]
handle exceptions; spotted by coverity

18 years agodon't trick coverity...
Pierangelo Masarati [Thu, 16 Aug 2007 11:32:10 +0000 (11:32 +0000)]
don't trick coverity...

18 years agodefer thread key retrieve as it might not be needed
Pierangelo Masarati [Thu, 16 Aug 2007 10:05:21 +0000 (10:05 +0000)]
defer thread key retrieve as it might not be needed

18 years agolet req_modify_s and req_modrdn_s have a common portion to interoperate within slap_m...
Pierangelo Masarati [Thu, 16 Aug 2007 09:48:53 +0000 (09:48 +0000)]
let req_modify_s and req_modrdn_s have a common portion to interoperate within slap_mods_opattrs() (ITS#5093)

18 years agouniformly exploit rootdn bind; add support for rootdn bind to backends that didn...
Pierangelo Masarati [Thu, 16 Aug 2007 09:38:15 +0000 (09:38 +0000)]
uniformly exploit rootdn bind; add support for rootdn bind to backends that didn't have it (ITS#4962)

18 years agofix previous commit
Pierangelo Masarati [Thu, 16 Aug 2007 09:32:04 +0000 (09:32 +0000)]
fix previous commit

18 years agos/orb_tmp_mech/orb_mech/
Pierangelo Masarati [Thu, 16 Aug 2007 09:29:45 +0000 (09:29 +0000)]
s/orb_tmp_mech/orb_mech/

18 years agodon't dereference save_errnop if NULL; create temporary file in right dir; revert...
Pierangelo Masarati [Thu, 16 Aug 2007 09:23:48 +0000 (09:23 +0000)]
don't dereference save_errnop if NULL; create temporary file in right dir; revert to strtol(3) (ITS#4627)

18 years agocleanup tools
Pierangelo Masarati [Thu, 16 Aug 2007 09:22:07 +0000 (09:22 +0000)]
cleanup tools

18 years agoITS#4627 fix tool_entry_next
Howard Chu [Wed, 15 Aug 2007 20:09:06 +0000 (20:09 +0000)]
ITS#4627 fix tool_entry_next

18 years agoFix rev 1.68 spew_entry() for ITS#4627: Do not dereference NULL save_errnop.
Hallvard Furuseth [Wed, 15 Aug 2007 19:43:13 +0000 (19:43 +0000)]
Fix rev 1.68 spew_entry() for ITS#4627:  Do not dereference NULL save_errnop.
Add missing unlink().  Update debug messages, move one from spew_file().
Also check the close() return code.

18 years agoFixes and more content
Gavin Henry [Tue, 14 Aug 2007 23:06:03 +0000 (23:06 +0000)]
Fixes and more content

18 years agoTS#4627 fix tool_entry_first()
Howard Chu [Tue, 14 Aug 2007 18:54:28 +0000 (18:54 +0000)]
TS#4627 fix tool_entry_first()

18 years agofix most of the issues of ITS#4627
Pierangelo Masarati [Tue, 14 Aug 2007 15:54:56 +0000 (15:54 +0000)]
fix most of the issues of ITS#4627

18 years agodocument '-Q' (ITS#4930)
Pierangelo Masarati [Tue, 14 Aug 2007 13:53:37 +0000 (13:53 +0000)]
document '-Q' (ITS#4930)

18 years agoadd '-Q' switch (used by slaptest only; ITS#4930)
Pierangelo Masarati [Tue, 14 Aug 2007 13:42:40 +0000 (13:42 +0000)]
add '-Q' switch (used by slaptest only; ITS#4930)

18 years agomerge attributes as required after mapping; avoid objectClass duplicates (ITS#5091)
Pierangelo Masarati [Tue, 14 Aug 2007 11:46:29 +0000 (11:46 +0000)]
merge attributes as required after mapping; avoid objectClass duplicates (ITS#5091)

18 years agorecent check for syncrepl searchbase broke test048; fixing...
Pierangelo Masarati [Mon, 13 Aug 2007 20:51:42 +0000 (20:51 +0000)]
recent check for syncrepl searchbase broke test048; fixing...

18 years agodon't allow NULL values (because of parsing errors; ITS#5090)
Pierangelo Masarati [Mon, 13 Aug 2007 19:33:01 +0000 (19:33 +0000)]
don't allow NULL values (because of parsing errors; ITS#5090)

18 years agoprovide an interface to remove a set of entries from the cache
Pierangelo Masarati [Mon, 13 Aug 2007 16:50:18 +0000 (16:50 +0000)]
provide an interface to remove a set of entries from the cache

18 years agoplug leak
Pierangelo Masarati [Mon, 13 Aug 2007 16:29:04 +0000 (16:29 +0000)]
plug leak

18 years agostop pcache task at close
Pierangelo Masarati [Mon, 13 Aug 2007 16:28:33 +0000 (16:28 +0000)]
stop pcache task at close

18 years agofix hot startup commit (read of uninitialized memory; ITS#5081)
Pierangelo Masarati [Mon, 13 Aug 2007 16:27:56 +0000 (16:27 +0000)]
fix hot startup commit (read of uninitialized memory; ITS#5081)

18 years agouse URI to configure client; enable attrlist in slapd-search
Pierangelo Masarati [Mon, 13 Aug 2007 16:20:24 +0000 (16:20 +0000)]
use URI to configure client; enable attrlist in slapd-search

18 years agosync with code; fix bold
Pierangelo Masarati [Mon, 13 Aug 2007 16:19:37 +0000 (16:19 +0000)]
sync with code; fix bold

18 years agoAdd RFC 5020 (entryDN).
Kurt Zeilenga [Mon, 13 Aug 2007 16:17:32 +0000 (16:17 +0000)]
Add RFC 5020 (entryDN).

18 years agoorganisations block was changed to organizations.
Gavin Henry [Sun, 12 Aug 2007 19:00:15 +0000 (19:00 +0000)]
organisations block was changed to organizations.

18 years agoCurrently index.html is broken, thought this was a problem, but it isn't. Will keep...
Gavin Henry [Sun, 12 Aug 2007 17:26:10 +0000 (17:26 +0000)]
Currently index.html is broken, thought this was a problem, but it isn't. Will keep digging. Seems to be something that broke on the 5th of August, as that was the last complete index.html I had.

18 years agoAdd dncachesize
Howard Chu [Sat, 11 Aug 2007 19:36:52 +0000 (19:36 +0000)]
Add dncachesize

18 years agoAdd config keyword for DN cache size (aka EntryInfoSize)
Howard Chu [Sat, 11 Aug 2007 19:29:14 +0000 (19:29 +0000)]
Add config keyword for DN cache size (aka EntryInfoSize)
default is 2x entry cache size

18 years agoforced commit: previous commit fixed ITS#5084
Pierangelo Masarati [Sat, 11 Aug 2007 09:41:00 +0000 (09:41 +0000)]
forced commit: previous commit fixed ITS#5084

18 years agofix objectClass inheritance (ITS#5088)
Pierangelo Masarati [Sat, 11 Aug 2007 09:37:55 +0000 (09:37 +0000)]
fix objectClass inheritance (ITS#5088)

18 years agouse RFC4523 objectClasses
Pierangelo Masarati [Sat, 11 Aug 2007 09:32:24 +0000 (09:32 +0000)]
use RFC4523 objectClasses

18 years agomore on ITS#4868
Pierangelo Masarati [Sat, 11 Aug 2007 09:31:48 +0000 (09:31 +0000)]
more on ITS#4868

18 years agofix previous commit: op is not a bind if error
Pierangelo Masarati [Sat, 11 Aug 2007 09:30:52 +0000 (09:30 +0000)]
fix previous commit: op is not a bind if error

18 years agofix previous commit (crash if no rewrite but just mapping is present)
Pierangelo Masarati [Sat, 11 Aug 2007 09:28:33 +0000 (09:28 +0000)]
fix previous commit (crash if no rewrite but just mapping is present)

18 years agoRemove tool_id2entry_get
Howard Chu [Sat, 11 Aug 2007 04:19:53 +0000 (04:19 +0000)]
Remove tool_id2entry_get

18 years agoITS#5087 fix tool_id2entry_get for hdb
Howard Chu [Sat, 11 Aug 2007 02:11:27 +0000 (02:11 +0000)]
ITS#5087 fix tool_id2entry_get for hdb
TODO: rip this all out and just use tool_entry_get

18 years agoFix prev commit
Howard Chu [Fri, 10 Aug 2007 23:26:25 +0000 (23:26 +0000)]
Fix prev commit

18 years agoITS#5077 fix attr_cmp loop termination
Howard Chu [Fri, 10 Aug 2007 23:10:59 +0000 (23:10 +0000)]
ITS#5077 fix attr_cmp loop termination

18 years agoITS#5065 don't crash if old cookieCSN is sent
Howard Chu [Fri, 10 Aug 2007 22:52:04 +0000 (22:52 +0000)]
ITS#5065 don't crash if old cookieCSN is sent

18 years agoITS#5082 must remove olcPasswordHash from global config...
Howard Chu [Fri, 10 Aug 2007 22:32:03 +0000 (22:32 +0000)]
ITS#5082 must remove olcPasswordHash from global config...

18 years agoITS#5082 allow olcPassdwordHash in frontendDB config
Howard Chu [Fri, 10 Aug 2007 22:28:24 +0000 (22:28 +0000)]
ITS#5082 allow olcPassdwordHash in frontendDB config

18 years agoITS#5085
Gavin Henry [Fri, 10 Aug 2007 16:55:50 +0000 (16:55 +0000)]
ITS#5085

18 years agofixed few leaks in previous commit (ITS#5081)
Pierangelo Masarati [Thu, 9 Aug 2007 16:33:50 +0000 (16:33 +0000)]
fixed few leaks in previous commit (ITS#5081)

18 years agoexperimental code for hot restart of proxy cache (ITS#5081)
Pierangelo Masarati [Thu, 9 Aug 2007 16:15:57 +0000 (16:15 +0000)]
experimental code for hot restart of proxy cache (ITS#5081)

18 years agosyncrepl searchbase must be within the database naming context (ITS#5073)
Pierangelo Masarati [Wed, 8 Aug 2007 18:23:22 +0000 (18:23 +0000)]
syncrepl searchbase must be within the database naming context (ITS#5073)

18 years agoimprove previous commit: now each missing index has a specific counter
Pierangelo Masarati [Wed, 8 Aug 2007 18:22:19 +0000 (18:22 +0000)]
improve previous commit: now each missing index has a specific counter

18 years agoadd monitor support for unindexed attributes (need to manually #define BDB_MONITOR_IDX)
Pierangelo Masarati [Tue, 7 Aug 2007 22:36:04 +0000 (22:36 +0000)]
add monitor support for unindexed attributes (need to manually #define BDB_MONITOR_IDX)

18 years agoadd back-config support to back-relay
Pierangelo Masarati [Mon, 6 Aug 2007 23:22:19 +0000 (23:22 +0000)]
add back-config support to back-relay

18 years agoLatest word list.
Gavin Henry [Mon, 6 Aug 2007 17:59:20 +0000 (17:59 +0000)]
Latest word list.

18 years agoITS#5076
Gavin Henry [Mon, 6 Aug 2007 17:48:52 +0000 (17:48 +0000)]
ITS#5076

18 years agoaspell custom collected LDAP terms and words from all OpenLDAP documentation.
Gavin Henry [Mon, 6 Aug 2007 17:39:36 +0000 (17:39 +0000)]
aspell custom collected LDAP terms and words from all OpenLDAP documentation.

18 years agoSpellcheck Instructions
Gavin Henry [Mon, 6 Aug 2007 17:38:27 +0000 (17:38 +0000)]
Spellcheck Instructions

18 years agoITS#5076
Gavin Henry [Mon, 6 Aug 2007 17:15:25 +0000 (17:15 +0000)]
ITS#5076

18 years agoaspell --lang=en_US -c
Gavin Henry [Mon, 6 Aug 2007 16:08:05 +0000 (16:08 +0000)]
aspell --lang=en_US -c

18 years agoITS#5076
Gavin Henry [Mon, 6 Aug 2007 15:23:28 +0000 (15:23 +0000)]
ITS#5076

18 years agoITS#5076 and remove reference to ldbm as a backend option
Gavin Henry [Mon, 6 Aug 2007 15:17:35 +0000 (15:17 +0000)]
ITS#5076 and remove reference to ldbm as a backend option

18 years agoSleepyCat changed to Oracle.
Gavin Henry [Mon, 6 Aug 2007 15:11:50 +0000 (15:11 +0000)]
SleepyCat changed to Oracle.

18 years agoITS#5076
Gavin Henry [Mon, 6 Aug 2007 15:05:15 +0000 (15:05 +0000)]
ITS#5076

18 years agofix typo
Pierangelo Masarati [Mon, 6 Aug 2007 14:51:47 +0000 (14:51 +0000)]
fix typo

18 years agorework ITS#4322 check
Pierangelo Masarati [Mon, 6 Aug 2007 14:46:51 +0000 (14:46 +0000)]
rework ITS#4322 check

18 years agodocument changes related to ITS#5074
Pierangelo Masarati [Mon, 6 Aug 2007 14:38:31 +0000 (14:38 +0000)]
document changes related to ITS#5074

18 years agoworkaround open() being a macro in glibc 2.6 (ITS#5075)
Pierangelo Masarati [Mon, 6 Aug 2007 12:57:24 +0000 (12:57 +0000)]
workaround open() being a macro in glibc 2.6 (ITS#5075)

18 years agofix previous commit
Pierangelo Masarati [Mon, 6 Aug 2007 12:48:35 +0000 (12:48 +0000)]
fix previous commit

18 years agohonor 1.1, * and + (ITS#5074 and more)
Pierangelo Masarati [Mon, 6 Aug 2007 12:31:30 +0000 (12:31 +0000)]
honor 1.1, * and + (ITS#5074 and more)

18 years agoMerging and amending more FAQ content.
Gavin Henry [Sun, 5 Aug 2007 22:18:12 +0000 (22:18 +0000)]
Merging and amending more FAQ content.

18 years agoImport LDAP vs RDBMS section from FAQ and format/amend
Gavin Henry [Sun, 5 Aug 2007 22:06:33 +0000 (22:06 +0000)]
Import LDAP vs RDBMS section from FAQ and format/amend

18 years agotrim unused vars
Pierangelo Masarati [Fri, 3 Aug 2007 20:26:48 +0000 (20:26 +0000)]
trim unused vars

18 years agocleanup
Pierangelo Masarati [Fri, 3 Aug 2007 19:21:07 +0000 (19:21 +0000)]
cleanup

18 years agorequire ';binary' when appropriate (ITS#5071)
Pierangelo Masarati [Fri, 3 Aug 2007 19:19:36 +0000 (19:19 +0000)]
require ';binary' when appropriate (ITS#5071)

18 years agoadd certificateListValidate (#ifdef LDAP_DEVEL)
Pierangelo Masarati [Fri, 3 Aug 2007 13:12:36 +0000 (13:12 +0000)]
add certificateListValidate (#ifdef LDAP_DEVEL)

18 years agoAdopted to latest API changes
Ralf Haferkamp [Fri, 3 Aug 2007 12:17:47 +0000 (12:17 +0000)]
Adopted to latest API changes

18 years agoReworked recent backend API changes, now using a separate struct,
Ralf Haferkamp [Fri, 3 Aug 2007 12:02:07 +0000 (12:02 +0000)]
Reworked recent backend API changes, now using a separate struct,
(ConfigReply) for the error messages.

18 years agoallow parsing of long long serials when long long is defined (ITS#5070)
Pierangelo Masarati [Fri, 3 Aug 2007 10:50:18 +0000 (10:50 +0000)]
allow parsing of long long serials when long long is defined (ITS#5070)

18 years agoFixing make
Gavin Henry [Thu, 2 Aug 2007 21:54:20 +0000 (21:54 +0000)]
Fixing make

18 years agoMerging of description sections of slapd-*. Wille expand/change later.
Gavin Henry [Thu, 2 Aug 2007 21:48:35 +0000 (21:48 +0000)]
Merging of description sections of slapd-*. Wille expand/change later.

18 years agoremoved bogus cast
Ralf Haferkamp [Wed, 1 Aug 2007 15:42:18 +0000 (15:42 +0000)]
removed bogus cast

18 years agoExport new images and update Makefile.
Gavin Henry [Wed, 1 Aug 2007 11:30:50 +0000 (11:30 +0000)]
Export new images and update Makefile.

18 years agoinitialize msg[] Array, fixed typo
Ralf Haferkamp [Tue, 31 Jul 2007 15:49:16 +0000 (15:49 +0000)]
initialize msg[] Array, fixed typo

18 years agoreturn entry controls (partially fixes ITS#4591)
Pierangelo Masarati [Mon, 30 Jul 2007 16:32:59 +0000 (16:32 +0000)]
return entry controls (partially fixes ITS#4591)

18 years agoMore contact info.
Gavin Henry [Fri, 27 Jul 2007 17:52:54 +0000 (17:52 +0000)]
More contact info.

18 years agoIndexing section.
Gavin Henry [Fri, 27 Jul 2007 17:52:36 +0000 (17:52 +0000)]
Indexing section.

18 years agoNew module. ITS#3593
Gavin Henry [Fri, 27 Jul 2007 11:08:09 +0000 (11:08 +0000)]
New module. ITS#3593

18 years agoRevert 1.101, not appropriate
Howard Chu [Fri, 27 Jul 2007 09:17:56 +0000 (09:17 +0000)]
Revert 1.101, not appropriate

18 years agoAdded a new parameter (ConfigArgs*) to the _db_init, _db_open, _db_close and
Ralf Haferkamp [Wed, 25 Jul 2007 17:21:05 +0000 (17:21 +0000)]
Added a new parameter (ConfigArgs*) to the _db_init, _db_open, _db_close and
_db_destroy functions.

18 years agoallow validation/normalization of x509 v1 (default) certs
Pierangelo Masarati [Wed, 25 Jul 2007 00:56:51 +0000 (00:56 +0000)]
allow validation/normalization of x509 v1 (default) certs

18 years agoMake LDAP_MEMORY_DEBUG a bitmask. #define LDAP_MEMORY_DEBUG_ASSERT. ITS#4990.
Hallvard Furuseth [Tue, 24 Jul 2007 20:53:23 +0000 (20:53 +0000)]
Make LDAP_MEMORY_DEBUG a bitmask. #define LDAP_MEMORY_DEBUG_ASSERT. ITS#4990.

18 years agoNormalize NAME sections: 1 line, no formatting, mention LDAP/OpenLDAP/slapd
Hallvard Furuseth [Tue, 24 Jul 2007 19:11:39 +0000 (19:11 +0000)]
Normalize NAME sections: 1 line, no formatting, mention LDAP/OpenLDAP/slapd

18 years agoRecommend loglevel stats
Hallvard Furuseth [Tue, 24 Jul 2007 18:03:17 +0000 (18:03 +0000)]
Recommend loglevel stats

18 years agoFix some formatting, phrasing, typos
Hallvard Furuseth [Tue, 24 Jul 2007 16:58:40 +0000 (16:58 +0000)]
Fix some formatting, phrasing, typos

18 years agoQuick and dirty BDB 4.6.18 support. Expect this to change again soon.
Howard Chu [Tue, 24 Jul 2007 14:02:37 +0000 (14:02 +0000)]
Quick and dirty BDB 4.6.18 support. Expect this to change again soon.

18 years agoCosmetic change: spaces->tab in last patch. Thus readable with tab-width=4.
Hallvard Furuseth [Mon, 23 Jul 2007 21:50:26 +0000 (21:50 +0000)]
Cosmetic change: spaces->tab in last patch.  Thus readable with tab-width=4.