]> git.sur5r.net Git - openldap/history - servers/slapd/sasl.c
memory leak fixes
[openldap] / servers / slapd / sasl.c
2004-09-11 Jong Hyuk Choimemory leak fixes
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-07-20 Pierangelo Masaraticleanup function name in log
2004-07-18 Pierangelo Masaratirework op/rs structures to deal with opeartional attributes
2004-06-12 Pierangelo Masaraticlarify no limits in (internal) searches
2004-04-20 Kurt ZeilengaITS#3092: Rename sl_free() and friends to slap_sl_free()
2004-04-16 Kurt Zeilengas/saslAuthz/authz/
2004-04-14 Pierangelo Masaraticleanup
2004-04-13 Pierangelo Masaratilots of cleanup
2004-04-07 Howard ChuCleanup, fix for SASL/PLAIN
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-04-05 Howard ChuITS#3048 delete sasl_checkpass support
2004-03-02 Howard ChuITS#2961 check for NULL authcDN
2004-02-26 Howard ChuITS#2934 - don't touch conn->c_sasl_dn for Simple Binds
2004-01-08 Kurt ZeilengaFix typo in slap_auxprop_init() (should not impact...
2004-01-01 Kurt ZeilengaHappy new year
2003-12-30 Kurt ZeilengaMisc cleanup
2003-12-23 Howard ChuRevert to simple authzID behavior
2003-12-18 Kurt ZeilengaMove experimental built-in SASL behind SLAP_BUILTIN_SAS...
2003-12-18 Pierangelo Masaratipropagate flags to sasl-regexp functions (will need...
2003-12-18 Kurt ZeilengaCompletely untested built-in EXTERNAL implementation
2003-12-16 Pierangelo Masaratifix a couple of (too optimistic) comments...
2003-12-13 Pierangelo MasaratisaslAuthzTo/From stuff
2003-12-13 Howard ChuUse c_authmech when c_sasl_bind_mech is empty
2003-12-13 Kurt ZeilengaLook for the '@' in userid@realm in reverse so that...
2003-12-13 Pierangelo Masaratinote a potential problem
2003-12-13 Pierangelo Masaraticonn must be non-null
2003-12-07 Howard ChuAdded sc_next and sc_cleanup to slap_callback
2003-12-01 Howard ChuAdded slap_null_cb
2003-11-29 Howard Chu#ifdef for slap_auxprop_store
2003-11-29 Kurt Zeilengacleanup
2003-11-29 Pierangelo Masaraticlarify auxprop_store member type
2003-11-29 Howard ChuAdd auxprop_store support for Cyrus SASL 2.1.16+
2003-11-27 Kurt ZeilengaUpdated notices
2003-11-13 Howard ChuITS#2825 fix SASL internal searches
2003-10-11 Howard ChuITS#2762 tweak SASL include paths
2003-09-19 Kurt Zeilengaadd "proxy" to "authorization" in a few places
2003-09-19 Howard ChuITS#2729 fix typos
2003-09-12 Howard ChuClarify/standardize library version mismatch error...
2003-08-31 Luke HowardInherit operation pblock for SLAPI
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...
next