]> git.sur5r.net Git - openldap/history - servers/slapd/slap.h
Defined some ObjectClass->soc_flags values, changed is_entry_*objectclass
[openldap] / servers / slapd / slap.h
2002-01-19 Howard ChuDefined some ObjectClass->soc_flags values, changed...
2002-01-16 Kurt ZeilengaMove most of the new ber_*cmp routines to lber_pvt...
2002-01-16 Kurt Zeilengamore cleanup
2002-01-15 Kurt ZeilengaMisc. cleanup, remove lint, remove unused deprecated...
2002-01-15 Howard ChuRevert previous commit again. autosubtypes are gone...
2002-01-14 Howard ChuRevert previous commit
2002-01-14 Howard ChuFix subtype indexing. Really really made it the default.
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-13 Howard ChuModify performance patch from Gertjan van Wingerde...
2002-01-13 Kurt ZeilengaClean up last patch
2002-01-13 Kurt ZeilengaInstall system schema checks
2002-01-13 Howard ChuReworked callback layout, added send_search_entry callback
2002-01-13 Kurt ZeilengaMisc cleanup, lint removal, and minor optimizations
2002-01-12 Pierangelo Masaratierror message from be_entry_put tool backend function
2002-01-12 Pierangelo Masaratimonitor objectclass definition
2002-01-11 Kurt ZeilengaAdd some basic system schema checks.
2002-01-11 Kurt ZeilengaAdd system schema flags to backends supporting system...
2002-01-11 Kurt ZeilengaRemove lint.
2002-01-11 Kurt ZeilengaAdd Backend to system schema check routines
2002-01-11 Pierangelo Masaratineed this outside for back monitor ...
2002-01-11 Kurt ZeilengaFlip some bits in the backend flags mask
2002-01-10 Kurt ZeilengaFix the bits
2002-01-10 Kurt ZeilengaRework backend (lastmod + glue + system schema) flags
2002-01-10 Howard ChuAdded an_oc to AttributeName for caching ObjectClass...
2002-01-10 Kurt ZeilengaMore clean up of system schema changes
2002-01-10 Kurt ZeilengaFinish building in operational attributes
2002-01-10 Kurt ZeilengaMore builtin operational attributes
2002-01-10 Kurt ZeilengaAnother round of operational attribute changes... more...
2002-01-10 Kurt ZeilengaMinor cleanup
2002-01-10 Kurt ZeilengaStart of new operational attribute framework
2002-01-09 Kurt ZeilengaAdd very basic subentry search support.
2002-01-09 Kurt ZeilengaRework control infrastructure a bit. Add subentries...
2002-01-06 Kurt ZeilengaHide select matching rules from published schema
2002-01-06 Howard ChuChanged conn->c_cdn to struct berval.
2002-01-06 Kurt ZeilengaAdd SLAP_MALLOC() and friends.
2002-01-05 Pierangelo Masaratileftover ber_bvdup eliminated; rewritten ber_bvdup...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-03 Howard ChuChanged AttributeName back into an array instead of...
2002-01-03 Howard ChuUse ldap_queue.h instead of <ac/queue.h>
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-31 Howard ChuUse queue-compat for Connection->c_ops,c_pending_ops
2001-12-29 Howard ChuChange struct berval * to struct berval in various...
2001-12-29 Howard ChuAdded dnPretty2/dnNormalize2 using preallocated destina...
2001-12-27 Kurt ZeilengaMore struct berval DN changes
2001-12-26 Kurt ZeilengaMore struct berval DNs changes
2001-12-26 Howard ChuChanged Filter.f_dn to struct berval*
2001-12-26 Kurt ZeilengaMove search, modify, and modrdn APIs to struct berval...
2001-12-26 Kurt Zeilengamove compare and delete to struct berval DNs
2001-12-26 Kurt Zeilengamodify be_referral to use struct berval DNs.
2001-12-26 Howard ChuPrecompute syn_oidlen and mr_oidlen
2001-12-26 Howard ChuChanged ma_rule_text to struct berval.
2001-12-26 Howard ChuFirst pass at converting bind to struct bervals
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-26 Howard ChuMore struct berval changes, dnNormalize migration...
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-25 Kurt ZeilengaMore "char *" to struct berval DN changes
2001-12-25 Kurt ZeilengaUse struct berval DNs for root DN and update DN
2001-12-24 Howard ChuFix typo in e_ndn macro
2001-12-24 Kurt ZeilengaEvery quick mod to use a struct berval for e_dn/e_ndn...
2001-12-24 Howard ChuChanged Access->a_set_pat and acl->acl_dn_pat to struct...
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-23 Kurt Zeilengause dnPretty instead of dn_pretty
2001-12-22 Pierangelo Masaratiadded backend-side support for on-the-fly operational...
2001-12-21 Kurt ZeilengaLDAPv2 disallow and other flag changes
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-12-09 Howard ChuConverted suffixAlias to struct bervals.
2001-12-09 Howard ChuEliminate unnecessary per-operation dn_normalize(o_ndn...
2001-12-09 Howard ChuDon't include glued databases in namingContexts
2001-12-08 Howard ChuAdded callbacks for send_ldap_response and send_search_...
2001-12-08 Howard ChuChanged be_nsuffix from char ** to struct berval *...
2001-12-07 Howard ChuNT updates from jon@symas.com.
2001-12-06 Kurt ZeilengaRework dnNormalize/dnPretty to share LDAP_rewrite
2001-12-05 Kurt ZeilengaAdd experimental UUID/CSN support (needed for LCUP).
2001-12-05 Kurt ZeilengaRework indexing code, removing "autolang" and making
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-27 Kurt ZeilengaReplace existing SLAP_MR_ matching flags with:
2001-11-21 Mark AdamsonAllow size and time limits in slapd.conf for anonymous...
2001-11-17 Pierangelo Masaratifix misinitialized UNDEFINED attribute type; reordered...
2001-11-16 Howard ChuChanged AttributeType.sat_cname from char * to struct...
2001-11-16 Howard ChuChanged global ad_mutex into per-attributeType mutex...
2001-11-12 Howard ChuAdded backend_group result caching.
2001-11-07 Howard ChuAdded schema_destroy() et al to free schema structures...
2001-10-22 Julio Sánchez Fern... Add a flag to help the value_* functions know whether...
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-10-20 Julio Sánchez Fern... First cut at certificateExactMatch, completely untested...
2001-09-28 Howard ChuResurrection/rewrite of CLDAP (RFC1798 Connectionless...
2001-09-25 Kurt Zeilengaldif.h include cleanup
2001-09-09 Kurt ZeilengaAdd root DSE supportedFeatures support.
2001-08-01 Pierangelo Masaratiadd global, per backend and per op_ndn time/size soft...
2001-07-28 Pierangelo Masaratihandle regex-based per op_ndn time/size limits
2001-07-21 Kurt ZeilengaBack out DN changes, needs more work
2001-07-21 Pierangelo MasaratiAdded the suffix=<dn> parameter to replica config directive
2001-07-13 Pierangelo Masaratidn_validate/dn_normalize has been rewritten by
2001-07-06 Pierangelo Masaratiprotos and declarations for charray and rdn stuff
2001-06-28 Randy KunkeeRemove global_backendsyncfreq code (code has been pushe...
2001-06-22 Randy KunkeeAdd sync_daemon to daemon.c, enabled by global configur...
2001-06-07 Kurt ZeilengaCheck schema NAMEs
2001-05-29 Kurt ZeilengaAdd support for separate max incoming for anonymous...
next