jelmer/samba4-debian.git
16 years agor25051: Move SWAT back to the old-style form-submit modal.
Andrew Bartlett [Mon, 10 Sep 2007 03:44:47 +0000 (03:44 +0000)]
r25051: Move SWAT back to the old-style form-submit modal.

The Web 2.0, async client tools were really interesting, but without
developer backing they remain impossible to support into a release.

The most interesting app was the LDB browser, and I intend to replace
this with phpLdapAdmin, preconfigured for Apache during provision.

This also removes the need to 'compile' SWAT on SVN checkouts.

Andrew Bartlett

16 years agor25048: From the archives (patch found in one of my old working trees):
Andrew Bartlett [Mon, 10 Sep 2007 01:39:20 +0000 (01:39 +0000)]
r25048: From the archives (patch found in one of my old working trees):

Try two different DNs, when performing a samsync from an AD server.

Andrew Bartlett

16 years agor25047: Fix more warnings.
Jelmer Vernooij [Sun, 9 Sep 2007 19:34:30 +0000 (19:34 +0000)]
r25047: Fix more warnings.

16 years agor25046: Ditch tdb_traverse() as it doesn't lend itself to any Python idioms
Tim Potter [Sun, 9 Sep 2007 12:02:51 +0000 (12:02 +0000)]
r25046: Ditch tdb_traverse() as it doesn't lend itself to any Python idioms
and the semantics can be reproduced using tdb_firstkey() and
tdb_nextkey().  Oh, and also because I can't figure out how to get SWIG
to do exactly what I want here.

16 years agor25045: Add constants for enum TDB_ERROR.
Tim Potter [Sun, 9 Sep 2007 06:41:15 +0000 (06:41 +0000)]
r25045: Add constants for enum TDB_ERROR.

Remove some functions that I don't think should be in at the moment -
tdb_open_ex(), tdb_reopen{,_all} and locking functions.  Locking
functions may come back at a later stage along with transaction support.

16 years agor25044: The has_key() method should return a boolean, not an integer.
Tim Potter [Sun, 9 Sep 2007 06:39:24 +0000 (06:39 +0000)]
r25044: The has_key() method should return a boolean, not an integer.

Add TODO for missing iterator and other oddball methods.

16 years agor25043: Avoid allocation on with NULL parent.
Jelmer Vernooij [Sun, 9 Sep 2007 01:08:50 +0000 (01:08 +0000)]
r25043: Avoid allocation on with NULL parent.

16 years agor25042: Avoid direct references to global loadparm context.
Jelmer Vernooij [Sat, 8 Sep 2007 21:06:57 +0000 (21:06 +0000)]
r25042: Avoid direct references to global loadparm context.

16 years agor25041: Use context in more places, fix warnings.
Jelmer Vernooij [Sat, 8 Sep 2007 20:49:43 +0000 (20:49 +0000)]
r25041: Use context in more places, fix warnings.

16 years agor25039: Rename service -> loadparm_service, use context more.
Jelmer Vernooij [Sat, 8 Sep 2007 20:03:19 +0000 (20:03 +0000)]
r25039: Rename service -> loadparm_service, use context more.

16 years agor25038: Pass context in more places.
Jelmer Vernooij [Sat, 8 Sep 2007 19:16:08 +0000 (19:16 +0000)]
r25038: Pass context in more places.

16 years agor25037: Start passing the context around.
Jelmer Vernooij [Sat, 8 Sep 2007 17:25:24 +0000 (17:25 +0000)]
r25037: Start passing the context around.

16 years agor25035: Fix some more warnings, use service pointer rather than service number in...
Jelmer Vernooij [Sat, 8 Sep 2007 16:46:30 +0000 (16:46 +0000)]
r25035: Fix some more warnings, use service pointer rather than service number in more places.

16 years agor25034: Remove unused variables.
Jelmer Vernooij [Sat, 8 Sep 2007 15:09:59 +0000 (15:09 +0000)]
r25034: Remove unused variables.

16 years agor25033: Fix include
Jelmer Vernooij [Sat, 8 Sep 2007 15:06:47 +0000 (15:06 +0000)]
r25033: Fix include

16 years agor25031: Use pointers to services rather than service numbers when possible.
Jelmer Vernooij [Sat, 8 Sep 2007 14:12:45 +0000 (14:12 +0000)]
r25031: Use pointers to services rather than service numbers when possible.

16 years agor25028: Fix more warnings.
Jelmer Vernooij [Sat, 8 Sep 2007 13:34:42 +0000 (13:34 +0000)]
r25028: Fix more warnings.

16 years agor25027: Fix more warnings.
Jelmer Vernooij [Sat, 8 Sep 2007 13:27:14 +0000 (13:27 +0000)]
r25027: Fix more warnings.

16 years agor25026: Move param/param.h out of includes.h
Jelmer Vernooij [Sat, 8 Sep 2007 12:42:09 +0000 (12:42 +0000)]
r25026: Move param/param.h out of includes.h

16 years agor25018: Remove non-existent tdb_logging_function() as well as less useful
Tim Potter [Sat, 8 Sep 2007 01:40:24 +0000 (01:40 +0000)]
r25018: Remove non-existent tdb_logging_function() as well as less useful
functions such as tdb_dump_all() and tdb_printfreelist().

16 years agor25017: Move MAXHOSTNAMELEN definition to replace.h as it is usually part of
Jelmer Vernooij [Sat, 8 Sep 2007 01:39:31 +0000 (01:39 +0000)]
r25017: Move MAXHOSTNAMELEN definition to replace.h as it is usually part of
sys/param.h.

16 years agor25016: Create context for loadparm variables.
Jelmer Vernooij [Sat, 8 Sep 2007 01:29:52 +0000 (01:29 +0000)]
r25016: Create context for loadparm variables.

16 years agor25015: Use talloc for all allocations in loadparm.
Jelmer Vernooij [Sat, 8 Sep 2007 00:48:23 +0000 (00:48 +0000)]
r25015: Use talloc for all allocations in loadparm.

16 years agor25014: Use talloc for allocating values as well.
Jelmer Vernooij [Sat, 8 Sep 2007 00:38:22 +0000 (00:38 +0000)]
r25014: Use talloc for allocating values as well.

16 years agor25013: Use talloc to allocate services in loadparm, use pointer to indicate validity.
Jelmer Vernooij [Sat, 8 Sep 2007 00:07:50 +0000 (00:07 +0000)]
r25013: Use talloc to allocate services in loadparm, use pointer to indicate validity.

16 years agor25012: Avoid use of pstring, fix coding style a bit.
Jelmer Vernooij [Fri, 7 Sep 2007 23:37:00 +0000 (23:37 +0000)]
r25012: Avoid use of pstring, fix coding style a bit.

16 years agor25010: Avoid uses of pstring
Jelmer Vernooij [Fri, 7 Sep 2007 22:01:15 +0000 (22:01 +0000)]
r25010: Avoid uses of pstring

16 years agor25008: Remove use of pstring.
Jelmer Vernooij [Fri, 7 Sep 2007 17:59:53 +0000 (17:59 +0000)]
r25008: Remove use of pstring.

16 years agor25007: Remove more uses of pstring, move ntlmauth-specific utility function to ntlm...
Jelmer Vernooij [Fri, 7 Sep 2007 16:54:39 +0000 (16:54 +0000)]
r25007: Remove more uses of pstring, move ntlmauth-specific utility function to ntlm-auth.c

16 years agor25006: Use system constant.
Jelmer Vernooij [Fri, 7 Sep 2007 16:45:06 +0000 (16:45 +0000)]
r25006: Use system constant.

16 years agor25005: Avoid pstring.
Jelmer Vernooij [Fri, 7 Sep 2007 16:30:06 +0000 (16:30 +0000)]
r25005: Avoid pstring.

16 years agor25004: Avoid talloc_autofree_context() when possible.
Jelmer Vernooij [Fri, 7 Sep 2007 16:27:57 +0000 (16:27 +0000)]
r25004: Avoid talloc_autofree_context() when possible.

16 years agor25003: Skipped tests should be considered successfull.
Jelmer Vernooij [Fri, 7 Sep 2007 16:27:02 +0000 (16:27 +0000)]
r25003: Skipped tests should be considered successfull.

16 years agor25001: Fix more C++ and other warnings, fix some of the indentation with ts=4 lines...
Jelmer Vernooij [Fri, 7 Sep 2007 15:35:18 +0000 (15:35 +0000)]
r25001: Fix more C++ and other warnings, fix some of the indentation with ts=4 lines that I accidently added earlier.

16 years agor25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij [Fri, 7 Sep 2007 15:08:14 +0000 (15:08 +0000)]
r25000: Fix some more C++ compatibility warnings.

