]> git.sur5r.net Git - openldap/shortlog
openldap
2005-11-14 Hallvard FurusethFix void* pointer arithmetic from ber_bvchr()
2005-11-14 Hallvard FurusethFix pointer cast in assignment
2005-11-14 Hallvard FurusethRemove unused declaration bdb_tool_ix_rec() and variabl...
2005-11-14 Hallvard FurusethFix format %d errors
2005-11-14 Pierangelo... fix previous commit; use table-driven attribute descrip...
2005-11-14 Pierangelo... return the position of the failing verb
2005-11-14 Pierangelo... refine previous commit
2005-11-13 Pierangelo... don't trust strchr/strrchr with bervals
2005-11-13 Pierangelo... use pooled memory whenever appropriate
2005-11-12 Pierangelo... don't malloc empty strings for matched, error
2005-11-12 Howard ChuCleanup lbo_valid / meminuse / memfuncs
2005-11-12 Pierangelo... add overlay config schema registry
2005-11-12 Pierangelo... cleanup in case of failure
2005-11-12 Pierangelo... add support for "sambaPwdMustChange"; add support for...
2005-11-12 Howard ChuFix Win32 typos
2005-11-12 Howard Chudeclare waking volatile. perhaps it should only be...
2005-11-11 Howard ChuITS#4169 fix typo
2005-11-11 Pierangelo... handle LDAPv2 when returning timelimit; silence warning
2005-11-10 Howard ChuUse GetTickCount for timing on Windows
2005-11-10 Howard ChuAdd -F force option to continue after bind failures...
2005-11-10 Howard ChuRename getline to avoid stdio conflict
2005-11-10 Pierangelo... fix log
2005-11-10 Pierangelo... reset request DN after free; confuses global overlays
2005-11-10 Kurt ZeilengaAdd error number to tool_perror() output
2005-11-10 Pierangelo... further isolation and cleanup of ACI code
2005-11-10 Pierangelo... silence warning
2005-11-09 Pierangelo... add some sanity checks...
2005-11-09 Pierangelo... fix group/role check (should address ITS#4106)
2005-11-09 Pierangelo... reset debugging in tools
2005-11-09 Pierangelo... silence warnings
2005-11-09 Pierangelo... cannot happen...
2005-11-09 Pierangelo... tools log level defaults to "none", so that messages...
2005-11-09 Pierangelo... don't open pid/args files in one-shot mode (ITS#4152...
2005-11-09 Pierangelo... mention base scoped search requests with empty base...
2005-11-09 Pierangelo... remove from AVL before freeing...
2005-11-09 Pierangelo... plug yet another one time leak
2005-11-09 Pierangelo... plug one time leak
2005-11-09 Pierangelo... fix previous commit
2005-11-08 Howard ChuITS#4082 tls ctx requirements are only applicable to...
2005-11-08 Pierangelo... restore the existing BackendDB, in case overlays are...
2005-11-08 Howard ChuITS#4158 still more
2005-11-08 Pierangelo... gdb is much more clever with enums...
2005-11-08 Pierangelo... cleanup
2005-11-08 Pierangelo... error if syncUUID is empty
2005-11-07 Howard ChuITS#4158 move SASL bind finalization to bind_cb.
2005-11-07 Pierangelo... don't allow '{' in TK_BAREWORD (ITS#4116)
2005-11-07 Pierangelo... fix root entry delete/add
2005-11-07 Pierangelo... fix invalid read
2005-11-06 Pierangelo... fix num args in Debug()
2005-11-06 Pierangelo... silence warnings & FPE issue
2005-11-06 Pierangelo... add missing "-F" option in usage
2005-11-06 Pierangelo... fix type issue
2005-11-06 Pierangelo... fix operational attrs addition
2005-11-06 Pierangelo... fix root entry deletion
2005-11-06 Pierangelo... fix access checking; fix operational attrs addition
2005-11-06 Pierangelo... backport write operation timeouts from back-meta to...
2005-11-06 Pierangelo... move bindconf_[un]parse() into generic API
2005-11-06 Pierangelo... silence warnings
2005-11-06 Pierangelo... add matchedDN; fix and clarify behavior when searching...
2005-11-06 Kurt ZeilengaImprove SASL error handling
2005-11-06 Pierangelo... fix ldap_bv2escaped_filter_value
2005-11-06 Howard ChuITS#4151 remove extraneous sasl_bind_in_progress manipu...
2005-11-05 Howard ChuFix ITS#4151 - set sasl_bind_in_progress in bind_cb
2005-11-05 Pierangelo... allow per-target retry in searches (ITS#4150)
2005-11-05 Pierangelo... allow per-target retry in searches; taint invalid conne...
2005-11-05 Howard ChuMove lconn_tls_ctx to ldo_tls_ctx. Otherwise clients...
2005-11-05 Pierangelo... don't perror when not required
2005-11-05 Howard ChuITS#4148 fix replica mods
2005-11-05 Kurt ZeilengaITS#4147 fix
2005-11-04 Pierangelo... reverse previous commit
2005-11-04 Pierangelo... need to reharse hexadecimals and powers of 2...
2005-11-04 Pierangelo... clarify some logging issues
2005-11-04 Pierangelo... allow a friendly behavior when stress testing proxies
2005-11-04 Pierangelo... allow a friendly behavior of write stress testers...
2005-11-04 Pierangelo... tolerate more error conditions
2005-11-04 Pierangelo... gently handle LDAP_UNAVAILABLE for a few times
2005-11-04 Pierangelo... fix size/time limit (ITS#4145)
2005-11-04 Pierangelo... partially revert previous commit
2005-11-04 Howard ChuITS#4143 bdb_tool_info should only be non-NULL for...
2005-11-04 Pierangelo... improve previous commit
2005-11-04 Pierangelo... add a giant mutex around the ldapinfo structure to...
2005-11-04 Pierangelo... free values in case of error
2005-11-04 Pierangelo... only add opattrs if not shadow; use helper to extract rdn
2005-11-03 Pierangelo... plug one-time leak
2005-11-03 Kurt ZeilengaAdd test case for ITS#4100
2005-11-03 Howard ChuITS#4128 revert prev fixes, alternate fix used.
2005-11-03 Pierangelo... fix previous commit (addresses ITS#4139)
2005-11-03 Howard ChuCleanup
2005-11-03 Howard ChuITS#4128 use backend_db_init
2005-11-03 Howard ChuITS#4128 use backend_db_init to init the private backend
2005-11-03 Pierangelo... fix previous commit
2005-11-03 Kurt Zeilengafix -USLAP_LIGHTWEIGHT_DISPACTHER sl_busy issue
2005-11-03 Kurt ZeilengaNo longer needed.
2005-11-03 Pierangelo... import leak plug from slapo-rwm
2005-11-03 Pierangelo... don't leak hostname
2005-11-03 Pierangelo... don't leak on exit
2005-11-03 Pierangelo... fix message
2005-11-03 Pierangelo... don't leak massaged referral DN
2005-11-03 Pierangelo... release entry, if required; release mapping resources...
2005-11-03 Howard ChuITS#4136 fix prev commit
next