summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r14938: add smbcli_fsetatr() as a convenient interface to a setfileinfo forAndrew Tridgell1-0/+23
2007-10-10r14937: fix a crash that can be caused by a notify triggering during a shareAndrew Tridgell1-0/+5
2007-10-10r14936: remove a duplicate lineAndrew Tridgell1-1/+0
2007-10-10r14935: try to avoid a race condition in the recursion testAndrew Tridgell1-1/+1
2007-10-10r14934: greatly expand the RAW-NOTIFY testing of completion filters. We nowAndrew Tridgell1-0/+185
2007-10-10r14933: fix the handling of notify filters to be much closer to the behaviourAndrew Tridgell7-35/+37
2007-10-10r14932: ensure that we send a NOTIFY_ACTION_OLD_NAME andAndrew Tridgell1-2/+4
2007-10-10r14930: Coalesce the "feature enabled" tests so that the config summary alwaysJames Peach1-17/+19
2007-10-10r14929: add some commentsStefan Metzmacher1-2/+15
2007-10-10r14928: demonstrate that the completion filter is only set on the first notifyAndrew Tridgell2-0/+3
2007-10-10r14927: expand the RAW-NOTIFY test to test recursive and rename handlingAndrew Tridgell1-1/+115
2007-10-10r14926: change the inotify backend to implement the rather unusual semanticsAndrew Tridgell1-4/+28
2007-10-10r14925: trigger NOTIFY_ACTION_OLD_NAME and NOTIFY_ACTION_NEW_NAME events forAndrew Tridgell3-37/+59
2007-10-10r14924: when handling recursive change notify, the client expects a windowsAndrew Tridgell1-0/+1
2007-10-10r14921: I forgot to commit the IDL change for the subdir_filterAndrew Tridgell1-2/+2
2007-10-10r14920: allow a notify backend to separately specify if it has handled theAndrew Tridgell5-55/+93
2007-10-10r14919: disable the BASE-DEFER_OPEN test until it gets fixed (it sleeps forAndrew Tridgell1-2/+2
2007-10-10r14918: cleaner handling of systems without inotifyAndrew Tridgell3-25/+38
2007-10-10r14917: fixed length strings don't count any trailing nulls in the lengthAndrew Tridgell1-1/+4
2007-10-10r14916: print errno so I can work out why OpenBSD is failing the test for tdbAndrew Tridgell1-1/+2
2007-10-10r14915: Work in progress - getting ldb_add() working.Tim Potter2-8/+38
2007-10-10r14914: Remove printf statement I accidently committed.Jelmer Vernooij1-1/+0
2007-10-10r14913: readd --with-selftest-prefix as it's neededStefan Metzmacher2-1/+19
2007-10-10r14912: don't crash if inotify isn't present...Stefan Metzmacher1-8/+16
2007-10-10r14911: Allow easy modification of selftest subdirectory nameJelmer Vernooij2-10/+10
2007-10-10r14910: Remove unused configure optionsJelmer Vernooij2-53/+1
2007-10-10r14909: Add lp_modulesdir() smb.conf optionJelmer Vernooij2-1/+6
2007-10-10r14908: Fix LD_LIBRARY_PATHJelmer Vernooij1-1/+1
2007-10-10r14907: Another attempt at fixing partially generated tables.c filesJelmer Vernooij1-1/+2
2007-10-10r14906: Move SWIG-specific files to scripting/swig/Jelmer Vernooij5-12/+12
2007-10-10r14905: Prevent partly generated files when building using heavy parallel make.Jelmer Vernooij2-11/+5
2007-10-10r14904: fixed LIBNDR_FLAG_STR_CHARLEN (thanks to Metze for noticing this)Andrew Tridgell1-1/+4
2007-10-10r14903: rewrote ndr_push_string() to be much simpler, and correctly handleAndrew Tridgell1-111/+35
2007-10-10r14902: change charcnv code to fail the conversion when it hits badAndrew Tridgell1-3/+3
2007-10-10r14901: More work on ldb swig interface. Wrap some more functions.Tim Potter2-9/+97
2007-10-10r14897: Do more error checking of tdb function returns and raise IOError orTim Potter1-6/+14
2007-10-10r14894: - add some 'const'Stefan Metzmacher4-38/+22
2007-10-10r14891: fix a bug found by the ibm checkerStefan Metzmacher3-34/+52
2007-10-10r14890: fix the usage of popt...Stefan Metzmacher1-5/+17