16 years agor24997: Re-enable use of system-provided tdb and/or talloc when available.
Jelmer Vernooij [Fri, 7 Sep 2007 14:25:03 +0000 (14:25 +0000)]
r24997: Re-enable use of system-provided tdb and/or talloc when available.

16 years agor24995: Update upstream URLs.
Jelmer Vernooij [Fri, 7 Sep 2007 13:32:57 +0000 (13:32 +0000)]
r24995: Update upstream URLs.

16 years agor24994: Fix some C++ warnings.
Jelmer Vernooij [Fri, 7 Sep 2007 13:31:15 +0000 (13:31 +0000)]
r24994: Fix some C++ warnings.

16 years agor24992: Remove some uses of lp_*().
Jelmer Vernooij [Fri, 7 Sep 2007 11:47:03 +0000 (11:47 +0000)]
r24992: Remove some uses of lp_*().

16 years agor24989: use $smbd_maxtime for smbd...
Stefan Metzmacher [Fri, 7 Sep 2007 08:13:02 +0000 (08:13 +0000)]
r24989: use $smbd_maxtime for smbd...

metze

16 years agor24988: LOCAL-IRPC needs a the pid dir setup (as LOCAL-MESSAGING)
Stefan Metzmacher [Fri, 7 Sep 2007 08:05:37 +0000 (08:05 +0000)]
r24988: LOCAL-IRPC needs a the pid dir setup (as LOCAL-MESSAGING)
not the lock dir...

metze

16 years agor24987: Clarify error conditions in secrets handling, before I add ACLs to
Andrew Bartlett [Fri, 7 Sep 2007 07:31:26 +0000 (07:31 +0000)]
r24987: Clarify error conditions in secrets handling, before I add ACLs to
secrets.ldb

Andrew Bartlett

16 years agor24986: LDB has a function for comparing things that must meet the rules of
Andrew Bartlett [Fri, 7 Sep 2007 07:29:25 +0000 (07:29 +0000)]
r24986: LDB has a function for comparing things that must meet the rules of
attribute names.

Andrew Bartlett

16 years agor24985: Start to revert us back to the old-style SWAT, while trying not to
Andrew Bartlett [Fri, 7 Sep 2007 03:08:44 +0000 (03:08 +0000)]
r24985: Start to revert us back to the old-style SWAT, while trying not to
loose some of the fixes in the meantime.

Andrew Bartlett

16 years agor24983: setup the correct talloc name for structures used in the generated
Stefan Metzmacher [Thu, 6 Sep 2007 13:48:01 +0000 (13:48 +0000)]
r24983: setup the correct talloc name for structures used in the generated
server stubs

metze

16 years agor24973: Try to make it really clear we are dealing with 64 bit numbers here.
Andrew Bartlett [Thu, 6 Sep 2007 04:01:52 +0000 (04:01 +0000)]
r24973: Try to make it really clear we are dealing with 64 bit numbers here.

Andrew Bartlett

16 years agor24972: Try to rat out this SAMR failure with some more cross-tests, and
Andrew Bartlett [Thu, 6 Sep 2007 02:56:56 +0000 (02:56 +0000)]
r24972: Try to rat out this SAMR failure with some more cross-tests, and
format checks.

Andrew Bartlett

16 years agor24971: Test more combinations for resetting the account expiry.
Andrew Bartlett [Thu, 6 Sep 2007 00:17:17 +0000 (00:17 +0000)]
r24971: Test more combinations for resetting the account expiry.

Andrew Bartlett

16 years agor24959: Merge back changes from release branch, and set new VERSION on main tree.
Andrew Bartlett [Wed, 5 Sep 2007 00:53:20 +0000 (00:53 +0000)]
r24959: Merge back changes from release branch, and set new VERSION on main tree.

Andrew Bartlett

16 years agor24945: The behaviour of the SAMR server on a member server is worth testing
Andrew Bartlett [Tue, 4 Sep 2007 06:46:06 +0000 (06:46 +0000)]
r24945: The behaviour of the SAMR server on a member server is worth testing
separately.

Andrew Bartlett

16 years agor24942: Patch from Matthias Wallnöfer <mwallnoefer@yahoo.de> and a testsuite
Andrew Bartlett [Tue, 4 Sep 2007 02:22:04 +0000 (02:22 +0000)]
r24942: Patch from Matthias Wallnöfer <mwallnoefer@yahoo.de> and a testsuite
to prove it is correct.

