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
Andrew Tridgell
2031e07a8a
r14974: work around an ibm checker bug
2007-10-10 14:00:49 -05:00
Andrew Tridgell
c2cde823ee
r14973: req cannot be NULL in smb_raw_t2open_recv() (found by IBM checker)
2007-10-10 14:00:48 -05:00
Andrew Tridgell
9b867d2acf
r14972: fix an uninitialised warning from ibm checker
2007-10-10 14:00:48 -05:00
Tim Potter
7794dcd096
r14971: Update test script with new location of tdb and ldb wrappers.
2007-10-10 14:00:48 -05:00
Tim Potter
5e14e79489
r14970: Add configure stuff for Python to tdb and ldb standalone builds.
2007-10-10 14:00:48 -05:00
Andrew Tridgell
a493539458
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)
2007-10-10 14:00:48 -05:00
Tim Potter
fa8d0dc14a
r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories.
2007-10-10 14:00:48 -05:00
Stefan Metzmacher
b2f4553154
r14967: load shared module torture test after we know where to search...
...
metze
2007-10-10 14:00:47 -05:00
Stefan Metzmacher
193f7da254
r14966: make more functions _PUBLIC_
...
metze
2007-10-10 14:00:47 -05:00
Stefan Metzmacher
ed657b8403
r14965: the unixinfo pipe need the sidmap code from SAMDB
...
metze
2007-10-10 14:00:47 -05:00
Stefan Metzmacher
a3e1d56cf7
r14964: - move sidmap code from ntvfs_common to SAMDB
...
- make ntvfs_common a library
- create sys_notify library
metze
2007-10-10 14:00:47 -05:00
Andrew Tridgell
dd928e84ec
r14963: check talloc returns
2007-10-10 14:00:47 -05:00
Andrew Tridgell
5a8d13c4e6
r14962: fixed a valgrind error
2007-10-10 14:00:46 -05:00
Stefan Metzmacher
c136191870
r14961: fix compiler warning
...
tridge: please add checks after talloc_realloc() and talloc_strdup()!
metze
2007-10-10 14:00:46 -05:00
Andrew Tridgell
4537de9289
r14960: don't declare variables mid-function
2007-10-10 14:00:46 -05:00
Andrew Tridgell
2a8f093105
r14959: allow change notify to be disabled completely using
...
notify:enable=False
2007-10-10 14:00:46 -05:00
Andrew Tridgell
0617aebbbc
r14958: fixed big-endian dcerpc connections for the new string handling code
2007-10-10 14:00:45 -05:00
Andrew Tridgell
a3d6d28adc
r14957: fixed shell syntax for config.h creation, and move after AC_OUTPUT
2007-10-10 14:00:45 -05:00
Andrew Tridgell
16fd00925f
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
2007-10-10 14:00:45 -05:00
Jelmer Vernooij
ecf84248b4
r14952: Make sure the auth subsystem gets initialized if a gensec module needs it.
2007-10-10 14:00:22 -05:00
Stefan Metzmacher
4d7de8b251
r14951: - remove unused var 'path'
...
- fix compiler warning
metze
2007-10-10 14:00:22 -05:00
Stefan Metzmacher
2488ead8c3
r14950: make sure include/config.h is only updated when the content was changed
...
metze
2007-10-10 14:00:22 -05:00
Andrew Tridgell
dca9003ec2
r14949: re-add the two lex.c files for heimdal, these are needed for systems
...
that don't have bison/flex. If we auto-generate these on samba.org we
can delete these again.
2007-10-10 14:00:22 -05:00
Andrew Tridgell
b80523a631
r14948: add testing of truncate events, and add truncate support to inotify
...
backend
2007-10-10 14:00:21 -05:00
Andrew Tridgell
ed1b90407d
r14947: add support for file truncate events
2007-10-10 14:00:21 -05:00
Andrew Tridgell
b8b9acc600
r14946: added a smbcli_ftruncate() call, useful for torture testing
2007-10-10 14:00:21 -05:00
Andrew Tridgell
467027e773
r14945: allow the notify backend to be specified per share
2007-10-10 14:00:21 -05:00
Stefan Metzmacher
977df5f443
r14944: pass any error of build/smb_build/main.pl to the caller of ./config.status
...
metze
2007-10-10 14:00:21 -05:00
Andrew Tridgell
74c274ea07
r14943: bring the inotify backend up to date with all the strange rename
...
semantics
2007-10-10 14:00:20 -05:00
Andrew Tridgell
29de884737
r14942: make the RAW-NOTIFY test check the strange file rename semantics. Also
...
be more forgiving of matching on extra bits (inotify cannot match on
minimal bits for all events).
2007-10-10 14:00:20 -05:00
Andrew Tridgell
010a1b14a5
r14941: a rename of a file (but not a directory) triggers 3 events. The first
...
two are the rename (FROM and TO) then the 3rd event is a modify event
of both attributes and creation time.
2007-10-10 14:00:20 -05:00
Stefan Metzmacher
03906b2b13
r14939: don't use a void pointer
...
metze
2007-10-10 14:00:20 -05:00
Andrew Tridgell
517db1b1b0
r14938: add smbcli_fsetatr() as a convenient interface to a setfileinfo for
...
torture testing. Used by RAW-NOTIFY.
2007-10-10 14:00:20 -05:00