]> git.sur5r.net Git - openldap/log
openldap
13 years agoAdd syncrepl suffixmassage
Howard Chu [Sat, 19 Jun 2010 03:24:24 +0000 (03:24 +0000)]
Add syncrepl suffixmassage

13 years agoAdd suffixmassage processing
Howard Chu [Sat, 19 Jun 2010 03:15:41 +0000 (03:15 +0000)]
Add suffixmassage processing

13 years agoAdd config support for suffixmassage. Note - no actual massage code
Howard Chu [Sat, 19 Jun 2010 01:29:39 +0000 (01:29 +0000)]
Add config support for suffixmassage. Note - no actual massage code
present in this commit.

13 years agoMore for ITS#6572, fix copy/paste error
Howard Chu [Thu, 17 Jun 2010 22:05:33 +0000 (22:05 +0000)]
More for ITS#6572, fix copy/paste error

13 years agoDon't set bi_db_config since we have no config options
Howard Chu [Sun, 13 Jun 2010 22:02:15 +0000 (22:02 +0000)]
Don't set bi_db_config since we have no config options

13 years agoITS#6572 zero out freed DN vals. from mbackes@symas.com
Howard Chu [Sun, 13 Jun 2010 18:47:21 +0000 (18:47 +0000)]
ITS#6572 zero out freed DN vals. from mbackes@symas.com

14 years agoadd ifdefs for SASL_GSS_CREDS to accomodate ancient Cyrus SASL
Howard Chu [Sat, 12 Jun 2010 22:10:16 +0000 (22:10 +0000)]
add ifdefs for SASL_GSS_CREDS to accomodate ancient Cyrus SASL

14 years agoITS#6570 part #1 (again), reject RDNs with binary BER values
Howard Chu [Mon, 7 Jun 2010 00:02:32 +0000 (00:02 +0000)]
ITS#6570 part #1 (again), reject RDNs with binary BER values

14 years agoITS#6570 part #2, reject RDNs with empty values
Howard Chu [Sun, 6 Jun 2010 23:22:07 +0000 (23:22 +0000)]
ITS#6570 part #2, reject RDNs with empty values

14 years agoITS#6570 part #1
Howard Chu [Sun, 6 Jun 2010 20:32:53 +0000 (20:32 +0000)]
ITS#6570 part #1

14 years agoITS#6569 return server's error code on Disconnect
Howard Chu [Wed, 2 Jun 2010 03:30:19 +0000 (03:30 +0000)]
ITS#6569 return server's error code on Disconnect

14 years agoITS#6568 plug cldap memleaks
Howard Chu [Wed, 2 Jun 2010 03:10:39 +0000 (03:10 +0000)]
ITS#6568 plug cldap memleaks

14 years agoITS#6566 use Debug, not fprintf(stderr)
Howard Chu [Wed, 2 Jun 2010 00:18:32 +0000 (00:18 +0000)]
ITS#6566 use Debug, not fprintf(stderr)

14 years ago(almost) ready for add-if-not-present
Pierangelo Masarati [Wed, 26 May 2010 06:31:49 +0000 (06:31 +0000)]
(almost) ready for add-if-not-present

14 years agoadd version number overlay (needs configuration yet)
Pierangelo Masarati [Tue, 25 May 2010 07:56:36 +0000 (07:56 +0000)]
add version number overlay (needs configuration yet)

