]> git.sur5r.net Git - openldap/history - servers/slapd/proto-slap.h
ITS#4476 revert connection_write processing back into main thread
[openldap] / servers / slapd / proto-slap.h
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
2006-02-02 Howard ChuReparse unknown debug flags after config is read to...
2006-01-23 Howard ChuITS#4364 add filter_dup, don't use str2filter to dup...
2006-01-13 Howard ChuITS#4339 attributeoptions patch from Ralf Haferkamp...
2006-01-11 Pierangelo Masaratiallow control handlers to be replaced
2006-01-11 Howard ChuPropagate local errors up, fix test045
2006-01-06 Pierangelo Masaratifactor ACI code out of slapd; now it can only use dynac...
2006-01-06 Pierangelo Masaratiallow load_extop to replace an existing handler (not...
2006-01-03 Kurt ZeilengaHappy new year!
2006-01-02 Pierangelo Masaratiallow modules to register callbacks for dynamic data...
2006-01-01 Luke HowardAdd orr_modlist member to request structure, containing...
2005-12-20 Pierangelo Masaratimore unparsing buffer overflow cleanup
2005-12-20 Pierangelo Masaratifix potential overflow in syncrepl_unbind() and related...
2005-12-20 Pierangelo Masaratirevert previous commit(s); clarify usage of "-s" in...
2005-12-06 Pierangelo Masaratihelper to destroy modrdn modifications...
2005-12-05 Howard ChuFix mod delete by ordered index
2005-11-27 Pierangelo Masaratiallow to register (and expose) a supported feature
2005-11-25 Pierangelo Masaraticleanup filter escaping
2005-11-17 Pierangelo Masaratifix wrong response tags (ITS4182; consequence of fixing...
2005-11-10 Pierangelo Masaratifurther isolation and cleanup of ACI code
2005-11-06 Pierangelo Masaratimove bindconf_[un]parse() into generic API
2005-11-03 Howard ChuITS#4128 use backend_db_init to init the private backend
2005-10-31 Pierangelo Masaratiaddress ITS#4127 (please review)
2005-10-29 Howard ChuITS#4108 Cleanup accept/close race conditions.
2005-10-27 Howard ChuAdd tool-threads config keyword, init thread pool in...
2005-10-15 Howard ChuRevert prev commit, use -g option to disable glue instead
2005-10-15 Howard ChuITS#4089 use slapcat -n XX to specify just the superior...
2005-10-15 Pierangelo Masaraticomplete fix of slapd-monitor log modify (ITS#4091)
2005-10-15 Kurt ZeilengaRevised lightweight dispatcher -- writers moved into...
2005-10-14 Kurt ZeilengaMore cleanup
2005-10-14 Hallvard Furusethconstify berval arg to load_extop(), to match usage
2005-10-13 Howard ChuMove CSN invocations to backends
2005-10-12 Kurt ZeilengaAlign Operation buffers using LBER_ALIGNED_BUFFER
2005-09-27 Howard ChuITS#3996 fix glue/syncprov interaction
2005-09-14 Howard ChuChange slap_ad_undef_remove() to slap_ad_undef_promote().
2005-09-10 Pierangelo Masaratisilence warnings
2005-09-04 Pierangelo Masaratidisable pagedResults or reject
2005-09-01 Howard ChuMoving glue overlay back into slapd core, returning...
2005-08-25 Pierangelo Masaratiallow undefined attrs to be "proxied" (ITS#3959)
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-22 Pierangelo Masaratifurther ACI factoring out & confinement
2005-08-22 Pierangelo Masaratimutex-protect "undefined" attribute descriptions/object...
2005-08-20 Pierangelo Masaratiallow objectClass checking including sups
2005-08-18 Luke HowardCheck for NULL in be_match()
2005-08-18 Luke HowardAdd be_match() macro: one cannot always compare Backend...
2005-08-17 Pierangelo MasaratiACIs almost entirely factored out of slapd
2005-08-14 Hallvard FurusethAdd missing Statslog() statements (loglevel stats/stats2):
2005-08-11 Pierangelo Masaratiadd authzSyntax for authzTo/authzFrom attributes; add...
2005-08-11 Pierangelo Masaratiwrap validate/pretty/normalize for ordered values ...
2005-08-08 Pierangelo Masaratiallow textual log levels in command line
2005-08-08 Howard ChuITS#3922 fix syncrepl ctxcsn leak
2005-08-07 Pierangelo Masaratifree replica info as appropriate
2005-08-01 Luke HowardAdd o_no_schema_check to operation structure
2005-08-01 Luke Howardslap_mods2entry() should not zero pointers into the...
2005-07-31 Luke HowardCall slap_mods2entry() in do_add(), so that global...
2005-07-25 Pierangelo Masaratidestroy limits at exit
2005-07-23 Pierangelo Masaratiadd infrastructure to register verbmasks; allow to...
2005-07-23 Luke HowardAdd fe_access_allowed(), should allow global ACL overla...
2005-07-22 Luke HowardSupport for global ACL overlays, corresponding SLAPI...
2005-07-22 Luke HowardCleaner version of previous patch (keep operational...
2005-07-21 Howard ChuPlug more memleaks
2005-07-21 Luke Howardadd prototype for overlay_op_walk()
2005-07-19 Pierangelo Masaratifix arbitrary precision number display when no big...
2005-07-19 Pierangelo Masaratiuse appropriate format when no arbitrary precision...
2005-07-19 Luke HowardAdd slap_parse_ctrl() API for parsing already decoded...
2005-07-11 Hallvard FurusethDeclare component matching functions
2005-07-04 Hallvard FurusethFormat fix: Make style_strings[] global for debug outpu...
2005-06-13 Howard ChuITS#3774 delete backend/overlay structures after a...
2005-06-10 Howard ChuMore accesslog updates
2005-06-07 Howard ChuAdd slap_timestamp(), use mutex in slap_get_csn()
2005-05-28 Pierangelo Masaratiexpose macro(s) to produce string representations of...
2005-05-23 Pierangelo Masaratifurther fixing of back-ldap config; added enum_to_verb...
2005-05-13 Kurt ZeilengaAdd manage obsolete attributes capability.
2005-05-13 Kurt ZeilengamanageDIT framework and obsolete objectclasses/DIT...
2005-05-13 Kurt Zeilengafinish global_schemacheck removal
2005-05-11 Kurt ZeilengaMostly remove global_schemacheck. More cleanup needed in
2005-05-06 Howard ChuMake entry_encode/decode independent of slapd structure...
2005-05-05 Pierangelo Masaratimove discover function to frontend
2005-04-22 Howard ChuIsolate syncrepl stuff in syncrepl.c
2005-04-19 Howard ChuFixes for ordered deletes
2005-04-19 Howard ChuMore modify support. ACL editing works.
2005-04-14 Howard ChuGeneric ordered value support
2005-04-12 Pierangelo Masaratimore on ITS#3652
2005-04-12 Pierangelo Masaratihide changes behind specific #ifdef, conditioned by...
2005-03-21 Howard ChuSchema unparsing support
2005-03-21 Howard ChuAdd HARDCODE schema flags
2005-03-18 Howard ChuReorganiza SLAPD_CRYPT and SLAPD_SPASSWD support for...
2005-03-15 Howard ChuMore back-config / back-ldif integration, added config_...
2005-03-02 Howard ChuMore verbmasks cleanup, added index unparsing
2005-03-02 Howard ChuCleanup verb/mask processing
2005-03-01 Howard ChuAdded general limits retrieval
2005-03-01 Howard ChuAdded limits_unparse_one
2005-03-01 Howard ChuAdded authz-regexp, slapi plugin retrieval
2005-03-01 Howard ChuAdded oidm retrieval
2005-03-01 Howard ChuAdded ldap_pvt_sasl_secprops_unparse, slap_sasl_secprop...
2005-02-23 Howard ChuAdded replica retrieval
next