summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r14881: Unpack ldb_message_element and ldb_val arrays. Python can now accessTim Potter1-26/+41
2007-10-10r14880: Doc.Tim Potter1-1/+1
2007-10-10r14879: Fix bug unpacking ldb_messages.Tim Potter1-1/+12
2007-10-10r14878: Write swig wrappers for ldb_init() and ldb_connect().Tim Potter4-11/+81
2007-10-10r14877: added support for the kernel inotify mechanism. This passes basicAndrew Tridgell10-49/+587
2007-10-10r14876: added ENOSYS to unix error mappingAndrew Tridgell1-0/+3
2007-10-10r14875: Make better use of the build systemJelmer Vernooij1-26/+15
2007-10-10r14874: Allow overriding LIBRARY_REALNAMEJelmer Vernooij4-11/+20
2007-10-10r14873: Add skeleton swig ldb interface.Tim Potter3-0/+35
2007-10-10r14871: We don't need to import UserDict anymore.Tim Potter1-1/+1
2007-10-10r14870: Update to link with dynamic instead of static objects.Tim Potter1-7/+10
2007-10-10r14867: Include <stdbool.h> in external compilesJelmer Vernooij4-0/+4
2007-10-10r14866: Fix CFLAGS when building compile_et. This should fix the buildJelmer Vernooij1-0/+4
2007-10-10r14861: regenerate the proto headers when the .mk file changesStefan Metzmacher2-1/+2
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher54-57/+75
2007-10-10r14859: fix bugs noticed by the ibm code checkerStefan Metzmacher1-9/+11
2007-10-10r14858: fix bugs noticed by the ibm code checkerStefan Metzmacher2-5/+6
2007-10-10r14857: fix bugs noticed by the ibm code checkerStefan Metzmacher1-3/+4
2007-10-10r14856: fix bugs noticed by the ibm code checkerStefan Metzmacher1-8/+10
2007-10-10r14854: Finish off swig wrapper and torture tests for tdb.Tim Potter2-11/+149
2007-10-10r14852: See if all target platforms support multiple .SUFFIXES lines.Jelmer Vernooij2-4/+5
2007-10-10r14851: Make BOOL, False and True simple aliases to the POSIX-definedJelmer Vernooij1-3/+3
2007-10-10r14850: Don't assume that sizeof(BOOL) == sizeof(int)Jelmer Vernooij1-46/+46
2007-10-10r14848: use the constant instead of the interger valueStefan Metzmacher1-1/+1
2007-10-10r14845: expanded the number of info levels tested for continue in theAndrew Tridgell1-90/+123
2007-10-10r14844: Support a stdbool.h replacement in lib/replace/Jelmer Vernooij10-17/+29
2007-10-10r14843: the results of the srvsrv_* calls depends on the user,Stefan Metzmacher1-85/+132
2007-10-10r14842: fix parsing of NetDiskEnum repliesStefan Metzmacher1-1/+1