]> git.sur5r.net Git - openldap/history - servers/slapd/sasl.c
import fix to ITS#3419
[openldap] / servers / slapd / sasl.c
2004-12-07 Pierangelo Masaratiimport fix to ITS#3419
2004-09-12 Kurt Zeilengasyncrepl memleak fix
2004-06-16 Kurt ZeilengaChanges from HEAD, including
2004-04-12 Kurt ZeilengaFrom HEAD:
2004-04-06 Kurt ZeilengaSuck in changes from HEAD (CHANGES needs ITS #s)
2004-03-17 Kurt ZeilengaSync with HEAD as of 14-March-2004
2004-01-17 Kurt Zeilengasync with HEAD
2004-01-10 Kurt ZeilengaFix typo in slapd's slap_auxprop_init() function (ITS...
2004-01-01 Kurt ZeilengaHappy new year
2003-12-29 Kurt Zeilenga(Partial) Sync with HEAD
2003-12-19 Kurt ZeilengaSync with HEAD
2003-12-17 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-10-13 Kurt ZeilengaSync with HEAD
2003-09-19 Kurt ZeilengaReady for 2.2beta
2003-09-18 Kurt ZeilengaChanges from HEAD for beta
2003-05-24 Howard ChuChange slap_sasl_authorized to take an Operation instea...
2003-05-01 Howard ChuITS#2424 use two SASL contexts per session to conform...
2003-04-30 Howard ChuFix prev commit
2003-04-30 Howard ChuITS#2424 reset SASL on an existing connection
2003-04-30 Howard ChuAdded errmsg arg to lutil_passwd_{check,hash} functions
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-09 Howard ChuDon't build generic_filter dynamically, it's a simple...
2003-04-04 Howard ChuMinor cleanup, use shorthand macros
2003-04-01 Howard ChuConsolidated slap_callbacks into one function. Removed...
2003-03-31 Howard ChuMinor cleanup
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-16 Kurt ZeilengaSLAP_NVALUES changes
2003-03-10 Howard ChuAdded op->o_is_auth_check; use ACL_AUTH instead of...
2003-02-16 Howard ChuUse struct berval for exop reqoid everywhere. Define...
2003-02-07 Pierangelo Masarati(mostly blind) fix of possible leak/dangling pointer...
2003-02-06 Pierangelo Masaratimake sure the DN is null-terminated before normalizing it
2003-02-01 Luke HowardAdd search ref callback
2003-01-20 Kurt ZeilengaITS#2268: SASL/ANONYMOUS fixes from kuenne@rentec.com
2003-01-03 Kurt ZeilengaHappy new year
2002-12-21 Kurt ZeilengaMinor cleanup
2002-12-20 Kurt ZeilengaCorrect fix
2002-12-20 Kurt Zeilengaif 0 out bad statslog
2002-12-17 Howard ChuFix Statslog messages
2002-12-16 Howard ChuStatslog additions:
2002-12-13 Kurt Zeilengacleanup
2002-12-12 Howard ChuFix ITS#2234 canonicalization bug
2002-12-04 Luke HowardTreat all EXTERNAL DNs are already normalized.
2002-12-03 Kurt ZeilengaFirst-cut proxy authorization support.
2002-11-28 Howard ChuFix ITS#2200, must use SASL creds exactly as received
2002-11-27 Howard ChuITS#2202, set SASL_SUCCESS_DATA on sasl_server_new().
2002-11-27 Howard ChuFix ITS#2200, revert patch in rev 1.128. SASL/Kerberos4...
2002-11-19 Julius EnarusaiConverted ch_malloc and ch_calloc calls to SLAP_MALLOC...
2002-11-01 Howard ChuFix sasl_server_start invocation, must pass NULL cred...
2002-10-09 Kurt ZeilengaRemove lint
2002-09-05 Howard ChuReplace HACK in slap_sasl_canonicalize with safer test.
2002-09-02 Howard ChuDon't use sasl_set_alloc on Cyrus 2, it manages all...
2002-08-28 Kurt ZeilengaInclude lber_pvt.h
2002-08-28 Howard ChuAdded no-op sasl_client_auth if SASL_VERSION_MAJOR...
2002-08-28 Kurt Zeilengacleanup
2002-08-28 Howard ChuAdded check for Cyrus SASL sasl_version()
2002-08-24 Howard ChuExperimental cruft to propagate valid Operation to...
2002-08-24 Kurt Zeilengause ldap_charray_*() instead of charray_*()
2002-08-20 Howard ChuUse search callbacks in slap_sasl_checkpass and slap_au...
2002-08-16 Pierangelo Masaratisilence warnings
2002-08-06 Howard ChuAdd #include "lutil.h" for lutil_str* functions
2002-08-05 Kurt ZeilengaFix lutil_str*() warnings
2002-07-28 Kurt ZeilengaFix for:
2002-07-27 Howard ChuMoved slap_strcopy, slap_strncopy to lutil_strcopy...
2002-07-23 Julius EnarusaiConverted LDAP_LOG messages to use new Macro
2002-07-12 Howard ChuFix previous commit - the stub was never needed.
2002-07-12 Howard ChuFix order of params to sasl_setpass. Added initial...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-14 Howard ChuAdded saslAuthzTo and saslAuthzFrom to system schema.
2002-06-12 Howard ChuFix typo in previous commit
2002-06-12 Howard ChuFinished slap_sasl_setpass for Cyrus 1.5; Cyrus 2.1...
2002-06-12 Kurt ZeilengaAn almost complete slap_sasl_setpass()
2002-05-12 Howard ChuCleanup log msg
2002-05-12 Howard ChuCheck for NULL before comparing authcid
2002-05-12 Howard ChuSkip processing if canonicalization is invoked redundan...
2002-05-11 Howard ChuFix, SASL authzIDs might not be NUL-terminated. prop...
2002-05-11 Howard ChuFix typo in 1.97
2002-05-11 Howard ChuCleaned up getdn normalization
2002-05-11 Howard ChuFix previous commit, free in wrong place
2002-05-10 Howard ChuCleanup HAVE_TLS dependencies, cleanup username with...
2002-05-08 Howard ChuDon't use slap_empty_bv in structures that are expected...
2002-05-07 Howard ChuDelete unused CANON_BUF_SIZE #define
2002-05-07 Howard ChuCyrus 2 support now requires Cyrus 2.1.3. Adds support...
2002-04-27 Howard ChuFix check for "anonymous" in sasl_getdn
2002-04-18 Howard Chudeleted sasl_external_x509dn_convert; X509 DNs are...
2002-04-17 Howard ChuDelete more unused code, no need to fetch REALM in...
2002-04-17 Kurt ZeilengaFix ssf declaration
2002-04-17 Howard ChuMore SASL DN simplification. No more "dn:" prefix used...
2002-04-16 Howard ChuITS#1712, rewritten dn_openssl2ldap(). Added dnDCEnorma...
2002-04-14 Howard ChuFix name canonicalization and authorization for Cyrus...
2002-04-14 Howard ChuPrevious commit included undesired changes.
2002-04-13 Howard ChuFix previous commit, == instead of !=
2002-04-11 Howard ChuFix ITS#1722 - IPv4 addresses also need to be massaged...
next