]> git.sur5r.net Git - openldap/history - servers/slapd/proto-slap.h
Happy New Year!
[openldap] / servers / slapd / proto-slap.h
2008-02-09 Quanah Gibson-MountITS#5259
2008-02-09 Quanah Gibson-Mountfix declarations of buffers for numeric strings; other...
2008-01-28 Howard ChuCleanup for C++
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-12-22 Howard ChuITS#5259 fix sasl_auxprop_store to allow cleanup after...
2007-12-15 Pierangelo Masaratifix declarations of buffers for numeric strings; other...
2007-12-03 Howard ChuInteger indexing, sync with HEAD
2007-12-02 Hallvard FurusethInteger indexing - handle huge values
2007-11-27 Quanah Gibson-MountITS#5239 -- Ordered indexing for integer attributes
2007-11-26 Howard ChuStreamlined Winsock connection management
2007-11-21 Howard ChuAdd index_intlen keyword for ordered indexing of integers
2007-11-08 Quanah Gibson-MountITS#5209 Fix sasl_host may be different from global_host
2007-11-07 Quanah Gibson-MountUse per-thread slap_counters to eliminate lock contention
2007-11-05 Howard ChuITS#5209 sasl_host may be different from global_host
2007-10-25 Howard ChuUse per-thread slap_counters to eliminate lock contention
2007-10-25 Howard ChuConcurrency tweaks:
2007-09-29 Howard ChuITS#5153 from HEAD - sorted values
2007-09-27 Ralf Haferkamp/tmp/msg
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-09-01 Quanah Gibson-MountSync with HEAD for OL 2.4.5
2007-08-27 Pierangelo Masaratiadd anlist_free
2007-08-24 Pierangelo Masaratibehave when a value of an ordered attr starts with...
2007-08-24 Pierangelo Masaratiallow to register further syntax/mr compatibility
2007-08-22 Pierangelo Masaratiadd support for session tracking (draft-wahl-ldap-sessi...
2007-08-16 Pierangelo Masaratiuniformly exploit rootdn bind; add support for rootdn...
2007-08-13 Pierangelo Masaratirecent check for syncrepl searchbase broke test048...
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-07-13 Howard ChuFallout from ITS#4986 - remove unused param of select_b...
2007-06-10 Hallvard FurusethCleanup (add prototypes)
2007-05-18 Hallvard FurusethGive OperationBuffer normal struct members instead...
2007-05-16 Pierangelo Masaratiallow array of more generic syntaxes
2007-05-09 Hallvard FurusethITS#4948: '#if <undefined macro>' -> '#ifdef' warning...
2007-04-06 Howard ChuAxe slurpd / replog support
2007-03-31 Howard ChuCleanup conditional arg in prev commit
2007-03-25 Howard ChuITS#4893 fix prev commit
2007-03-25 Howard ChuITS#4893 define LDAP_PF_LOCAL_SENDMSG in <ac/socket...
2007-03-20 Pierangelo Masaraticleanup struct declarations
2007-02-16 Howard ChuMem leak fixes from HEAD
2007-02-16 Howard ChuPlug leaks
2007-02-15 Kurt ZeilengaImport recent changes in 2.4 for release
2007-02-14 Howard ChuAdded "slapd" rewrite map handler, connection_fake_init...
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-02-13 Howard Chusyncinfo_free must be able to free multiple syncinfos
2007-02-11 Howard ChuUnconditionalize gmtime_mutex, always use it when calli...
2007-02-06 Howard ChuAdd overlay hooks for entry_get_rw / entry_release_rw
2007-02-05 Howard ChuOptimization: send sid in cookie to avoid getting our...
2007-02-05 Howard ChuPreliminary multi-context support for syncrepl. Passes...
2007-02-04 Howard ChuAdd olcServerID for configuring serverID portion of CSN
2007-01-27 Pierangelo Masaratiadd helper (and cleanup)
2007-01-11 Pierangelo Masaratistreamline group attr specification/diagnostics
2007-01-10 Howard ChuITS#4799 remove kerberos / kbind
2007-01-08 Howard ChuAdd TLS context configuration
2007-01-08 Howard ChuMake syncrepl inherit default TLS settings from main...
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 Pierangelo Masaratiplug rootDSE info one-time leak
2006-12-24 Howard ChuPass op to slap_mods_check()
2006-12-24 Howard ChuITS#4337 implement modrdn for back-config
2006-11-30 Howard ChuRewrite attrs_dup with attrs_alloc.
2006-11-27 Howard ChuAvoid unnecessary calls to oc_bvfind
2006-11-24 Pierangelo Masaratidestroy cached groups after identity change (ITS#4760)
2006-11-15 Howard ChuConvert schema parsers to ConfigArgs so they can pass...
2006-10-19 Kurt ZeilengaSync with HEAD
2006-10-15 Pierangelo Masaratimissing decl
2006-09-20 Howard ChuUse a single malloc for entry_decode instead of two...
2006-09-14 Pierangelo Masaratidestroy exactly what needs to
2006-09-14 Howard ChuCleanup prev commit
2006-09-14 Howard ChuSupport dynamic add/delete of attributeTypes and object...
2006-09-13 Howard ChuAdd register_at / register_oc helpers.
2006-09-13 Howard ChuFix typo from 1.667
2006-09-11 Pierangelo Masaratiadd sb_version to slap_bindconf;
2006-09-08 Pierangelo Masaratire-enable "-d '?'" as a means to list what loglevels...
2006-09-06 Pierangelo Masaratiadd attr_normalize*() helper (please holler if I missed...
2006-09-04 Pierangelo Masaratirelease authz resources at shutdown
2006-09-04 Pierangelo Masaratimove req2op selection into a helper
2006-08-29 Howard ChuEntry/Attribute struct caching, to minimize malloc...
2006-08-20 Kurt Zeilengasync with HEAD
2006-08-18 Howard ChuMove ber_sockbuf_free() to slapd_remove() to avoid...
2006-08-18 Kurt ZeilengaSync with HEAD
2006-08-17 Pierangelo Masaratiadd bverb_to_mask() API
2006-08-15 Howard ChuDelete curcsn arg to slap_get_commit_csn, redundant...
2006-08-04 Pierangelo Masaratifactor connection code out of syncrepl
2006-05-25 Hallvard FurusethConstify slapd_slp_attrs (assigned a const char* in...
2006-05-24 Pierangelo Masaratiallow tools to syslog
2006-05-15 Kurt ZeilengaSync with HEAD
2006-04-27 Kurt ZeilengaITS#4414: SLP attributes support from Peter Marschall
2006-04-18 Kurt ZeilengaSync with HEAD
2006-04-13 Hallvard Furusethslap_loglevel_get() prototype
2006-04-12 Kurt Zeilengaunifdef -DSLAP_ACL_HONOR_DISCLOSE
2006-04-07 Howard ChuUse TLS context stuff in syncrepl
2006-04-07 Howard ChuUse new TLS SSL_CTX support
2006-04-06 Howard ChuITS#4476 revert connection_write processing back into...
2006-03-26 Pierangelo Masaratistreamline handling of simple bind by global overlays...
2006-03-07 Kurt ZeilengaTXN protocol element parsers (without any backend support)
2006-02-10 Kurt ZeilengaImproved bignum detection/use
2006-02-09 Howard ChuPrefer long long to BIGNUM or GMP
next