]> git.sur5r.net Git - openldap/history - servers/slapd/slap.h
added slapi_operation_set_pb
[openldap] / servers / slapd / slap.h
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...
2001-05-17 Kurt ZeilengaAdd support for obsolete attributes.
2001-05-16 Kurt ZeilengaAdd '=' to printableString to be consistent with ASN...
2001-05-10 Kurt ZeilengaAdd better modlist2mod error reporting (to client)
2001-05-09 Kurt ZeilengaClean up some #ifdefs
2001-05-04 Kurt ZeilengaQuick sb_max_incoming hack, should be configurable...
2001-04-19 Kurt Zeilengas/<anonymous>/cn=anonymous/ to avoid syntax issues
2001-01-22 Kurt ZeilengaAdd objectClass kind checking
2001-01-17 Kurt ZeilengaAdd more restrictive numeric string validate.
2000-11-30 Mark AdamsonMake SASL authorization work for NULL, "u:", and "dn...
2000-11-04 Kurt ZeilengaUpdate validation of printable-like syntaxes
2000-11-04 Kurt ZeilengaUpdate printableString to restrict characters per RFC17...
2000-10-15 Julio Sánchez Fern... Extend MRA. It now has a pointer to a MatchingRule...
2000-10-09 Julio Sánchez Fern... Permit access defined by uniqueMember and not only...
2000-09-29 Kurt ZeilengaAdd connection and operation arguments to backend callb...
2000-09-29 Kurt Zeilengamisc cleanup
2000-09-21 Mark AdamsonImplementation of SASL authorization.
2000-09-11 Kurt ZeilengaAdd more bind allow/disallow flags
2000-09-08 Kurt ZeilengaAdd "allow tls_2_anon" to allow StartTLS to force sessi...
2000-09-03 Kurt ZeilengaBring UCdata infrastructure.
2000-08-28 Kurt Zeilengarestrictops, requires, disallow knobs; ssf acls; and...
2000-08-26 Kurt ZeilengaMinor typedef and other clean ups
2000-08-22 Kurt Zeilengachange "substr" to imply initial, any, final indexing.
2000-08-22 Kurt ZeilengaFirst cut of LDBM substrings indexing. Needs testing.
2000-08-22 Kurt ZeilengaAdd frontend support for "any" substrings assertions.
2000-08-18 Kurt ZeilengaRemove cldap cruft
2000-07-28 Kurt ZeilengaWorking SASL security layers!
next