]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
2009-11-21  Howard ChuITS#6392 fix authid-rewrite parsing
2009-11-21  Howard ChuBraindead serialization for #6368/test050
2009-11-21  Howard ChuMostly revert prev commit, broke test054
2009-11-21  Howard ChuAlways log outgoing cookie, just use op->o_csn instead...
2009-11-21  Howard ChuAlways log rid with incoming cookie
2009-11-21  Howard ChuFaster server restart
2009-11-20  Howard ChuFix typo in 1.487
2009-11-20  Howard ChuFix prev commit
2009-11-20  Howard ChuReject old ops based on pending ops, not just committed ops
2009-11-20  Howard ChuFix typo in prev commit
2009-11-20  Hallvard FurusethITS#6351,6390: s/memrchr/lutil_memrchr/, but try #defin...
2009-11-19  Howard ChuITS#6368 add a rapid sequence of add-mod-del tests
2009-11-19  Howard ChuMove connection state enums to slap.h to ease debugging
2009-11-19  Howard ChuITS#6368 partially revert 1.273, always check for skips...
2009-11-18  Howard ChuITS#6387 plug leaks
2009-11-18  Howard ChuMore for prev commit - only set if URL was provided.
2009-11-18  Howard ChuITS#6386 Must init conn->lconn_server
2009-11-18  Howard ChuITS#6368 add another call to check_syncprov to make...
2009-11-18  Howard ChuDon't allow any other jobs if a -q job is active
2009-11-18  Hallvard FurusethITS#6384 - tweak note about comments, add examples.
2009-11-18  Pierangelo... honor -1 timeout (ITS#6388)
2009-11-18  Pierangelo... don't test a NULL BackendDB * (ITS#6385)
2009-11-16  Pierangelo... trim unnecessary test
2009-11-16  Pierangelo... warn if retry is not forever
2009-11-16  Pierangelo... trim unwanted commit
2009-11-15  Howard ChuITS#6304 retry if tls_accept() returns 1
2009-11-15  Howard ChuITS#6283 add missing env options
2009-11-15  Howard ChuITS#6351 only declare memrchr if not defined by platform
2009-11-15  Howard ChuITS#6363 cleanup prev commit
2009-11-15  Howard ChuITS#6332 try a larger mod with some redundant modops
2009-11-15  Howard ChuITS#6367 use correct SID in our request cookie
2009-11-15  Howard ChuUse sl_mfunc instead of direct reference to slap_sl_free
2009-11-15  Pierangelo... treat bervals as bervals (related to ITS#6378,ITS#6379)
2009-11-15  Howard ChuUse fake_init2 in db_open/db_close since they can execu...
2009-11-15  Howard ChuCleanup
2009-11-15  Howard ChuFix uninit'd var
2009-11-15  Howard ChuFix 1.49 sl_realloc
2009-11-14  Howard ChuAdd a note about sl_malloc stack-based behavior
2009-11-14  Howard ChuMark freed regions so they can be reclaimed
2009-11-14  Howard ChuCleanup for #6373
2009-11-14  Howard ChuITS#6377, fix rev 1.478
2009-11-14  Pierangelo... handle embedded '\0' (ITS#6379)
2009-11-14  Howard ChuFix prev commit
2009-11-14  Howard ChuITS#6376 plug potential leak
2009-11-13  Howard ChuITS#6361 remove asserts
2009-11-11  Howard ChuITS#6373 sync_use_subentry keyword
2009-11-11  Howard ChuITS#6373 fix subentry keyword
2009-11-11  Howard ChuITS#6373 more for subentry creation
2009-11-11  Howard ChuITS#6373 create subentry if missing
2009-11-11  Howard ChuITS#6373 sync_use_subentry support
2009-11-11  Howard ChuITS#6373 add sync_use_subentry keyword
2009-11-11  Howard ChuUse OperationBuffer for fake op
2009-11-11  Howard ChuITS#6373 revert 2009/03/10 commit, resurrect sync suben...
2009-11-11  Howard ChuITS#6309 tweak invalid dn logmsg
2009-11-11  Howard ChuITS#6372 make wake_sds non-blocking
2009-11-10  Pierangelo... unparse checkpoint time in minutes (ITS#6370)
2009-11-06  Howard Chupartially revert prev commit
2009-11-06  Howard ChuMinor cleanup in strval2str
2009-11-05  Ralf HaferkampInitialize ConfigArgs before calling config_del_vals...
2009-11-04  Hallvard FurusethMore ITS#6353 - relent a bit: accept terminating NUL...
2009-11-04  Howard ChuClean up prev commit
2009-11-04  Howard ChuMore for ITS#6360
2009-11-04  Howard ChuITS#6360 fix cache cursize count
2009-11-02  Hallvard FurusethCleanup since ITS#6133
2009-11-02  Hallvard FurusethITS#6337: replace previous commit with minimum-impact...
2009-10-30  Pierangelo... remove unused parameter idx (ITS#6356)
2009-10-30  Hallvard FurusethRemove spurious comment
2009-10-30  Hallvard FurusethAlternate ITS#6324 fix. Use bitmask, handle -1 (LDAP_D...
2009-10-30  Hallvard FurusethRevert previous change - debug levels should all have...
2009-10-30  Hallvard FurusethITS#6355: Fix uninitialiezed lso_tmp_rsa_cb() return...
2009-10-29  Howard ChuITS#6346 serialize all responses
2009-10-28  Hallvard FurusethFor ITS#6353: Catch embedded NULs in BerValues converte...
2009-10-27  Howard ChuAdd krbEncSaltTypes value descriptions. Bump doc to...
2009-10-27  Howard ChuFix prev commit, s/errno/err/g
2009-10-27  Howard ChuCleanup prev commits, fix krbPrincStartTime/pwdStartTim...
2009-10-27  Howard ChuRemove TABs in artwork elements
2009-10-27  Howard ChuAdd krbPrincStartTime/EndTime
2009-10-27  Howard ChuSimo Sorce co-authors
2009-10-27  Howard ChuRev 00
2009-10-26  Howard ChuFor prev commit, check for EINTR/EAGAIN/EWOULDBLOCK
2009-10-26  Howard ChuITS#6327, #6334 take ret=-1/EINTR into account
2009-10-26  Howard ChuPrev commit: flags should be unsigned
2009-10-26  Howard ChuCleanup prev commit
2009-10-26  Howard ChuCleanup prev commit
2009-10-26  Howard ChuITS#6327 fix sb_sasl_generic_write retval for partial...
2009-10-24  Howard ChuITS#6310 dup entry before adding to cache
2009-10-23  Hallvard FurusethITS#6348: Fix inverted LBER_USE_DER test in ber_put_seq...
2009-10-23  Hallvard FurusethFix sock_errset macro: Wrap it in (), return void to...
2009-10-23  Hallvard Furusethmore ITS#6324: fix fprintf(%u, long) format
2009-10-21  Hallvard FurusethFix previous commit: backslash-space-newline -> backsla...
2009-10-21  Hallvard FurusethITS#6345 cleanup: Simplify tester_ignore_err() and...
2009-10-21  Hallvard FurusethITS#6345: Fix tester_ignore_err() cut&paste error ...
2009-10-21  Hallvard FurusethITS#6344: return failure on failure in ber_put_ostring...
2009-10-21  Hallvard FurusethITS#6343: Handle --enable-memberof --disable-refint
2009-10-21  Hallvard FurusethFix comment describing BerElement.ber_usertag
2009-10-21  Hallvard FurusethCleanup - macroize magic constant (ITS#5909)
2009-10-21  Howard ChuITS#6342 include <ac/unistd.h>
2009-10-20  Ralf HaferkampITS#6341 removal of last entry from cache caused corrup...
2009-10-19  Hallvard FurusethITS#6338: Fix \0-termination of dnParent(x, x) for...
2009-10-19  Pierangelo... don't dereference pointer in case of error
next