]> git.sur5r.net Git - openldap/history - servers/slapd/bind.c
Sync with HEAD
[openldap] / servers / slapd / bind.c
2005-07-11 Kurt ZeilengaSync with HEAD
2005-01-24 Kurt ZeilengaSync with HEAD
2005-01-20 Kurt ZeilengaSync with HEAD
2004-11-23 Howard ChuDynamic control management
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 Masaratipreformat "conn=%lu op=%lu"
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-08-28 Kurt ZeilengaReferrals should not (except in special cases) be
2004-07-26 Pierangelo Masaratifrontend stuff moved into a database structure, essenti...
2004-07-05 Kurt Zeilengafix typos in last commit
2004-06-23 Kurt ZeilengaSLAPD_DISCONNECT v -1 cleanup
2004-06-19 Pierangelo Masaratiminor cleanup
2004-04-20 Kurt ZeilengaITS#3092: Rename sl_free() and friends to slap_sl_free()
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-03-27 Kurt ZeilengaCleanup
2004-03-25 Howard ChuITS#3038 64bit compatibility (oops)
2004-03-24 Kurt Zeilengacleanup
2004-02-26 Howard ChuITS#2934 - don't touch conn->c_sasl_dn for Simple Binds
2004-01-01 Kurt ZeilengaHappy new year
2003-12-28 Luke HowardDon't require slapi to be in the path - always include...
2003-12-28 Luke HowardCleanup SLAPI namespace
2003-12-16 Luke HowardFirst round of SLAPI cleanups - use slapi_int_XXX for...
2003-12-13 Howard ChuFix prev commit, use c_authtype
2003-12-13 Howard ChuAlways set c_authmech
2003-11-27 Kurt ZeilengaUpdated notices
2003-10-24 Howard ChuSLAPI fix - no-op when slapi_plugins_used == 0
2003-09-23 Luke HowardFix for Howard's fix for ITS #2704
2003-09-23 Howard ChuITS#2704 don't hang client when no preop plugins are...
2003-09-15 Kurt ZeilengaDon't pass NULL when string is expected.
2003-09-11 Luke HowardFix SLAPI bind pre-operation plugin regression
2003-08-31 Luke HowardCall SASL bind post-op SLAPI plugin _after_ DN has...
2003-08-31 Luke HowardCall post-op bind functions after SASL bind
2003-08-09 Kurt ZeilengaRemove deprecated code. Will remove slap.h code define...
2003-05-15 Hallvard FurusethFix some Statslog()s: Add missing newlines. Print...
2003-04-30 Luke HowardA pre-operation plugin is not required to set SLAPI_RES...
2003-04-15 Pierangelo Masaratifix backsql new API; use berbuf instead of berval
2003-04-14 Howard ChudoPlugins return code fix
2003-04-12 Howard ChuMemory context tweaks for Bind
2003-04-11 Howard ChuMore memory context tweaks
2003-04-03 Pierangelo Masaratisafe defaults
2003-03-31 Howard ChuMinor cleanup
2003-03-31 Luke HowardSLAPI cleanup
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-06 Kurt Zeilengacall LDAPv2 what it is (historical)
2003-02-19 Kurt ZeilengaMore understandable error text
2003-02-10 Kurt ZeilengaMove include <slapi.h> behind #ifdef
2003-02-09 Kurt ZeilengaITS#2117: remove suffixalias support until someone...
2003-02-07 Kurt Zeilengareally put SLAPI behind its #ifdef
2003-01-27 Pierangelo Masaratislapi header cleanup
2003-01-23 Luke HowardAllow plugin to retrieve desired attribute list and...
2003-01-22 Kurt Zeilengas/AUTHZ/BIND/ for consistency with other Statslog(...
2003-01-21 Luke HowardReturn LDAP_OTHER instead of LDAP_OPERATIONS_ERROR...
2003-01-21 Luke HowardSet SLAPI_BIND_CREDENTIALS for bind preoperation plugin
2003-01-21 Luke HowardAllow SLAPI bind plugins to set the authorization ident...
2003-01-21 Luke HowardMark Sun ONE 5.x SLAPI plugin types to avoid collisions
2003-01-20 Luke HowardConform SLAPI to Netscape, iPlanet and Sun ONE Director...
2003-01-20 Kurt ZeilengaRemove values match v. filter struct field macro overloads
2003-01-20 Kurt ZeilengaITS#2268: SASL/ANONYMOUS fixes from kuenne@rentec.com
2003-01-19 Luke HowardUse new SLAPI API for setting associated parameters...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-27 Pierangelo Masaratislapi used the old version of the LDAP_LOG macro (caugh...
2002-12-07 Pierangelo MasaratiSLAPI - Netscape plugin API for slapd - based on patch...
2002-11-11 Kurt ZeilengaAdd AUTHZ stats logging
2002-10-08 Kurt ZeilengaRework unprotected simple bind checks
2002-10-08 Kurt Zeilengaif "disallow bind_simple_unprotected", require at least...
2002-09-02 Pierangelo Masaratiuse bvmatch() instead of ber_bvcmp() when testing for...
2002-08-29 Howard ChuUse sockbuf_max_incoming_auth after successful Bind
2002-08-26 Howard ChuRemove c_sasl_bindmutex, Binds are already serialized.
2002-08-26 Kurt ZeilengaFix last commit.
2002-08-26 Kurt ZeilengaPrevent unlocking unlocked sasl_bindmutex...
2002-08-26 Pierangelo Masaratisilence annoying warning (BTW: who initializes be?)
2002-08-24 Howard ChuExperimental cruft to propagate valid Operation to...
2002-08-13 Kurt ZeilengaLog successful SASL bind (ITS#2017)
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-18 Kurt ZeilengaUse correct ssfs.
2002-06-17 Kurt ZeilengaAdd option to disallow unprotected simple authentication.
2002-06-12 Howard ChuDeleted Connection->c_cdn. Use conn->c_dn instead...
2002-06-11 Kurt ZeilengaRework c_authzid_backend in preparation for sasl_setpas...
2002-05-01 Kurt ZeilengaReworking backend_check_restrictions for extensions
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-01-26 Howard ChuChanged slap_authz_info.sai_mech to struct berval.
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-06 Howard ChuUse 'm' ber_scanf format where convenient
2002-01-06 Howard ChuChanged conn->c_cdn to struct berval.
2002-01-06 Kurt ZeilengaAdd some critical control checks.
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-29 Howard ChuAdded dnPretty2/dnNormalize2 using preallocated destina...
2001-12-28 Howard ChuAdded dnPrettyNormal, do both Pretty and Normalize...
2001-12-26 Kurt ZeilengaAdditional struct berval DN changes...
2001-12-26 Kurt ZeilengaUpdate referral handling to use struct berval DNs.
2001-12-26 Howard ChuFirst pass at converting bind to struct bervals
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-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-24 Howard ChuFix typo in berval commit
2001-12-23 Kurt Zeilengause dnPretty instead of dn_pretty
next