Stefan Metzmacher
e896c32614
r15077: map SID_BUILTIN_USERS
...
metze
2007-10-10 14:04:07 -05:00
Stefan Metzmacher
92a0663812
r15076: give the correct return code
...
metze
2007-10-10 14:04:06 -05:00
Stefan Metzmacher
fde8922947
r15071: fix typo
...
metze
2007-10-10 14:04:06 -05:00
Stefan Metzmacher
88c57c8703
r15070: test the needed access masks for read/write the different
...
security descriptor components
metze
2007-10-10 14:04:06 -05:00
Stefan Metzmacher
2a61f65cd4
r15069: - don't crash on a NULL acl
...
- add the correct access checks for changing sd->group and sd->dacl
metze
2007-10-10 14:04:06 -05:00
Stefan Metzmacher
a55b44b96c
r15066: - sync the dir_flags tests with the file_flags tests
...
- add some more checks for the w2k3 bug case
metze
2007-10-10 14:04:06 -05:00
Tim Potter
9d9df34d94
r15065: Remove duplicate prototype.
2007-10-10 14:04:05 -05:00
Alexander Bokovoy
4356a8c14d
r15064: Remove the change until I find proper solution
2007-10-10 14:04:05 -05:00
Alexander Bokovoy
8e5f1a0c06
r15063: Theoretically, this should allow NetBSD make to handle VPATH-like lookups
2007-10-10 14:04:05 -05:00
Alexander Bokovoy
dc1667b88e
r15062: Theoretically, this should allow NetBSD make to handle VPATH-like lookups
2007-10-10 14:04:05 -05:00
Alexander Bokovoy
7d5a91a667
r15061: Use $(PERL) to run cflags.pl as actual perl binary might not be in /usr/bin
2007-10-10 14:04:05 -05:00
Stefan Metzmacher
ce045f4df3
r15057: fix access masks for getting and setting security_descriptors
...
I'll add some torture tests later...
metze
2007-10-10 14:04:04 -05:00
Stefan Metzmacher
5c1d96b36f
r15056: w2k3 gives NT_STATUS_ACCESS_DENIED instead of NT_STATUS_ACCESS_VIOLATION
...
metze
2007-10-10 14:04:04 -05:00
Stefan Metzmacher
7e709fd04d
r15055: this was my version for the crash bug in the messaging code...
...
it also makes the function a bit shorter and clearer,
as the tmp msg_types only have one handler and not a list
metze
2007-10-10 14:04:04 -05:00
Alexander Bokovoy
2e2a33ce3f
r15052: Do not add builddir variants into include paths when building in-tree
2007-10-10 14:04:04 -05:00
Alexander Bokovoy
ba7b41bb57
r15051: Remove directory creation from this rule; we use script/buildtree.pl for external build dir instead
2007-10-10 14:04:04 -05:00
Andrew Tridgell
ee7869bb3c
r15050: fixed a double free in the new messaging code.
2007-10-10 14:04:03 -05:00
Andrew Tridgell
4b976851d8
r15049: for really efficient oplock handling with thousands of open files we
...
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.
2007-10-10 14:04:03 -05:00
Andrew Tridgell
ba0b8a218d
r15048: started on the server side implementation of oplocks. The code is not
...
functional yet, I'm committing so it doesn't diverge too much from
other peoples work. It is disabled by default.
2007-10-10 14:04:03 -05:00
Alexander Bokovoy
9329854489
r15036: Add out of tree build support and see how buildfarm will respond to make constructs
2007-10-10 14:04:03 -05:00
Andrew Tridgell
9a35b14422
r15033: expanded the RAW-OPLOCK test to include the different cases where the
...
client chooses to break to none or break to level II, when offered a
level II break from exclusive
2007-10-10 14:04:02 -05:00
Andrew Tridgell
7d7853476e
r15032: change BENCH-NBENCH to always break to none, rather than accepting a
...
levelII break offer from the server.
2007-10-10 14:04:02 -05:00
Andrew Tridgell
5471b4b1a8
r15029: fixed the detection of inotify
2007-10-10 14:04:02 -05:00
Rafal Szczesniak
905ca5a3ec
r15021: Couple more comments and fixes in spirit of utility functions
...
for composite interface.
rafal
2007-10-10 14:04:01 -05:00
Tim Potter
5e79adda7c
r15017: When making up our own inotify functions, make sure glibc exports the
...
__NR_inotify_* syscall numbers before trying.
2007-10-10 14:04:01 -05:00
Andrew Tridgell
9f2617a062
r15016: add a test for a 2nd open with an exclusive oplock. It does not cause
...
a break, as exclusive oplocks don't cache close requests
2007-10-10 14:04:01 -05:00
Andrew Tridgell
9fdeec506f
r15015: add an explanation for this test
2007-10-10 14:04:01 -05:00
Andrew Tridgell
99df202460
r15014: added a simple batch oplock benchmark
...
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
2007-10-10 14:04:01 -05:00
Jelmer Vernooij
f5e2cc8456
r15002: More cleanups in build/m4/rewrite.m4
2007-10-10 14:04:00 -05:00
Jelmer Vernooij
16e67d04d4
r15001: Add 'make dist'
2007-10-10 14:04:00 -05:00
Jelmer Vernooij
76b1576541
r15000: Move some more autoconf tests out of build/m4/rewrite.m4
...
Guarantee availability of __FUNCTION__ in libreplace
2007-10-10 14:04:00 -05:00
Jelmer Vernooij
a5c87360a7
r14999: Remove more unused autoconf code
...
Simplify va_copy() replacement code a bit
2007-10-10 14:04:00 -05:00
Jelmer Vernooij
bfa396a160
r14998: Remove unused autoconf test, move others to proper places
2007-10-10 14:03:59 -05:00
Jelmer Vernooij
d3106699db
r14997: Fix build of static libraries. Libraries build fine now, but linking doesn't
...
work yet.
2007-10-10 14:03:59 -05:00
Jelmer Vernooij
6782214c44
r14996: Fix compilation of gencache
2007-10-10 14:03:59 -05:00
Jelmer Vernooij
ff5b02a9f8
r14995: Avoid parallel builds unless there is support for automatic dependencies.
2007-10-10 14:03:59 -05:00
Jelmer Vernooij
d55b040bd2
r14993: Make subsystems again
2007-10-10 14:00:52 -05:00
Jelmer Vernooij
a9d5d7ab58
r14992: Allow load_module() to be used externally
2007-10-10 14:00:51 -05:00
Jelmer Vernooij
eb34d5b8b1
r14991: Add option -l to allow ndrdump to load dcerpc_interface_tables from .so files.
2007-10-10 14:00:51 -05:00
Stefan Metzmacher
4410d7ea5d
r14990: talloc_reference() can fail
...
metze
2007-10-10 14:00:51 -05:00
Andrew Tridgell
68038ef566
r14984: marking mprBreakpoint() as a __noreturn__ function should reduce the
...
number of ejs errors from the IBM checker
2007-10-10 14:00:51 -05:00
Andrew Tridgell
58ac1e4eb1
r14983: fix an uninitialised var
2007-10-10 14:00:51 -05:00
Andrew Tridgell
3b66cf35a7
r14982: mark a deliberate missing break
2007-10-10 14:00:50 -05:00
Andrew Tridgell
868deaf89f
r14981: fixed a use of a wild ptr in regshell
2007-10-10 14:00:50 -05:00
Andrew Tridgell
98016479a9
r14980: fixed several IBM checker errors in gentest and masktest
2007-10-10 14:00:50 -05:00
Andrew Tridgell
b197bee4f6
r14979: avoid a null ptr deref
2007-10-10 14:00:50 -05:00
Andrew Tridgell
bf867dc789
r14978: fixed a print of NULL
2007-10-10 14:00:49 -05:00
Andrew Tridgell
cd106509b6
r14977: more IBM checker fixes
2007-10-10 14:00:49 -05:00
Andrew Tridgell
484cea7110
r14976: another use of the magic comment recognised by the IBM checker for
...
deliberate fall through in switch
2007-10-10 14:00:49 -05:00
Andrew Tridgell
babf747cfd
r14975: use the magic comment recognised by the IBM checker for deliberate
...
fall through in switch
2007-10-10 14:00:49 -05:00