]> git.sur5r.net Git - openldap/history - servers/slapd
minor cleanup
[openldap] / servers / slapd /
2005-12-12 Pierangelo Masaratiminor cleanup
2005-12-11 Pierangelo Masaratimore about sizelimit disclose issue in back-meta (ITS...
2005-12-10 Pierangelo Masaratiallow per-replogfile pid/args file & replication interv...
2005-12-09 Pierangelo Masaratiallow parsing of numbers in whatever base (ITS#4257)
2005-12-09 Pierangelo Masaratinormalize value in "exact" attrval clause (ITS#4255)
2005-12-09 Pierangelo Masaratiadd comment
2005-12-09 Howard ChuFix ITS#4133, reset subtree search req_dn
2005-12-09 Howard ChuFix ITS#4084, onelevel searches cannot return NO_SUCH_O...
2005-12-09 Howard Chucache LRU concurrency improvements, reorder DB accesses...
2005-12-08 Howard ChuITS#4254 fix lock ordering
2005-12-07 Pierangelo Masaratiimplement (per-target) per-conn proxy-side idle-timeout...
2005-12-07 Pierangelo Masaratiunlink pid/args files only if actually touched (ITS...
2005-12-07 Howard ChuImprove previous commit
2005-12-07 Howard ChuDistinguish error message for frontendDB config
2005-12-07 Pierangelo Masaratiwarn if "excessive" thread number is set (ITS#4249)
2005-12-07 Pierangelo Masaratirework previous commit?
2005-12-07 Howard ChuITS#4250 bdb_idl_delete needs to check for Range
2005-12-07 Pierangelo Masaratidon't search max CSN if don't have a value; try the...
2005-12-06 Pierangelo Masaratiplug leaks
2005-12-06 Pierangelo Masaratiremove unused var
2005-12-06 Pierangelo Masaratiplug leaks...
2005-12-06 Pierangelo Masaratiuse helper to destroy modrdn modifications; plug leaks...
2005-12-06 Pierangelo Masaratiuse helper to destroy modrdn modifications; send result...
2005-12-06 Pierangelo Masaratiuse helper to destroy modrdn modifications...
2005-12-06 Pierangelo Masaratihelper to destroy modrdn modifications...
2005-12-06 Pierangelo Masaratifix various memory leaks and handling issues
2005-12-06 Pierangelo Masaratireturn more appropriate error code
2005-12-06 Pierangelo Masaratirelax the check on objectClass (may be equal)
2005-12-05 Pierangelo Masaratidon't return the dummy empty string
2005-12-05 Pierangelo Masaraticleanup
2005-12-05 Howard ChuFix mod delete by ordered index
2005-12-05 Howard ChuTweak syncrepl messageID
2005-12-05 Pierangelo Masaratifix compilation without debugging (ITS#4245)
2005-12-02 Howard ChuITS#4241 write pid / args file before starting backends
2005-12-01 Howard ChuITS#4237 don't update sc_prev after a callback has...
2005-11-29 Kurt ZeilengaITS#4229: update DB_CONFIG for -q option
2005-11-29 Howard ChuITS#4227 delta-sync should use subtree search
2005-11-29 Howard ChuITS#4226 must close cursor when limiting candidate...
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 Howard ChuITS#4223 don't store negative results in IDL cache
2005-11-28 Pierangelo Masaratiadd support for backend/overlay obsolete names...
2005-11-28 Pierangelo Masaratiadd dyngroup compare functionality to dynlist
2005-11-28 Pierangelo Masaratiallow comma-separated descriptive log levels, so that...
2005-11-28 Pierangelo Masaraticleanup OID comments
2005-11-28 Pierangelo Masaratifix previous commit
2005-11-28 Howard ChuMore for prev commit - set entryCSN as well.
2005-11-27 Pierangelo Masaratiadd very preliminary support for <draft-sermersheim...
2005-11-27 Pierangelo Masaraticleanup
2005-11-27 Pierangelo Masaratis/chain-cache-uris/chain-cache-uri/
2005-11-27 Pierangelo Masaratiallow to register (and expose) a supported feature
2005-11-27 Kurt ZeilengaUpdate description
2005-11-27 Kurt Zeilengaunifdef -DBDB_SUBENTRIES -DLDBM_SUBENTRIES
2005-11-26 Howard ChuDrop monitor_back_db_config()
2005-11-26 Howard ChuITS#4220 - add warnings for unsupported modules. Note...
2005-11-26 Pierangelo Masaratifix previous commit (overlay initializer prototypes...
2005-11-26 Howard ChuITS#4218 streamline frontend/overlay access_allowed...
2005-11-26 Kurt ZeilengaRemove some unnecessary #ifdefs
2005-11-26 Kurt ZeilengaPrimitive handling of dontUseCopy (always error).
2005-11-26 Kurt ZeilengaRemove lint
2005-11-25 Howard ChuFix ITS#3717 - set restriction on all backends
2005-11-25 Howard ChuITS#4210 don't setup indexing threads if no indexing...
2005-11-25 Pierangelo Masaratiuse LDAP_SIZELIMIT_EXCEEDED; rework the return values...
2005-11-25 Howard ChuITS#4198 initialize logdb contextCSN from main DB conte...
2005-11-25 Howard ChuITS#4209 release entry when it exists.
2005-11-25 Howard Chuop->ors_slimit is always intact now.
2005-11-25 Howard ChuDon't touch op->ors_slimit.
2005-11-25 Howard ChuDon't decrement op->ors_slimit, just compare with rs...
2005-11-25 Pierangelo Masaratiallow arbitrary base also in tools
2005-11-25 Pierangelo Masaratifrontend/config/monitor cannot be shadow, I bet
2005-11-25 Pierangelo Masaratidetect if trying to make back-monitor shadow
2005-11-25 Pierangelo Masaratifix sizelimit commit
2005-11-25 Pierangelo Masaratistreamline overlay configuration
2005-11-25 Pierangelo Masaraticleanup filter escaping
2005-11-25 Pierangelo Masaratiadd more versatile private API for filter escaping
2005-11-25 Pierangelo Masaratiset limits as appropriate
2005-11-25 Pierangelo Masaratiescape filter values (ITS#4212)
2005-11-25 Pierangelo Masaraticheck sizelimit in frontend (ITS#4213)
2005-11-24 Pierangelo Masaratione s/strtol/lutil_atoi/ too much...
2005-11-24 Pierangelo Masaratiuse friendly form for timeouts
2005-11-24 Pierangelo Masaratialways set sr_flags before sending an entry
2005-11-24 Pierangelo Masaratiuse time_t for time-related vars
2005-11-24 Pierangelo Masaratiuse lutil_ato*() whenever appropriate
2005-11-24 Pierangelo Masaratidon't expose unnecessary symbols :)
2005-11-24 Pierangelo Masaratiuse lutil_ato*() whenever appropriate
2005-11-24 Pierangelo Masaratisilence debug messages
2005-11-23 Howard ChuITS#4201 undo all bdb_db_open() steps if any step fails.
2005-11-23 Pierangelo Masaratifirst round of number/time parsing fixes
2005-11-23 Hallvard FurusethFix olcChainConfig definition when !LDAP_CONTROL_X_CHAI...
2005-11-23 Pierangelo Masaratifix return attributes (ITS#4203)
2005-11-23 Pierangelo Masarati"relax" previous commit; don't leave locks 'round ...
2005-11-23 Pierangelo Masaratiquick fix to ITS#4204
2005-11-23 Pierangelo Masaratimake controls as strict as possible
2005-11-23 Pierangelo Masaratiadd some integrity checks on input, without changing...
2005-11-23 Pierangelo Masaratiprepare log line
2005-11-22 Pierangelo Masaratiadd a comment about reworking compare
2005-11-22 Pierangelo Masaratirun thru the list also in case of FALSE
2005-11-22 Pierangelo Masaratiset the berval length\! (ITS#4196)
next