| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | r25033: Fix include | Jelmer Vernooij | 2007-10-10 | 1 | -0/+1 |
* | r25031: Use pointers to services rather than service numbers when possible. | Jelmer Vernooij | 2007-10-10 | 2 | -312/+333 |
* | r25028: Fix more warnings. | Jelmer Vernooij | 2007-10-10 | 9 | -26/+38 |
* | r25027: Fix more warnings. | Jelmer Vernooij | 2007-10-10 | 43 | -103/+122 |
* | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 2007-10-10 | 205 | -9/+209 |
* | r25018: Remove non-existent tdb_logging_function() as well as less useful | Tim Potter | 2007-10-10 | 1 | -8/+0 |
* | r25017: Move MAXHOSTNAMELEN definition to replace.h as it is usually part of | Jelmer Vernooij | 2007-10-10 | 2 | -8/+8 |
* | r25016: Create context for loadparm variables. | Jelmer Vernooij | 2007-10-10 | 1 | -355/+356 |
* | r25015: Use talloc for all allocations in loadparm. | Jelmer Vernooij | 2007-10-10 | 1 | -73/+22 |
* | r25014: Use talloc for allocating values as well. | Jelmer Vernooij | 2007-10-10 | 3 | -66/+61 |
* | r25013: Use talloc to allocate services in loadparm, use pointer to indicate ... | Jelmer Vernooij | 2007-10-10 | 1 | -55/+56 |
* | r25012: Avoid use of pstring, fix coding style a bit. | Jelmer Vernooij | 2007-10-10 | 1 | -66/+61 |
* | r25010: Avoid uses of pstring | Jelmer Vernooij | 2007-10-10 | 2 | -4/+2 |
* | r25008: Remove use of pstring. | Jelmer Vernooij | 2007-10-10 | 3 | -16/+18 |
* | r25007: Remove more uses of pstring, move ntlmauth-specific utility function ... | Jelmer Vernooij | 2007-10-10 | 4 | -31/+22 |
* | r25006: Use system constant. | Jelmer Vernooij | 2007-10-10 | 1 | -7/+6 |
* | r25005: Avoid pstring. | Jelmer Vernooij | 2007-10-10 | 1 | -61/+15 |
* | r25004: Avoid talloc_autofree_context() when possible. | Jelmer Vernooij | 2007-10-10 | 7 | -27/+22 |
* | r25003: Skipped tests should be considered successfull. | Jelmer Vernooij | 2007-10-10 | 1 | -0/+1 |
* | r25001: Fix more C++ and other warnings, fix some of the indentation with ts=... | Jelmer Vernooij | 2007-10-10 | 20 | -36/+49 |
* | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 2007-10-10 | 72 | -213/+222 |
* | r24997: Re-enable use of system-provided tdb and/or talloc when available. | Jelmer Vernooij | 2007-10-10 | 2 | -34/+29 |
* | r24995: Update upstream URLs. | Jelmer Vernooij | 2007-10-10 | 1 | -2/+2 |
* | r24994: Fix some C++ warnings. | Jelmer Vernooij | 2007-10-10 | 32 | -73/+77 |
* | r24992: Remove some uses of lp_*(). | Jelmer Vernooij | 2007-10-10 | 5 | -18/+13 |
* | r24989: use $smbd_maxtime for smbd... | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r24988: LOCAL-IRPC needs a the pid dir setup (as LOCAL-MESSAGING) | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r24987: Clarify error conditions in secrets handling, before I add ACLs to | Andrew Bartlett | 2007-10-10 | 1 | -3/+3 |
* | r24986: LDB has a function for comparing things that must meet the rules of | Andrew Bartlett | 2007-10-10 | 1 | -1/+1 |
* | r24985: Start to revert us back to the old-style SWAT, while trying not to | Andrew Bartlett | 2007-10-10 | 1359 | -0/+4016 |
* | r24983: setup the correct talloc name for structures used in the generated | Stefan Metzmacher | 2007-10-10 | 1 | -1/+4 |
* | r24973: Try to make it really clear we are dealing with 64 bit numbers here. | Andrew Bartlett | 2007-10-10 | 1 | -14/+14 |
* | r24972: Try to rat out this SAMR failure with some more cross-tests, and | Andrew Bartlett | 2007-10-10 | 1 | -4/+17 |
* | r24971: Test more combinations for resetting the account expiry. | Andrew Bartlett | 2007-10-10 | 1 | -0/+4 |
* | r24959: Merge back changes from release branch, and set new VERSION on main t... | Andrew Bartlett | 2007-10-10 | 3 | -5/+115 |
* | r24945: The behaviour of the SAMR server on a member server is worth testing | Andrew Bartlett | 2007-10-10 | 1 | -0/+3 |
* | r24942: Patch from Matthias Wallnöfer <mwallnoefer@yahoo.de> and a testsuite | Andrew Bartlett | 2007-10-10 | 2 | -5/+13 |
* | r24941: Simplify samdb_result_nttime(), and remove nttime_from_string() | Andrew Bartlett | 2007-10-10 | 2 | -11/+1 |
* | r24940: Fix undeclared warning. | Jelmer Vernooij | 2007-10-10 | 1 | -0/+2 |
* | r24939: Integrate IPv4 and IPv6 modules (a lot of code can be shared). | Jelmer Vernooij | 2007-10-10 | 3 | -556/+443 |
* | r24937: Merge tests spoolss RPC callbacks. | Jelmer Vernooij | 2007-10-10 | 19 | -1055/+1082 |
* | r24918: Fix the build (forgot to include dcesrv_lsa.c in the previous commit) | Andrew Bartlett | 2007-10-10 | 2 | -3/+5 |
* | r24915: Try to quiet down this warning - the 'classic' share code doesn't | Andrew Bartlett | 2007-10-10 | 1 | -0/+4 |
* | r24914: In response to bug #4892 by Matthias Wallnöfer <mwallnoefer@yahoo.de>, | Andrew Bartlett | 2007-10-10 | 4 | -89/+63 |
* | r24913: Fix typo | Andrew Bartlett | 2007-10-10 | 1 | -1/+1 |
* | r24911: Make better use of substituted variables in example named.conf | Andrew Bartlett | 2007-10-10 | 2 | -5/+7 |
* | r24909: Patch from Andrew Kroeger <andrew@sprocks.gotdns.com> on the slow road | Andrew Bartlett | 2007-10-10 | 1 | -6/+15 |
* | r24908: we should not set s = NULL as we set it to talloc_strdup("") before | Stefan Metzmacher | 2007-10-10 | 1 | -3/+2 |
* | r24907: now that we support bindings without a transport | Stefan Metzmacher | 2007-10-10 | 1 | -0/+1 |
* | r24905: Actually run the transport-independent tests, rather than just the tr... | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |