]> git.sur5r.net Git - openldap/history - servers
Avoid stack overrun in mdb_search
[openldap] / servers /
2011-11-10 Howard ChuAvoid stack overrun in mdb_search
2011-11-10 Howard ChuKey alignment tweaks for Sparc
2011-11-10 Howard ChuFix u_intX -> uintX
2011-11-08 Howard ChuITS#7083 fix verb_to_mask usage
2011-11-07 Howard ChuITS#7019 fix dsa-specific attr check for Persist updates
2011-11-07 Quanah Gibson-MountMore for ITS#6984
2011-11-07 Quanah Gibson-MountITS#7077 preserve mirrorMode setting when deleting...
2011-11-07 Howard ChuFix Quickmode crash
2011-11-07 Quanah Gibson-MountSLAP_CONFIG_DELETE sync
2011-11-07 Quanah Gibson-MountSLAP_CONFIG_DELETE updates
2011-11-07 Quanah Gibson-Mountunregister controls when removing syncprov, ppolicy...
2011-11-07 Ralf HaferkampFixed last commit. gcc was complaining about defined...
2011-11-07 Ralf Haferkampnew call unregister_supported_control(), will be
2011-11-07 Quanah Gibson-MountSync remaining LDAP_CONFIG_DELETE portions with master
2011-11-07 Quanah Gibson-MountAllow deleting Cft_Misc config entries by setting a...
2011-11-07 Ralf Haferkampsilence warning
2011-11-07 Ralf Haferkampremoving global overlays should work now as well
2011-11-07 Ralf HaferkampFixed the overlay delete code to allow removing
2011-11-07 Ralf Haferkampuse be_ctrls[cid] for counting the number of overlay...
2011-11-07 Ralf HaferkampNew call to unregister controls registered form overlays
2011-11-07 Quanah Gibson-MountDisallow removing global and cn=config overlays for...
2011-11-07 Quanah Gibson-MountExperimental code for delete support in back-config...
2011-11-05 Howard ChuMore for cn=config support
2011-11-05 Quanah Gibson-MountFix missed part of 4ed4c3a28ff96121c6cfa19c13cd80b3c23ca8f1
2011-11-05 Quanah Gibson-MountFix bad merge of fa428ed25994d8c3366fc323dbe87226662c22f2
2011-11-05 Pierangelo Masaratimake sure data is reset
2011-11-05 Quanah Gibson-MountMissed portion of 04f8fa5619fed389f238d780129d535a0947ee6f
2011-11-05 Howard ChuMore for ITS#5326 - don't free ora_e->e_name if same...
2011-11-05 Pierangelo Masaratibuild entry's pretty DN from parent's (ITS#5326)
2011-11-04 Howard ChuMore for prev commit - none of this is necessary if...
2011-11-04 Howard ChuAdd AttributeDescription counter
2011-11-04 Quanah Gibson-MountDynamic config for back-shell
2011-11-04 Howard ChuFix typo
2011-11-04 Quanah Gibson-MountDynamic config for back-passwd
2011-11-04 Howard ChuOnly use tool IDL cache when multithreaded
2011-11-04 Howard ChuMore for cursor reuse
2011-11-04 Howard ChuKeep some dn2i/id2e cursors open longer
2011-11-04 Howard ChuTurn off tool IDL caching
2011-11-04 Howard ChuTweak tool IDL cache, use MDB_MULTIPLE
2011-11-04 Howard ChuUse MDB_APPEND mode where possible
2011-11-04 Howard ChuUse IDL caching in tool/quick mode
2011-11-04 Howard ChuUse MDB_RESERVE for id2entry_put
2011-11-04 Howard ChuUpdated for mdb_txn_begin API change.
2011-11-04 Hallvard Furusethback-bdb/back-mdb IDL cleanup.
2011-11-04 Hallvard FurusethCleanup ISO C compatibility for recent commits
2011-11-04 Hallvard FurusethMore libmdb vs back-mdb C type tweaks.
2011-11-04 Howard ChuFix prev commit
2011-11-04 Howard ChuSupport index truncation
2011-11-04 Howard ChuNew mdb_close() signature
2011-11-04 Howard ChuFix entry_alloc with no attrs
2011-11-04 Howard ChuFix onelevel search from last commit
2011-11-04 Howard ChuMore search optimization
2011-11-04 Howard ChuTentative speedup - use plain ints for entry_encode...
2011-11-04 Howard Chumdb_db_close() should not force env_sync in quick mode
2011-11-04 Quanah Gibson-MountResolve MDB/HDB monitor OID clashes
2011-11-04 Howard ChuJust use memcpy since we know it's non-overlapping
2011-11-04 Hallvard FurusethTweak back-mdb integer types to match libmdb.
2011-11-04 Howard ChuFix - slapcat doesn't set op->o_hdr for tmpmemctx
2011-11-04 Howard ChuFix out-of-order slapadd
2011-11-04 Howard ChuFix bogus error codes
2011-11-04 Howard ChuKeep cursor open for id2entry
2011-11-04 Howard ChuUse tmpmem-based entries
2011-11-04 Howard ChuDrop referral.c
2011-11-04 Howard ChuFix 6c8e4f2671b6aed41cd5098725048dbe2513612c
2011-11-04 Howard ChuMore error msgs
2011-11-04 Howard ChuFix 6c8e4f2 for empty suffixes
2011-11-04 Howard ChuMore search optimizations
2011-11-04 Howard ChuUse AD-indexes
2011-11-04 Howard ChuDebug helper for index
2011-11-04 Hallvard Furusethback-mdb/Makefile.in += variable MDB_SUBDIR.
2011-11-04 Howard ChuFix from key_change consolidation
2011-11-04 Howard ChuCursor updates
2011-11-04 Howard ChuFix conversion of IDL to range
2011-11-04 Howard ChuImport back-mdb
2011-11-04 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2011-11-04 Howard ChuMore for #6848 - drop -w option, just make it default...
2011-11-04 Howard ChuITS#6848 Add -w option to wait for DB startup before...
2011-11-04 Howard ChuOverlay result is in rs->sr_err
2011-11-04 Howard ChuAdd overlay config stuff, handle overlay responses
2011-11-04 Howard ChuJust use back-sock OID arc for overlay
2011-11-04 Howard ChuAs an overlay, always return SLAP_CB_CONTINUE
2011-11-04 Howard ChuAdd response message for overlays
2011-11-04 Howard ChuMore for overlay use, add connid extension
2011-11-04 Howard ChuAdd overlay wrapper, use for triggers etc.
2011-11-04 Pierangelo Masaratirelease mutex only *after* backend connection initializ...
2011-11-04 Howard ChuITS#3272 link against libslapi.la
2011-11-04 Howard ChuITS#7081 fix prev commit
2011-11-03 Howard ChuITS#6981 pcache: don't reference rs->sr_entry in op_cleanup
2011-11-03 Howard ChuRevert "ITS#6981 don't free entries prematurely"
2011-11-03 Howard ChuITS#6981 don't free entries prematurely
2011-11-03 Howard ChuRevert "ITS#6981 don't flush entries until after cleanu...
2011-11-03 Howard ChuITS#6981 don't flush entries until after cleanup callbacks
2011-11-03 Howard ChuITS#7060 fix str2result return code parsing
2011-11-03 Howard ChuITS#7062 call response callbacks even if connection...
2011-11-03 Howard ChuDefine S_IWRITE if needed
2011-11-03 Howard ChuAdditional tweaks for double-threaded slapadd
2011-11-03 Howard ChuAdditional change for prev commit
2011-11-03 Howard ChuUse a thread for LDIF parsing in slapadd -q
2011-11-03 Pierangelo Masaratimove ctxcsn and schema check code in helpers; also...
2011-11-03 Howard ChuAdd Valgrind mempool support.
next