summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij114-470/+483
2007-10-10r25034: Remove unused variables.Jelmer Vernooij1-3/+3
2007-10-10r25033: Fix includeJelmer Vernooij1-0/+1
2007-10-10r25031: Use pointers to services rather than service numbers when possible.Jelmer Vernooij2-312/+333
2007-10-10r25028: Fix more warnings.Jelmer Vernooij9-26/+38
2007-10-10r25027: Fix more warnings.Jelmer Vernooij43-103/+122
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij205-9/+209
2007-10-10r25018: Remove non-existent tdb_logging_function() as well as less usefulTim Potter1-8/+0
2007-10-10r25017: Move MAXHOSTNAMELEN definition to replace.h as it is usually part ofJelmer Vernooij2-8/+8
2007-10-10r25016: Create context for loadparm variables.Jelmer Vernooij1-355/+356
2007-10-10r25015: Use talloc for all allocations in loadparm.Jelmer Vernooij1-73/+22
2007-10-10r25014: Use talloc for allocating values as well.Jelmer Vernooij3-66/+61
2007-10-10r25013: Use talloc to allocate services in loadparm, use pointer to indicate ...Jelmer Vernooij1-55/+56
2007-10-10r25012: Avoid use of pstring, fix coding style a bit.Jelmer Vernooij1-66/+61
2007-10-10r25010: Avoid uses of pstringJelmer Vernooij2-4/+2
2007-10-10r25008: Remove use of pstring.Jelmer Vernooij3-16/+18
2007-10-10r25007: Remove more uses of pstring, move ntlmauth-specific utility function ...Jelmer Vernooij4-31/+22
2007-10-10r25006: Use system constant.Jelmer Vernooij1-7/+6
2007-10-10r25005: Avoid pstring.Jelmer Vernooij1-61/+15
2007-10-10r25004: Avoid talloc_autofree_context() when possible.Jelmer Vernooij7-27/+22
2007-10-10r25003: Skipped tests should be considered successfull.Jelmer Vernooij1-0/+1
2007-10-10r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij20-36/+49
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij72-213/+222
2007-10-10r24997: Re-enable use of system-provided tdb and/or talloc when available.Jelmer Vernooij2-34/+29
2007-10-10r24995: Update upstream URLs.Jelmer Vernooij1-2/+2
2007-10-10r24994: Fix some C++ warnings.Jelmer Vernooij32-73/+77
2007-10-10r24992: Remove some uses of lp_*().Jelmer Vernooij5-18/+13
2007-10-10r24989: use $smbd_maxtime for smbd...Stefan Metzmacher1-1/+1
2007-10-10r24988: LOCAL-IRPC needs a the pid dir setup (as LOCAL-MESSAGING)Stefan Metzmacher1-1/+1
2007-10-10r24987: Clarify error conditions in secrets handling, before I add ACLs toAndrew Bartlett1-3/+3
2007-10-10r24986: LDB has a function for comparing things that must meet the rules ofAndrew Bartlett1-1/+1
2007-10-10r24983: setup the correct talloc name for structures used in the generatedStefan Metzmacher1-1/+4
2007-10-10r24973: Try to make it really clear we are dealing with 64 bit numbers here.Andrew Bartlett1-14/+14
2007-10-10r24972: Try to rat out this SAMR failure with some more cross-tests, andAndrew Bartlett1-4/+17
2007-10-10r24971: Test more combinations for resetting the account expiry.Andrew Bartlett1-0/+4
2007-10-10r24959: Merge back changes from release branch, and set new VERSION on main t...Andrew Bartlett1-1/+1
2007-10-10r24945: The behaviour of the SAMR server on a member server is worth testingAndrew Bartlett1-0/+3
2007-10-10r24942: Patch from Matthias Wallnöfer <mwallnoefer@yahoo.de> and a testsuiteAndrew Bartlett2-5/+13
2007-10-10r24941: Simplify samdb_result_nttime(), and remove nttime_from_string()Andrew Bartlett2-11/+1
2007-10-10r24940: Fix undeclared warning.Jelmer Vernooij1-0/+2
2007-10-10r24939: Integrate IPv4 and IPv6 modules (a lot of code can be shared).Jelmer Vernooij3-556/+443
2007-10-10r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij18-1055/+1081
2007-10-10r24918: Fix the build (forgot to include dcesrv_lsa.c in the previous commit)Andrew Bartlett2-3/+5
2007-10-10r24915: Try to quiet down this warning - the 'classic' share code doesn'tAndrew Bartlett1-0/+4
2007-10-10r24914: In response to bug #4892 by Matthias Wallnöfer <mwallnoefer@yahoo.de>,Andrew Bartlett4-89/+63
2007-10-10r24913: Fix typoAndrew Bartlett1-1/+1
2007-10-10r24911: Make better use of substituted variables in example named.confAndrew Bartlett2-5/+7
2007-10-10r24909: Patch from Andrew Kroeger <andrew@sprocks.gotdns.com> on the slow roadAndrew Bartlett1-6/+15
2007-10-10r24908: we should not set s = NULL as we set it to talloc_strdup("") beforeStefan Metzmacher1-3/+2
2007-10-10r24907: now that we support bindings without a transportStefan Metzmacher1-0/+1