]> git.sur5r.net Git - openldap/history - servers/slapd/back-meta/config.c
cleanup version parsing
[openldap] / servers / slapd / back-meta / config.c
2006-05-06 Pierangelo Masaraticleanup version parsing
2006-04-13 Hallvard Furusethmeta_back_db_config: lutil_atou(version,) -> lutil_atoi
2006-04-13 Pierangelo Masaratiaddress protocol version issues (ITS#4488)
2006-04-01 Pierangelo Masaratiseems to fix the equivalent of ITS#4429 in back-meta...
2006-02-16 Pierangelo Masaratibe conservative in reading subtree-exclude
2006-02-16 Pierangelo Masaratiadd support for "subtree-exclude"
2006-02-01 Pierangelo Masaratiimplement proxy long-lived connection TTL
2006-01-24 Kurt Zeilengaunifdef -DSLAPD_CONF_UNKNOWN_BAILOUT -DSLAPD_CONF_UNKNO...
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-20 Pierangelo Masaratisilence warning
2005-12-12 Pierangelo Masaratiadd (and document) customizable bind-timeout
2005-12-07 Pierangelo Masaratiimplement (per-target) per-conn proxy-side idle-timeout...
2005-11-26 Kurt ZeilengaRemove some unnecessary #ifdefs
2005-11-24 Pierangelo Masaratiuse friendly form for timeouts
2005-11-23 Pierangelo Masaratifirst round of number/time parsing fixes
2005-11-22 Pierangelo Masaratiset the berval length\! (ITS#4196)
2005-11-19 Pierangelo Masaratifix dangling resources issue in slapd-ldap; completely...
2005-11-06 Pierangelo Masaratibackport write operation timeouts from back-meta to...
2005-11-03 Pierangelo Masaratiimport leak plug from slapo-rwm
2005-10-15 Pierangelo Masaratifix error message for invalid "uri" args
2005-10-08 Pierangelo Masaratifix ITS#4071
2005-09-24 Pierangelo Masaraticleanup states/timeout handling in back-ldap/meta;...
2005-08-25 Pierangelo Masaratiallow undefined attrs to be "proxied" (ITS#3959)
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-17 Pierangelo Masaratiimplement overlapping targets enhancement (ITS#3711)
2005-08-07 Pierangelo Masaratiplug yet another one-time leak
2005-07-19 Pierangelo Masaratifix previous commit
2005-07-19 Pierangelo Masaratiimplement per-target, per-operation timeouts
2005-06-25 Pierangelo Masaratiadd "onerr" flag
2005-05-06 Pierangelo Masaratimore on strict config parsing (ITS#3705)
2005-05-04 Pierangelo Masaratihonor T-F filters (ITS#3706) and lots of cleanup
2005-04-26 Pierangelo Masaratiuse safe(r) default
2005-04-26 Pierangelo Masaratiwork around the last issue: some times the result times...
2005-04-25 Pierangelo Masaratifix retry; add per-target configurable number of retrie...
2005-04-22 Pierangelo Masaratimore on error handling reworking; should address ITS...
2005-04-16 Pierangelo Masaratia) implement a new candidate selection procedure, based...
2005-02-05 Pierangelo Masaratiimport selected improvements from back-ldap: use asynch...
2005-02-05 Pierangelo Masaratiimport referral chaing options from back-ldap
2005-01-26 Pierangelo Masaratidon't add the trailing '??base' to URIs
2005-01-22 Pierangelo Masaratiimprove parsing of acl-authcDN/acl-passwd
2005-01-08 Pierangelo Masaratimajor namespace cleanup & minor fixes
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-30 Pierangelo Masaratiworks now
2004-11-13 Pierangelo Masaratiimport stuff removed from back-ldap
2004-03-10 Pierangelo Masarati"searchFilter" by default must be empty
2004-01-01 Kurt ZeilengaHappy new year
2003-12-08 Kurt Zeilenganotices and acknowledgements
2003-12-07 Howard ChuCleanup unknown config directive handling.
2003-12-06 Howard ChuMoved proxy caching to overlay
2003-11-27 Kurt Zeilenganotices and acknowledges
2003-08-27 Jong Hyuk Choiunifdef LDAP_CACHING
2003-05-15 Pierangelo Masaratiremove unused arg from fprintf (ITS#2516)
2003-05-03 Pierangelo Masaratiadd network timeout (ITS#2413 reworked)
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-11 Luke HowardFix compilation errors (caching must still be undefined...
2003-04-07 Pierangelo Masaratifirst cut at grouping rewrite/map stuff; needs work
2003-04-04 Luke HowardDon't segfault on malformed configuration
2003-03-06 Jong Hyuk ChoiCommit of the Proxy Cache contribution (ITS#2062)
2003-03-03 Pierangelo Masaratisilence warning
2003-03-01 Pierangelo Masaratiimproved filter mapping/rewrite; improved result rewrit...
2003-02-05 Pierangelo Masaratiadd 'rebind-as-user' according to back-ldap's implement...
2003-02-04 Pierangelo Masaratiimprove last commit
2003-02-04 Pierangelo Masaratiallow multiple URIs (need to backport to back-ldap)
2003-01-03 Kurt ZeilengaHappy new year
2002-06-12 Kurt ZeilengaDate: Thu, 2 May 2002 08:54:59 GMT
2002-05-01 Pierangelo Masarati- trim check for real naming context already defined...
2002-01-12 Pierangelo Masaraticonsistently use dn_match macro throughout slapd
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-04 Pierangelo Masaratihide mapping initialization
2002-01-03 Pierangelo Masaratilots of migration to struct berval; unfortunately it...
2001-12-29 Pierangelo Masaraticleanup
2001-12-29 Howard ChuAdded dnPretty2/dnNormalize2 using preallocated destina...
2001-12-27 Pierangelo Masaraticonversion to berval DN
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-06-03 Pierangelo Masaratisemicolon after colon in goto labels; no C++ style...
2001-05-19 Pierangelo Masaratipseudo-root dn bind; a couple of minor fixes
2001-05-13 Pierangelo Masaratiadded new logging to back-meta
2001-05-12 Pierangelo MasaratiThis is the commit of: