summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r14928: demonstrate that the completion filter is only set on the first notifyAndrew Tridgell2007-10-102-0/+3
* r14927: expand the RAW-NOTIFY test to test recursive and rename handlingAndrew Tridgell2007-10-101-1/+115
* r14926: change the inotify backend to implement the rather unusual semanticsAndrew Tridgell2007-10-101-4/+28
* r14925: trigger NOTIFY_ACTION_OLD_NAME and NOTIFY_ACTION_NEW_NAME events forAndrew Tridgell2007-10-103-37/+59
* r14924: when handling recursive change notify, the client expects a windowsAndrew Tridgell2007-10-101-0/+1
* r14921: I forgot to commit the IDL change for the subdir_filterAndrew Tridgell2007-10-101-2/+2
* r14920: allow a notify backend to separately specify if it has handled theAndrew Tridgell2007-10-105-55/+93
* r14919: disable the BASE-DEFER_OPEN test until it gets fixed (it sleeps forAndrew Tridgell2007-10-101-2/+2
* r14918: cleaner handling of systems without inotifyAndrew Tridgell2007-10-103-25/+38
* r14917: fixed length strings don't count any trailing nulls in the lengthAndrew Tridgell2007-10-101-1/+4
* r14916: print errno so I can work out why OpenBSD is failing the test for tdbAndrew Tridgell2007-10-101-1/+2
* r14915: Work in progress - getting ldb_add() working.Tim Potter2007-10-102-8/+38
* r14914: Remove printf statement I accidently committed.Jelmer Vernooij2007-10-101-1/+0
* r14913: readd --with-selftest-prefix as it's neededStefan Metzmacher2007-10-102-1/+19
* r14912: don't crash if inotify isn't present...Stefan Metzmacher2007-10-101-8/+16
* r14911: Allow easy modification of selftest subdirectory nameJelmer Vernooij2007-10-102-10/+10
* r14910: Remove unused configure optionsJelmer Vernooij2007-10-102-53/+1
* r14909: Add lp_modulesdir() smb.conf optionJelmer Vernooij2007-10-102-1/+6
* r14908: Fix LD_LIBRARY_PATHJelmer Vernooij2007-10-101-1/+1
* r14907: Another attempt at fixing partially generated tables.c filesJelmer Vernooij2007-10-101-1/+2
* r14906: Move SWIG-specific files to scripting/swig/Jelmer Vernooij2007-10-105-12/+12
* r14905: Prevent partly generated files when building using heavy parallel make.Jelmer Vernooij2007-10-102-11/+5
* r14904: fixed LIBNDR_FLAG_STR_CHARLEN (thanks to Metze for noticing this)Andrew Tridgell2007-10-101-1/+4
* r14903: rewrote ndr_push_string() to be much simpler, and correctly handleAndrew Tridgell2007-10-101-111/+35
* r14902: change charcnv code to fail the conversion when it hits badAndrew Tridgell2007-10-101-3/+3
* r14901: More work on ldb swig interface. Wrap some more functions.Tim Potter2007-10-102-9/+97
* r14897: Do more error checking of tdb function returns and raise IOError orTim Potter2007-10-101-6/+14
* r14894: - add some 'const'Stefan Metzmacher2007-10-104-38/+22
* r14891: fix a bug found by the ibm checkerStefan Metzmacher2007-10-103-34/+52
* r14890: fix the usage of popt...Stefan Metzmacher2007-10-101-5/+17
* r14881: Unpack ldb_message_element and ldb_val arrays. Python can now accessTim Potter2007-10-101-26/+41
* r14880: Doc.Tim Potter2007-10-101-1/+1
* r14879: Fix bug unpacking ldb_messages.Tim Potter2007-10-101-1/+12
* r14878: Write swig wrappers for ldb_init() and ldb_connect().Tim Potter2007-10-104-11/+81
* r14877: added support for the kernel inotify mechanism. This passes basicAndrew Tridgell2007-10-1010-49/+587
* r14876: added ENOSYS to unix error mappingAndrew Tridgell2007-10-101-0/+3
* r14875: Make better use of the build systemJelmer Vernooij2007-10-101-26/+15
* r14874: Allow overriding LIBRARY_REALNAMEJelmer Vernooij2007-10-104-11/+20
* r14873: Add skeleton swig ldb interface.Tim Potter2007-10-103-0/+35
* r14871: We don't need to import UserDict anymore.Tim Potter2007-10-101-1/+1
* r14870: Update to link with dynamic instead of static objects.Tim Potter2007-10-101-7/+10
* r14867: Include <stdbool.h> in external compilesJelmer Vernooij2007-10-104-0/+4
* r14866: Fix CFLAGS when building compile_et. This should fix the buildJelmer Vernooij2007-10-101-0/+4
* r14861: regenerate the proto headers when the .mk file changesStefan Metzmacher2007-10-102-1/+2
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-1054-57/+75
* r14859: fix bugs noticed by the ibm code checkerStefan Metzmacher2007-10-101-9/+11
* r14858: fix bugs noticed by the ibm code checkerStefan Metzmacher2007-10-102-5/+6
* r14857: fix bugs noticed by the ibm code checkerStefan Metzmacher2007-10-101-3/+4
* r14856: fix bugs noticed by the ibm code checkerStefan Metzmacher2007-10-101-8/+10
* r14854: Finish off swig wrapper and torture tests for tdb.Tim Potter2007-10-102-11/+149