]> git.sur5r.net Git - openldap/history - servers/slapd/saslauthz.c
From HEAD
[openldap] / servers / slapd / saslauthz.c
2004-06-04 Kurt ZeilengaFrom HEAD
2004-05-13 Pierangelo Masaratiimport fix of slapd parsing of auth{cz} "dn:<pat>"...
2004-04-27 Pierangelo Masaratiimport fixes from HEAD
2004-04-14 Kurt ZeilengaITS#3077 fix from Ando's comments
2004-04-12 Kurt ZeilengaFrom HEAD:
2004-04-06 Kurt ZeilengaSuck in changes from HEAD (CHANGES needs ITS #s)
2004-03-22 Kurt ZeilengaSync with HEAD
2004-03-17 Kurt ZeilengaSync with HEAD as of 14-March-2004
2004-01-01 Kurt ZeilengaHappy new year
2003-12-29 Kurt ZeilengaSync with HEAD
2003-12-19 Kurt ZeilengaSync with HEAD
2003-12-15 Kurt ZeilengaSync with HEAD
2003-12-01 Kurt ZeilengaSync with HEAD
2003-11-30 Kurt ZeilengaFirst rounded of changes in prep for 2.2.beta3
2003-09-22 Kurt ZeilengaLast(?) set of changes before 2.2beta
2003-09-18 Kurt ZeilengaChanges from HEAD for beta
2003-05-25 Kurt ZeilengaAnother round of minor copyright updates
2003-05-24 Howard ChuChange slap_sasl_authorized to take an Operation instea...
2003-05-24 Howard ChuITS#2533 backend_attribute uses tmpmemctx, must free...
2003-05-12 Howard ChuITS#2505 - make sr_strings per-op instead of static
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-29 Hallvard FurusethReduce warnings: Add missing 0 or NULL initializers...
2003-04-12 Howard ChuMemory context tweaks for Bind
2003-04-11 Howard ChuMore memory context tweaks
2003-04-09 Howard ChuMinor cleanups
2003-04-09 Howard ChuFirst cut at thread-local malloc. Only used by search...
2003-04-01 Howard ChuConsolidated slap_callbacks into one function. Removed...
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-10 Howard ChuAdded op->o_is_auth_check; use ACL_AUTH instead of...
2003-03-02 Howard ChuFix slap_sasl_authorized, c_authz_backend may be NULL
2003-02-16 Howard ChuRevert previous kludge in controls.c, use ldap_pvt_thre...
2003-02-09 Kurt ZeilengaITS#2117: remove suffixalias support until someone...
2003-02-07 Kurt Zeilengacode cleanup
2003-02-01 Luke HowardAdd sendreference callback
2003-01-03 Kurt ZeilengaHappy new year
2002-12-18 Howard ChuPlug memory leak
2002-12-13 Kurt Zeilengacleanup
2002-12-05 Luke HowardAllow the root DN to switch to any authorization identity.
2002-12-04 Howard ChuFix slap_sasl2dn(), performing internal search with...
2002-12-03 Kurt ZeilengaFirst-cut proxy authorization support.
2002-09-05 Kurt Zeilengaback_attribute() should use ACL_AUTH not ACL_READ (at
2002-08-30 Howard ChuFix debug statement
2002-08-24 Howard ChuExperimental cruft to propagate valid Operation to...
2002-08-22 Kurt ZeilengaFix abstract schema check
2002-08-20 Howard ChuUse search callbacks in slap_sasl_checkpass and slap_au...
2002-08-16 Kurt ZeilengaRemove #if 0 code
2002-08-16 Pierangelo Masaratisilence warnings
2002-08-07 Kurt ZeilengaFix saslregex init bug
2002-08-05 Kurt ZeilengaMisc clean up of last commit.
2002-08-05 Kurt ZeilengaRework saslRegex code (not yet tested)
2002-08-01 Kurt ZeilengaITS#1951: saslRegexp limits syntax of regular expressions
2002-07-28 Kurt ZeilengaFix for:
2002-07-23 Kurt Zeilengamisc cleanup
2002-07-13 Howard ChuFix setting c_authz_backend for SASL binds:
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-14 Kurt ZeilengasaslAuthzTo/From LDUP URLs should have hostnames
2002-06-14 Howard ChuAdded saslAuthzTo and saslAuthzFrom to system schema.
2002-06-11 Kurt ZeilengaRework c_authzid_backend in preparation for sasl_setpas...
2002-05-07 Howard ChuCyrus 2 support now requires Cyrus 2.1.3. Adds support...
2002-05-07 Howard ChuFixes for slap_sasl_regexp parsing and normalization
2002-05-07 Howard ChuAdded comment for future reference re: in-directory...
2002-04-17 Howard ChuMore SASL DN simplification. No more "dn:" prefix used...
2002-04-15 Kurt ZeilengaPatch: Escape character troubles (ITS#1753)
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-04-09 Howard ChuITS#1681 - detect bad filter in slap_parseURI() - from...
2002-04-05 Howard ChuChange slap_parseURI to use ldap_parse_url. Other struc...
2002-03-04 Kurt ZeilengaFix callback initializer.
2002-02-11 Kurt ZeilengaDon't use 'shtool mkln' as ln(1) replacement.
2002-02-10 Kurt ZeilengaUpdate Cyrus SASL detection to always look for <sasl...
2002-02-10 Howard ChuSupport for Cyrus SASLv2. Untested.
2002-01-29 Kurt ZeilengaSome misc cleanup
2002-01-26 Howard ChuEliminated dn_normalize. No more migration.
2002-01-26 Howard ChuChanged slap_authz_info.sai_mech to struct berval.
2002-01-19 Howard ChuCleanup lint
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-13 Howard ChuFix mutex leak in previous commit
2002-01-13 Howard ChuChanged to use search callbacks instead of connection_i...
2002-01-03 Howard ChuUse ldap_queue.h instead of <ac/queue.h>
2002-01-02 Kurt Zeilengause sizeof instead of strlen/hardcoded-consts
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-31 Howard ChuUse queue-compat for Connection->c_ops,c_pending_ops
2001-12-29 Howard ChuAdded dnPretty2/dnNormalize2 using preallocated destina...
2001-12-27 Kurt ZeilengaMore struct berval DN changes
2001-12-26 Kurt ZeilengaFix syntax errors caused by struct berval changes...
2001-12-26 Howard ChuMinor struct berval tweaks
2001-12-26 Howard ChuMore struct berval changes, dnNormalize migration...
2001-12-25 Kurt ZeilengaMore "char *" to struct berval DN changes
2001-12-24 Howard ChuChanged suffix_alias() to use struct berval * in-place.
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-09-25 Kurt Zeilengaldif.h include cleanup
2001-05-11 Gary Williamsfix debug line (ITS 1145)
2001-02-02 Gary Williamsfix logging macros (thanks Mei)
2001-01-18 Mark AdamsonChange the SASL DN's from cn=authzid to cn=auth
2001-01-17 Gary Williamsfix format
2001-01-15 Gary WilliamsMore new logging (Behind NEW_LOGGING)
2000-11-30 Mark AdamsonMake SASL authorization work for NULL, "u:", and "dn...
2000-10-21 Kurt ZeilengaFirst-cut at manageDSAit-aware backend selection.
2000-10-06 Kurt ZeilengaMake sure authzid form produces a valid subject DN...
next