]> git.sur5r.net Git - openldap/history - servers
trim spurious e_ndn also from back-meta
[openldap] / servers /
2001-12-08 Howard ChuChanged be_nsuffix from char ** to struct berval *...
2001-12-08 Howard ChuChanged be_nsuffix from char ** to struct berval *...
2001-12-08 Kurt ZeilengaDisallow duplicate duplicate data
2001-12-08 Howard ChuAdd SLAPD_STATIC_BACKENDS and SLAPD_DYNAMIC_BACKENDS...
2001-12-08 Howard ChuFix typos in previous commit
2001-12-08 Kurt Zeilengaadd 'objectIdentifier' to openldap.schema ONLY
2001-12-07 Kurt ZeilengaPort reference scope fix from back-ldbm
2001-12-07 Kurt ZeilengaFix reference scope.
2001-12-07 Kurt ZeilengaITS#1413 suggested fix
2001-12-07 Howard ChuSome fixes for BDB_IDL_MULTI. Experimental back-hdb...
2001-12-07 Howard ChuRe-introduce BDB_ID2ENTRY_PAGESIZE. Even if the index...
2001-12-07 Howard ChuMinor fixes for BDB_IDL_MULTI
2001-12-07 Howard ChuMissed a spot where root DN_SUBTREE index was still...
2001-12-07 Howard ChuBare minimum changes to support BDB 4.0
2001-12-07 Howard ChuNT updates from jon@symas.com.
2001-12-07 Howard ChuFix from jon@symas.com for misdeclared lib handle
2001-12-07 Howard ChuWhen using BDB_IDL_MULTI, there are no longer any issue...
2001-12-06 Howard ChuFix for BDB_IDL_MULTI to work.
2001-12-06 Howard ChuExperimental index management. Uncomment BDB_IDL_MULTI...
2001-12-06 Howard ChuFix so previous change to slapcat works.
2001-12-06 Pierangelo Masaratinow dnValidate loops thru each value; added private...
2001-12-06 Pierangelo Masaratiliberally accept many LDAPv2/LDAPv3 stuff in DN (quoted...
2001-12-06 Kurt Zeilengapretty DNs
2001-12-06 Howard ChuFix previous commit
2001-12-06 Howard ChuMinor rearrangement, give pdn to dn2id_add to avoid...
2001-12-06 Kurt ZeilengaRework dnNormalize/dnPretty to share LDAP_rewrite
2001-12-06 Howard ChuFix, index databases were not being closed on shutdown.
2001-12-06 Kurt ZeilengaAllow an object class to be provided in an attribute...
2001-12-05 Kurt ZeilengaMisc cleanup
2001-12-05 Kurt ZeilengaMonitor schema should be defined in a separate file.
2001-12-05 Kurt ZeilengaMisc I-D updates
2001-12-05 Kurt ZeilengaAdd basic infrastructure for pretty routines
2001-12-05 Kurt ZeilengaAdd comments
2001-12-05 Pierangelo Masaratianother step towards schema aware normalization: ava...
2001-12-05 Kurt ZeilengaI should finish my morning coke before making my first...
2001-12-05 Pierangelo Masaratia gross attempt to implement a schema-aware normalization
2001-12-05 Kurt Zeilenga(undefined=*) should precompute to False
2001-12-05 Kurt ZeilengaAdd experimental UUID/CSN support (needed for LCUP).
2001-12-05 Kurt ZeilengaAdd undefined present filter bug fix
2001-12-05 Howard Chutool_reindex now regenerates the dn2id index as well...
2001-12-05 Kurt ZeilengaFix replacing of all values with an empty value.
2001-12-05 Howard ChuFixup bdb_entry_release now that entry_decode uses...
2001-12-05 Kurt ZeilengaRework indexing code, removing "autolang" and making
2001-12-04 Kurt ZeilengadnMatch should not be local to file
2001-12-04 Pierangelo Masaratiof course we don't need debug stuff any more ... :)
2001-12-04 Pierangelo Masaratireimplement dn_validate/normalize/(match) using the...
2001-12-04 Kurt ZeilengaClean up some misplaced 'extern' declarations (should...
2001-12-04 Howard ChuDon't maintain a DN_SUBTREE index for the backend suffix.
2001-12-03 Kurt ZeilengaReally fix the fix to the past commit
2001-12-03 Kurt ZeilengaFix previous commit
2001-12-03 Kurt ZeilengaAdd additional sanity check
2001-12-03 Kurt ZeilengaMinor cleanup
2001-12-03 Howard ChuDon't maintain a DN_SUBTREE index for the backend suffi...
2001-12-03 Howard ChuRewrote entry_encode/entry_decode again, uses 50% less...
2001-12-02 Kurt ZeilengaAdd more DESC fields and misc cleanup
2001-12-02 Kurt ZeilengaMake sure experimental syntaxes are hidden
2001-12-01 Kurt ZeilengaMisc DESC updates
2001-12-01 Pierangelo Masaratiparanoid check for escaped dn separators when naively...
2001-12-01 Pierangelo Masaratiadded pattern="anonymous","users","dn.{base|one|subtree...
2001-11-30 Howard ChuIn presence_candidates(), always return a full match...
2001-11-29 Kurt ZeilengaClarify acceptability requirements of additional schema...
2001-11-28 Howard ChuRenamed BDB_ID2ENTRY_PAGESIZE to just BDB_PAGESIZE...
2001-11-28 Howard ChuAdded experimental support for DB_DIRTY_READ.
2001-11-28 Kurt ZeilengaITS#1467 passwd fix from Brad Thompson <brad@vecna...
2001-11-27 Howard ChuCleanup a while() loop.
2001-11-27 Kurt ZeilengaReplace existing SLAP_MR_ matching flags with:
2001-11-27 Howard ChuSet the id2entry database pagesize to BDB_ID2ENTRY_PAGE...
2001-11-27 Howard ChuEliminated nextid database. id2entry database is now...
2001-11-27 Howard ChuFix segv in slapcat. Tool must use be_entry_return...
2001-11-27 Howard ChuAdd #define SLAP_BDB_ALLOW_DBNOTXN to control dbnotxn...
2001-11-27 Kurt ZeilengaMisc code cleanup
2001-11-27 Howard ChuAdded "dbnotxn" config keyword. If present, back-bdb...
2001-11-27 Howard ChuFixed exit code processing. passwd.c never committed...
2001-11-26 Howard ChuSome tweaks to cut down on IDL stack usage. idl_interse...
2001-11-24 Howard ChuMore indexing fixes. Now passes tests 0-7, 10, and 11.
2001-11-24 Howard ChuFixed exit condition code checks and log msg, was retur...
2001-11-24 Howard ChuRemoved unused "range" argument from indexing functions...
2001-11-24 Howard ChuFixed initialization bug.
2001-11-24 Howard ChuFix initialization bugs
2001-11-24 Howard ChuFix typo that prevented rootdn logins.
2001-11-21 Mark AdamsonAllow size and time limits in slapd.conf for anonymous...
2001-11-17 Pierangelo Masaratiminor cleanup
2001-11-17 Pierangelo Masaratiminor cleanup
2001-11-17 Pierangelo Masaratiminor cleanup
2001-11-17 Pierangelo Masaratifix misinitialized UNDEFINED attribute type; reordered...
2001-11-17 Pierangelo Masaratiadd const
2001-11-17 Howard Chuequality_candidates: s/BDB_IDL_RANGE_CPY/BDB_IDL_CPY/
2001-11-17 Howard ChuFirst pass at indexing cleanup. Both filterindex.c...
2001-11-17 Howard Chuainfo_free no longer needed
2001-11-16 Kurt ZeilengabitString fixes from Julius Enarusai (ITS#1441)
2001-11-16 Pierangelo Masaratimoved the empty dn static entry into a global const...
2001-11-16 Pierangelo Masaratiupdate dn can add/modrdn/delete entries rooted at ...
2001-11-16 Pierangelo Masaraticheck children access for old and new parent when = ''
2001-11-16 Pierangelo Masaratiupdatedn can add '' rooted entries (according to ACLs)
2001-11-16 Pierangelo Masaraticheck children access to newSuperior
2001-11-16 Pierangelo Masaratinon-root modrdn of entries rooted at '' checks children...
2001-11-16 Pierangelo Masaraticheck for update dn
2001-11-16 Howard ChuChanged AttributeType.sat_cname from char * to struct...
2001-11-16 Howard ChuChanged AttributeType.sat_cname from char * to struct...
2001-11-16 Howard ChuChanged global ad_mutex into per-attributeType mutex...
next