Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r15062: Theoretically, this should allow NetBSD make to handle VPATH-like ↵ | Alexander Bokovoy | 1 | -0/+2 | |
lookups (This used to be commit dc1667b88e0ce1f9438dd4ee7a0d405f69d74edf) | |||||
2007-10-10 | r15061: Use $(PERL) to run cflags.pl as actual perl binary might not be in ↵ | Alexander Bokovoy | 1 | -6/+6 | |
/usr/bin (This used to be commit 7d5a91a667418b18bde9399ffc4c9852c422362a) | |||||
2007-10-10 | r15057: fix access masks for getting and setting security_descriptors | Stefan Metzmacher | 2 | -8/+25 | |
I'll add some torture tests later... metze (This used to be commit ce045f4df37b6740f2bf849fd06ab51c682ea0b7) | |||||
2007-10-10 | r15056: w2k3 gives NT_STATUS_ACCESS_DENIED instead of NT_STATUS_ACCESS_VIOLATION | Stefan Metzmacher | 1 | -4/+2 | |
metze (This used to be commit 5c1d96b36f14538360d90afc76ddba59d4feee1b) | |||||
2007-10-10 | r15055: this was my version for the crash bug in the messaging code... | Stefan Metzmacher | 1 | -21/+8 | |
it also makes the function a bit shorter and clearer, as the tmp msg_types only have one handler and not a list metze (This used to be commit 7e709fd04dc4fb083bd8b01b3f0fa88b932aa9b7) | |||||
2007-10-10 | r15052: Do not add builddir variants into include paths when building in-tree | Alexander Bokovoy | 1 | -1/+7 | |
(This used to be commit 2e2a33ce3f72164a4ed16a81025dc55a55f5e465) | |||||
2007-10-10 | r15051: Remove directory creation from this rule; we use script/buildtree.pl ↵ | Alexander Bokovoy | 1 | -1/+0 | |
for external build dir instead (This used to be commit ba7b41bb57c926ba165260016c537622210b029b) | |||||
2007-10-10 | r15050: fixed a double free in the new messaging code. | Andrew Tridgell | 1 | -4/+4 | |
(This used to be commit ee7869bb3c901fb91efedc8208aa56df927987c5) | |||||
2007-10-10 | r15049: for really efficient oplock handling with thousands of open files we | Andrew Tridgell | 4 | -43/+120 | |
will need a separate messaging endpoint per open file. To make this efficient extend the messaging layer to have a new registration function for temporary message types that maps via an idtree. I have updated the LOCAL-MESSAGING test to use the new function. (This used to be commit 4b976851d8b7ccd2c40010be095cef7fecf9e722) | |||||
2007-10-10 | r15048: started on the server side implementation of oplocks. The code is not | Andrew Tridgell | 5 | -40/+122 | |
functional yet, I'm committing so it doesn't diverge too much from other peoples work. It is disabled by default. (This used to be commit ba0b8a218dfe1ef6cdf7de724fb30650301369dd) | |||||
2007-10-10 | r15036: Add out of tree build support and see how buildfarm will respond to ↵ | Alexander Bokovoy | 12 | -47/+133 | |
make constructs (This used to be commit 9329854489e2c231ffb7986d39009e0936873c11) | |||||
2007-10-10 | r15033: expanded the RAW-OPLOCK test to include the different cases where the | Andrew Tridgell | 2 | -41/+134 | |
client chooses to break to none or break to level II, when offered a level II break from exclusive (This used to be commit 9a35b14422980fb9a8049058fd30e79d19a1e242) | |||||
2007-10-10 | r15032: change BENCH-NBENCH to always break to none, rather than accepting a | Andrew Tridgell | 2 | -2/+8 | |
levelII break offer from the server. (This used to be commit 7d7853476e03262133093c69f1f93ee02cc87840) | |||||
2007-10-10 | r15029: fixed the detection of inotify | Andrew Tridgell | 1 | -2/+2 | |
(This used to be commit 5471b4b1a812dad3c97c97b938bd2dc41ae32420) | |||||
2007-10-10 | r15021: Couple more comments and fixes in spirit of utility functions | Rafal Szczesniak | 1 | -32/+49 | |
for composite interface. rafal (This used to be commit 905ca5a3ecd1c4ed5b9f206cdc855d0ddb92a07a) | |||||
2007-10-10 | r15017: When making up our own inotify functions, make sure glibc exports the | Tim Potter | 1 | -1/+7 | |
__NR_inotify_* syscall numbers before trying. (This used to be commit 5e79adda7c7e00c194efd1a5e57671f7bd34fe50) | |||||
2007-10-10 | r15016: add a test for a 2nd open with an exclusive oplock. It does not cause | Andrew Tridgell | 1 | -1/+7 | |
a break, as exclusive oplocks don't cache close requests (This used to be commit 9f2617a062e99805c42fe9b2fa0179b1672b25e5) | |||||
2007-10-10 | r15015: add an explanation for this test | Andrew Tridgell | 1 | -1/+10 | |
(This used to be commit 9fdeec506fe5005601c0589574d2b8ae3c6166e5) | |||||
2007-10-10 | r15014: added a simple batch oplock benchmark | Andrew Tridgell | 3 | -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) | |||||
2007-10-10 | r15002: More cleanups in build/m4/rewrite.m4 | Jelmer Vernooij | 4 | -41/+10 | |
(This used to be commit f5e2cc845696b56b9cb6a6c3cad48cd57fcc51c4) | |||||
2007-10-10 | r15001: Add 'make dist' | Jelmer Vernooij | 2 | -0/+8 | |
(This used to be commit 16e67d04d40a156a60011bcf6247ebf6039bbf30) | |||||
2007-10-10 | r15000: Move some more autoconf tests out of build/m4/rewrite.m4 | Jelmer Vernooij | 10 | -54/+41 | |
Guarantee availability of __FUNCTION__ in libreplace (This used to be commit 76b1576541210f2bb306ae17e0876b254e8dcead) | |||||
2007-10-10 | r14999: Remove more unused autoconf code | Jelmer Vernooij | 10 | -56/+22 | |
Simplify va_copy() replacement code a bit (This used to be commit a5c87360a7f14a90b831ea372277f4f89ee4c5f1) | |||||
2007-10-10 | r14998: Remove unused autoconf test, move others to proper places | Jelmer Vernooij | 4 | -205/+211 | |
(This used to be commit bfa396a16056f54163c514da8b34aaf229653765) | |||||
2007-10-10 | r14997: Fix build of static libraries. Libraries build fine now, but linking ↵ | Jelmer Vernooij | 3 | -6/+6 | |
doesn't work yet. (This used to be commit d3106699dba7a4344511134dd2cf1bfa2f4bc7ab) | |||||
2007-10-10 | r14996: Fix compilation of gencache | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 6782214c44fbf69c0d4b65a75fb4430cb21b2e1c) | |||||
2007-10-10 | r14995: Avoid parallel builds unless there is support for automatic ↵ | Jelmer Vernooij | 2 | -0/+3 | |
dependencies. (This used to be commit ff5b02a9f8b9fe556e41b9d14afe3d855e855542) | |||||
2007-10-10 | r14993: Make subsystems again | Jelmer Vernooij | 2 | -9/+2 | |
(This used to be commit d55b040bd280c86423f2a620dfc0341accb23cc4) | |||||
2007-10-10 | r14992: Allow load_module() to be used externally | Jelmer Vernooij | 1 | -10/+11 | |
(This used to be commit a9d5d7ab5807d8a50ce8f9e3aeedfd5b6530f3a3) | |||||
2007-10-10 | r14991: Add option -l to allow ndrdump to load dcerpc_interface_tables from ↵ | Jelmer Vernooij | 1 | -6/+40 | |
.so files. (This used to be commit eb34d5b8b108c480876fdc1c01de900305f84568) | |||||
2007-10-10 | r14990: talloc_reference() can fail | Stefan Metzmacher | 1 | -0/+1 | |
metze (This used to be commit 4410d7ea5d356f9a04f419f7254a60c20b1345c0) | |||||
2007-10-10 | r14984: marking mprBreakpoint() as a __noreturn__ function should reduce the | Andrew Tridgell | 1 | -1/+1 | |
number of ejs errors from the IBM checker (This used to be commit 68038ef5660b4b51c8c3897e8c384ba7bf3bbd8b) | |||||
2007-10-10 | r14983: fix an uninitialised var | Andrew Tridgell | 1 | -1/+1 | |
(This used to be commit 58ac1e4eb1a62029173118a7638dcbe7c0de1306) | |||||
2007-10-10 | r14982: mark a deliberate missing break | Andrew Tridgell | 1 | -0/+1 | |
(This used to be commit 3b66cf35a783a1524e21b3f99125eb032968969e) | |||||
2007-10-10 | r14981: fixed a use of a wild ptr in regshell | Andrew Tridgell | 1 | -3/+3 | |
(This used to be commit 868deaf89f34124a2a7ba2798fad83ffdabe316d) | |||||
2007-10-10 | r14980: fixed several IBM checker errors in gentest and masktest | Andrew Tridgell | 2 | -3/+6 | |
(This used to be commit 98016479a9f61b7a4aef83f7eef2876d84013e57) | |||||
2007-10-10 | r14979: avoid a null ptr deref | Andrew Tridgell | 1 | -1/+3 | |
(This used to be commit b197bee4f6b0a310215620d18b081fca00661803) | |||||
2007-10-10 | r14978: fixed a print of NULL | Andrew Tridgell | 1 | -1/+1 | |
(This used to be commit bf867dc789dc966864223d8fdc52e093ccacf181) | |||||
2007-10-10 | r14977: more IBM checker fixes | Andrew Tridgell | 2 | -5/+2 | |
(This used to be commit cd106509b664e9ca53419a62550b256b7e5bde3c) | |||||
2007-10-10 | r14976: another use of the magic comment recognised by the IBM checker for | Andrew Tridgell | 1 | -0/+1 | |
deliberate fall through in switch (This used to be commit 484cea71100cfeef89c8a5670443734ee14c3b8e) | |||||
2007-10-10 | r14975: use the magic comment recognised by the IBM checker for deliberate | Andrew Tridgell | 1 | -1/+1 | |
fall through in switch (This used to be commit babf747cfdd7b5b03e89ade151e6fece4cf23dce) | |||||
2007-10-10 | r14974: work around an ibm checker bug | Andrew Tridgell | 1 | -2/+2 | |
(This used to be commit 2031e07a8a14d83ab621f8baaae6b4e1425667d7) | |||||
2007-10-10 | r14973: req cannot be NULL in smb_raw_t2open_recv() (found by IBM checker) | Andrew Tridgell | 1 | -1/+1 | |
(This used to be commit c2cde823ee004b53707acd1390d25fa9856b5179) | |||||
2007-10-10 | r14972: fix an uninitialised warning from ibm checker | Andrew Tridgell | 1 | -1/+1 | |
(This used to be commit 9b867d2acffdfdcd5dc1dd5341db19daf11b5e96) | |||||
2007-10-10 | r14971: Update test script with new location of tdb and ldb wrappers. | Tim Potter | 1 | -1/+1 | |
(This used to be commit 7794dcd096d011ff0d8d9717040c879e0ec8c67f) | |||||
2007-10-10 | r14970: Add configure stuff for Python to tdb and ldb standalone builds. | Tim Potter | 2 | -0/+62 | |
(This used to be commit 5e14e79489c67d55df20ef78ebf0aa168a5dc456) | |||||
2007-10-10 | r14969: ensure that even on slow machines we leave plenty of time for a series | Andrew Tridgell | 1 | -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) | |||||
2007-10-10 | r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories. | Tim Potter | 7 | -19/+19 | |
(This used to be commit fa8d0dc14a1af9567401d54a803b34a6498b7cd4) | |||||
2007-10-10 | r14967: load shared module torture test after we know where to search... | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit b2f45531544f52b63f61fc8224477e89eb3dca83) | |||||
2007-10-10 | r14966: make more functions _PUBLIC_ | Stefan Metzmacher | 2 | -26/+26 | |
metze (This used to be commit 193f7da254cce40ab30fda9e99b8cd07e0b0a0a8) |