Andrew Tridgell
84e00add26
r15032: change BENCH-NBENCH to always break to none, rather than accepting a
...
levelII break offer from the server.
(This used to be commit 7d7853476e
)
2007-10-10 14:04:02 -05:00
Andrew Tridgell
3979da11a4
r15029: fixed the detection of inotify
...
(This used to be commit 5471b4b1a8
)
2007-10-10 14:04:02 -05:00
Rafal Szczesniak
0240d4a875
r15021: Couple more comments and fixes in spirit of utility functions
...
for composite interface.
rafal
(This used to be commit 905ca5a3ec
)
2007-10-10 14:04:01 -05:00
Tim Potter
bfa8d64909
r15017: When making up our own inotify functions, make sure glibc exports the
...
__NR_inotify_* syscall numbers before trying.
(This used to be commit 5e79adda7c
)
2007-10-10 14:04:01 -05:00
Andrew Tridgell
7f6ed60c70
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
(This used to be commit 9f2617a062
)
2007-10-10 14:04:01 -05:00
Andrew Tridgell
48d3fb39ff
r15015: add an explanation for this test
...
(This used to be commit 9fdeec506f
)
2007-10-10 14:04:01 -05:00
Andrew Tridgell
72343b9615
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
(This used to be commit 99df202460
)
2007-10-10 14:04:01 -05:00
Jelmer Vernooij
4480a62ec3
r15002: More cleanups in build/m4/rewrite.m4
...
(This used to be commit f5e2cc8456
)
2007-10-10 14:04:00 -05:00
Jelmer Vernooij
9dfdfc65b7
r15001: Add 'make dist'
...
(This used to be commit 16e67d04d4
)
2007-10-10 14:04:00 -05:00
Jelmer Vernooij
4ab73d6045
r15000: Move some more autoconf tests out of build/m4/rewrite.m4
...
Guarantee availability of __FUNCTION__ in libreplace
(This used to be commit 76b1576541
)
2007-10-10 14:04:00 -05:00
Jelmer Vernooij
4a61e4901e
r14999: Remove more unused autoconf code
...
Simplify va_copy() replacement code a bit
(This used to be commit a5c87360a7
)
2007-10-10 14:04:00 -05:00
Jelmer Vernooij
69979ddc6e
r14998: Remove unused autoconf test, move others to proper places
...
(This used to be commit bfa396a160
)
2007-10-10 14:03:59 -05:00
Jelmer Vernooij
a454456820
r14997: Fix build of static libraries. Libraries build fine now, but linking doesn't
...
work yet.
(This used to be commit d3106699db
)
2007-10-10 14:03:59 -05:00
Jelmer Vernooij
c42923a4e3
r14996: Fix compilation of gencache
...
(This used to be commit 6782214c44
)
2007-10-10 14:03:59 -05:00
Jelmer Vernooij
31f5989724
r14995: Avoid parallel builds unless there is support for automatic dependencies.
...
(This used to be commit ff5b02a9f8
)
2007-10-10 14:03:59 -05:00
Jelmer Vernooij
fd4a8ad8c3
r14993: Make subsystems again
...
(This used to be commit d55b040bd2
)
2007-10-10 14:00:52 -05:00
Jelmer Vernooij
8a069bcc53
r14992: Allow load_module() to be used externally
...
(This used to be commit a9d5d7ab58
)
2007-10-10 14:00:51 -05:00
Jelmer Vernooij
a4d7c38c38
r14991: Add option -l to allow ndrdump to load dcerpc_interface_tables from .so files.
...
(This used to be commit eb34d5b8b1
)
2007-10-10 14:00:51 -05:00
Stefan Metzmacher
5d221987c7
r14990: talloc_reference() can fail
...
metze
(This used to be commit 4410d7ea5d
)
2007-10-10 14:00:51 -05:00
Andrew Tridgell
b4aa2ec6ba
r14984: marking mprBreakpoint() as a __noreturn__ function should reduce the
...
number of ejs errors from the IBM checker
(This used to be commit 68038ef566
)
2007-10-10 14:00:51 -05:00
Andrew Tridgell
48bf8e2b6d
r14983: fix an uninitialised var
...
(This used to be commit 58ac1e4eb1
)
2007-10-10 14:00:51 -05:00
Andrew Tridgell
9a357370b5
r14982: mark a deliberate missing break
...
(This used to be commit 3b66cf35a7
)
2007-10-10 14:00:50 -05:00
Andrew Tridgell
5f64fcf473
r14981: fixed a use of a wild ptr in regshell
...
(This used to be commit 868deaf89f
)
2007-10-10 14:00:50 -05:00
Andrew Tridgell
bc9b94a3e5
r14980: fixed several IBM checker errors in gentest and masktest
...
(This used to be commit 98016479a9
)
2007-10-10 14:00:50 -05:00
Andrew Tridgell
a7ddbbb3f8
r14979: avoid a null ptr deref
...
(This used to be commit b197bee4f6
)
2007-10-10 14:00:50 -05:00
Andrew Tridgell
02a224d3bf
r14978: fixed a print of NULL
...
(This used to be commit bf867dc789
)
2007-10-10 14:00:49 -05:00
Andrew Tridgell
14594c7b85
r14977: more IBM checker fixes
...
(This used to be commit cd106509b6
)
2007-10-10 14:00:49 -05:00
Andrew Tridgell
12e8cea33f
r14976: another use of the magic comment recognised by the IBM checker for
...
deliberate fall through in switch
(This used to be commit 484cea7110
)
2007-10-10 14:00:49 -05:00
Andrew Tridgell
8d43646676
r14975: use the magic comment recognised by the IBM checker for deliberate
...
fall through in switch
(This used to be commit babf747cfd
)
2007-10-10 14:00:49 -05:00
Andrew Tridgell
eae0b77a6e
r14974: work around an ibm checker bug
...
(This used to be commit 2031e07a8a
)
2007-10-10 14:00:49 -05:00
Andrew Tridgell
7789fa412d
r14973: req cannot be NULL in smb_raw_t2open_recv() (found by IBM checker)
...
(This used to be commit c2cde823ee
)
2007-10-10 14:00:48 -05:00
Andrew Tridgell
4b6cec88ae
r14972: fix an uninitialised warning from ibm checker
...
(This used to be commit 9b867d2acf
)
2007-10-10 14:00:48 -05:00
Tim Potter
860a4ed444
r14971: Update test script with new location of tdb and ldb wrappers.
...
(This used to be commit 7794dcd096
)
2007-10-10 14:00:48 -05:00
Tim Potter
96247e8059
r14970: Add configure stuff for Python to tdb and ldb standalone builds.
...
(This used to be commit 5e14e79489
)
2007-10-10 14:00:48 -05:00
Andrew Tridgell
b04592918d
r14969: ensure that even on slow machines we leave plenty of time for a series
...
of events to propogate internally in smbd before asking for them
(the test was failing on slow machines)
(This used to be commit a493539458
)
2007-10-10 14:00:48 -05:00
Tim Potter
8c23f133c4
r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories.
...
(This used to be commit fa8d0dc14a
)
2007-10-10 14:00:48 -05:00
Stefan Metzmacher
35ee247487
r14967: load shared module torture test after we know where to search...
...
metze
(This used to be commit b2f4553154
)
2007-10-10 14:00:47 -05:00
Stefan Metzmacher
7672505c72
r14966: make more functions _PUBLIC_
...
metze
(This used to be commit 193f7da254
)
2007-10-10 14:00:47 -05:00
Stefan Metzmacher
3c81a240c0
r14965: the unixinfo pipe need the sidmap code from SAMDB
...
metze
(This used to be commit ed657b8403
)
2007-10-10 14:00:47 -05:00
Stefan Metzmacher
2e894625e7
r14964: - move sidmap code from ntvfs_common to SAMDB
...
- make ntvfs_common a library
- create sys_notify library
metze
(This used to be commit a3e1d56cf7
)
2007-10-10 14:00:47 -05:00
Andrew Tridgell
5b1a495e96
r14963: check talloc returns
...
(This used to be commit dd928e84ec
)
2007-10-10 14:00:47 -05:00
Andrew Tridgell
5fb9da1b3f
r14962: fixed a valgrind error
...
(This used to be commit 5a8d13c4e6
)
2007-10-10 14:00:46 -05:00
Stefan Metzmacher
09eb876ac0
r14961: fix compiler warning
...
tridge: please add checks after talloc_realloc() and talloc_strdup()!
metze
(This used to be commit c136191870
)
2007-10-10 14:00:46 -05:00
Andrew Tridgell
26c9cd6211
r14960: don't declare variables mid-function
...
(This used to be commit 4537de9289
)
2007-10-10 14:00:46 -05:00
Andrew Tridgell
cd794e79f9
r14959: allow change notify to be disabled completely using
...
notify:enable=False
(This used to be commit 2a8f093105
)
2007-10-10 14:00:46 -05:00
Andrew Tridgell
a40ce7f9f6
r14958: fixed big-endian dcerpc connections for the new string handling code
...
(This used to be commit 0617aebbbc
)
2007-10-10 14:00:45 -05:00
Andrew Tridgell
2d77ba65be
r14957: fixed shell syntax for config.h creation, and move after AC_OUTPUT
...
(This used to be commit a3d6d28adc
)
2007-10-10 14:00:45 -05:00
Andrew Tridgell
127967334f
r14956: change the notify search to be much more efficient by using a
...
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 16fd00925f
)
2007-10-10 14:00:45 -05:00
Jelmer Vernooij
c07125d133
r14952: Make sure the auth subsystem gets initialized if a gensec module needs it.
...
(This used to be commit ecf84248b4
)
2007-10-10 14:00:22 -05:00
Stefan Metzmacher
317c4b81a5
r14951: - remove unused var 'path'
...
- fix compiler warning
metze
(This used to be commit 4d7de8b251
)
2007-10-10 14:00:22 -05:00