]> git.sur5r.net Git - openldap/history - servers/slapd/slap.h
use macros for fake connid
[openldap] / servers / slapd / slap.h
2009-11-21 Pierangelo Masaratiuse macros for fake connid
2009-11-19 Howard ChuMove connection state enums to slap.h to ease debugging
2009-11-11 Howard ChuITS#6373 add sync_use_subentry keyword
2009-09-08 Rein TollevikITS#6287 Rewritten the ACL state cache
2009-08-17 Pierangelo Masaratiadd support for TCP buffer configuration (ITS#6234)
2009-07-26 Howard ChuChange AttributeName.an_oc_exclude to an_oc_flags,...
2009-07-13 Howard ChuUndef SLAP_CONTROL_X_SORTEDRESULTS, use sssvlv overlay...
2009-07-07 Hallvard FurusethITS#6101: Move sru_search first in union SlapReply...
2009-07-01 Howard ChuITS#5836, #6089 fix c_writers counting
2009-06-11 Hallvard FurusethCleanup: Remove SLAP_CB_FREEME, an unused internal...
2009-03-05 Rein TollevikITS#6001 SID of queued CSN must match the one in the op
2009-02-10 Howard ChuITS#5392 use lutil_debug for Statslog if HAVE_DEBUG...
2009-01-24 Howard ChuITS#5655 TLS_PROTOCOL_MIN from Philip Guenther
2009-01-22 Kurt ZeilengaUpdate copyright notices
2009-01-15 Howard ChuITS#5835 fix connection teradown when there are waiting...
2008-12-06 Pierangelo Masaratiadd shadow mask
2008-11-15 Pierangelo Masaratifix previous commit (related to ITS#5804)
2008-11-11 Quanah Gibson-MountITS#5572 from Rein
2008-11-10 Howard ChuITS#4556 allow Add content checking to be configured...
2008-11-06 Howard ChuITS#5710 fix stupid updateCookie hack, use explicit...
2008-11-02 Howard ChuAdd DBFLAG_CLEAN for a DB that was cleanly shut down...
2008-11-02 Pierangelo Masaratiadd dontUseCopy and proxiedAuthz "non_critical" disallo...
2008-11-02 Howard Chube->be_pcl_mutexp superseded by be->bd_self
2008-11-01 Pierangelo Masaratiadd "What Failed?" LDAP control (ITS#5784)
2008-10-21 Hallvard FurusethITS#5734: Search limits by baseDN - limits dn.this...
2008-09-27 Pierangelo Masaratiallow definition of syntaxes via configuration, includi...
2008-09-27 Pierangelo Masaratiallow controls deletion to be deferred; pass response...
2008-09-08 Pierangelo Masaratiimplement X-SUBST substitute syntax extension (ITS...
2008-08-30 Pierangelo Masaratiimplement caseIgnoreListMatch (ITS#5608)
2008-06-12 Ralf Haferkampenable back-config delete support with LDAP_DEVEL
2008-06-05 Howard ChuConfig should presrve OID macros in attr syntax field...
2008-05-17 Hallvard Furusethparenthesize some macro args
2008-04-23 Howard ChuITS#5346 overlay_db_open needs to preserve the original...
2008-04-23 Howard ChuFor ITS#5346 - reintroduce bd_self pointer (from 2008...
2008-04-03 Howard ChuITS#5419 only Hidden DBs get special treatment
2008-03-14 Howard ChuUse <ldap_queue.h> macros for prev commit
2008-03-13 Howard ChuMore for prev commit
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-12-27 Pierangelo Masaratipass ConfigReply to overlays; don't complain unless...
2007-12-15 Pierangelo Masaratifix declarations of buffers for numeric strings; other...
2007-12-14 Howard ChuAlign MRA desc with AVA/SSA desc
2007-11-25 Howard ChuChange integer indexing to ordered only, no backward...
2007-11-07 Howard ChuITS#5186 check for multiple suffixes at config time...
2007-11-01 Howard ChuITS#5191 do all pagedresult control parsing in the...
2007-10-25 Howard ChuUse per-thread slap_counters to eliminate lock contention
2007-10-25 Howard ChuRepack Connection structure for alignment
2007-10-25 Howard ChuConcurrency tweaks:
2007-10-05 Pierangelo Masaratisupport de-normalization
2007-10-02 Pierangelo Masaratiback out hex RID
2007-09-24 Howard ChuUse attr_valfind instead of value_find_ex to optimize...
2007-09-24 Howard ChuPreliminary sorted value support
2007-09-21 Howard ChuAttribute/Modification value counters
2007-09-15 Pierangelo Masaratiadd helper for internal searchs for objectClass=*
2007-08-22 Pierangelo Masaratiadd support for session tracking (draft-wahl-ldap-sessi...
2007-08-21 Pierangelo Masaratiminimal implementation of draft-wahl-ldap-session-03
2007-08-21 Pierangelo Masaraticleanup experimental controls: rename macros, ifdef...
2007-08-17 Pierangelo Masaratire-sort funcs (and enums) in "logical" order
2007-08-16 Pierangelo Masaratilet req_modify_s and req_modrdn_s have a common portion...
2007-08-16 Pierangelo Masaratifix previous commit
2007-08-16 Pierangelo Masaratis/orb_tmp_mech/orb_mech/
2007-08-11 Howard ChuRemove tool_id2entry_get
2007-08-03 Ralf HaferkampReworked recent backend API changes, now using a separa...
2007-07-25 Ralf HaferkampAdded a new parameter (ConfigArgs*) to the _db_init...
2007-06-10 Hallvard FurusethFor ITS#4943: Axe thread pool semaphore code
2007-05-18 Hallvard FurusethGive OperationBuffer normal struct members instead...
2007-05-16 Pierangelo Masaratiallow array of more generic syntaxes
2007-05-16 Pierangelo Masaratiallow attribute inheritance with syntax restriction...
2007-04-06 Howard ChuAxe slurpd / replog support
2007-03-25 Howard ChuITS#4893 fix prev commit
2007-03-25 Howard ChuMore struct cleanup
2007-03-20 Pierangelo Masaraticleanup struct declarations
2007-02-05 Howard ChuOptimization: send sid in cookie to avoid getting our...
2007-02-05 Howard ChuAdd timeout / network timeout to bindconf
2007-02-05 Howard ChuPreliminary multi-context support for syncrepl. Passes...
2007-01-27 Pierangelo Masaratifix modify opattrs sync replication (ITS#4820; test019...
2007-01-16 Pierangelo Masaratiallow to specify the required access privileges in...
2007-01-15 Howard ChuITS#4554 slapindex takes a list of attributes to index
2007-01-10 Howard ChuITS#4799 remove kerberos / kbind
2007-01-02 Kurt Zeilengahappy new year
2006-12-26 Howard ChuUse temporary AttributeDescriptions to prevent unbounde...
2006-12-25 Howard ChuITS#3707 preserve filter input, allow (and ignore)...
2006-12-24 Howard ChuUnify rs_modlist in Add/Modify/Modrdn req structs
2006-12-18 Howard ChuUse a specific sr_type for intermediate Glue results
2006-12-17 Howard ChuITS#4638 restore original parameters on op completion
2006-12-17 Pierangelo Masaratimore portable fix to ITS#4756
2006-12-15 Pierangelo Masaratiimplement full IPv6 support in ACLs; use URL notation...
2006-12-13 Howard ChuRemainder of fix for ITS#4615 - stop processing overlay...
2006-12-02 Pierangelo Masaratifix DN (and berval'ued items requiring) normalization...
2006-10-28 Kurt ZeilengaLDAPBIS cleanup
2006-10-21 Kurt ZeilengaRemove extraneous SLAP_RELAX macro
2006-09-20 Howard ChuUse a single malloc for entry_decode instead of two...
2006-09-14 Howard ChuRemove obsolete SLAP_FILTER_DN definitions
2006-09-14 Howard ChuSupport dynamic add/delete of attributeTypes and object...
2006-09-13 Howard ChuAdd BackendInfo.bi_extra for backend custom APIs
2006-09-11 Pierangelo Masaratiadd sb_version to slap_bindconf;
2006-09-06 Pierangelo Masaraticustom monitoring can be enabled/disabled via config
2006-09-04 Pierangelo Masaratimove req2op selection into a helper
2006-08-29 Howard ChuEntry/Attribute struct caching, to minimize malloc...
2006-08-22 Kurt Zeilengas/managedit/relax/
2006-08-22 Kurt Zeilengaremove dontusecopy ifdefs
next