]> git.sur5r.net Git - openldap/history - servers/slapd/bind.c
Don't require slapi to be in the path - always include slapi/slapi.h
[openldap] / servers / slapd / bind.c
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
2001-12-22 Kurt ZeilengaUpdate BER decoding of PDU to use "o" (struct berval...
2001-12-21 Kurt ZeilengaLDAPv2 disallow and other flag changes
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-12-09 Howard ChuEliminate unnecessary per-operation dn_normalize(o_ndn...
2001-11-17 Pierangelo Masaratiminor cleanup
2001-10-26 Kurt ZeilengaFirst stable an implementing latest namedref specification.
2001-05-29 Kurt ZeilengaAdd support for separate max incoming for anonymous...
2001-02-03 Kurt ZeilengaRework security restrictions for SASL bind
2001-01-17 Gary Williamsfix format
2001-01-11 Gary Williamsmore new logging (finally), behind NEW_LOGGING
2000-10-21 Kurt ZeilengaFirst-cut at manageDSAit-aware backend selection.
2000-10-13 Kurt ZeilengaReturn authMethodNotSupported not authUnknown for unknown
2000-10-07 Kurt ZeilengaWe need to set sasl_layers prior to returning result...
2000-09-21 Mark AdamsonImplementation of SASL authorization.
2000-09-15 Kurt ZeilengaFix handling of optional cred
2000-09-11 Kurt ZeilengaAdd more bind allow/disallow flags
2000-09-08 Kurt ZeilengaAdd "allow tls_2_anon" to allow StartTLS to force sessi...
2000-08-28 Kurt ZeilengaRework bind restrictions
2000-08-28 Kurt ZeilengaRestrict bind
2000-08-28 Kurt ZeilengaMove authzid_backend to after restrictions checks
2000-08-28 Kurt ZeilengaAdd disallow and requires to man page. Fix sasl ssf...
next