]> git.ipfire.org Git - thirdparty/openldap.git/log
thirdparty/openldap.git
20 years agoWarning cleanup: destroy_actions() returns no value; use return type void
Hallvard Furuseth [Sun, 2 Apr 2006 19:55:05 +0000 (19:55 +0000)] 
Warning cleanup: destroy_actions() returns no value; use return type void

20 years agoWarnings: Unused vars. funcptr=0, not =NULL. if(b=...) -> if((b=...) != NULL).
Hallvard Furuseth [Sun, 2 Apr 2006 19:54:24 +0000 (19:54 +0000)] 
Warnings: Unused vars. funcptr=0, not =NULL. if(b=...) -> if((b=...) != NULL).

20 years agoReturn a value (0) from auditlog_db_close() and auditlog_db_destroy()
Hallvard Furuseth [Sun, 2 Apr 2006 16:40:39 +0000 (16:40 +0000)] 
Return a value (0) from auditlog_db_close() and auditlog_db_destroy()

20 years agoCast %ld format arg to long
Hallvard Furuseth [Sun, 2 Apr 2006 16:38:46 +0000 (16:38 +0000)] 
Cast %ld format arg to long

20 years agoAdd missing snprintf args in debug output
Hallvard Furuseth [Sun, 2 Apr 2006 16:37:52 +0000 (16:37 +0000)] 
Add missing snprintf args in debug output

20 years agoassert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL).
Hallvard Furuseth [Sat, 1 Apr 2006 23:52:42 +0000 (23:52 +0000)] 
assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL).

20 years agoCast ctype.h char arguments to unsigned char
Hallvard Furuseth [Sat, 1 Apr 2006 23:44:42 +0000 (23:44 +0000)] 
Cast ctype.h char arguments to unsigned char

20 years agoRemove suspicious whitespace from makefile
Hallvard Furuseth [Sat, 1 Apr 2006 23:29:41 +0000 (23:29 +0000)] 
Remove suspicious whitespace from makefile

20 years agoallow mutex ownership detection (thanks to Hallvard)
Pierangelo Masarati [Sat, 1 Apr 2006 19:00:37 +0000 (19:00 +0000)] 
allow mutex ownership detection (thanks to Hallvard)

20 years agoallow overlays to inject an abandon without returning SLAPD_ABANDON
Pierangelo Masarati [Sat, 1 Apr 2006 18:59:26 +0000 (18:59 +0000)] 
allow overlays to inject an abandon without returning SLAPD_ABANDON

20 years agoseems to fix the equivalent of ITS#4429 in back-meta; had to give up per-target conn...
Pierangelo Masarati [Sat, 1 Apr 2006 18:56:39 +0000 (18:56 +0000)] 
seems to fix the equivalent of ITS#4429 in back-meta; had to give up per-target conn-ttl and idle-timeout

20 years agothread cleanup
Pierangelo Masarati [Sat, 1 Apr 2006 18:54:31 +0000 (18:54 +0000)] 
thread cleanup

20 years agoExpand and clarify thr_debug documentation.
Hallvard Furuseth [Sat, 1 Apr 2006 18:31:38 +0000 (18:31 +0000)] 
Expand and clarify thr_debug documentation.

