summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14998: Remove unused autoconf test, move others to proper placesJelmer Vernooij4-205/+211
2007-10-10r14997: Fix build of static libraries. Libraries build fine now, but linking ...Jelmer Vernooij3-6/+6
2007-10-10r14996: Fix compilation of gencacheJelmer Vernooij1-0/+1
2007-10-10r14995: Avoid parallel builds unless there is support for automatic dependenc...Jelmer Vernooij2-0/+3
2007-10-10r14993: Make subsystems againJelmer Vernooij2-9/+2
2007-10-10r14992: Allow load_module() to be used externallyJelmer Vernooij1-10/+11
2007-10-10r14991: Add option -l to allow ndrdump to load dcerpc_interface_tables from ....Jelmer Vernooij1-6/+40
2007-10-10r14990: talloc_reference() can failStefan Metzmacher1-0/+1
2007-10-10r14984: marking mprBreakpoint() as a __noreturn__ function should reduce theAndrew Tridgell1-1/+1
2007-10-10r14983: fix an uninitialised varAndrew Tridgell1-1/+1
2007-10-10r14982: mark a deliberate missing breakAndrew Tridgell1-0/+1
2007-10-10r14981: fixed a use of a wild ptr in regshellAndrew Tridgell1-3/+3
2007-10-10r14980: fixed several IBM checker errors in gentest and masktestAndrew Tridgell2-3/+6
2007-10-10r14979: avoid a null ptr derefAndrew Tridgell1-1/+3
2007-10-10r14978: fixed a print of NULLAndrew Tridgell1-1/+1
2007-10-10r14977: more IBM checker fixesAndrew Tridgell2-5/+2
2007-10-10r14976: another use of the magic comment recognised by the IBM checker forAndrew Tridgell1-0/+1
2007-10-10r14975: use the magic comment recognised by the IBM checker for deliberateAndrew Tridgell1-1/+1
2007-10-10r14974: work around an ibm checker bugAndrew Tridgell1-2/+2
2007-10-10r14973: req cannot be NULL in smb_raw_t2open_recv() (found by IBM checker)Andrew Tridgell1-1/+1
2007-10-10r14972: fix an uninitialised warning from ibm checkerAndrew Tridgell1-1/+1
2007-10-10r14971: Update test script with new location of tdb and ldb wrappers.Tim Potter1-1/+1
2007-10-10r14970: Add configure stuff for Python to tdb and ldb standalone builds.Tim Potter2-0/+62
2007-10-10r14969: ensure that even on slow machines we leave plenty of time for a seriesAndrew Tridgell1-1/+1
2007-10-10r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories.Tim Potter7-19/+19
2007-10-10r14967: load shared module torture test after we know where to search...Stefan Metzmacher1-2/+2
2007-10-10r14966: make more functions _PUBLIC_Stefan Metzmacher2-26/+26
2007-10-10r14965: the unixinfo pipe need the sidmap code from SAMDBStefan Metzmacher1-0/+1
2007-10-10r14964: - move sidmap code from ntvfs_common to SAMDBStefan Metzmacher18-57/+123
2007-10-10r14963: check talloc returnsAndrew Tridgell1-2/+13
2007-10-10r14962: fixed a valgrind errorAndrew Tridgell1-2/+4
2007-10-10r14961: fix compiler warningStefan Metzmacher1-2/+4
2007-10-10r14960: don't declare variables mid-functionAndrew Tridgell1-1/+2
2007-10-10r14959: allow change notify to be disabled completely usingAndrew Tridgell2-3/+20
2007-10-10r14958: fixed big-endian dcerpc connections for the new string handling codeAndrew Tridgell1-0/+8
2007-10-10r14957: fixed shell syntax for config.h creation, and move after AC_OUTPUTAndrew Tridgell1-6/+6
2007-10-10r14956: change the notify search to be much more efficient by using aAndrew Tridgell4-85/+302
2007-10-10r14952: Make sure the auth subsystem gets initialized if a gensec module need...Jelmer Vernooij4-3/+22
2007-10-10r14951: - remove unused var 'path'Stefan Metzmacher1-12/+7
2007-10-10r14950: make sure include/config.h is only updated when the content was changedStefan Metzmacher3-4/+10
2007-10-10r14949: re-add the two lex.c files for heimdal, these are needed for systemsAndrew Tridgell2-0/+4520
2007-10-10r14948: add testing of truncate events, and add truncate support to inotifyAndrew Tridgell2-3/+15
2007-10-10r14947: add support for file truncate eventsAndrew Tridgell1-5/+8
2007-10-10r14946: added a smbcli_ftruncate() call, useful for torture testingAndrew Tridgell1-7/+16
2007-10-10r14945: allow the notify backend to be specified per shareAndrew Tridgell2-3/+4
2007-10-10r14944: pass any error of build/smb_build/main.pl to the caller of ./config.s...Stefan Metzmacher1-1/+1
2007-10-10r14943: bring the inotify backend up to date with all the strange renameAndrew Tridgell1-16/+82
2007-10-10r14942: make the RAW-NOTIFY test check the strange file rename semantics. AlsoAndrew Tridgell1-19/+53
2007-10-10r14941: a rename of a file (but not a directory) triggers 3 events. The firstAndrew Tridgell1-1/+11
2007-10-10r14939: don't use a void pointerStefan Metzmacher1-1/+1