This should fix bug #4824: User Manager for Domains - Account Expires.

Thanks!

Andrew Bartlett

16 years agor24941: Simplify samdb_result_nttime(), and remove nttime_from_string()
Andrew Bartlett [Tue, 4 Sep 2007 02:08:36 +0000 (02:08 +0000)]
r24941: Simplify samdb_result_nttime(), and remove nttime_from_string()

Andrew Bartlett

16 years agor24940: Fix undeclared warning.
Jelmer Vernooij [Tue, 4 Sep 2007 01:08:39 +0000 (01:08 +0000)]
r24940: Fix undeclared warning.

16 years agor24939: Integrate IPv4 and IPv6 modules (a lot of code can be shared).
Jelmer Vernooij [Mon, 3 Sep 2007 22:39:16 +0000 (22:39 +0000)]
r24939: Integrate IPv4 and IPv6 modules (a lot of code can be shared).

16 years agor24937: Merge tests spoolss RPC callbacks.
Jelmer Vernooij [Mon, 3 Sep 2007 13:13:25 +0000 (13:13 +0000)]
r24937: Merge tests spoolss RPC callbacks.

16 years agor24918: Fix the build (forgot to include dcesrv_lsa.c in the previous commit)
Andrew Bartlett [Mon, 3 Sep 2007 07:56:29 +0000 (07:56 +0000)]
r24918: Fix the build (forgot to include dcesrv_lsa.c in the previous commit)
and improve error strings returned from samdb.c

Andrew Bartlett

16 years agor24915: Try to quiet down this warning - the 'classic' share code doesn't
Andrew Bartlett [Mon, 3 Sep 2007 04:05:50 +0000 (04:05 +0000)]
r24915: Try to quiet down this warning - the 'classic' share code doesn't
support passwords for share-mode security (we don't even support share
mode security, and are unlikely ever to).

Andrew Bartlett

16 years agor24914: In response to bug #4892 by Matthias Wallnöfer <mwallnoefer@yahoo.de>,
Andrew Bartlett [Mon, 3 Sep 2007 02:51:24 +0000 (02:51 +0000)]
r24914: In response to bug #4892 by Matthias Wallnöfer <mwallnoefer@yahoo.de>,
allow the objectclass module to reconstruct the objectclass hierarchy,
rather than using templates.

The issue being fixed in particular is that 'top' was not being set on
containers.

This should ensure we do this right for all objects.

Andrew Bartlett

16 years agor24913: Fix typo
Andrew Bartlett [Mon, 3 Sep 2007 02:48:50 +0000 (02:48 +0000)]
r24913: Fix typo

16 years agor24911: Make better use of substituted variables in example named.conf
Andrew Bartlett [Sun, 2 Sep 2007 23:42:40 +0000 (23:42 +0000)]
r24911: Make better use of substituted variables in example named.conf

Andrew Bartlett

16 years agor24909: Patch from Andrew Kroeger <andrew@sprocks.gotdns.com> on the slow road
Andrew Bartlett [Sun, 2 Sep 2007 23:28:00 +0000 (23:28 +0000)]
r24909: Patch from Andrew Kroeger <andrew@sprocks.gotdns.com> on the slow road
to working GSS-TSIG DDNS.

Andrew Bartlett

16 years agor24908: we should not set s = NULL as we set it to talloc_strdup("") before
Stefan Metzmacher [Sun, 2 Sep 2007 19:56:03 +0000 (19:56 +0000)]
r24908: we should not set s = NULL as we set it to talloc_strdup("") before

metze

16 years agor24907: now that we support bindings without a transport
Stefan Metzmacher [Sun, 2 Sep 2007 19:53:42 +0000 (19:53 +0000)]
r24907: now that we support bindings without a transport
just setup torture:binding even if we get an unc
as parameter

metze

16 years agor24905: Actually run the transport-independent tests, rather than just the transport...
Jelmer Vernooij [Sun, 2 Sep 2007 18:25:59 +0000 (18:25 +0000)]
r24905: Actually run the transport-independent tests, rather than just the transport-dependent ones again...

16 years agor24901: Somewhat easier and more reliable access to the pid files.
Jelmer Vernooij [Sun, 2 Sep 2007 17:47:35 +0000 (17:47 +0000)]
r24901: Somewhat easier and more reliable access to the pid files.

