summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15143: Pull in GNU extensions right at the start of the configure process. ThisJames Peach1-2/+0
2007-10-10r15120: Minimize the diff between Samba3 and Samba4 tdb: In Samba3 we don't a...Volker Lendecke1-7/+7
2007-10-10r15113: Add a ldb_strerror() function.Tim Potter2-0/+100
2007-10-10r15110: Start rewriting higher level ldb wrapper.Tim Potter1-52/+54
2007-10-10r15109: Wrap ldb_global_init()Tim Potter1-0/+2
2007-10-10r15100: Port the bugfix for #3569 to Samba4Volker Lendecke3-3/+19
2007-10-10r15099: An attempt to fix BSD make portability issues. With these changes Sam...Alexander Bokovoy1-1/+1
2007-10-10r15097: Add constants for ldb errors.Tim Potter1-0/+50
2007-10-10r15096: Fix typo.Tim Potter1-1/+1
2007-10-10r15095: Fix up typemap for struct ldb_val so that ldb_msg_add_value() wrapperTim Potter1-14/+13
2007-10-10r15092: Remove some swig stuff that didn't work out and the %rename call.Tim Potter1-60/+13
2007-10-10r15091: Raise LdbError instead of IOError when ldb function calls return anTim Potter1-7/+14
2007-10-10r15090: Since we wrap the swig wrapper in another layer of Python, there isn'tTim Potter2-43/+22
2007-10-10r15065: Remove duplicate prototype.Tim Potter1-1/+0
2007-10-10r15055: this was my version for the crash bug in the messaging code...Stefan Metzmacher1-21/+8
2007-10-10r15050: fixed a double free in the new messaging code.Andrew Tridgell1-4/+4
2007-10-10r15049: for really efficient oplock handling with thousands of open files weAndrew Tridgell3-35/+110
2007-10-10r15048: started on the server side implementation of oplocks. The code is notAndrew Tridgell1-0/+1
2007-10-10r15036: Add out of tree build support and see how buildfarm will respond to m...Alexander Bokovoy1-4/+7
2007-10-10r15002: More cleanups in build/m4/rewrite.m4Jelmer Vernooij1-0/+9
2007-10-10r15000: Move some more autoconf tests out of build/m4/rewrite.m4Jelmer Vernooij6-11/+33
2007-10-10r14999: Remove more unused autoconf codeJelmer Vernooij7-35/+19
2007-10-10r14998: Remove unused autoconf test, move others to proper placesJelmer Vernooij2-0/+205
2007-10-10r14996: Fix compilation of gencacheJelmer Vernooij1-0/+1
2007-10-10r14992: Allow load_module() to be used externallyJelmer Vernooij1-10/+11
2007-10-10r14984: marking mprBreakpoint() as a __noreturn__ function should reduce theAndrew Tridgell1-1/+1
2007-10-10r14981: fixed a use of a wild ptr in regshellAndrew Tridgell1-3/+3
2007-10-10r14978: fixed a print of NULLAndrew Tridgell1-1/+1
2007-10-10r14977: more IBM checker fixesAndrew Tridgell1-5/+1
2007-10-10r14976: another use of the magic comment recognised by the IBM checker forAndrew Tridgell1-0/+1
2007-10-10r14972: fix an uninitialised warning from ibm checkerAndrew Tridgell1-1/+1
2007-10-10r14970: Add configure stuff for Python to tdb and ldb standalone builds.Tim Potter2-0/+62
2007-10-10r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories.Tim Potter6-0/+644
2007-10-10r14916: print errno so I can work out why OpenBSD is failing the test for tdbAndrew Tridgell1-1/+2
2007-10-10r14906: Move SWIG-specific files to scripting/swig/Jelmer Vernooij1-0/+3
2007-10-10r14902: change charcnv code to fail the conversion when it hits badAndrew Tridgell1-3/+3
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher3-3/+3
2007-10-10r14848: use the constant instead of the interger valueStefan Metzmacher1-1/+1
2007-10-10r14844: Support a stdbool.h replacement in lib/replace/Jelmer Vernooij4-0/+23
2007-10-10r14816: Simplify test for comparison_fn_tJelmer Vernooij1-0/+2
2007-10-10r14806: Fix compiler warningsJelmer Vernooij1-1/+1
2007-10-10r14799: added a tdb_get_seqnum() call, and the TDB_SEQNUM flag. This allowsAndrew Tridgell4-1/+65
2007-10-10r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhereJelmer Vernooij1-4/+4
2007-10-10r14729: Install db_wrap.h and db_wrap_proto.hJelmer Vernooij1-1/+2
2007-10-10r14724: Rearrange some source files, install more headers.Jelmer Vernooij1-1/+0
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-3/+5
2007-10-10r14660: Install ldb_errors.hJelmer Vernooij1-1/+1
2007-10-10r14647: be a bit less verbose on common stuffStefan Metzmacher1-1/+1
2007-10-10r14616: added notify change support to the posix backendAndrew Tridgell2-0/+2
2007-10-10r14612: added strncasecmp_m() and fixed strcasecmp_m() for invalid codepointsAndrew Tridgell1-0/+39