20 years agofix previous commit (ITS#4465)
Pierangelo Masarati [Sat, 1 Apr 2006 15:31:35 +0000 (15:31 +0000)] 
fix previous commit (ITS#4465)

20 years agofix bound check (ITS#4449)
Pierangelo Masarati [Sat, 1 Apr 2006 15:22:13 +0000 (15:22 +0000)] 
fix bound check (ITS#4449)

20 years agoadd a cleanup handler for binds (ITS#4465)
Pierangelo Masarati [Sat, 1 Apr 2006 15:21:00 +0000 (15:21 +0000)] 
add a cleanup handler for binds (ITS#4465)

20 years agold_abandoned must be protected by ld_res_mutex
Pierangelo Masarati [Sat, 1 Apr 2006 00:30:07 +0000 (00:30 +0000)] 
ld_abandoned must be protected by ld_res_mutex

20 years agodon't use uninitialized mutexes
Pierangelo Masarati [Fri, 31 Mar 2006 23:07:48 +0000 (23:07 +0000)] 
don't use uninitialized mutexes

20 years agoinitialize the connection_pool in server mode only
Pierangelo Masarati [Fri, 31 Mar 2006 23:04:13 +0000 (23:04 +0000)] 
initialize the connection_pool in server mode only

20 years agocleanup
Howard Chu [Fri, 31 Mar 2006 22:24:39 +0000 (22:24 +0000)] 
cleanup

20 years agoCleanup NULL check
Howard Chu [Fri, 31 Mar 2006 22:05:01 +0000 (22:05 +0000)] 
Cleanup NULL check

20 years agoplug leaks
Howard Chu [Fri, 31 Mar 2006 21:59:39 +0000 (21:59 +0000)] 
plug leaks

20 years agoonly loop for read/search/bind
Pierangelo Masarati [Fri, 31 Mar 2006 21:35:56 +0000 (21:35 +0000)] 
only loop for read/search/bind

20 years agocleanup
Howard Chu [Fri, 31 Mar 2006 21:31:32 +0000 (21:31 +0000)] 
cleanup

20 years agocleanup NULL string handling
Howard Chu [Fri, 31 Mar 2006 21:30:06 +0000 (21:30 +0000)] 
cleanup NULL string handling

20 years agocleanup NULL deref
Howard Chu [Fri, 31 Mar 2006 21:20:36 +0000 (21:20 +0000)] 
cleanup NULL deref

20 years agoCleanup NULL derefs
Howard Chu [Fri, 31 Mar 2006 21:18:04 +0000 (21:18 +0000)] 
Cleanup NULL derefs

20 years agocleanup dead code
Howard Chu [Fri, 31 Mar 2006 21:07:53 +0000 (21:07 +0000)] 
cleanup dead code

20 years agodon't call cache_return_entry_rw with e of NULL
Kurt Zeilenga [Fri, 31 Mar 2006 21:03:51 +0000 (21:03 +0000)] 
don't call cache_return_entry_rw with e of NULL

20 years agoplug leaks
Howard Chu [Fri, 31 Mar 2006 20:36:53 +0000 (20:36 +0000)] 
plug leaks

20 years agoplug leaks
Howard Chu [Fri, 31 Mar 2006 20:20:53 +0000 (20:20 +0000)] 
plug leaks

20 years agoplug leaks
Howard Chu [Fri, 31 Mar 2006 20:06:49 +0000 (20:06 +0000)] 
plug leaks

20 years ago- use ldap_url_desc2str() to construct URL
Ralf Haferkamp [Fri, 31 Mar 2006 15:55:19 +0000 (15:55 +0000)] 
- use ldap_url_desc2str() to construct URL
- throw Exception in initialization error

20 years agocommit missing TXN piece
Kurt Zeilenga [Fri, 31 Mar 2006 15:31:29 +0000 (15:31 +0000)] 
commit missing TXN piece

20 years agocleanup
Howard Chu [Fri, 31 Mar 2006 13:09:42 +0000 (13:09 +0000)] 
cleanup

20 years agoCleanup
Howard Chu [Fri, 31 Mar 2006 12:53:32 +0000 (12:53 +0000)] 
Cleanup

20 years agoplug leaks
Howard Chu [Fri, 31 Mar 2006 12:20:04 +0000 (12:20 +0000)] 
plug leaks

20 years agoplug leaks
Howard Chu [Fri, 31 Mar 2006 11:15:26 +0000 (11:15 +0000)] 
plug leaks

20 years agoCleanup
Howard Chu [Fri, 31 Mar 2006 10:45:23 +0000 (10:45 +0000)] 
Cleanup

20 years agoPlug leaks, fix coverity errors
Howard Chu [Fri, 31 Mar 2006 09:33:46 +0000 (09:33 +0000)] 
Plug leaks, fix coverity errors

20 years agoPlug leaks
Howard Chu [Fri, 31 Mar 2006 09:18:38 +0000 (09:18 +0000)] 
Plug leaks

20 years agofix multiple response messages; add overall sleep time
Pierangelo Masarati [Thu, 30 Mar 2006 23:49:51 +0000 (23:49 +0000)] 
fix multiple response messages; add overall sleep time

20 years agoAdditional TXN changes (a work in progress)
Kurt Zeilenga [Thu, 30 Mar 2006 18:00:04 +0000 (18:00 +0000)] 
Additional TXN changes (a work in progress)

20 years agoForced commit to correct prev. commit message
Kurt Zeilenga [Thu, 30 Mar 2006 17:59:26 +0000 (17:59 +0000)] 
Forced commit to correct prev. commit message
Prev commit included additional TXN changes (a work in progress)

20 years agoAdd link to FAQ entry on BDB tuning
Kurt Zeilenga [Thu, 30 Mar 2006 17:56:56 +0000 (17:56 +0000)] 
Add link to FAQ entry on BDB tuning

20 years agoSupport for obsolete proxy authorization control
Howard Chu [Thu, 30 Mar 2006 08:22:39 +0000 (08:22 +0000)] 
Support for obsolete proxy authorization control

20 years agofix test047
Pierangelo Masarati [Wed, 29 Mar 2006 11:12:10 +0000 (11:12 +0000)] 
fix test047

20 years agofix handling of expired connections (ITS#4429; need to look at back-meta as well)
Pierangelo Masarati [Wed, 29 Mar 2006 01:26:42 +0000 (01:26 +0000)] 
fix handling of expired connections (ITS#4429; need to look at back-meta as well)

20 years agofix typos
Pierangelo Masarati [Tue, 28 Mar 2006 23:08:47 +0000 (23:08 +0000)] 
fix typos

20 years agoglued back-ldap comprehensive test (should have been put before test039...)
Pierangelo Masarati [Tue, 28 Mar 2006 21:54:56 +0000 (21:54 +0000)] 
glued back-ldap comprehensive test (should have been put before test039...)

20 years agoleave existing controls in place if proxyAuthz is not required by idassert (ITS#4457)
Pierangelo Masarati [Tue, 28 Mar 2006 21:45:54 +0000 (21:45 +0000)] 
leave existing controls in place if proxyAuthz is not required by idassert (ITS#4457)

20 years agopropagate pretty DN (ITS#4456)
Pierangelo Masarati [Tue, 28 Mar 2006 19:20:01 +0000 (19:20 +0000)] 
propagate pretty DN (ITS#4456)

20 years agofix "packets" debug value
Pierangelo Masarati [Tue, 28 Mar 2006 15:07:51 +0000 (15:07 +0000)] 
fix "packets" debug value

20 years agofix previous commit: count to nreqs or maxkids, whatever is larger
Pierangelo Masarati [Tue, 28 Mar 2006 11:51:40 +0000 (11:51 +0000)] 
fix previous commit: count to nreqs or maxkids, whatever is larger

20 years agoallow attrsonly; allow "random" read
Pierangelo Masarati [Tue, 28 Mar 2006 00:14:11 +0000 (00:14 +0000)] 
allow attrsonly; allow "random" read

20 years agocleanup
Pierangelo Masarati [Mon, 27 Mar 2006 00:31:38 +0000 (00:31 +0000)] 
cleanup

20 years agostreamline handling of simple bind by global overlays (ITS#4454)
Pierangelo Masarati [Sun, 26 Mar 2006 23:03:43 +0000 (23:03 +0000)] 
streamline handling of simple bind by global overlays (ITS#4454)

20 years agomake referral chasing optional
Pierangelo Masarati [Sat, 25 Mar 2006 10:13:30 +0000 (10:13 +0000)] 
make referral chasing optional

20 years agouse asynchronous API; note that an endless loop may occur (ITS#4450; no fix yet)
Pierangelo Masarati [Sat, 25 Mar 2006 08:16:19 +0000 (08:16 +0000)] 
use asynchronous API; note that an endless loop may occur (ITS#4450; no fix yet)

20 years agodon't chase referrals (essentially, because it may cause an endless loop in libldap...
Pierangelo Masarati [Sat, 25 Mar 2006 08:10:31 +0000 (08:10 +0000)] 
don't chase referrals (essentially, because it may cause an endless loop in libldap/request.c:ldap_chase_v3referrals)

20 years agofix previous commit: actually free the connection in case of failed bind
Pierangelo Masarati [Sat, 25 Mar 2006 01:12:27 +0000 (01:12 +0000)] 
fix previous commit: actually free the connection in case of failed bind

20 years agodestroy bind connection after failed bind (ITS#4428)
Pierangelo Masarati [Sat, 25 Mar 2006 00:33:42 +0000 (00:33 +0000)] 
destroy bind connection after failed bind (ITS#4428)

20 years agofix operational attrs return with chain overlay (ITS#4431); misc cleanup
Pierangelo Masarati [Fri, 24 Mar 2006 22:49:51 +0000 (22:49 +0000)] 
fix operational attrs return with chain overlay (ITS#4431); misc cleanup

20 years agocheck regression of ITS#4448
Pierangelo Masarati [Fri, 24 Mar 2006 01:19:54 +0000 (01:19 +0000)] 
check regression of ITS#4448

20 years agoseems to fix referral chasing (ITS#4448)
Pierangelo Masarati [Fri, 24 Mar 2006 01:18:36 +0000 (01:18 +0000)] 
seems to fix referral chasing (ITS#4448)

20 years agocleanup previous commit
Pierangelo Masarati [Thu, 23 Mar 2006 23:01:14 +0000 (23:01 +0000)] 
cleanup previous commit

20 years agohonor "chase-referrals no" (ITS#4447)
Pierangelo Masarati [Thu, 23 Mar 2006 21:01:19 +0000 (21:01 +0000)] 
honor "chase-referrals no" (ITS#4447)

20 years agohandle abnormal condition
Pierangelo Masarati [Thu, 23 Mar 2006 18:36:10 +0000 (18:36 +0000)] 
handle abnormal condition

20 years agoimprove referral handling
Pierangelo Masarati [Thu, 23 Mar 2006 00:19:09 +0000 (00:19 +0000)] 
improve referral handling

20 years agofixes link for ldap_rename.3
Luca Scamoni [Mon, 20 Mar 2006 12:31:09 +0000 (12:31 +0000)] 
fixes link for ldap_rename.3

20 years agorefuse illegal values for "threads" (ITS#4433)
Pierangelo Masarati [Mon, 20 Mar 2006 12:12:28 +0000 (12:12 +0000)] 
refuse illegal values for "threads" (ITS#4433)

20 years agoduplicate string from environment, as it may be overridden by the user (ITS#4436)
Pierangelo Masarati [Mon, 20 Mar 2006 11:57:16 +0000 (11:57 +0000)] 
duplicate string from environment, as it may be overridden by the user (ITS#4436)

20 years agodestroy ld_conn_mutex (ITS#4441)
Pierangelo Masarati [Mon, 20 Mar 2006 11:14:43 +0000 (11:14 +0000)] 
destroy ld_conn_mutex (ITS#4441)

20 years agofix leak
Pierangelo Masarati [Sun, 19 Mar 2006 23:26:12 +0000 (23:26 +0000)] 
fix leak

20 years agoimprove previous commit
Pierangelo Masarati [Fri, 10 Mar 2006 12:30:33 +0000 (12:30 +0000)] 
improve previous commit

20 years agodon't pass uninitialized pointers around
Pierangelo Masarati [Fri, 10 Mar 2006 12:14:58 +0000 (12:14 +0000)] 
don't pass uninitialized pointers around

20 years agoFix build if LDAP_X_TXN is undefined
Luke Howard [Fri, 10 Mar 2006 02:44:32 +0000 (02:44 +0000)] 
Fix build if LDAP_X_TXN is undefined

20 years agoUpdate certificate schema to use IANA assigned OIDs
Kurt Zeilenga [Wed, 8 Mar 2006 20:07:25 +0000 (20:07 +0000)] 
Update certificate schema to use IANA assigned OIDs

20 years agomore txn infrastructure
Kurt Zeilenga [Wed, 8 Mar 2006 05:54:10 +0000 (05:54 +0000)] 
more txn infrastructure

20 years agoAdd subord scope for syncrepl
Howard Chu [Tue, 7 Mar 2006 22:40:00 +0000 (22:40 +0000)] 
Add subord scope for syncrepl

20 years agoAdd "subord" alias for subordinate scope
Howard Chu [Tue, 7 Mar 2006 22:39:09 +0000 (22:39 +0000)] 
Add "subord" alias for subordinate scope

20 years agocontrol/TXN cleanup
Kurt Zeilenga [Tue, 7 Mar 2006 22:05:57 +0000 (22:05 +0000)] 
control/TXN cleanup

20 years agoFix encoding
Kurt Zeilenga [Tue, 7 Mar 2006 21:48:47 +0000 (21:48 +0000)] 
Fix encoding

20 years agoRemove developer's assert
Kurt Zeilenga [Tue, 7 Mar 2006 21:48:25 +0000 (21:48 +0000)] 
Remove developer's assert

20 years agoDisallow pre/post reads in transactions (haven't yet specified
Kurt Zeilenga [Tue, 7 Mar 2006 20:31:46 +0000 (20:31 +0000)] 
Disallow pre/post reads in transactions (haven't yet specified
protocol mechanism to return update response controls).

20 years agoFix prev commit
Howard Chu [Tue, 7 Mar 2006 12:55:27 +0000 (12:55 +0000)] 
Fix prev commit

20 years agoFIx olcMirrorMode keyword
Howard Chu [Tue, 7 Mar 2006 12:48:46 +0000 (12:48 +0000)] 
FIx olcMirrorMode keyword

20 years agoSome more txn infrastructure
Kurt Zeilenga [Tue, 7 Mar 2006 08:07:21 +0000 (08:07 +0000)] 
Some more txn infrastructure

20 years agocleanup
Kurt Zeilenga [Tue, 7 Mar 2006 07:19:15 +0000 (07:19 +0000)] 
cleanup

20 years agoAdditional TXN changes
Kurt Zeilenga [Tue, 7 Mar 2006 02:21:27 +0000 (02:21 +0000)] 
Additional TXN changes

20 years agoTXN protocol element parsers (without any backend support)
Kurt Zeilenga [Tue, 7 Mar 2006 00:48:14 +0000 (00:48 +0000)] 
TXN protocol element parsers (without any backend support)
Misc cleanup

20 years agoAdd missing break, ugh.
Kurt Zeilenga [Mon, 6 Mar 2006 22:47:06 +0000 (22:47 +0000)] 
Add missing break, ugh.

20 years agofix prev commit
Kurt Zeilenga [Mon, 6 Mar 2006 22:32:11 +0000 (22:32 +0000)] 
fix prev commit

20 years agoCleanup
Kurt Zeilenga [Mon, 6 Mar 2006 22:30:12 +0000 (22:30 +0000)] 
Cleanup

20 years agoDon't commit transactions if modify failed.
Kurt Zeilenga [Mon, 6 Mar 2006 22:25:11 +0000 (22:25 +0000)] 
Don't commit transactions if modify failed.

20 years agoNeed to clear controls before ldap_txn_end_s call.
Kurt Zeilenga [Mon, 6 Mar 2006 21:46:31 +0000 (21:46 +0000)] 
Need to clear controls before ldap_txn_end_s call.
Provide proxy control in bind calls instead of via ldap_set_option()

20 years agoInitial and rough client-side implementation of the revised LDAP
Kurt Zeilenga [Mon, 6 Mar 2006 21:20:36 +0000 (21:20 +0000)] 
Initial and rough client-side implementation of the revised LDAP
Transactions specification.  A work in progress!  Comments welcomed.

20 years agoI-D updates
Kurt Zeilenga [Mon, 6 Mar 2006 20:55:11 +0000 (20:55 +0000)] 
I-D updates

20 years agoDon't fail compile if LDAP_EXOP_X_TURN undefined (ie. if LDAP_REL_ENG undefined)
Luke Howard [Sun, 5 Mar 2006 04:23:59 +0000 (04:23 +0000)] 
Don't fail compile if LDAP_EXOP_X_TURN undefined (ie. if LDAP_REL_ENG undefined)

20 years agoadd search capabilities from a selected pool of filters
Pierangelo Masarati [Sat, 4 Mar 2006 19:27:27 +0000 (19:27 +0000)] 
add search capabilities from a selected pool of filters