summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r15087: Quick stress test that does more or less what the tool "iometer" does.Volker Lendecke2007-10-101-0/+87
* r15079: w2k3 returns NT_STATUS_PRIVILEGE_NOT_HELD if SEC_FLAG_SYSTEM_SECURITY isStefan Metzmacher2007-10-101-1/+1
* r15078: add TODO about setting the full ACL with an NTTRANS_CREATEStefan Metzmacher2007-10-101-1/+1
* r15077: map SID_BUILTIN_USERSStefan Metzmacher2007-10-101-0/+1
* r15076: give the correct return codeStefan Metzmacher2007-10-101-2/+2
* r15071: fix typoStefan Metzmacher2007-10-101-1/+1
* r15070: test the needed access masks for read/write the differentStefan Metzmacher2007-10-101-0/+209
* r15069: - don't crash on a NULL aclStefan Metzmacher2007-10-101-1/+9
* r15066: - sync the dir_flags tests with the file_flags testsStefan Metzmacher2007-10-101-4/+94
* r15065: Remove duplicate prototype.Tim Potter2007-10-101-1/+0
* r15064: Remove the change until I find proper solutionAlexander Bokovoy2007-10-101-4/+0
* r15063: Theoretically, this should allow NetBSD make to handle VPATH-like loo...Alexander Bokovoy2007-10-101-0/+2
* r15062: Theoretically, this should allow NetBSD make to handle VPATH-like loo...Alexander Bokovoy2007-10-101-0/+2
* r15061: Use $(PERL) to run cflags.pl as actual perl binary might not be in /u...Alexander Bokovoy2007-10-101-6/+6
* r15057: fix access masks for getting and setting security_descriptorsStefan Metzmacher2007-10-102-8/+25
* r15056: w2k3 gives NT_STATUS_ACCESS_DENIED instead of NT_STATUS_ACCESS_VIOLATIONStefan Metzmacher2007-10-101-4/+2
* r15055: this was my version for the crash bug in the messaging code...Stefan Metzmacher2007-10-101-21/+8
* r15052: Do not add builddir variants into include paths when building in-treeAlexander Bokovoy2007-10-101-1/+7
* r15051: Remove directory creation from this rule; we use script/buildtree.pl ...Alexander Bokovoy2007-10-101-1/+0
* r15050: fixed a double free in the new messaging code.Andrew Tridgell2007-10-101-4/+4
* r15049: for really efficient oplock handling with thousands of open files weAndrew Tridgell2007-10-104-43/+120
* r15048: started on the server side implementation of oplocks. The code is notAndrew Tridgell2007-10-105-40/+122
* r15036: Add out of tree build support and see how buildfarm will respond to m...Alexander Bokovoy2007-10-1012-47/+133
* r15033: expanded the RAW-OPLOCK test to include the different cases where theAndrew Tridgell2007-10-102-41/+134
* r15032: change BENCH-NBENCH to always break to none, rather than accepting aAndrew Tridgell2007-10-102-2/+8
* r15029: fixed the detection of inotifyAndrew Tridgell2007-10-101-2/+2
* r15021: Couple more comments and fixes in spirit of utility functionsRafal Szczesniak2007-10-101-32/+49
* r15017: When making up our own inotify functions, make sure glibc exports theTim Potter2007-10-101-1/+7
* r15016: add a test for a 2nd open with an exclusive oplock. It does not causeAndrew Tridgell2007-10-101-1/+7
* r15015: add an explanation for this testAndrew Tridgell2007-10-101-1/+10
* r15014: added a simple batch oplock benchmarkAndrew Tridgell2007-10-103-7/+97
* r15002: More cleanups in build/m4/rewrite.m4Jelmer Vernooij2007-10-104-41/+10
* r15001: Add 'make dist'Jelmer Vernooij2007-10-102-0/+8
* r15000: Move some more autoconf tests out of build/m4/rewrite.m4Jelmer Vernooij2007-10-1010-54/+41
* r14999: Remove more unused autoconf codeJelmer Vernooij2007-10-1010-56/+22
* r14998: Remove unused autoconf test, move others to proper placesJelmer Vernooij2007-10-104-205/+211
* r14997: Fix build of static libraries. Libraries build fine now, but linking ...Jelmer Vernooij2007-10-103-6/+6
* r14996: Fix compilation of gencacheJelmer Vernooij2007-10-101-0/+1
* r14995: Avoid parallel builds unless there is support for automatic dependenc...Jelmer Vernooij2007-10-102-0/+3
* r14993: Make subsystems againJelmer Vernooij2007-10-102-9/+2
* r14992: Allow load_module() to be used externallyJelmer Vernooij2007-10-101-10/+11
* r14991: Add option -l to allow ndrdump to load dcerpc_interface_tables from ....Jelmer Vernooij2007-10-101-6/+40
* r14990: talloc_reference() can failStefan Metzmacher2007-10-101-0/+1
* r14984: marking mprBreakpoint() as a __noreturn__ function should reduce theAndrew Tridgell2007-10-101-1/+1
* r14983: fix an uninitialised varAndrew Tridgell2007-10-101-1/+1
* r14982: mark a deliberate missing breakAndrew Tridgell2007-10-101-0/+1
* r14981: fixed a use of a wild ptr in regshellAndrew Tridgell2007-10-101-3/+3
* r14980: fixed several IBM checker errors in gentest and masktestAndrew Tridgell2007-10-102-3/+6
* r14979: avoid a null ptr derefAndrew Tridgell2007-10-101-1/+3
* r14978: fixed a print of NULLAndrew Tridgell2007-10-101-1/+1