summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* r14977: more IBM checker fixesAndrew Tridgell2007-10-102-5/+2
* r14976: another use of the magic comment recognised by the IBM checker forAndrew Tridgell2007-10-101-0/+1
* r14975: use the magic comment recognised by the IBM checker for deliberateAndrew Tridgell2007-10-101-1/+1
* r14974: work around an ibm checker bugAndrew Tridgell2007-10-101-2/+2
* r14973: req cannot be NULL in smb_raw_t2open_recv() (found by IBM checker)Andrew Tridgell2007-10-101-1/+1
* r14972: fix an uninitialised warning from ibm checkerAndrew Tridgell2007-10-101-1/+1
* r14971: Update test script with new location of tdb and ldb wrappers.Tim Potter2007-10-101-1/+1
* r14970: Add configure stuff for Python to tdb and ldb standalone builds.Tim Potter2007-10-102-0/+62
* r14969: ensure that even on slow machines we leave plenty of time for a seriesAndrew Tridgell2007-10-101-1/+1
* r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories.Tim Potter2007-10-107-19/+19
* r14967: load shared module torture test after we know where to search...Stefan Metzmacher2007-10-101-2/+2
* r14966: make more functions _PUBLIC_Stefan Metzmacher2007-10-102-26/+26
* r14965: the unixinfo pipe need the sidmap code from SAMDBStefan Metzmacher2007-10-101-0/+1
* r14964: - move sidmap code from ntvfs_common to SAMDBStefan Metzmacher2007-10-1018-57/+123
* r14963: check talloc returnsAndrew Tridgell2007-10-101-2/+13
* r14962: fixed a valgrind errorAndrew Tridgell2007-10-101-2/+4
* r14961: fix compiler warningStefan Metzmacher2007-10-101-2/+4
* r14960: don't declare variables mid-functionAndrew Tridgell2007-10-101-1/+2
* r14959: allow change notify to be disabled completely usingAndrew Tridgell2007-10-102-3/+20
* r14958: fixed big-endian dcerpc connections for the new string handling codeAndrew Tridgell2007-10-101-0/+8
* r14957: fixed shell syntax for config.h creation, and move after AC_OUTPUTAndrew Tridgell2007-10-101-6/+6
* r14956: change the notify search to be much more efficient by using aAndrew Tridgell2007-10-104-85/+302
* r14952: Make sure the auth subsystem gets initialized if a gensec module need...Jelmer Vernooij2007-10-104-3/+22
* r14951: - remove unused var 'path'Stefan Metzmacher2007-10-101-12/+7
* r14950: make sure include/config.h is only updated when the content was changedStefan Metzmacher2007-10-103-4/+10
* r14949: re-add the two lex.c files for heimdal, these are needed for systemsAndrew Tridgell2007-10-102-0/+4520
* r14948: add testing of truncate events, and add truncate support to inotifyAndrew Tridgell2007-10-102-3/+15
* r14947: add support for file truncate eventsAndrew Tridgell2007-10-101-5/+8
* r14946: added a smbcli_ftruncate() call, useful for torture testingAndrew Tridgell2007-10-101-7/+16
* r14945: allow the notify backend to be specified per shareAndrew Tridgell2007-10-102-3/+4
* r14944: pass any error of build/smb_build/main.pl to the caller of ./config.s...Stefan Metzmacher2007-10-101-1/+1
* r14943: bring the inotify backend up to date with all the strange renameAndrew Tridgell2007-10-101-16/+82
* r14942: make the RAW-NOTIFY test check the strange file rename semantics. AlsoAndrew Tridgell2007-10-101-19/+53
* r14941: a rename of a file (but not a directory) triggers 3 events. The firstAndrew Tridgell2007-10-101-1/+11
* r14939: don't use a void pointerStefan Metzmacher2007-10-101-1/+1
* r14938: add smbcli_fsetatr() as a convenient interface to a setfileinfo forAndrew Tridgell2007-10-101-0/+23