summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r15016: add a test for a 2nd open with an exclusive oplock. It does not causeAndrew Tridgell2007-10-101-1/+7
| | | | | a break, as exclusive oplocks don't cache close requests (This used to be commit 9f2617a062e99805c42fe9b2fa0179b1672b25e5)
* r15015: add an explanation for this testAndrew Tridgell2007-10-101-1/+10
| | | | (This used to be commit 9fdeec506fe5005601c0589574d2b8ae3c6166e5)
* r15014: added a simple batch oplock benchmarkAndrew Tridgell2007-10-103-7/+97
| | | | | | | Jeremy, Samba3 currently fails this test with a 2.6.16-rc6 kernel and kernel oplocks enabled. With kernel oplock off it passes, though its a bit slow (This used to be commit 99df20246049c2645b04d5790b9e41c607872dc7)
* r15002: More cleanups in build/m4/rewrite.m4Jelmer Vernooij2007-10-104-41/+10
| | | | (This used to be commit f5e2cc845696b56b9cb6a6c3cad48cd57fcc51c4)
* r15001: Add 'make dist'Jelmer Vernooij2007-10-102-0/+8
| | | | (This used to be commit 16e67d04d40a156a60011bcf6247ebf6039bbf30)
* r15000: Move some more autoconf tests out of build/m4/rewrite.m4Jelmer Vernooij2007-10-1010-54/+41
| | | | | Guarantee availability of __FUNCTION__ in libreplace (This used to be commit 76b1576541210f2bb306ae17e0876b254e8dcead)
* r14999: Remove more unused autoconf codeJelmer Vernooij2007-10-1010-56/+22
| | | | | Simplify va_copy() replacement code a bit (This used to be commit a5c87360a7f14a90b831ea372277f4f89ee4c5f1)
* r14998: Remove unused autoconf test, move others to proper placesJelmer Vernooij2007-10-104-205/+211
| | | | (This used to be commit bfa396a16056f54163c514da8b34aaf229653765)
* r14997: Fix build of static libraries. Libraries build fine now, but linking ↵Jelmer Vernooij2007-10-103-6/+6
| | | | | | | doesn't work yet. (This used to be commit d3106699dba7a4344511134dd2cf1bfa2f4bc7ab)
* r14996: Fix compilation of gencacheJelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit 6782214c44fbf69c0d4b65a75fb4430cb21b2e1c)
* r14995: Avoid parallel builds unless there is support for automatic ↵Jelmer Vernooij2007-10-102-0/+3
| | | | | | dependencies. (This used to be commit ff5b02a9f8b9fe556e41b9d14afe3d855e855542)
* r14993: Make subsystems againJelmer Vernooij2007-10-102-9/+2
| | | | (This used to be commit d55b040bd280c86423f2a620dfc0341accb23cc4)
* r14992: Allow load_module() to be used externallyJelmer Vernooij2007-10-101-10/+11
| | | | (This used to be commit a9d5d7ab5807d8a50ce8f9e3aeedfd5b6530f3a3)
* r14991: Add option -l to allow ndrdump to load dcerpc_interface_tables from ↵Jelmer Vernooij2007-10-101-6/+40
| | | | | | .so files. (This used to be commit eb34d5b8b108c480876fdc1c01de900305f84568)
* r14990: talloc_reference() can failStefan Metzmacher2007-10-101-0/+1
| | | | | metze (This used to be commit 4410d7ea5d356f9a04f419f7254a60c20b1345c0)
* r14984: marking mprBreakpoint() as a __noreturn__ function should reduce theAndrew Tridgell2007-10-101-1/+1
| | | | | number of ejs errors from the IBM checker (This used to be commit 68038ef5660b4b51c8c3897e8c384ba7bf3bbd8b)
* r14983: fix an uninitialised varAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 58ac1e4eb1a62029173118a7638dcbe7c0de1306)
* r14982: mark a deliberate missing breakAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit 3b66cf35a783a1524e21b3f99125eb032968969e)
* r14981: fixed a use of a wild ptr in regshellAndrew Tridgell2007-10-101-3/+3
| | | | (This used to be commit 868deaf89f34124a2a7ba2798fad83ffdabe316d)
* r14980: fixed several IBM checker errors in gentest and masktestAndrew Tridgell2007-10-102-3/+6
| | | | (This used to be commit 98016479a9f61b7a4aef83f7eef2876d84013e57)
* r14979: avoid a null ptr derefAndrew Tridgell2007-10-101-1/+3
| | | | (This used to be commit b197bee4f6b0a310215620d18b081fca00661803)
* r14978: fixed a print of NULLAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit bf867dc789dc966864223d8fdc52e093ccacf181)
* r14977: more IBM checker fixesAndrew Tridgell2007-10-102-5/+2
| | | | (This used to be commit cd106509b664e9ca53419a62550b256b7e5bde3c)
* r14976: another use of the magic comment recognised by the IBM checker forAndrew Tridgell2007-10-101-0/+1
| | | | | deliberate fall through in switch (This used to be commit 484cea71100cfeef89c8a5670443734ee14c3b8e)
* r14975: use the magic comment recognised by the IBM checker for deliberateAndrew Tridgell2007-10-101-1/+1
| | | | | fall through in switch (This used to be commit babf747cfdd7b5b03e89ade151e6fece4cf23dce)
* r14974: work around an ibm checker bugAndrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit 2031e07a8a14d83ab621f8baaae6b4e1425667d7)
* r14973: req cannot be NULL in smb_raw_t2open_recv() (found by IBM checker)Andrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit c2cde823ee004b53707acd1390d25fa9856b5179)
* r14972: fix an uninitialised warning from ibm checkerAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 9b867d2acffdfdcd5dc1dd5341db19daf11b5e96)
* r14971: Update test script with new location of tdb and ldb wrappers.Tim Potter2007-10-101-1/+1
| | | | (This used to be commit 7794dcd096d011ff0d8d9717040c879e0ec8c67f)
* r14970: Add configure stuff for Python to tdb and ldb standalone builds.Tim Potter2007-10-102-0/+62
| | | | (This used to be commit 5e14e79489c67d55df20ef78ebf0aa168a5dc456)
* r14969: ensure that even on slow machines we leave plenty of time for a seriesAndrew Tridgell2007-10-101-1/+1
| | | | | | | of events to propogate internally in smbd before asking for them (the test was failing on slow machines) (This used to be commit a493539458ff092262667d07b0dab2f2ee1ba7bf)
* r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories.Tim Potter2007-10-107-19/+19
| | | | (This used to be commit fa8d0dc14a1af9567401d54a803b34a6498b7cd4)
* r14967: load shared module torture test after we know where to search...Stefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit b2f45531544f52b63f61fc8224477e89eb3dca83)
* r14966: make more functions _PUBLIC_Stefan Metzmacher2007-10-102-26/+26
| | | | | metze (This used to be commit 193f7da254cce40ab30fda9e99b8cd07e0b0a0a8)
* r14965: the unixinfo pipe need the sidmap code from SAMDBStefan Metzmacher2007-10-101-0/+1
| | | | | metze (This used to be commit ed657b840317ac2fa0aebfb7c40cec45c7c3485a)
* r14964: - move sidmap code from ntvfs_common to SAMDBStefan Metzmacher2007-10-1018-57/+123
| | | | | | | | - make ntvfs_common a library - create sys_notify library metze (This used to be commit a3e1d56cf7b688c515f5d6d4d43e0b24c2261d15)
* r14963: check talloc returnsAndrew Tridgell2007-10-101-2/+13
| | | | (This used to be commit dd928e84ece04d35144befeda7a9b9dd597e4cf7)
* r14962: fixed a valgrind errorAndrew Tridgell2007-10-101-2/+4
| | | | (This used to be commit 5a8d13c4e67974d198d71823774950483ec42088)
* r14961: fix compiler warningStefan Metzmacher2007-10-101-2/+4
| | | | | | | tridge: please add checks after talloc_realloc() and talloc_strdup()! metze (This used to be commit c136191870f91d4ce652da535a1cd52f4772574d)
* r14960: don't declare variables mid-functionAndrew Tridgell2007-10-101-1/+2
| | | | (This used to be commit 4537de9289ce025a240fe46a708434c195138d20)
* r14959: allow change notify to be disabled completely usingAndrew Tridgell2007-10-102-3/+20
| | | | | notify:enable=False (This used to be commit 2a8f093105f3047a3697f29aadcc9c48c6ac88e1)
* r14958: fixed big-endian dcerpc connections for the new string handling codeAndrew Tridgell2007-10-101-0/+8
| | | | (This used to be commit 0617aebbbcd27126aab71bc0502a736d7eee1d72)
* r14957: fixed shell syntax for config.h creation, and move after AC_OUTPUTAndrew Tridgell2007-10-101-6/+6
| | | | (This used to be commit a3d6d28adc2ece11e90c72d28ea918d8fcca7bc0)
* r14956: change the notify search to be much more efficient by using aAndrew Tridgell2007-10-104-85/+302
| | | | | | | per-depth bisection search. This makes the notify_trigger() call log(N) which makes us scale well for large numbers of outstanding notifies (This used to be commit 16fd00925fdbf77e7a403ad501bf6ea429404c76)
* r14952: Make sure the auth subsystem gets initialized if a gensec module ↵Jelmer Vernooij2007-10-104-3/+22
| | | | | | needs it. (This used to be commit ecf84248b48783fb0ccbeff4d37d930b21fb96df)
* r14951: - remove unused var 'path'Stefan Metzmacher2007-10-101-12/+7
| | | | | | | - fix compiler warning metze (This used to be commit 4d7de8b251e006a469adf2793dae422e128844c5)
* r14950: make sure include/config.h is only updated when the content was changedStefan Metzmacher2007-10-103-4/+10
| | | | | metze (This used to be commit 2488ead8c3431be3014012a05de4ee57ff13aa93)
* r14949: re-add the two lex.c files for heimdal, these are needed for systemsAndrew Tridgell2007-10-102-0/+4520
| | | | | | that don't have bison/flex. If we auto-generate these on samba.org we can delete these again. (This used to be commit dca9003ec27747cf7a584ee67fd222ab22601494)
* r14948: add testing of truncate events, and add truncate support to inotifyAndrew Tridgell2007-10-102-3/+15
| | | | | backend (This used to be commit b80523a631ec57c7d19e9a23dca4594d71036138)
* r14947: add support for file truncate eventsAndrew Tridgell2007-10-101-5/+8
| | | | (This used to be commit ed1b90407d8ef6e0216931cb3a89cc9a7789ead2)