16 years agor24900: - if we use try to create a 3rd dcerpc_pipe then use a 3rd variable
Stefan Metzmacher [Sun, 2 Sep 2007 17:27:40 +0000 (17:27 +0000)]
r24900: - if we use try to create a 3rd dcerpc_pipe then use a 3rd variable
  instead of overwritting the one of the 2nd connection
- make it possible to specify the expected ntstatus for
  DsRoleGetPrimaryDomainInformation as the alter_context
  wants it to fail when used on the wrong pipe

metze

16 years agor24899: Register signal handler that tears down environment.
Jelmer Vernooij [Sun, 2 Sep 2007 17:13:56 +0000 (17:13 +0000)]
r24899: Register signal handler that tears down environment.

16 years agor24898: Fix LOCAL-REGISTRY, do not silently ignore testcase setup failures.
Jelmer Vernooij [Sun, 2 Sep 2007 16:17:12 +0000 (16:17 +0000)]
r24898: Fix LOCAL-REGISTRY, do not silently ignore testcase setup failures.

16 years agor24897: Do some sanity checking on --basedir.
Jelmer Vernooij [Sun, 2 Sep 2007 16:12:49 +0000 (16:12 +0000)]
r24897: Do some sanity checking on --basedir.

16 years agor24896: Run the tests for most RPC interfaces over one transport only.
Jelmer Vernooij [Sun, 2 Sep 2007 15:05:58 +0000 (15:05 +0000)]
r24896: Run the tests for most RPC interfaces over one transport only.

16 years agor24895: Test for specific error.
Jelmer Vernooij [Sun, 2 Sep 2007 15:02:17 +0000 (15:02 +0000)]
r24895: Test for specific error.

16 years agor24894: Run the libnet tests over just one DCE/RPC transport. Other DCE/RPC tests...
Jelmer Vernooij [Sun, 2 Sep 2007 14:09:24 +0000 (14:09 +0000)]
r24894: Run the libnet tests over just one DCE/RPC transport. Other DCE/RPC tests already check
that the DCE/RPC library and interfaces work ok.

16 years agor24893: Update documentation for selftest.
Jelmer Vernooij [Sun, 2 Sep 2007 13:32:52 +0000 (13:32 +0000)]
r24893: Update documentation for selftest.

16 years agor24892: Skip some tests that were previously being incorrectly treated as succeeding.
Jelmer Vernooij [Sun, 2 Sep 2007 13:30:28 +0000 (13:30 +0000)]
r24892: Skip some tests that were previously being incorrectly treated as succeeding.

16 years agor24891: Fix smbtorture to exit non-zero if a test suite wasn't found.
Jelmer Vernooij [Sun, 2 Sep 2007 12:53:46 +0000 (12:53 +0000)]
r24891: Fix smbtorture to exit non-zero if a test suite wasn't found.

16 years agor24890: Integrate more of the RPC-SECRETS tests.
Jelmer Vernooij [Sun, 2 Sep 2007 12:48:58 +0000 (12:48 +0000)]
r24890: Integrate more of the RPC-SECRETS tests.

16 years agor24889: Move choosing the binding options into RPC-SECRETS.
Jelmer Vernooij [Sun, 2 Sep 2007 12:26:06 +0000 (12:26 +0000)]
r24889: Move choosing the binding options into RPC-SECRETS.

16 years agor24888: Use torture API.
Jelmer Vernooij [Sun, 2 Sep 2007 11:30:40 +0000 (11:30 +0000)]
r24888: Use torture API.

16 years agor24887: Support reading testlists from other locations (e.g. Samba3)
Jelmer Vernooij [Sun, 2 Sep 2007 11:16:16 +0000 (11:16 +0000)]
r24887: Support reading testlists from other locations (e.g. Samba3)

16 years agor24885: Convert to new torture API.
Jelmer Vernooij [Sun, 2 Sep 2007 03:14:32 +0000 (03:14 +0000)]
r24885: Convert to new torture API.

16 years agor24884: Ignore some errors again, like they were previously.
Jelmer Vernooij [Sun, 2 Sep 2007 02:53:18 +0000 (02:53 +0000)]
r24884: Ignore some errors again, like they were previously.

16 years agor24883: Use torture API.
Jelmer Vernooij [Sun, 2 Sep 2007 02:35:11 +0000 (02:35 +0000)]
r24883: Use torture API.

