Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r15226: Fix order of typedef specification - caught by kblin | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15224: Check whether -MT is actually supported by the compiler before using | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15214: Introduce subsystem-specific CFLAGS to keep the global CFLAGS short. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15213: Remove helper macro for bcopy() - this causes problems | Jelmer Vernooij | 1 | -5/+0 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 16 | -59/+55 |
2007-10-10 | r15204: Fix MD5Update prototype | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r15203: Allow system 'bool' type to be defined in another header then stdbool.h | Jelmer Vernooij | 2 | -1/+12 |
2007-10-10 | r15201: Use abs() rather then ABS() | Jelmer Vernooij | 1 | -7/+0 |
2007-10-10 | r15200: Move MIN/MAX macros to libreplace as some systems have them | Jelmer Vernooij | 4 | -14/+18 |
2007-10-10 | r15199: Try to make these prototypes match, to get the build on S390 linux go... | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r15191: Avoid uint_t as it's not standard. | Jelmer Vernooij | 5 | -10/+10 |
2007-10-10 | r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename is | James Peach | 2 | -3/+2 |
2007-10-10 | r15178: Fix ldb function calls after big swig rename. | Tim Potter | 1 | -25/+55 |
2007-10-10 | r15177: Wrap ldb_strerror() function. | Tim Potter | 1 | -0/+1 |
2007-10-10 | r15176: Ensure we don't segfault when we try and delete @FOO records. | Andrew Bartlett | 1 | -5/+10 |
2007-10-10 | r15143: Pull in GNU extensions right at the start of the configure process. This | James Peach | 1 | -2/+0 |
2007-10-10 | r15120: Minimize the diff between Samba3 and Samba4 tdb: In Samba3 we don't a... | Volker Lendecke | 1 | -7/+7 |
2007-10-10 | r15113: Add a ldb_strerror() function. | Tim Potter | 2 | -0/+100 |
2007-10-10 | r15110: Start rewriting higher level ldb wrapper. | Tim Potter | 1 | -52/+54 |
2007-10-10 | r15109: Wrap ldb_global_init() | Tim Potter | 1 | -0/+2 |
2007-10-10 | r15100: Port the bugfix for #3569 to Samba4 | Volker Lendecke | 3 | -3/+19 |
2007-10-10 | r15099: An attempt to fix BSD make portability issues. With these changes Sam... | Alexander Bokovoy | 1 | -1/+1 |
2007-10-10 | r15097: Add constants for ldb errors. | Tim Potter | 1 | -0/+50 |
2007-10-10 | r15096: Fix typo. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r15095: Fix up typemap for struct ldb_val so that ldb_msg_add_value() wrapper | Tim Potter | 1 | -14/+13 |
2007-10-10 | r15092: Remove some swig stuff that didn't work out and the %rename call. | Tim Potter | 1 | -60/+13 |
2007-10-10 | r15091: Raise LdbError instead of IOError when ldb function calls return an | Tim Potter | 1 | -7/+14 |
2007-10-10 | r15090: Since we wrap the swig wrapper in another layer of Python, there isn't | Tim Potter | 2 | -43/+22 |
2007-10-10 | r15065: Remove duplicate prototype. | Tim Potter | 1 | -1/+0 |
2007-10-10 | r15055: this was my version for the crash bug in the messaging code... | Stefan Metzmacher | 1 | -21/+8 |
2007-10-10 | r15050: fixed a double free in the new messaging code. | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r15049: for really efficient oplock handling with thousands of open files we | Andrew Tridgell | 3 | -35/+110 |
2007-10-10 | r15048: started on the server side implementation of oplocks. The code is not | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r15036: Add out of tree build support and see how buildfarm will respond to m... | Alexander Bokovoy | 1 | -4/+7 |
2007-10-10 | r15002: More cleanups in build/m4/rewrite.m4 | Jelmer Vernooij | 1 | -0/+9 |
2007-10-10 | r15000: Move some more autoconf tests out of build/m4/rewrite.m4 | Jelmer Vernooij | 6 | -11/+33 |
2007-10-10 | r14999: Remove more unused autoconf code | Jelmer Vernooij | 7 | -35/+19 |
2007-10-10 | r14998: Remove unused autoconf test, move others to proper places | Jelmer Vernooij | 2 | -0/+205 |
2007-10-10 | r14996: Fix compilation of gencache | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14992: Allow load_module() to be used externally | Jelmer Vernooij | 1 | -10/+11 |
2007-10-10 | r14984: marking mprBreakpoint() as a __noreturn__ function should reduce the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14981: fixed a use of a wild ptr in regshell | Andrew Tridgell | 1 | -3/+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 | 1 | -5/+1 |
2007-10-10 | r14976: another use of the magic comment recognised by the IBM checker for | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r14972: fix an uninitialised warning from ibm checker | Andrew Tridgell | 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 | r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories. | Tim Potter | 6 | -0/+644 |
2007-10-10 | r14916: print errno so I can work out why OpenBSD is failing the test for tdb | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r14906: Move SWIG-specific files to scripting/swig/ | Jelmer Vernooij | 1 | -0/+3 |