2001-12-15 |
Howard Chu | More thorough backend_destroy. Added config_destroy... |
tree | commitdiff |
2001-12-15 |
Howard Chu | More cleanup for bdb_db_close |
tree | commitdiff |
2001-12-15 |
Howard Chu | Do a regular entry_free on entries from do_add |
tree | commitdiff |
2001-12-12 |
Pierangelo Masarati | allow empty suffix |
tree | commitdiff |
2001-12-11 |
Howard Chu | More from jon@symas.com - slapd.conf needs backslashes... |
tree | commitdiff |
2001-12-11 |
Howard Chu | Don't signal error if reindexing an already existing... |
tree | commitdiff |
2001-12-11 |
Howard Chu | Fix ldbm_tool_entry_first, was not byteswapping ID. |
tree | commitdiff |
2001-12-11 |
Pierangelo Masarati | strengthen dn_issuffix |
tree | commitdiff |
2001-12-11 |
Pierangelo Masarati | better description of the backend |
tree | commitdiff |
2001-12-11 |
Pierangelo Masarati | fix backend suffix allocation bug; add better versionin... |
tree | commitdiff |
2001-12-11 |
Pierangelo Masarati | minor cleanup |
tree | commitdiff |
2001-12-10 |
Pierangelo Masarati | missing files (sorry) |
tree | commitdiff |
2001-12-10 |
Howard Chu | Fixed suffix DN_SUBTREE again. Index was still being... |
tree | commitdiff |
2001-12-10 |
Howard Chu | Fix - on little-endian machines, store IDs in big-endia... |
tree | commitdiff |
2001-12-10 |
Howard Chu | Fix check for DN_SUBTREE on be suffix |
tree | commitdiff |
2001-12-10 |
Howard Chu | Fix - on little-endian machines, store IDs in big-endia... |
tree | commitdiff |
2001-12-10 |
Howard Chu | More cleanup. The last, I hope. |
tree | commitdiff |
2001-12-10 |
Howard Chu | Extra NULL check, just in case |
tree | commitdiff |
2001-12-10 |
Howard Chu | Misc cleanup |
tree | commitdiff |
2001-12-10 |
Howard Chu | Fix typo in glue_back_select |
tree | commitdiff |
2001-12-10 |
Howard Chu | Revert previous commit. Checked in by mistake. |
tree | commitdiff |
2001-12-10 |
Howard Chu | Changed backglue configuration. Added noSubordinates... |
tree | commitdiff |
2001-12-10 |
Pierangelo Masarati | improvements to monitor backend: added a log entry... |
tree | commitdiff |
2001-12-10 |
Pierangelo Masarati | minor cleanup |
tree | commitdiff |
2001-12-09 |
Kurt Zeilenga | fix issuffix call |
tree | commitdiff |
2001-12-09 |
Kurt Zeilenga | misc cleanup |
tree | commitdiff |
2001-12-09 |
Howard Chu | Converted suffixAlias to struct bervals. |
tree | commitdiff |
2001-12-09 |
Howard Chu | Eliminate unnecessary per-operation dn_normalize(o_ndn... |
tree | commitdiff |
2001-12-09 |
Howard Chu | Minor strlen cleanup |
tree | commitdiff |
2001-12-09 |
Kurt Zeilenga | Remove lint |
tree | commitdiff |
2001-12-09 |
Howard Chu | Cleaned up search, use dn_issuffixbv |
tree | commitdiff |
2001-12-09 |
Howard Chu | Added dn_issuffixbv() like dn_issuffix, but with bervals. |
tree | commitdiff |
2001-12-09 |
Howard Chu | Added ndn to replog args, eliminate unnecessary dn_norm... |
tree | commitdiff |
2001-12-09 |
Howard Chu | Added ndn to replog args, eliminate unnecessary dn_norm... |
tree | commitdiff |
2001-12-09 |
Howard Chu | Added referrals to gluestate. |
tree | commitdiff |
2001-12-09 |
Kurt Zeilenga | More misc MSVC changes |
tree | commitdiff |
2001-12-09 |
Kurt Zeilenga | Remove lint and misc MSVC updates |
tree | commitdiff |
2001-12-09 |
Howard Chu | Don't include glued databases in namingContexts |
tree | commitdiff |
2001-12-09 |
Howard Chu | Clean up bdb_entry_release / bdb_entry_return |
tree | commitdiff |
2001-12-08 |
Howard Chu | Fix for slapcat |
tree | commitdiff |
2001-12-08 |
Howard Chu | Added new backglue pseudo-backend. Uses callbacks to... |
tree | commitdiff |
2001-12-08 |
Howard Chu | Added callbacks for send_ldap_response and send_search_... |
tree | commitdiff |
2001-12-08 |
Howard Chu | Fix previous commit... |
tree | commitdiff |
2001-12-08 |
Howard Chu | Cleanup previous commit |
tree | commitdiff |
2001-12-08 |
Howard Chu | Added dn_rdnlen. Fixed rdn leak in limits.c. |
tree | commitdiff |
2001-12-08 |
Howard Chu | Converted all use of dn_parent to the in-place version... |
tree | commitdiff |
2001-12-08 |
Howard Chu | Switched to dn_parent1, cleaned up dn2id_add/delete |
tree | commitdiff |
2001-12-08 |
Howard Chu | Turned dn_parent into dn_parent1, returning in-place... |
tree | commitdiff |
2001-12-08 |
Kurt Zeilenga | ITS#1399, fix make depend when built as module |
tree | commitdiff |
2001-12-08 |
Kurt Zeilenga | Pretty the entry DNs on add but not rename (yet). |
tree | commitdiff |
2001-12-08 |
Howard Chu | Changed be_nsuffix from char ** to struct berval *... |
tree | commitdiff |
2001-12-08 |
Howard Chu | Changed be_nsuffix from char ** to struct berval *... |
tree | commitdiff |
2001-12-08 |
Kurt Zeilenga | Disallow duplicate duplicate data |
tree | commitdiff |
2001-12-08 |
Howard Chu | Add SLAPD_STATIC_BACKENDS and SLAPD_DYNAMIC_BACKENDS... |
tree | commitdiff |
2001-12-08 |
Howard Chu | Fix typos in previous commit |
tree | commitdiff |
2001-12-08 |
Kurt Zeilenga | add 'objectIdentifier' to openldap.schema ONLY |
tree | commitdiff |
2001-12-07 |
Kurt Zeilenga | Port reference scope fix from back-ldbm |
tree | commitdiff |
2001-12-07 |
Kurt Zeilenga | Fix reference scope. |
tree | commitdiff |
2001-12-07 |
Kurt Zeilenga | ITS#1413 suggested fix |
tree | commitdiff |
2001-12-07 |
Howard Chu | Some fixes for BDB_IDL_MULTI. Experimental back-hdb... |
tree | commitdiff |
2001-12-07 |
Howard Chu | Re-introduce BDB_ID2ENTRY_PAGESIZE. Even if the index... |
tree | commitdiff |
2001-12-07 |
Howard Chu | Minor fixes for BDB_IDL_MULTI |
tree | commitdiff |
2001-12-07 |
Howard Chu | Missed a spot where root DN_SUBTREE index was still... |
tree | commitdiff |
2001-12-07 |
Howard Chu | Bare minimum changes to support BDB 4.0 |
tree | commitdiff |
2001-12-07 |
Howard Chu | NT updates from jon@symas.com. |
tree | commitdiff |
2001-12-07 |
Howard Chu | Fix from jon@symas.com for misdeclared lib handle |
tree | commitdiff |
2001-12-07 |
Howard Chu | When using BDB_IDL_MULTI, there are no longer any issue... |
tree | commitdiff |
2001-12-06 |
Howard Chu | Fix for BDB_IDL_MULTI to work. |
tree | commitdiff |
2001-12-06 |
Howard Chu | Experimental index management. Uncomment BDB_IDL_MULTI... |
tree | commitdiff |
2001-12-06 |
Howard Chu | Fix so previous change to slapcat works. |
tree | commitdiff |
2001-12-06 |
Pierangelo Masarati | now dnValidate loops thru each value; added private... |
tree | commitdiff |
2001-12-06 |
Pierangelo Masarati | liberally accept many LDAPv2/LDAPv3 stuff in DN (quoted... |
tree | commitdiff |
2001-12-06 |
Kurt Zeilenga | pretty DNs |
tree | commitdiff |
2001-12-06 |
Howard Chu | Fix previous commit |
tree | commitdiff |
2001-12-06 |
Howard Chu | Minor rearrangement, give pdn to dn2id_add to avoid... |
tree | commitdiff |
2001-12-06 |
Kurt Zeilenga | Rework dnNormalize/dnPretty to share LDAP_rewrite |
tree | commitdiff |
2001-12-06 |
Howard Chu | Fix, index databases were not being closed on shutdown. |
tree | commitdiff |
2001-12-06 |
Kurt Zeilenga | Allow an object class to be provided in an attribute... |
tree | commitdiff |
2001-12-05 |
Kurt Zeilenga | Misc cleanup |
tree | commitdiff |
2001-12-05 |
Kurt Zeilenga | Monitor schema should be defined in a separate file. |
tree | commitdiff |
2001-12-05 |
Kurt Zeilenga | Misc I-D updates |
tree | commitdiff |
2001-12-05 |
Kurt Zeilenga | Add basic infrastructure for pretty routines |
tree | commitdiff |
2001-12-05 |
Kurt Zeilenga | Add comments |
tree | commitdiff |
2001-12-05 |
Pierangelo Masarati | another step towards schema aware normalization: ava... |
tree | commitdiff |
2001-12-05 |
Kurt Zeilenga | I should finish my morning coke before making my first... |
tree | commitdiff |
2001-12-05 |
Pierangelo Masarati | a gross attempt to implement a schema-aware normalization |
tree | commitdiff |
2001-12-05 |
Kurt Zeilenga | (undefined=*) should precompute to False |
tree | commitdiff |
2001-12-05 |
Kurt Zeilenga | Add experimental UUID/CSN support (needed for LCUP). |
tree | commitdiff |
2001-12-05 |
Kurt Zeilenga | Add undefined present filter bug fix |
tree | commitdiff |
2001-12-05 |
Howard Chu | tool_reindex now regenerates the dn2id index as well... |
tree | commitdiff |
2001-12-05 |
Kurt Zeilenga | Fix replacing of all values with an empty value. |
tree | commitdiff |
2001-12-05 |
Howard Chu | Fixup bdb_entry_release now that entry_decode uses... |
tree | commitdiff |
2001-12-05 |
Kurt Zeilenga | Rework indexing code, removing "autolang" and making |
tree | commitdiff |
2001-12-04 |
Kurt Zeilenga | dnMatch should not be local to file |
tree | commitdiff |
2001-12-04 |
Pierangelo Masarati | of course we don't need debug stuff any more ... :) |
tree | commitdiff |
2001-12-04 |
Pierangelo Masarati | reimplement dn_validate/normalize/(match) using the... |
tree | commitdiff |
2001-12-04 |
Kurt Zeilenga | Clean up some misplaced 'extern' declarations (should... |
tree | commitdiff |
2001-12-04 |
Howard Chu | Don't maintain a DN_SUBTREE index for the backend suffix. |
tree | commitdiff |
2001-12-03 |
Kurt Zeilenga | Really fix the fix to the past commit |
tree | commitdiff |
2001-12-03 |
Kurt Zeilenga | Fix previous commit |
tree | commitdiff |
next |