]> git.sur5r.net Git - openldap/history - servers/slapd/acl.c
component cleanup
[openldap] / servers / slapd / acl.c
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-08-18 Howard ChuReworked fix for ITS#3140 - add access parameter to...
2004-08-06 Pierangelo Masaraticleanup
2004-07-26 Pierangelo Masaratifrontend stuff moved into a database structure, essenti...
2004-07-02 Pierangelo Masaratiquick fix for ITS#3215; needs work to re-enable ACI...
2004-06-30 Pierangelo Masaratibeautify comment
2004-05-12 Pierangelo Masaratifix ITS#3140
2004-05-07 Pierangelo Masaratifix DN_SEPARATOR() and clarify its use
2004-05-07 Pierangelo Masaratimore on fixing escaped semicolon in normalized DN
2004-04-20 Pierangelo Masaratiuse fist backend only if there is no global ACL (ITS...
2004-04-20 Pierangelo Masaratirevert prevuos NULL o_bd commit
2004-04-20 Pierangelo Masaratiimprove dn.one="" fix
2004-04-20 Pierangelo Masaratiglobal ACLs were not used because op->o_bd is set to...
2004-04-20 Pierangelo Masaratifix acl bug when using dn.one=""
2004-04-20 Kurt ZeilengaITS#3092: Rename sl_free() and friends to slap_sl_free()
2004-04-20 Pierangelo Masaratiadd slapacl tool
2004-04-08 Kurt Zeilengabvalue cleanup
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-04-06 Kurt Zeilengaswap be_isroot and be_isroot_dn symbols
2004-04-05 Pierangelo Masaratiexploit new isroot_dn helper
2004-03-10 Howard ChuYet more for ITS#3008. Seems to work properly now.
2004-03-10 Howard ChuMore for ITS#3008
2004-03-10 Howard ChuITS#3008 fix value-based ACLs
2004-03-09 Pierangelo Masaratiallow "expand" style in peername, sockname, sockurl...
2004-03-09 Pierangelo Masaratiuse "expand" instead of "regex" for group ACLs that...
2004-03-08 Pierangelo Masaratiapply advanced peername ACL (ITS#2907)
2004-01-01 Kurt ZeilengaHappy new year
2004-01-01 Luke HowardMake defaulted backend available to ACL plugin pblock
2004-01-01 Luke HowardFix ACL plugin bug - return value of ACL plugins was...
2003-12-30 Luke HowardFix assertion failure if acl_check_modlist() called...
2003-12-28 Luke HowardDon't require slapi to be in the path - always include...
2003-12-17 Pierangelo Masaraticleanup most of the -pedantic warnings (ITS#2884) and...
2003-12-16 Luke HowardFirst round of SLAPI cleanups - use slapi_int_XXX for...
2003-12-16 Pierangelo Masaratiadd to 'val[.<style>=<value>' ACLs special match styles...
2003-11-27 Kurt ZeilengaUpdated notices
2003-10-24 Howard ChuSLAPI fix - no-op when slapi_plugins_used == 0
2003-09-20 Howard ChuITS#2497, implement value-level ACLs:
2003-09-16 Howard ChuITS#2679 don't use cached ACL state from different...
2003-09-09 Kurt Zeilengasubtree ACI patch from Ralf
2003-08-31 Luke HowardSupport for ACL plugins
2003-05-22 Howard ChuITS#2529 null DN in log
2003-04-29 Kurt Zeilengacleanup
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-18 Luke HowardDon't pollute op->o_bd in access_allowed()
2003-04-12 Pierangelo Masaratifix ACI per-thread memory management
2003-04-12 Howard ChuMemory context tweaks for Bind
2003-04-11 Howard ChuMore memory context tweaks
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-04-03 Pierangelo Masaratifix new API leftover
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-24 Howard ChuSLAP_NVALUES tweaks - after input, a_nvals is always...
2003-03-23 Howard ChuFix typo
2003-03-16 Kurt ZeilengaSLAP_NVALUES changes
2003-03-15 Kurt ZeilengaFix test006-acls
2003-03-15 Kurt ZeilengaNVALUES: fix a couple of value_find_ex() calls
2003-03-11 Pierangelo Masarati(ultimately?) fix ITS#2361
2003-03-10 Howard ChuITS#2361, skip sockname, peername, peerdomain, sockurl...
2003-03-10 Pierangelo Masaraticheck conn->c_listener before use (hack to fix ITS...
2003-03-10 Howard ChuAdded op->o_is_auth_check; use ACL_AUTH instead of...
2003-02-27 Kurt ZeilengaSLAP_NVALUES:
2003-02-26 Pierangelo Masaratiblind fix
2003-02-26 Kurt ZeilengaChange MR flag names and add comments as to what they...
2003-01-30 Howard ChuITS#2285 string_expand for acl set
2003-01-03 Kurt ZeilengaHappy new year
2002-12-05 Pierangelo Masaratifix initialization size and silence warning
2002-12-04 Howard ChuFix typo in prev commit value_find/_ex
2002-12-04 Howard ChuAdded SLAP_MR_VALUE_NORMALIZED_MATCH, avoid redundant...
2002-12-04 Howard ChuITS#1523 enhanced ACL caching
2002-10-01 Kurt ZeilengaCode cleanup (no functional changes)
2002-09-02 Pierangelo Masaratiuse bvmatch() instead of ber_bvcmp() when testing for...
2002-08-24 Howard ChuPass Operation to backend_attribute - should have been...
2002-08-11 Kurt Zeilengaconsistently reduce string_expand bv_len by 1
2002-08-05 Kurt ZeilengaPatch: add OpenLDAPaci #public# access (ITS#2005)
2002-08-05 Kurt ZeilengaPatch: ACL #access-id#<invalid-DN> granted access to...
2002-07-28 Kurt Zeilengaclean up curly matching
2002-07-23 Kurt Zeilengamisc cleanup
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-07-11 Kurt ZeilengaFix ACL to dn="" bug
2002-06-15 Pierangelo Masaratismall cleanup
2002-06-15 Pierangelo Masaratidefine and normalize static bervals alltogether
2002-04-22 Kurt ZeilengaRemove lint.
2002-04-08 Pierangelo Masaratiuse BVC() macro (changed in BER_BVC) to initialize...
2002-04-08 Pierangelo Masaratiuniform temporary buf sizes; use automatic buffers...
2002-04-03 Pierangelo Masarativarious acl improvements/cleanups/speedups (need to...
2002-04-02 Pierangelo Masaratithe logic of this check was completely reversed; in...
2002-03-30 Pierangelo Masaratifix counting twice the substitution length (caused...
2002-03-23 Pierangelo Masaratifix ITS#1671 and more
2002-03-20 Howard ChuFix ITS#1607, longstanding bug in group and dnattr...
2002-02-23 Kurt ZeilengaC translator portability changes (ITS#1609)
2002-02-13 Pierangelo Masaratihonor the ber_len field to allow to exploit ldap_bv2...
2002-02-09 Kurt ZeilengaAdd ACL state recording to avoid multiple evaluation of
2002-02-08 Kurt ZeilengaUpdate comment
2002-02-06 Pierangelo Masaratifixes ITS#1582 (didn't trap SLAP_MOD_SOFTADD modificati...
2002-01-28 Howard ChuChanged Access.a_sockurl_pat, Connection.c_listener_url...
2002-01-28 Howard ChuSome more struct berval conversions
2002-01-22 Pierangelo Masaraticheck on escaped rdn separator not needed any more
2002-01-19 Kurt ZeilengaMove {add,replace,delete}_value() routines to frontend...
2002-01-17 Kurt ZeilengaDon't use BDB group/attribute callbacks as they may...
2002-01-16 Pierangelo Masaratimore ber_*cmp optimizations
2002-01-16 Kurt ZeilengaFix up last commit
next