Howard Chu
|
713e6beb8d
|
Entry caching. Based on ITS#1545 from Jong Hyuk Choi, jongchoi@us.ibm.com
|
2002-01-25 07:19:01 +00:00 |
|
Howard Chu
|
5ab0d4af84
|
Added ldap_pvt_thread_yield() after txn_abort
|
2002-01-18 13:34:50 +00:00 |
|
Howard Chu
|
ac1332cdb8
|
Renamed BVarray to BerVarray. Moved slapd:bvarray_{add,free} to
liblber:ber_bvarray_{add,free}.
|
2002-01-14 01:43:17 +00:00 |
|
Howard Chu
|
ec46a2f33a
|
Use 'm' ber_scanf format where convenient
|
2002-01-06 06:11:01 +00:00 |
|
Kurt Zeilenga
|
0e2af54a3f
|
Update copyright statements
|
2002-01-04 21:17:25 +00:00 |
|
Howard Chu
|
f52cc9bab5
|
Change struct berval ** to BVarray
|
2002-01-02 11:00:36 +00:00 |
|
Howard Chu
|
66dc664930
|
Some more (incomplete) struct berval conversion
|
2001-12-26 23:26:17 +00:00 |
|
Kurt Zeilenga
|
7431cb9eee
|
FIx up replog calls, add replog call to bdb passwd
|
2001-12-25 18:20:35 +00:00 |
|
Howard Chu
|
2f3399265c
|
Changed sai_dn, sai_ndn to struct berval. (Affects op->o_dn,o_ndn,
conn->c_dn,c_ndn, Access->a_dn_pat)
|
2001-12-24 15:11:01 +00:00 |
|
Howard Chu
|
24d1ab848c
|
Added experimental support for DB_DIRTY_READ.
|
2001-11-28 03:11:04 +00:00 |
|
Kurt Zeilenga
|
2ac7c91cae
|
Replace existing SLAP_MR_ matching flags with:
SLAP_MR_ASSERTION_SYNTAX_MATCH
SLAP_MR_VALUE_SYNTAX_MATCH
SLAP_MR_VALUE_SYNTAX_CONVERTED_MATCH,
add supporting evaluation macros, and update code as needed.
Misc other code cleanup included.
|
2001-11-27 21:59:56 +00:00 |
|
Kurt Zeilenga
|
d5d801d152
|
Misc code cleanup
|
2001-11-27 03:41:03 +00:00 |
|
Howard Chu
|
323689da57
|
Added "dbnotxn" config keyword. If present, back-bdb uses DB_INIT_CDB
(Concurrent Data Store mode) instead of DB_INIT_TXN. Faster, but tends
to impede writers.
|
2001-11-27 02:35:20 +00:00 |
|
Howard Chu
|
78066c08c0
|
Fixed exit code processing. passwd.c never committed its password change
tranasaction.
|
2001-11-27 01:09:19 +00:00 |
|
Kurt Zeilenga
|
bee0650d9c
|
Work in progress codes. !UNTESTED!
|
2001-06-15 07:08:37 +00:00 |
|
Kurt Zeilenga
|
468664c443
|
Adjust result code when entry is not found to noSuchObject
|
2000-10-11 18:19:26 +00:00 |
|
Kurt Zeilenga
|
819b5303da
|
Add txn_checkpoint()'ing
disable moddn/newSuperior (needs re'IDing)
|
2000-09-28 04:09:13 +00:00 |
|
Kurt Zeilenga
|
67a595b328
|
fix up bdb_entry_return() calls
|
2000-09-28 02:27:49 +00:00 |
|
Kurt Zeilenga
|
373479e5b8
|
Mostly working modify
|
2000-09-28 00:02:47 +00:00 |
|
Kurt Zeilenga
|
ddb1124e42
|
Rough in extended ops, modify, and modrdn.
General code cleanup.
|
2000-09-27 22:28:59 +00:00 |
|
Kurt Zeilenga
|
63df7da68e
|
include external.h
|
2000-09-26 05:33:37 +00:00 |
|
Kurt Zeilenga
|
ebae2e5c62
|
Rough in passwd and referral routines
add diag and fix a few idl bugs
|
2000-09-26 03:47:56 +00:00 |
|