16 years agor24882: Use the torture API in BASE-CHARSET.
Jelmer Vernooij [Sun, 2 Sep 2007 02:07:55 +0000 (02:07 +0000)]
r24882: Use the torture API in BASE-CHARSET.

16 years agor24878: Support specifying a reason for skips/expected failures
Jelmer Vernooij [Sun, 2 Sep 2007 00:24:38 +0000 (00:24 +0000)]
r24878: Support specifying a reason for skips/expected failures

16 years agor24876: Use more absolute paths to samba4 binaries.
Jelmer Vernooij [Sun, 2 Sep 2007 00:04:27 +0000 (00:04 +0000)]
r24876: Use more absolute paths to samba4 binaries.

16 years agor24875: Use more absolute paths to samba4 binaries.
Jelmer Vernooij [Sat, 1 Sep 2007 23:57:34 +0000 (23:57 +0000)]
r24875: Use more absolute paths to samba4 binaries.

16 years agor24874: Fix double free of smbcli_tree.
Jelmer Vernooij [Sat, 1 Sep 2007 23:25:44 +0000 (23:25 +0000)]
r24874: Fix double free of smbcli_tree.

16 years agor24873: Print smbd/nmbd log files for Samba 3.
Jelmer Vernooij [Sat, 1 Sep 2007 23:11:48 +0000 (23:11 +0000)]
r24873: Print smbd/nmbd log files for Samba 3.

16 years agor24872: Use torture API a bit more
Jelmer Vernooij [Sat, 1 Sep 2007 23:01:33 +0000 (23:01 +0000)]
r24872: Use torture API a bit more

16 years agor24871: Fix typos
Jelmer Vernooij [Sat, 1 Sep 2007 22:51:50 +0000 (22:51 +0000)]
r24871: Fix typos

16 years agor24870: Strip whitespace characters in username (broke tests).
Jelmer Vernooij [Sat, 1 Sep 2007 21:10:07 +0000 (21:10 +0000)]
r24870: Strip whitespace characters in username (broke tests).

16 years agor24869: Print command that was executed.
Jelmer Vernooij [Sat, 1 Sep 2007 21:02:57 +0000 (21:02 +0000)]
r24869: Print command that was executed.

16 years agor24868: Don't use callbacks for prompting when stdout is not a tty.
Jelmer Vernooij [Sat, 1 Sep 2007 20:25:24 +0000 (20:25 +0000)]
r24868: Don't use callbacks for prompting when stdout is not a tty.

16 years agor24867: Avoid anonymous struct. Patch from Brad Hards.
Jelmer Vernooij [Sat, 1 Sep 2007 20:19:29 +0000 (20:19 +0000)]
r24867: Avoid anonymous struct. Patch from Brad Hards.

16 years agor24866: Put remainder of binding string tests in librpc/ directory.
Jelmer Vernooij [Sat, 1 Sep 2007 19:16:22 +0000 (19:16 +0000)]
r24866: Put remainder of binding string tests in librpc/ directory.

16 years agor24861: Use absolute paths to make it easier to run the testsuite from the Samba3...
Jelmer Vernooij [Sat, 1 Sep 2007 02:33:00 +0000 (02:33 +0000)]
r24861: Use absolute paths to make it easier to run the testsuite from the Samba3 source.

16 years agor24860: Make it easier to run selftest.pl in a Samba3 source tree.
Jelmer Vernooij [Sat, 1 Sep 2007 00:36:01 +0000 (00:36 +0000)]
r24860: Make it easier to run selftest.pl in a Samba3 source tree.

16 years agor24859: Merge from SAMBA_4_0_RELEASE:
Andrew Bartlett [Fri, 31 Aug 2007 23:15:03 +0000 (23:15 +0000)]
r24859: Merge from SAMBA_4_0_RELEASE:

Make the SWAT-based Vampire work again (needs override for default
smb.conf values).

Andrew Bartlett

16 years agor24855: Convert RPC-DRSUAPI, RPC-SCHANNEL to use the torture API.
Jelmer Vernooij [Fri, 31 Aug 2007 22:34:52 +0000 (22:34 +0000)]
r24855: Convert RPC-DRSUAPI, RPC-SCHANNEL to use the torture API.

16 years agor24852: Fix initialization
Jelmer Vernooij [Fri, 31 Aug 2007 19:06:30 +0000 (19:06 +0000)]
r24852: Fix initialization