]> git.sur5r.net Git - openldap/shortlog
openldap
2005-10-05 Howard ChuFix rdn timestamp normalization
2005-10-05 Howard ChuITS#4066 ignore writes that aren't under the unique_base
2005-10-05 Pierangelo... ldapmodify doesn't return an LDAP error code
2005-10-04 Pierangelo... plug potential ld_error leak (ITS#4064)
2005-10-04 Pierangelo... add missing space (ITS#4061)
2005-10-04 Howard ChuDon't flush psearch queue in main search, let the qtask...
2005-10-03 Howard ChuFix abandon checks, syncop use count.
2005-10-03 Howard ChuFix prev commit op initialization, runqueue startup...
2005-10-03 Howard ChuITS#4027 select_backend should ignore manageDSAit when...
2005-10-02 Howard ChuTweak prev commit, avoid rescheduling running qtask
2005-10-02 Howard ChuFix runq scheduling
2005-10-02 Howard ChuFix prev commit modrdn
2005-10-02 Howard ChuMinimize base lookups
2005-10-02 Howard ChuAlways queue psearch responses (ITS#3671 revisited)
2005-10-02 Howard ChuAdd slap_overinfo oi_origdb field to point to original...
2005-10-01 Pierangelo... deal with the case a pseudorootn is not defined
2005-10-01 Pierangelo... plug selected leaks resulting from ITS#4056 & ITS#4057...
2005-10-01 Pierangelo... document new directive as per ITS#4057
2005-10-01 Pierangelo... allow writable dirs to be user-relocated
2005-10-01 Pierangelo... improve previous commit
2005-10-01 Howard ChuITS#4049,4051 - verify oldPassword when provided.
2005-10-01 Pierangelo... allow to inject whatever control doesn't need response...
2005-09-30 Kurt ZeilengaRemoved initialization of old.bv_len and new.bv_len...
2005-09-30 Howard ChuTweak slapd startup delays
2005-09-30 Howard ChuITS#4050 compare normalized DNs when detecting modrdn
2005-09-30 Howard ChuITS#4048 plug leak
2005-09-30 Howard ChuITS#4053 free cldap peer address
2005-09-29 Hallvard FurusethUse $CONFFILTER. Parametrize testrun directory.
2005-09-29 Hallvard FurusethSource scripts/defines.sh _after_ the variables it...
2005-09-29 Hallvard FurusethDon't refuse to ./run -b sql just because none of bdb...
2005-09-29 Hallvard FurusethMinor cleanup to match the other tests:
2005-09-29 Hallvard FurusethExit with nonzero instead of $RC when $RC is 0 and...
2005-09-29 Kurt ZeilengaITS#4021: add new {CLEARTEXT} kludge as bv_len=0 kludge no
2005-09-29 Kurt ZeilengaRemove lint
2005-09-29 Hallvard FurusethRemove unused variable
2005-09-29 Kurt Zeilengacannot ignore old password when setting sasl password
2005-09-29 Kurt ZeilengaITS#4049: oldPassword cannot be ignored, error for now
2005-09-29 Kurt ZeilengaRefuse empty old and/or new passwords
2005-09-28 Pierangelo... parametrize all directories
2005-09-28 Kurt Zeilengacleanup
2005-09-28 Howard ChuITS#4045 fix ldapsearch checks
2005-09-28 Howard ChuFix prev commit, reset parent == slap_entry_root
2005-09-28 Howard ChuITS#4046 fix recvfrom len
2005-09-28 Howard ChuITS#4047 fix nested overlay configuration
2005-09-27 Hallvard FurusethFix typos in error messages
2005-09-27 Howard ChuITS#4025 add pretty/normal for pwdAttribute that recogn...
2005-09-27 Howard ChuITS#3996 add notes about glue interaction with other...
2005-09-27 Howard ChuITS#3996 fix glue/syncprov interaction
2005-09-27 Howard ChuFix dn2id_add/del parent cache updates
2005-09-26 Kurt ZeilengaentryUUID schema to use IANA (newly) assigned OIDs
2005-09-26 Hallvard FurusethAdd missing 'kill -HUP $KILLPIDS' statement before...
2005-09-26 Hallvard FurusethAdd missing 'kill -HUP $KILLPIDS' statements before...
2005-09-26 Hallvard FurusethDelete pointless wait for (foreground) slapadd
2005-09-26 Hallvard FurusethFix typo "failed $(RC)" -> "failed ($RC)"
2005-09-26 Howard ChuCheck log_ops before logging unbind and abandon
2005-09-26 Howard Chuavl_delete...
2005-09-26 Howard ChuTweak branches in avl_find
2005-09-26 Howard ChuReplace avl_insert/delete with iterative version
2005-09-26 Howard ChuFix tavl_delete
2005-09-26 Hallvard FurusethUpdate passwd-search to use current defines.sh variables.
2005-09-26 Howard ChuMore hdb optimizing - cache subtree IDLs, not just...
2005-09-26 Hallvard FurusethFix checks of exit values from ldapcompare
2005-09-26 Hallvard FurusethRemove variable AC_glue, set from the deleted configure...
2005-09-26 Hallvard FurusethFix snprintf() format
2005-09-26 Hallvard FurusethRemove unused variable
2005-09-25 Howard ChuITS#4040 move initialization
2005-09-25 Howard ChuITS#4040 fix uniqueMemberMatch when value is zero-length
2005-09-25 Howard ChuITS#4039
2005-09-24 Pierangelo... hide unused member (will likely be removed)
2005-09-24 Pierangelo... cleanup states/timeout handling in back-ldap/meta;...
2005-09-24 Pierangelo... fix previous commit; cleanup few 64 bit issues
2005-09-23 Howard ChuITS#3923 make perl_back_open symmetric with perl_back_close
2005-09-23 Howard ChuRevert prev commit
2005-09-23 Howard ChuFix end conditions for tavl_end and tavl_next
2005-09-23 Howard ChuITS#4026 add -F description for all tools
2005-09-22 Howard ChuITS#4031 don't update syncCookie if it has invalid...
2005-09-22 Howard ChuITS#4030 fix alias deref for Finding, fix alias error...
2005-09-22 Howard Chutavl_delete: copy balance factor
2005-09-21 Howard Chutavl_delete - swap whole structures, not the data pointers.
2005-09-21 Howard ChuFix tavl_delete threading
2005-09-21 Howard ChuAdd tavl_end and tavl_next
2005-09-21 Howard ChuAdd testtavl, add tavl_end and tavl_next. tavl_delete...
2005-09-21 Howard ChuAdd threaded AVL functions
2005-09-21 Howard ChuRearrange avlnode / padding, add threaded AVL functions
2005-09-21 Kurt Zeilengasome TESTDIR fixes
2005-09-19 Kurt ZeilengaDon't use #ifdefs in the inside of a macro
2005-09-19 Pierangelo... use result of validation (ITS#4028)
2005-09-17 Hallvard FurusethAdd thread debugging wrapper thr_debug.c and ldap_thr_d...
2005-09-17 Hallvard FurusethMore POSIX 1003.1-2001 support: Replace test -a with...
2005-09-17 Hallvard FurusethRebuild for configure.in rev 1.600 (POSIX 1003.1-2001...
2005-09-17 Hallvard FurusethSupport POSIX 1003.1-2001 without XSI extensions (ITS...
2005-09-17 Howard ChuAdd dummy reference to librewrite to force it to link
2005-09-16 Pierangelo... address ITS#4023
2005-09-16 Pierangelo... issue additional useful warning messages; may eventuall...
2005-09-16 Howard ChuFix prev commit, BIG_ENDIAN was broken
2005-09-16 Howard ChuMore hdb tweaks, add radix sort code from mbackes@symas.com
2005-09-15 Howard ChuFix SWAP macro
2005-09-15 Howard ChuMore optimizing - try harder to avoid sorting
2005-09-15 Howard ChuFix ISTACK space
2005-09-15 Howard ChuYet another idl_merge fix (test032 failure)
next