]> git.sur5r.net Git - openldap/history - servers
ITS#3950 delete gratuitous yield. (could use pthread_cond_timedwait
[openldap] / servers /
2006-01-02 Pierangelo Masaraticlarify generated password issue
2006-01-02 Luke HowardRemove new_rdn/old_rdn - handled by frontend
2006-01-02 Luke HowardRemove new_rdn/old_rdn - handled by frontend now
2006-01-02 Luke HowardRemove RDN checks/logging -- now done by frontend
2006-01-02 Pierangelo Masaratireturn the new password if the exop is performed by...
2006-01-02 Pierangelo Masaratiallow modules to register callbacks for dynamic data...
2006-01-02 Pierangelo Masaratiallow generic exops to slip thru
2006-01-02 Pierangelo Masaratifix indentation
2006-01-01 Luke HowardInitialize sml_type
2006-01-01 Luke HowardBackout accidental private part of previous commit
2006-01-01 Luke HowardAdd orr_modlist member to request structure, containing...
2005-12-27 Pierangelo Masaratiadd severity-aware logging (ITS#4282)
2005-12-26 Pierangelo Masaratitypos in comments (very pedantic...)
2005-12-26 Pierangelo Masaratihandle when URIs are null
2005-12-24 Luke HowardFix regression in SLAPI ACL plugins, call with frontend...
2005-12-24 Luke HowardHandle LDAP_MOD_INCREMENT in acl_check_modlist()
2005-12-24 Luke HowardUse local SSF for internal SLAPI operations (probably...
2005-12-24 Luke HowardFix CLDAP regression
2005-12-24 Luke HowardCreate SLAPI object extensions in connection_fake_init()
2005-12-24 Luke HowardFix crasher in slapi_over_unmerge_controls() (if called...
2005-12-24 Luke HowardSet ors_slimit in slap_read_controls so that slap_send_...
2005-12-24 Luke HowardFix compile error when LDAP_CONNECTIONLESS is defined
2005-12-23 Kurt Zeilengafix ITS#4283/4 segfaults
2005-12-22 Pierangelo Masaraticleanup debug handling
2005-12-21 Howard ChuITS#4278 set ml->sml_type
2005-12-21 Pierangelo Masaratifix handling of bind-timeout
2005-12-20 Kurt ZeilengaAdd UUIDPretty
2005-12-20 Kurt Zeilenga(Quick)fix UUID naming attributes
2005-12-20 Pierangelo Masaratidon't idassert anonymous unless explicitly configured...
2005-12-20 Pierangelo Masaratisilence warning
2005-12-20 Pierangelo Masaratimore unparsing buffer overflow cleanup
2005-12-20 Pierangelo Masaratifix potential overflow in syncrepl_unbind() and related...
2005-12-20 Pierangelo Masaratinote to developers
2005-12-20 Pierangelo Masaratiadd more checks on input values
2005-12-20 Howard ChuATTRSONLY doesn't take a value (ITS#4146, #4266)
2005-12-20 Pierangelo Masaratirevert previous commit(s); clarify usage of "-s" in...
2005-12-20 Howard Chucleanup db_close
2005-12-20 Howard ChuITS#4259 revert prev commit, fixed in alock.c instead.
2005-12-20 Howard ChuITS#4259 ignore alock_close on zero slot
2005-12-20 Howard ChuITS#4259 don't try to alock_close if we never opened...
2005-12-19 Howard ChuFix ITS#4267, don't bother with unique_search if no...
2005-12-19 Pierangelo Masaratiallow (and use) symbolic names for syslog levels
2005-12-17 Pierangelo Masaratimake the message one-line
2005-12-17 Pierangelo Masaratifix syslog level parsing
2005-12-16 Pierangelo Masaratido exactly what requested
2005-12-16 Pierangelo Masaratislapdn calls shutdown without startup
2005-12-16 Pierangelo Masaraticleanup error logging
2005-12-16 Pierangelo Masaratialways provide a NULL o_private to be_entry_get (ITS...
2005-12-16 Pierangelo Masaratifix memory handling
2005-12-16 Pierangelo Masaratiremove support for control as the operation is now...
2005-12-16 Kurt Zeilengarestrict assertion control to appropriate requests
2005-12-16 Pierangelo Masaratianticipate sr_err/sr_ref cross-check, so that the right...
2005-12-16 Pierangelo Masaratiplug one-time leaks; misc cleanup
2005-12-16 Pierangelo Masaratireset bi_attrs after reindexing (ITS#4260)
2005-12-16 Pierangelo Masarati__should__ fix ITS#4262; please review
2005-12-15 Pierangelo Masaratifirst part of fix to ITS#4262
2005-12-15 Howard ChuITS#4238 don't hide syncrepl control from rootDSE
2005-12-15 Howard ChuFix ITS#4263
2005-12-15 Pierangelo Masaratiuse macros to handle retry
2005-12-15 Pierangelo Masaratiforgot binds
2005-12-15 Pierangelo Masaratishortcut to allow restricting all operations
2005-12-15 Pierangelo Masaratilog what is being modified
2005-12-15 Pierangelo Masaratibetter handling of internal operations
2005-12-15 Pierangelo Masaratifix filter generation (back-ldap uses string form)
2005-12-15 Pierangelo Masaratia back-ldap consumer segfaults when accessing members...
2005-12-15 Pierangelo Masaratiassume operations with version set to 0 are internal...
2005-12-13 Pierangelo Masaratiuse macros instead of numbers...
2005-12-12 Pierangelo Masaratiadd (and document) customizable bind-timeout
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-10 Pierangelo Masaratiallow per-replogfile pid/args file (ITS#3523)
2005-12-10 Pierangelo Masaratiallow any base for debug level
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
next