Pierangelo Masarati
|
be32dce97f
|
rework static backend initialization
|
2004-11-11 00:38:11 +00:00 |
|
Jong Hyuk Choi
|
71ac7140b6
|
fix suspicious capitalization to make subentries control work properly
|
2004-11-10 03:52:42 +00:00 |
|
Kurt Zeilenga
|
b29e311ae7
|
unifdef -DBDB_ALIASES
delete dead code
|
2004-11-05 07:48:15 +00:00 |
|
Jong Hyuk Choi
|
6db389efd9
|
further cleanup of search data upon exit, abandon, cancel
|
2004-10-16 16:10:00 +00:00 |
|
Jong Hyuk Choi
|
0af878ac3f
|
syncrepl consistency patch: utilize BDB txn rollback
|
2004-10-12 17:53:50 +00:00 |
|
Jong Hyuk Choi
|
4efd705cc3
|
syncrepl consistency patch
|
2004-10-09 09:26:16 +00:00 |
|
Howard Chu
|
7e87f54716
|
Revert ITS#3353 patch, it needs to be reworked.
|
2004-10-06 05:51:38 +00:00 |
|
Pierangelo Masarati
|
0c1f1f959f
|
minor cleanup
|
2004-10-04 20:55:09 +00:00 |
|
Howard Chu
|
fda3d6260e
|
ITS#3353 consolidate slapd globals into a single struct
|
2004-10-01 07:33:16 +00:00 |
|
Jong Hyuk Choi
|
5c0581b184
|
Modified @oc supprot code to the share anlist routines; Revised anlist routines
|
2004-09-23 02:48:14 +00:00 |
|
Kurt Zeilenga
|
d611a4b49a
|
unifdef -UNEW_LOGGING
|
2004-09-04 04:54:28 +00:00 |
|
Luke Howard
|
8d1f26b7b6
|
Check for opinfo->boi_txn before using it - sometimes it is NULL even if
opinfo isn't
|
2004-08-26 10:17:53 +00:00 |
|
Pierangelo Masarati
|
809e623cd9
|
add paged results support to back-ldap
|
2004-08-24 09:19:33 +00:00 |
|
Pierangelo Masarati
|
b94d5e17e2
|
rework op/rs structures to deal with opeartional attributes
|
2004-07-18 21:44:29 +00:00 |
|
Pierangelo Masarati
|
1b85d17afe
|
minor cleanup
|
2004-07-11 22:55:57 +00:00 |
|
Howard Chu
|
2d4f58bbf6
|
Make sure DB result codes are returned to caller; add missing retries to
callers of bdb_cache_find_id().
|
2004-07-10 19:06:20 +00:00 |
|
Pierangelo Masarati
|
a7a90609a9
|
propagate search result (maybe this is not what bdb_psearch() is intended to do...)
|
2004-06-28 21:08:32 +00:00 |
|
Jong Hyuk Choi
|
ec9d21e094
|
use ltid if it exists; use NULL otherwise.
|
2004-06-23 05:10:18 +00:00 |
|
Jong Hyuk Choi
|
81c59404e9
|
use txn locker if it exists; get one otherwise.
|
2004-06-23 02:00:00 +00:00 |
|
Jong Hyuk Choi
|
b459e59394
|
patch for ITS#3173
- passing transaction ptr to psearch
|
2004-06-22 23:22:16 +00:00 |
|
Kurt Zeilenga
|
18a68380f6
|
More paged results cleanup
|
2004-06-18 23:12:03 +00:00 |
|
Kurt Zeilenga
|
4b2fcbc14d
|
Fix nentries logging
|
2004-06-18 23:10:26 +00:00 |
|
Kurt Zeilenga
|
aa9627e61c
|
Don't return useless estimate.
|
2004-06-18 23:07:56 +00:00 |
|
Pierangelo Masarati
|
a317f01dc1
|
improve pagedResults ignoring (hopefully)
|
2004-06-16 15:26:21 +00:00 |
|
Pierangelo Masarati
|
ba3dde6d16
|
return pagedResultsControl with empty cookie at end of search (ITS#3161)
|
2004-06-12 18:22:53 +00:00 |
|
Howard Chu
|
8138b5258f
|
ITS#3182 ? clear ctrls after sending paged response
|
2004-06-12 12:29:18 +00:00 |
|
Pierangelo Masarati
|
d1b692ceb4
|
clarify no limits in (internal) searches
|
2004-06-12 11:33:21 +00:00 |
|
Howard Chu
|
7c7754b956
|
Better fix for ITS#3063, #3186
|
2004-06-12 07:39:24 +00:00 |
|
Howard Chu
|
591acac04f
|
Another crash for ITS#3063
|
2004-06-12 03:25:15 +00:00 |
|
Kurt Zeilenga
|
ed4811039e
|
cleanup
|
2004-06-09 05:20:57 +00:00 |
|
Kurt Zeilenga
|
1372965d89
|
ITS#3092: Rename sl_free() and friends to slap_sl_free()
|
2004-04-20 03:44:57 +00:00 |
|
Pierangelo Masarati
|
7be90a7ddf
|
remove unused structure member ps_id
|
2004-04-17 15:01:13 +00:00 |
|
Howard Chu
|
d5df8e3f40
|
Fix paged search initialization
|
2004-04-12 17:59:27 +00:00 |
|
Pierangelo Masarati
|
2e13fbeea1
|
completion of limits w/ paged results control
|
2004-04-09 15:54:46 +00:00 |
|
Pierangelo Masarati
|
36941332a1
|
improve previous commit; now special limit on the number of total entries of a paged results can be set via the limits. Need to decide whether the default should be unlimited or what
|
2004-04-09 12:26:34 +00:00 |
|
Pierangelo Masarati
|
fadf3398d4
|
honor size limits when using paged results
|
2004-04-09 11:44:28 +00:00 |
|
Howard Chu
|
c86e07dd25
|
Fix ITS#3063, special case handling of "" suffix
|
2004-04-08 12:15:26 +00:00 |
|
Howard Chu
|
0e2a12142a
|
Zero out rs->sr_err before send_search_entry
|
2004-04-07 16:41:17 +00:00 |
|
Kurt Zeilenga
|
44725e7303
|
use BER_BVNULL
|
2004-04-07 04:11:43 +00:00 |
|
Kurt Zeilenga
|
e323437c6a
|
cleanup for release engineering
|
2004-03-18 01:06:39 +00:00 |
|
Pierangelo Masarati
|
c0606cdfb7
|
reset flags (need to check consistence across slapd)
|
2004-03-17 09:59:04 +00:00 |
|
Pierangelo Masarati
|
091246c6fd
|
move limits evaluation to frontend
|
2004-03-08 18:12:45 +00:00 |
|
Pierangelo Masarati
|
4e57108991
|
allow search limits based on groups (ITS#2967)
|
2004-02-18 16:40:36 +00:00 |
|
Jong Hyuk Choi
|
d84a5d29ab
|
Fix the missing delete problem (reported by Doug Council)
|
2004-01-27 18:16:40 +00:00 |
|
Kurt Zeilenga
|
3c598e89fb
|
Happy new year
|
2004-01-01 19:15:16 +00:00 |
|
Jong Hyuk Choi
|
0c0b29fc85
|
a patch for persistent search
|
2003-12-31 22:11:38 +00:00 |
|
Kurt Zeilenga
|
7f59380c5e
|
Quick hack for PSEARCH crash.
|
2003-12-31 04:26:07 +00:00 |
|
Kurt Zeilenga
|
a3c1b64a73
|
Initial subordinate implementation (for chaining)
|
2003-12-30 03:53:03 +00:00 |
|
Kurt Zeilenga
|
2775c8d4a8
|
Update no-op control to return LDAP_NO_OPERATION instead of LDAP_SUCCESS.
(back-sql needs to be updated)
|
2003-12-29 23:31:39 +00:00 |
|
Kurt Zeilenga
|
fcad25da47
|
Misc code cleanup
|
2003-12-29 22:25:43 +00:00 |
|