]> git.sur5r.net Git - openldap/history - servers/slapd/sasl.c
Sync with HEAD
[openldap] / servers / slapd / sasl.c
2005-11-03 Kurt ZeilengaSync with HEAD
2005-08-17 Kurt ZeilengaSync with HEAD
2005-08-09 Kurt ZeilengaSync with HEAD
2005-07-11 Kurt ZeilengaSync with HEAD
2005-06-08 Kurt ZeilengaSync with HEAD (ready for 2.3 "release"?)
2005-06-03 Kurt ZeilengaMerge in recent changes to HEAD
2005-04-29 Kurt ZeilengaInitial round of changes for 2.3 beta
2005-03-18 Kurt ZeilengaSync with HEAD
2005-03-14 Kurt ZeilengaSync with HEAD
2005-01-20 Kurt ZeilengaSync with HEAD
2004-12-11 Pierangelo Masaratiimprove usability of global ovrlays for write operation...
2004-12-07 Pierangelo Masaratihardcode "uid" into slapd & improve previous commit
2004-12-06 Pierangelo MasaratiITS#3419: values in built auth DNs may need DN escaping...
2004-11-25 Howard ChuSplit Operation into Opheader and op
2004-10-11 Kurt ZeilengaITS#3311: check sasl_auxprop_add_plugin return
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
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
next