]> git.sur5r.net Git - openldap/history - servers
trim spurious e_ndn also from back-meta
[openldap] / servers /
2001-12-24 Pierangelo Masaratitrim spurious e_ndn also from back-meta
2001-12-24 Howard ChuAvoid conflict with e_ndn macro
2001-12-24 Kurt ZeilengaFix DN struct berval issue
2001-12-24 Kurt ZeilengaEvery quick mod to use a struct berval for e_dn/e_ndn...
2001-12-24 Howard ChuChanged suffix_alias() to use struct berval * in-place.
2001-12-24 Pierangelo Masaratire-engineered some dn related functions with ldap_dn...
2001-12-24 Howard ChuChanged Access->a_set_pat and acl->acl_dn_pat to struct...
2001-12-24 Howard Chuop->o_ndn berval fixes for SLAPD_ACI_ENABLED
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-24 Howard ChuFix typo in berval commit
2001-12-24 Kurt ZeilengaClean up some symbol scoping
2001-12-24 Kurt ZeilengaMisc DN cleanup, no functional changes
2001-12-24 Kurt ZeilengaMake note of deprecated DN routines. Need to write
2001-12-24 Kurt ZeilengaImprove error message
2001-12-23 Kurt ZeilengaMinor cleanup, rename ldapava_free_*() routines and
2001-12-23 Kurt ZeilengaZap dn_match(), cleanup up prototype header
2001-12-23 Kurt ZeilengaMove dnValidate, dnNormalize, dnPretty to dn.c
2001-12-23 Kurt Zeilengause dnPretty instead of dn_pretty
2001-12-22 Kurt ZeilengaUpdate BER decoding of PDU to use "o" (struct berval...
2001-12-22 Kurt ZeilengaFix up builds
2001-12-22 Kurt ZeilengaAdd a couple of FIXME comments
2001-12-22 Pierangelo Masaratiadded operations and sent stats to back-monitor; minor...
2001-12-22 Pierangelo Masaratiallegedly unnecessary selection of first database to...
2001-12-22 Pierangelo Masaratibetter handling of on-the-fly operational attrs by...
2001-12-22 Pierangelo Masaratiadded hasSubordinates to back-monitor
2001-12-22 Pierangelo Masaratiadded backend-side support for on-the-fly operational...
2001-12-21 Pierangelo Masaratitemporary variable erroneously inside #ifdef (ITS#1503)
2001-12-21 Kurt ZeilengaLDAPv2 disallow and other flag changes
2001-12-20 Howard ChuFix - don't free constant database names
2001-12-20 Kurt ZeilengaAdd abstract object class checks and a bit of structura...
2001-12-20 Kurt ZeilengaFix error in last commit
2001-12-20 Kurt ZeilengaAdd better error reporting.
2001-12-19 Kurt ZeilengaFix minor error in error text handling
2001-12-19 Kurt ZeilengaPatch slapadd(8) to provide a structuralObjectClass...
2001-12-19 Kurt ZeilengaAdd structuralObjectClass support and a bit of const...
2001-12-18 Howard Chumore cleanup from jon@symas.com
2001-12-18 Howard ChuBDB_MULTI still needs the dupsort function.
2001-12-18 Howard Chufrom jon@symas.com - minor cleanup
2001-12-18 Kurt ZeilengaRegenerate configure and fix AC header inclusion
2001-12-18 Howard ChuMinor cleanup
2001-12-17 Howard Chufrom jon@symas.com - minor cleanup
2001-12-17 Howard Chufix from jon@symas.com - missing arguments to Debug...
2001-12-17 Howard Chufix from jon@symas.com - inet_ntoa on uninitialized...
2001-12-17 Howard Chufix from jon@symas.com - don't free uninitialized bv_val
2001-12-17 Howard ChuFix ITS#1497 use strcmp instead of strncmp
2001-12-16 Howard ChuUse a 4-byte constant for the presence index key. Set...
2001-12-15 Howard ChuUse DB_HASH instead of DB_BTREE for index databases...
2001-12-15 Howard ChuRevert previous checkin, DB_NODUPDATA is not valid...
2001-12-15 Howard ChuAdded acl_destroy, acl_free.
2001-12-15 Howard ChuMore thorough backend_destroy. Added config_destroy...
2001-12-15 Howard ChuMore cleanup for bdb_db_close
2001-12-15 Howard ChuDo a regular entry_free on entries from do_add
2001-12-12 Pierangelo Masaratiallow empty suffix
2001-12-11 Howard ChuMore from jon@symas.com - slapd.conf needs backslashes...
2001-12-11 Howard ChuDon't signal error if reindexing an already existing...
2001-12-11 Howard ChuFix ldbm_tool_entry_first, was not byteswapping ID.
2001-12-11 Pierangelo Masaratistrengthen dn_issuffix
2001-12-11 Pierangelo Masaratibetter description of the backend
2001-12-11 Pierangelo Masaratifix backend suffix allocation bug; add better versionin...
2001-12-11 Pierangelo Masaratiminor cleanup
2001-12-10 Pierangelo Masaratimissing files (sorry)
2001-12-10 Howard ChuFixed suffix DN_SUBTREE again. Index was still being...
2001-12-10 Howard ChuFix - on little-endian machines, store IDs in big-endia...
2001-12-10 Howard ChuFix check for DN_SUBTREE on be suffix
2001-12-10 Howard ChuFix - on little-endian machines, store IDs in big-endia...
2001-12-10 Howard ChuMore cleanup. The last, I hope.
2001-12-10 Howard ChuExtra NULL check, just in case
2001-12-10 Howard ChuMisc cleanup
2001-12-10 Howard ChuFix typo in glue_back_select
2001-12-10 Howard ChuRevert previous commit. Checked in by mistake.
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-12-10 Pierangelo Masaratiimprovements to monitor backend: added a log entry...
2001-12-10 Pierangelo Masaratiminor cleanup
2001-12-09 Kurt Zeilengafix issuffix call
2001-12-09 Kurt Zeilengamisc cleanup
2001-12-09 Howard ChuConverted suffixAlias to struct bervals.
2001-12-09 Howard ChuEliminate unnecessary per-operation dn_normalize(o_ndn...
2001-12-09 Howard ChuMinor strlen cleanup
2001-12-09 Kurt ZeilengaRemove lint
2001-12-09 Howard ChuCleaned up search, use dn_issuffixbv
2001-12-09 Howard ChuAdded dn_issuffixbv() like dn_issuffix, but with bervals.
2001-12-09 Howard ChuAdded ndn to replog args, eliminate unnecessary dn_norm...
2001-12-09 Howard ChuAdded ndn to replog args, eliminate unnecessary dn_norm...
2001-12-09 Howard ChuAdded referrals to gluestate.
2001-12-09 Kurt ZeilengaMore misc MSVC changes
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-12-09 Howard ChuDon't include glued databases in namingContexts
2001-12-09 Howard ChuClean up bdb_entry_release / bdb_entry_return
2001-12-08 Howard ChuFix for slapcat
2001-12-08 Howard ChuAdded new backglue pseudo-backend. Uses callbacks to...
2001-12-08 Howard ChuAdded callbacks for send_ldap_response and send_search_...
2001-12-08 Howard ChuFix previous commit...
2001-12-08 Howard ChuCleanup previous commit
2001-12-08 Howard ChuAdded dn_rdnlen. Fixed rdn leak in limits.c.
2001-12-08 Howard ChuConverted all use of dn_parent to the in-place version...
2001-12-08 Howard ChuSwitched to dn_parent1, cleaned up dn2id_add/delete
2001-12-08 Howard ChuTurned dn_parent into dn_parent1, returning in-place...
2001-12-08 Kurt ZeilengaITS#1399, fix make depend when built as module
2001-12-08 Kurt ZeilengaAdd reference to replication-notes
2001-12-08 Kurt ZeilengaPretty the entry DNs on add but not rename (yet).
next