14 years agosort attrs (blind fix for ITS#6553)
Pierangelo Masarati [Tue, 25 May 2010 01:58:18 +0000 (01:58 +0000)]
sort attrs (blind fix for ITS#6553)

14 years agomake sure bind credentials are consistent
Pierangelo Masarati [Mon, 24 May 2010 22:22:53 +0000 (22:22 +0000)]
make sure bind credentials are consistent

14 years agoQuit send loops if slapd is shutting down
Howard Chu [Fri, 21 May 2010 17:47:17 +0000 (17:47 +0000)]
Quit send loops if slapd is shutting down

14 years agoDuring the refresh phase the sync filter needs to be adjusted (skipping
Ralf Haferkamp [Thu, 20 May 2010 17:08:28 +0000 (17:08 +0000)]
During the refresh phase the sync filter needs to be adjusted (skipping
the "(entrycsn>=cookie)" part that was inserted) when checking whether a
change needs to be replicated, otherwise we lose DELETES that happen during
the refresh phase (ITS#6555).

14 years agoInit uninit'd vlv flag
Howard Chu [Tue, 18 May 2010 07:35:12 +0000 (07:35 +0000)]
Init uninit'd vlv flag

14 years agomention default rootdn of cn=config (ITS#6546)
Pierangelo Masarati [Tue, 18 May 2010 02:31:46 +0000 (02:31 +0000)]
mention default rootdn of cn=config (ITS#6546)

14 years agotry harder to compute hasSubordinates (ITS#6549)
Pierangelo Masarati [Tue, 18 May 2010 02:18:48 +0000 (02:18 +0000)]
try harder to compute hasSubordinates (ITS#6549)

14 years agoSupport option SASL_GSS_CREDS
Howard Chu [Thu, 13 May 2010 06:08:21 +0000 (06:08 +0000)]
Support option SASL_GSS_CREDS

14 years agoITS#6541 off-by-one, account for 'Z' being replaced by sign of delta
Howard Chu [Mon, 3 May 2010 05:13:44 +0000 (05:13 +0000)]
ITS#6541 off-by-one, account for 'Z' being replaced by sign of delta

14 years agoReset BackendInfo to original value after checkpoint. Plugs a memory leak
Ralf Haferkamp [Thu, 29 Apr 2010 15:47:27 +0000 (15:47 +0000)]
Reset BackendInfo to original value after checkpoint. Plugs a memory leak
when deleting the syncprov overlay from a database (when compiled with
-DSLAP_CONFIG_DELETE)

14 years agoDifferent fix for make -j builds. The previous one caused recompiles
Ralf Haferkamp [Thu, 29 Apr 2010 11:28:13 +0000 (11:28 +0000)]
Different fix for make -j builds. The previous one caused recompiles
of fetch.c and ldif.c with every make run.

14 years agoITS#6533 put rid first, in front of url
Howard Chu [Mon, 26 Apr 2010 12:07:08 +0000 (12:07 +0000)]
ITS#6533 put rid first, in front of url

14 years agolog rid when syncrepl stanza successfully added (ITS#6533)
Pierangelo Masarati [Sun, 25 Apr 2010 17:49:37 +0000 (17:49 +0000)]
log rid when syncrepl stanza successfully added (ITS#6533)

14 years agoFix parallel builds (make -j)
Ralf Haferkamp [Fri, 23 Apr 2010 16:30:55 +0000 (16:30 +0000)]
Fix parallel builds (make -j)

14 years agoallow successful binds to return control responses (ITS#6530)
Pierangelo Masarati [Thu, 22 Apr 2010 18:18:15 +0000 (18:18 +0000)]
allow successful binds to return control responses (ITS#6530)

14 years agofix libraries order to build with --enable-dynamic (more about ITS#6517)
Pierangelo Masarati [Thu, 22 Apr 2010 15:45:41 +0000 (15:45 +0000)]
fix libraries order to build with --enable-dynamic (more about ITS#6517)

14 years agoadd pguid overlay (not considered right now)
Pierangelo Masarati [Wed, 21 Apr 2010 05:19:29 +0000 (05:19 +0000)]
add pguid overlay (not considered right now)

14 years agocleanup
Pierangelo Masarati [Wed, 21 Apr 2010 05:02:08 +0000 (05:02 +0000)]
cleanup

14 years agoadd slapo-rdnval in support to Samba4
Pierangelo Masarati [Wed, 21 Apr 2010 05:01:32 +0000 (05:01 +0000)]
add slapo-rdnval in support to Samba4

14 years agoadd slapmodify (ITS#6165; may need cleanup)
Pierangelo Masarati [Tue, 20 Apr 2010 06:00:16 +0000 (06:00 +0000)]
add slapmodify (ITS#6165; may need cleanup)

14 years agomore about ITS#6194
Pierangelo Masarati [Tue, 20 Apr 2010 05:47:09 +0000 (05:47 +0000)]
more about ITS#6194

14 years agodocument ITS#5804 feature
Pierangelo Masarati [Tue, 20 Apr 2010 00:03:06 +0000 (00:03 +0000)]
document ITS#5804 feature

14 years agoAgreed upon log messages for sl_malloc/zn_malloc when falling back
Quanah Gibson-Mount [Mon, 19 Apr 2010 22:55:51 +0000 (22:55 +0000)]
Agreed upon log messages for sl_malloc/zn_malloc when falling back

14 years agoremove redundant logs (underlying backends already log enough)
Pierangelo Masarati [Sun, 18 Apr 2010 18:42:44 +0000 (18:42 +0000)]
remove redundant logs (underlying backends already log enough)

14 years agoalreadyExists is a legitimate result code (further improve ITS#6472 commit; also...
Pierangelo Masarati [Sun, 18 Apr 2010 17:11:29 +0000 (17:11 +0000)]
alreadyExists is a legitimate result code (further improve ITS#6472 commit; also fix ITS#6528)

14 years agocheck rename with newly added superior while consumer is down (ITS#6472)
Pierangelo Masarati [Sun, 18 Apr 2010 06:54:02 +0000 (06:54 +0000)]
check rename with newly added superior while consumer is down (ITS#6472)

14 years agodon't use dangling stack pointers (more on ITS#6472 fix)
Pierangelo Masarati [Sun, 18 Apr 2010 06:53:22 +0000 (06:53 +0000)]
don't use dangling stack pointers (more on ITS#6472 fix)

14 years agofix syncrepl when attr has no matching rule (ITS#6458)
Pierangelo Masarati [Sun, 18 Apr 2010 06:00:29 +0000 (06:00 +0000)]
fix syncrepl when attr has no matching rule (ITS#6458)

14 years agofix syncrepl when attr has no matching rule (ITS#6458)
Pierangelo Masarati [Sun, 18 Apr 2010 05:37:36 +0000 (05:37 +0000)]
fix syncrepl when attr has no matching rule (ITS#6458)

14 years ago(blind) fix off-by-one bug (ITS#6223; fixed differently)
Pierangelo Masarati [Sun, 18 Apr 2010 02:42:56 +0000 (02:42 +0000)]
(blind) fix off-by-one bug (ITS#6223; fixed differently)

14 years agofix out of order add/rename, when rename to newly added new superior occurs while...
Pierangelo Masarati [Sat, 17 Apr 2010 21:59:35 +0000 (21:59 +0000)]
fix out of order add/rename, when rename to newly added new superior occurs while consumer is offline (ITS#6472)

14 years agofix memory handling in rewrite parsing (ITS#6526)
Pierangelo Masarati [Sat, 17 Apr 2010 16:29:34 +0000 (16:29 +0000)]
fix memory handling in rewrite parsing (ITS#6526)

14 years agoNo longer used
Howard Chu [Thu, 15 Apr 2010 21:29:50 +0000 (21:29 +0000)]
No longer used

14 years agoadd support for don't use copy in SASL auxprops lookup/store (ITS#6475; TODO: documen...
Pierangelo Masarati [Thu, 15 Apr 2010 18:13:53 +0000 (18:13 +0000)]
add support for don't use copy in SASL auxprops lookup/store (ITS#6475; TODO: document new directives)

14 years agoallow to specify a per-database list of attributes that need to be always collected...
Pierangelo Masarati [Thu, 15 Apr 2010 05:26:21 +0000 (05:26 +0000)]
allow to specify a per-database list of attributes that need to be always collected, even if not explicitly requested by clients (addresses ITS#6513)

14 years agomalloc as much as possible on slab
Pierangelo Masarati [Thu, 15 Apr 2010 05:11:23 +0000 (05:11 +0000)]
malloc as much as possible on slab

14 years agoallow strict adherence to RFC4370 wrt/ control criticality (ITS#6523)
Pierangelo Masarati [Wed, 14 Apr 2010 21:37:03 +0000 (21:37 +0000)]
allow strict adherence to RFC4370 wrt/ control criticality (ITS#6523)

14 years agoserial can be longer than ber_int_t (ITS#6460)
Pierangelo Masarati [Wed, 14 Apr 2010 20:26:24 +0000 (20:26 +0000)]
serial can be longer than ber_int_t (ITS#6460)

14 years agoproperly initialize acl_attrval_style (ITS#6520)
Pierangelo Masarati [Wed, 14 Apr 2010 17:01:39 +0000 (17:01 +0000)]
properly initialize acl_attrval_style (ITS#6520)

14 years agoITS#6519 don't replicate purge deletes
Howard Chu [Tue, 13 Apr 2010 23:28:35 +0000 (23:28 +0000)]
ITS#6519 don't replicate purge deletes

14 years agohappy belated New Year
Kurt Zeilenga [Tue, 13 Apr 2010 22:17:29 +0000 (22:17 +0000)]
happy belated New Year

14 years agoForced commit - previous (rev 1.169) was ITS#6474, not 6467
Hallvard Furuseth [Tue, 13 Apr 2010 21:23:10 +0000 (21:23 +0000)]
Forced commit - previous (rev 1.169) was ITS#6474, not 6467

14 years agounion of operation-specific data in LDIFRecord (ITS#6194, by Rich Megginson)
Pierangelo Masarati [Tue, 13 Apr 2010 07:37:59 +0000 (07:37 +0000)]
union of operation-specific data in LDIFRecord (ITS#6194, by Rich Megginson)

14 years agofix libraries order to build with --enable-dynamic (ITS#6517)
Pierangelo Masarati [Tue, 13 Apr 2010 07:36:34 +0000 (07:36 +0000)]
fix libraries order to build with --enable-dynamic (ITS#6517)

14 years agouse slab memory as much as possible
Pierangelo Masarati [Tue, 13 Apr 2010 05:03:34 +0000 (05:03 +0000)]
use slab memory as much as possible

14 years agoCleanup prev commit
Howard Chu [Mon, 12 Apr 2010 20:21:13 +0000 (20:21 +0000)]
Cleanup prev commit

14 years agohandle ordered values as appropriate (ITS#6516)
Pierangelo Masarati [Mon, 12 Apr 2010 18:01:37 +0000 (18:01 +0000)]
handle ordered values as appropriate (ITS#6516)

14 years agodon't free before use
Pierangelo Masarati [Mon, 12 Apr 2010 16:24:01 +0000 (16:24 +0000)]
don't free before use

14 years agouse slab allocation
Pierangelo Masarati [Mon, 12 Apr 2010 07:44:56 +0000 (07:44 +0000)]
use slab allocation

14 years agomove getpassphrase inside tool_bind; make sure password is always malloc'd and freed
Pierangelo Masarati [Mon, 12 Apr 2010 04:06:13 +0000 (04:06 +0000)]
move getpassphrase inside tool_bind; make sure password is always malloc'd and freed

14 years agofree LDIF handler in case of failure
Pierangelo Masarati [Mon, 12 Apr 2010 03:42:29 +0000 (03:42 +0000)]
free LDIF handler in case of failure

14 years agoIn tmp_rsa_cb, new API is in 0.9.8 inclusive, not exclusive
Howard Chu [Mon, 12 Apr 2010 03:21:05 +0000 (03:21 +0000)]
In tmp_rsa_cb, new API is in 0.9.8 inclusive, not exclusive

14 years agoITS#6488 update from nss-ldapd to nss-pam-ldapd, refer to nss-pam-ldapd
Howard Chu [Mon, 12 Apr 2010 03:04:02 +0000 (03:04 +0000)]
ITS#6488 update from nss-ldapd to nss-pam-ldapd, refer to nss-pam-ldapd
home page instead of bundling the full code

14 years agoITS#6432 updated MozNSS context and PEM support
Howard Chu [Mon, 12 Apr 2010 02:44:28 +0000 (02:44 +0000)]
ITS#6432 updated MozNSS context and PEM support

14 years agofix previous commit
Pierangelo Masarati [Mon, 12 Apr 2010 02:28:40 +0000 (02:28 +0000)]
fix previous commit

14 years ago(ITS#6194) Patch - Enhancement - provide LDIF support as libldif
Pierangelo Masarati [Mon, 12 Apr 2010 02:01:55 +0000 (02:01 +0000)]
(ITS#6194) Patch - Enhancement - provide LDIF support as libldif

14 years agobackout unintended commit commit
Pierangelo Masarati [Mon, 12 Apr 2010 00:08:11 +0000 (00:08 +0000)]
backout unintended commit commit

14 years agofix previous commit
Pierangelo Masarati [Mon, 12 Apr 2010 00:06:45 +0000 (00:06 +0000)]
fix previous commit

14 years agofix previous commit (completely screwed, sorry)
Pierangelo Masarati [Sat, 10 Apr 2010 04:36:44 +0000 (04:36 +0000)]
fix previous commit (completely screwed, sorry)

14 years agoadd support for allowedChildClasses, allowedChildClassesEffective: the former basical...
Pierangelo Masarati [Sat, 10 Apr 2010 04:02:46 +0000 (04:02 +0000)]
add support for allowedChildClasses, allowedChildClassesEffective: the former basically consists of all structural objectClasses, the latter is identical if the user can write 'children', absent otherwise

14 years agodocument idassert-passthru (ITS#456)
Pierangelo Masarati [Sat, 10 Apr 2010 01:25:21 +0000 (01:25 +0000)]
document idassert-passthru (ITS#456)

14 years agomake room for further modules
Pierangelo Masarati [Sat, 10 Apr 2010 00:11:03 +0000 (00:11 +0000)]
make room for further modules

14 years agohonor X-ORDERED in olcDbIdAssertAuthzFrom; add olcDbIdAssertPassthru (ITS#6456);...
Pierangelo Masarati [Fri, 9 Apr 2010 22:47:55 +0000 (22:47 +0000)]
honor X-ORDERED in olcDbIdAssertAuthzFrom; add olcDbIdAssertPassthru (ITS#6456); note: breaks binary compatibility with module back-meta.la

14 years agoITS#6510 ignore referrals on Bind response
Howard Chu [Fri, 9 Apr 2010 18:30:29 +0000 (18:30 +0000)]
ITS#6510 ignore referrals on Bind response

14 years agomore on ITS#6507
Pierangelo Masarati [Thu, 8 Apr 2010 19:51:18 +0000 (19:51 +0000)]
more on ITS#6507

14 years agokeep attrs count consistent (ITS#6508)
Pierangelo Masarati [Thu, 8 Apr 2010 17:24:44 +0000 (17:24 +0000)]
keep attrs count consistent (ITS#6508)

14 years agodon't set dummy cookie when dealing with last database (ITS#6507)
Pierangelo Masarati [Thu, 8 Apr 2010 17:16:38 +0000 (17:16 +0000)]
don't set dummy cookie when dealing with last database (ITS#6507)

14 years agodon't mix code and declarations
Pierangelo Masarati [Thu, 8 Apr 2010 00:27:18 +0000 (00:27 +0000)]
don't mix code and declarations

14 years agodo not assume that someone parsed the paged results response; in case, re-parse ...
Pierangelo Masarati [Wed, 7 Apr 2010 00:53:36 +0000 (00:53 +0000)]
do not assume that someone parsed the paged results response; in case, re-parse (ITS#6507)

14 years agomake sure cookies are set/reset as appropriate when a page ends at database boundarie...
Pierangelo Masarati [Tue, 6 Apr 2010 22:04:58 +0000 (22:04 +0000)]
make sure cookies are set/reset as appropriate when a page ends at database boundaries (ITS#6507)

14 years agodetect misplaced entries in glued databases (ITS#6506)
Pierangelo Masarati [Tue, 6 Apr 2010 20:33:05 +0000 (20:33 +0000)]
detect misplaced entries in glued databases (ITS#6506)

14 years agorework temporary malloc of glued controls (fixes ITS#6504); fix glued paged results
Pierangelo Masarati [Fri, 2 Apr 2010 19:15:42 +0000 (19:15 +0000)]
rework temporary malloc of glued controls (fixes ITS#6504); fix glued paged results

14 years agoITS#6501 zero lockobjs
Howard Chu [Wed, 31 Mar 2010 06:22:06 +0000 (06:22 +0000)]
ITS#6501 zero lockobjs

14 years agoldap_parse_result should always free result when freeit is true.
Kurt Zeilenga [Fri, 26 Mar 2010 14:05:47 +0000 (14:05 +0000)]
ldap_parse_result should always free result when freeit is true.

14 years agoincrement counter (ITS#6497)
Pierangelo Masarati [Tue, 23 Mar 2010 20:33:06 +0000 (20:33 +0000)]
increment counter (ITS#6497)

14 years agohandle valid non-entry internal search responses (ITS#6481)
Pierangelo Masarati [Mon, 22 Mar 2010 21:50:32 +0000 (21:50 +0000)]
handle valid non-entry internal search responses (ITS#6481)

14 years agocheck for NULL backend (ITS#6490)
Pierangelo Masarati [Mon, 22 Mar 2010 21:48:25 +0000 (21:48 +0000)]
check for NULL backend (ITS#6490)

14 years ago(ITS#6493) Broken link in online openldap administrator's guide
Gavin Henry [Thu, 18 Mar 2010 20:12:50 +0000 (20:12 +0000)]
(ITS#6493) Broken link in online openldap administrator's guide

14 years agoMake TlsOptions available in LDAPConnection
Ralf Haferkamp [Mon, 15 Mar 2010 15:07:45 +0000 (15:07 +0000)]
Make TlsOptions available in LDAPConnection

14 years agobe more verbose on StartTLS errors
Ralf Haferkamp [Mon, 15 Mar 2010 14:51:40 +0000 (14:51 +0000)]
be more verbose on StartTLS errors

14 years agoFix prev commit
Howard Chu [Sat, 13 Mar 2010 21:41:51 +0000 (21:41 +0000)]
Fix prev commit

14 years agodraft-zeilenga-ldap-txn-xx now published as RFC 5805
Kurt Zeilenga [Thu, 11 Mar 2010 20:27:46 +0000 (20:27 +0000)]
draft-zeilenga-ldap-txn-xx now published as RFC 5805

14 years agoFix for CB_TAIL with cached results
Howard Chu [Wed, 10 Mar 2010 22:25:42 +0000 (22:25 +0000)]
Fix for CB_TAIL with cached results

14 years agoITS#5195 - use connection's ssf for auxprop lookup
Howard Chu [Thu, 4 Mar 2010 00:16:49 +0000 (00:16 +0000)]
ITS#5195 - use connection's ssf for auxprop lookup

14 years agoITS#6433 add mechs for generating SHA2 hashes
Howard Chu [Wed, 3 Mar 2010 23:56:30 +0000 (23:56 +0000)]
ITS#6433 add mechs for generating SHA2 hashes