Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r14990: talloc_reference() can fail | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r14984: marking mprBreakpoint() as a __noreturn__ function should reduce the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14983: fix an uninitialised var | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14982: mark a deliberate missing break | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r14981: fixed a use of a wild ptr in regshell | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r14980: fixed several IBM checker errors in gentest and masktest | Andrew Tridgell | 2 | -3/+6 |
2007-10-10 | r14979: avoid a null ptr deref | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r14978: fixed a print of NULL | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14977: more IBM checker fixes | Andrew Tridgell | 2 | -5/+2 |
2007-10-10 | r14976: another use of the magic comment recognised by the IBM checker for | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r14975: use the magic comment recognised by the IBM checker for deliberate | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14974: work around an ibm checker bug | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r14973: req cannot be NULL in smb_raw_t2open_recv() (found by IBM checker) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14972: fix an uninitialised warning from ibm checker | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14971: Update test script with new location of tdb and ldb wrappers. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r14970: Add configure stuff for Python to tdb and ldb standalone builds. | Tim Potter | 2 | -0/+62 |
2007-10-10 | r14969: ensure that even on slow machines we leave plenty of time for a series | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories. | Tim Potter | 7 | -19/+19 |
2007-10-10 | r14967: load shared module torture test after we know where to search... | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r14966: make more functions _PUBLIC_ | Stefan Metzmacher | 2 | -26/+26 |
2007-10-10 | r14965: the unixinfo pipe need the sidmap code from SAMDB | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r14964: - move sidmap code from ntvfs_common to SAMDB | Stefan Metzmacher | 18 | -57/+123 |
2007-10-10 | r14963: check talloc returns | Andrew Tridgell | 1 | -2/+13 |
2007-10-10 | r14962: fixed a valgrind error | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r14961: fix compiler warning | Stefan Metzmacher | 1 | -2/+4 |
2007-10-10 | r14960: don't declare variables mid-function | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r14959: allow change notify to be disabled completely using | Andrew Tridgell | 2 | -3/+20 |
2007-10-10 | r14958: fixed big-endian dcerpc connections for the new string handling code | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r14957: fixed shell syntax for config.h creation, and move after AC_OUTPUT | Andrew Tridgell | 1 | -6/+6 |
2007-10-10 | r14956: change the notify search to be much more efficient by using a | Andrew Tridgell | 4 | -85/+302 |
2007-10-10 | r14952: Make sure the auth subsystem gets initialized if a gensec module need... | Jelmer Vernooij | 4 | -3/+22 |
2007-10-10 | r14951: - remove unused var 'path' | Stefan Metzmacher | 1 | -12/+7 |
2007-10-10 | r14950: make sure include/config.h is only updated when the content was changed | Stefan Metzmacher | 3 | -4/+10 |
2007-10-10 | r14949: re-add the two lex.c files for heimdal, these are needed for systems | Andrew Tridgell | 2 | -0/+4520 |
2007-10-10 | r14948: add testing of truncate events, and add truncate support to inotify | Andrew Tridgell | 2 | -3/+15 |
2007-10-10 | r14947: add support for file truncate events | Andrew Tridgell | 1 | -5/+8 |
2007-10-10 | r14946: added a smbcli_ftruncate() call, useful for torture testing | Andrew Tridgell | 1 | -7/+16 |
2007-10-10 | r14945: allow the notify backend to be specified per share | Andrew Tridgell | 2 | -3/+4 |
2007-10-10 | r14944: pass any error of build/smb_build/main.pl to the caller of ./config.s... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14943: bring the inotify backend up to date with all the strange rename | Andrew Tridgell | 1 | -16/+82 |
2007-10-10 | r14942: make the RAW-NOTIFY test check the strange file rename semantics. Also | Andrew Tridgell | 1 | -19/+53 |
2007-10-10 | r14941: a rename of a file (but not a directory) triggers 3 events. The first | Andrew Tridgell | 1 | -1/+11 |
2007-10-10 | r14939: don't use a void pointer | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14938: add smbcli_fsetatr() as a convenient interface to a setfileinfo for | Andrew Tridgell | 1 | -0/+23 |
2007-10-10 | r14937: fix a crash that can be caused by a notify triggering during a share | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r14936: remove a duplicate line | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r14935: try to avoid a race condition in the recursion test | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14934: greatly expand the RAW-NOTIFY testing of completion filters. We now | Andrew Tridgell | 1 | -0/+185 |
2007-10-10 | r14933: fix the handling of notify filters to be much closer to the behaviour | Andrew Tridgell | 7 | -35/+37 |
2007-10-10 | r14932: ensure that we send a NOTIFY_ACTION_OLD_NAME and | Andrew Tridgell | 1 | -2/+4 |