]> git.sur5r.net Git - openldap/history - servers/slapd/acl.c
fix ACL who logging
[openldap] / servers / slapd / acl.c
2005-08-13 Pierangelo Masaratifix ACL who logging
2005-01-20 Kurt ZeilengaHappy new year!
2004-11-20 Pierangelo Masaratiimport fix to ITS#3303
2004-08-30 Kurt ZeilengaAnother round of changes from HEAD
2004-07-17 Pierangelo Masaratidisable ACI caching (ITS#3215)
2004-05-13 Pierangelo Masaratiimport ITS#3140 fix from HEAD
2004-04-20 Pierangelo Masaratiimport dn.one="" fix
2004-04-12 Kurt ZeilengaSync with HEAD
2004-04-06 Kurt ZeilengaSuck in changes from HEAD (CHANGES needs ITS #s)
2004-03-17 Kurt ZeilengaSync with HEAD as of 14-March-2004
2004-01-17 Kurt ZeilengaSync with HEAD
2004-01-02 Luke HowardSync ACL plugin security fix with HEAD
2004-01-01 Kurt ZeilengaHappy new year
2003-12-31 Kurt ZeilengaSync with HEAD
2003-12-29 Kurt ZeilengaSync with HEAD
2003-12-29 Kurt Zeilenga(Partial) Sync with HEAD
2003-12-17 Kurt ZeilengaSync with HEAD
2003-12-01 Kurt ZeilengaSync with HEAD
2003-11-30 Kurt ZeilengaFirst rounded of changes in prep for 2.2.beta3
2003-09-22 Kurt ZeilengaLast(?) set of changes before 2.2beta
2003-09-18 Kurt ZeilengaChanges from HEAD for beta
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
2002-01-16 Pierangelo Masaratifix ber_*str renaming
2002-01-16 Kurt ZeilengaMove most of the new ber_*cmp routines to lber_pvt...
2002-01-16 Pierangelo Masaratiadded ber_[mem|case]cmp() macros for fast berval compar...
2002-01-15 Kurt ZeilengaChange replace ACL semantics from U-Mich historical...
2002-01-14 Kurt ZeilengaAdd a default case with assert() just in case.
2002-01-14 Kurt ZeilengaITS#1530 no value replace ACL fix
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-12 Pierangelo Masaraticonsistently use dn_match macro throughout slapd
2002-01-11 Kurt ZeilengaAdd ITS#1508 fix to allow ACIs to grant anonymous users...
2002-01-08 Kurt ZeilengaFix ACL logic for non-regex peername, sockname, etc.
2002-01-06 Howard ChuFix some debug statements
2002-01-05 Pierangelo Masaratifix BVarray
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Kurt ZeilengaRework filter code
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-29 Pierangelo Masaraticleanup
2001-12-29 Howard ChuAdded dnPretty2/dnNormalize2 using preallocated destina...
2001-12-28 Pierangelo Masaratifix acl_dn_pat bervalization
2001-12-28 Howard ChuChanged dn_rdn/dn_rdnlen to struct berval
next