]> git.sur5r.net Git - openldap/history - servers/slapd/overlays/dynlist.c
remove REP_ENTRY_MUSTRELEASE when copying (ITS#6423)
[openldap] / servers / slapd / overlays / dynlist.c
2009-12-08 Pierangelo Masaratiremove REP_ENTRY_MUSTRELEASE when copying (ITS#6423)
2009-12-08 Pierangelo Masaratilog about invalid URI (more about ITS#6421)
2009-12-08 Pierangelo Masaratihandle simple filters with no brackets (ITS#6421)
2009-09-29 Howard ChuITS#6308 lock leak: must release entry using same op...
2009-08-24 Pierangelo Masaratifix uninitialized var (ITS#6266; actually, the problem...
2009-03-05 Howard ChuITS#6002 fix attrset unparse
2009-02-15 Pierangelo Masaraticleanup (related to ITS#5760)
2009-01-30 Pierangelo Masaratimuck with flags only when needed (ITS#5898)
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-11-18 Pierangelo Masaratifix length
2008-11-17 Quanah Gibson-MountFix prev commit
2008-10-21 Pierangelo Masaratiadd optional URI to allow restricting the scope of...
2008-10-13 Hallvard FurusethWarning cleanup: signed meets unsigned. ber_flatten2...
2008-10-09 Pierangelo Masaratidon't free and reuse filter structure; don't rewrite...
2008-09-29 Pierangelo Masaratifix ITS#5717
2008-09-29 Pierangelo Masaratiallow intermixing of mapped/not mapped attrs (spotted...
2008-07-08 Howard ChuFix 1.40, release entry with same backend that obtained it
2008-06-29 Pierangelo Masaratidon't lookup dg* attrs more than needed (ITS#5583)
2008-06-14 Pierangelo Masaratiif there is only one member_ad, and it's not mapped...
2008-04-26 Pierangelo Masaraticleanup
2008-04-26 Pierangelo Masaratiadd mapping to dynamic attribute generation (patch...
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-09-29 Pierangelo Masaratifirst round of s/sprintf/snprintf/; the rationale is...
2007-09-24 Howard ChuUse attr_valfind instead of value_find_ex to optimize...
2007-09-24 Howard ChuPreliminary sorted value support
2007-09-23 Howard ChuMore for a_numvals
2007-09-21 Hallvard FurusethCast away const
2007-09-15 Pierangelo Masaratiadd helper for internal searchs for objectClass=*
2007-09-14 Pierangelo Masaratiadd support for dgAuthz --- see discussion on -devel
2007-09-14 Pierangelo Masaratirelease entry (ITS#5135)
2007-09-11 Howard ChuDon't populate member list unless it was requested
2007-08-24 Howard ChuFix config delete
2007-08-24 Howard ChuFix prev commit
2007-08-23 Howard ChuAdd dgIdentity support
2007-08-03 Ralf HaferkampReworked recent backend API changes, now using a separa...
2007-07-25 Ralf HaferkampAdded a new parameter (ConfigArgs*) to the _db_init...
2007-07-13 Howard ChuFallout from ITS#4986 - remove unused param of select_b...
2007-06-02 Pierangelo Masaratimake searches expand all matching sets of group/url...
2007-03-22 Pierangelo Masaratifix test in case of bailout (ITS#4891)
2007-01-16 Pierangelo Masaratiallow to specify the required access privileges in...
2007-01-11 Pierangelo Masaratifree entry in a cleaner manner (ITS#4801?)
2007-01-11 Pierangelo Masaratidon't list (other) structural classes
2007-01-02 Kurt Zeilengahappy new year
2006-11-03 Pierangelo Masaratiimprove previous commit (ITS#4729)
2006-11-03 Pierangelo Masaratifix dynlist dynamic build (ITS#4729)
2006-10-26 Pierangelo Masaratimissing CVS header
2006-09-03 Pierangelo Masaratiplug leaks in search filter (and cleanup code; ITS...
2006-08-15 Kurt ZeilengaSome LDAP_DEVEL cleanup
2006-05-09 Howard Chucoverity cleanup
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-09 Pierangelo Masaratiadd comment
2005-12-06 Pierangelo Masaratirelax the check on objectClass (may be equal)
2005-11-29 Pierangelo Masaratiadd check on duplicate rules (may be too strict?)...
2005-11-29 Pierangelo Masaratiallow dynlist to take over dyngroup
2005-11-29 Pierangelo Masaraticomplete merging of dyngroup into dynlist; add back...
2005-11-29 Pierangelo Masaratifix return code in case the asserted DN does not exist...
2005-11-28 Pierangelo Masaratiadd dyngroup compare functionality to dynlist
2005-11-25 Pierangelo Masaratistreamline overlay configuration
2005-11-24 Pierangelo Masaratidon't expose unnecessary symbols :)
2005-11-22 Pierangelo Masaratiadd a comment about reworking compare
2005-11-22 Pierangelo Masaratirun thru the list also in case of FALSE
2005-07-22 Hallvard Furusethrs->sr_flags should be saved in variables of type slap_...
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-05-23 Pierangelo Masaratiexit on error
2005-04-28 Pierangelo Masaratianticipate undefined symbols when compiling for 2.2
2005-04-21 Pierangelo Masaratipartial fix to ITS#3659; still problems in merging...
2005-04-18 Pierangelo Masaratiset deref
2005-04-08 Pierangelo Masaratifix previous commit
2005-04-07 Pierangelo Masaratiadd dynlist.c from SysNet's repository; needs build...