jelmer/samba4-debian.git
16 years agor25530: Fix missing dependency
Jelmer Vernooij [Fri, 5 Oct 2007 21:02:42 +0000 (21:02 +0000)]
r25530: Fix missing dependency

16 years agor25529: Reformatting.
Günther Deschner [Fri, 5 Oct 2007 20:45:16 +0000 (20:45 +0000)]
r25529: Reformatting.

Guenther

16 years agor25527: Deal with no tests being registered.
Jelmer Vernooij [Fri, 5 Oct 2007 20:33:55 +0000 (20:33 +0000)]
r25527: Deal with no tests being registered.

16 years agor25524: Fix directory names for local module builds.
Jelmer Vernooij [Fri, 5 Oct 2007 19:51:29 +0000 (19:51 +0000)]
r25524: Fix directory names for local module builds.

16 years agor25522: Convert to standard bool types.
Jelmer Vernooij [Fri, 5 Oct 2007 18:03:01 +0000 (18:03 +0000)]
r25522: Convert to standard bool types.

16 years agor25518: Convert to standard bool types.
Jelmer Vernooij [Fri, 5 Oct 2007 17:24:50 +0000 (17:24 +0000)]
r25518: Convert to standard bool types.

16 years agor25516: Sorry, I reverted too much of r25448 in r25515.
Michael Adam [Fri, 5 Oct 2007 12:41:22 +0000 (12:41 +0000)]
r25516: Sorry, I reverted too much of r25448 in r25515.
These two fixes should have remained! Thanks to
Metze for pointing this out.

Michael

16 years agor25515: Revert r25448:
Michael Adam [Fri, 5 Oct 2007 12:05:40 +0000 (12:05 +0000)]
r25515: Revert r25448:

Immediate structures are *not* supportet by the native C compiler
at least on Solaris, Tru64 and HP-UX.

Michael

16 years agor25514: don't blindly overwrite the result last_reason,
Stefan Metzmacher [Fri, 5 Oct 2007 08:54:27 +0000 (08:54 +0000)]
r25514: don't blindly overwrite the result last_reason,
print the old one as warning...

metze

16 years agor25513: don't hide warnings in subunit mode
Stefan Metzmacher [Fri, 5 Oct 2007 08:53:13 +0000 (08:53 +0000)]
r25513: don't hide warnings in subunit mode

metze

16 years agor25512: reformat code...
Stefan Metzmacher [Fri, 5 Oct 2007 08:51:26 +0000 (08:51 +0000)]
r25512: reformat code...

metze

16 years agor25509: Extend the WINBIND-STRUCT-LOOKUP_NAME_SID test to also
Michael Adam [Thu, 4 Oct 2007 23:20:30 +0000 (23:20 +0000)]
r25509: Extend the WINBIND-STRUCT-LOOKUP_NAME_SID test to also
verify failure of the lookup for an invalid SID and an
invalid name.

Michael

16 years agor25504: run WINBIND tests for samba3
Stefan Metzmacher [Thu, 4 Oct 2007 14:51:11 +0000 (14:51 +0000)]
r25504: run WINBIND tests for samba3

metze

16 years agor25477: Add user and group retrieval functions (used in LIST_USERS/GROUPS tests).
Michael Adam [Wed, 3 Oct 2007 00:37:42 +0000 (00:37 +0000)]
r25477: Add user and group retrieval functions (used in LIST_USERS/GROUPS tests).

Add winbind separator and winbind domain name retrieval functions.

Add WINBIND-STRUCT-LOOKUP_NAME_SID test that walks through the list
of groups and names, converts each name with LOOKUPSID and the resulting
sid with LOOKUPNAME and compares the result with the original name.

Michael

16 years agor25471: Use macros for loadparm field names, should make migration to offsets rather...
Jelmer Vernooij [Tue, 2 Oct 2007 18:40:37 +0000 (18:40 +0000)]
r25471: Use macros for loadparm field names, should make migration to offsets rather than pointers easier later on.

16 years agor25469: Finish WINBIND-STRUCT-SHOW_SEQUENCE test:
Michael Adam [Tue, 2 Oct 2007 16:08:37 +0000 (16:08 +0000)]
r25469: Finish WINBIND-STRUCT-SHOW_SEQUENCE test:
* Extract retrieval of list of sequence numbers into its own function.
* Unclutter comment output.
* Add tests for BUILTIN and local domain not being disconnected.
* Improve use of torture_assert macros.

Michael

16 years agor25468: export WINBINDD_PRIV_PIPE_DIR
Stefan Metzmacher [Tue, 2 Oct 2007 15:56:33 +0000 (15:56 +0000)]
r25468: export WINBINDD_PRIV_PIPE_DIR

metze

16 years agor25467: use uppercase netbios name for samba3.
Stefan Metzmacher [Tue, 2 Oct 2007 15:55:34 +0000 (15:55 +0000)]
r25467: use uppercase netbios name for samba3.

metze

16 years agor25466: fix calculation of $expected_ret, when there're
Stefan Metzmacher [Tue, 2 Oct 2007 15:54:26 +0000 (15:54 +0000)]
r25466: fix calculation of $expected_ret, when there're
some expected and some unexpected failures within
one testsuite.

metze

16 years agor25465: improve plain output...
Stefan Metzmacher [Tue, 2 Oct 2007 15:53:26 +0000 (15:53 +0000)]
r25465: improve plain output...

metze

16 years agor25464: improve build-farm output...
Stefan Metzmacher [Tue, 2 Oct 2007 15:52:23 +0000 (15:52 +0000)]
r25464: improve build-farm output...

metze

16 years agor25463: revert accidently committed type changes for now, broke the build.
Jelmer Vernooij [Tue, 2 Oct 2007 15:02:19 +0000 (15:02 +0000)]
r25463: revert accidently committed type changes for now, broke the build.

16 years agor25462: Remove refernece to categories from js as well.
Jelmer Vernooij [Tue, 2 Oct 2007 14:29:20 +0000 (14:29 +0000)]
r25462: Remove refernece to categories from js as well.

16 years agor25461: Remove section headers in loadparm - trying to keep data and metadata separat...
Jelmer Vernooij [Tue, 2 Oct 2007 13:30:10 +0000 (13:30 +0000)]
r25461: Remove section headers in loadparm - trying to keep data and metadata separate and this should help when refactoring loadparm later on.

16 years agor25460: use common structure in param/generic.c
Jelmer Vernooij [Tue, 2 Oct 2007 13:00:33 +0000 (13:00 +0000)]
r25460: use common structure in param/generic.c

16 years agor25459: Avoid bashism. Reported by Björn Jacke.
Jelmer Vernooij [Tue, 2 Oct 2007 10:50:42 +0000 (10:50 +0000)]
r25459: Avoid bashism. Reported by Björn Jacke.

16 years agor25458: Fix warning
Jelmer Vernooij [Tue, 2 Oct 2007 10:19:00 +0000 (10:19 +0000)]
r25458: Fix warning

16 years agor25457: use different location for out-of-tree builds
Jelmer Vernooij [Tue, 2 Oct 2007 04:45:25 +0000 (04:45 +0000)]
r25457: use different location for out-of-tree builds

16 years agor25456: Avoid externs for charsets for now - it breaks openchange.
Jelmer Vernooij [Mon, 1 Oct 2007 23:26:37 +0000 (23:26 +0000)]
r25456: Avoid externs for charsets for now - it breaks openchange.

16 years agor25454: Use standard bool types in a couple more places.
Jelmer Vernooij [Mon, 1 Oct 2007 22:13:02 +0000 (22:13 +0000)]
r25454: Use standard bool types in a couple more places.

16 years agor25453: Fix include for NTSTATUS.
Jelmer Vernooij [Mon, 1 Oct 2007 21:38:15 +0000 (21:38 +0000)]
r25453: Fix include for NTSTATUS.

16 years agor25452: Move the creation of the server entry to the self join, as this makes
Andrew Bartlett [Mon, 1 Oct 2007 21:08:53 +0000 (21:08 +0000)]
r25452: Move the creation of the server entry to the self join, as this makes
no sense on a member server.

Andrew Bartlett

16 years agor25451: Rework the display of provision options to use printf syntax, and
Andrew Bartlett [Mon, 1 Oct 2007 21:08:06 +0000 (21:08 +0000)]
r25451: Rework the display of provision options to use printf syntax, and
avoid %s in the substituted strings from becoming a problem.

Andrew Bartlett

16 years agor25450: Make it easier to test with a particular version of OpenLDAP, by
Andrew Bartlett [Mon, 1 Oct 2007 21:07:07 +0000 (21:07 +0000)]
r25450: Make it easier to test with a particular version of OpenLDAP, by
setting OPENLDAP_PATH, move to using hdb as the backend (allows
subtree renames), and re-enable the --quiet option.

Andrew Bartlett

16 years agor25449: Add convenience function for opening the default smb.conf for openchange.
Jelmer Vernooij [Mon, 1 Oct 2007 19:46:00 +0000 (19:46 +0000)]
r25449: Add convenience function for opening the default smb.conf for openchange.

16 years agor25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer versions...
Jelmer Vernooij [Mon, 1 Oct 2007 19:30:27 +0000 (19:30 +0000)]
r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer versions of splint support immediate structures just fine.

16 years agor25447: Fix installation of headers. Patch by Brad Hards.
Jelmer Vernooij [Mon, 1 Oct 2007 18:58:38 +0000 (18:58 +0000)]
r25447: Fix installation of headers. Patch by Brad Hards.

16 years agor25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij [Mon, 1 Oct 2007 18:52:55 +0000 (18:52 +0000)]
r25446: Merge some changes I made on the way home from SFO:

2007-09-29 More higher-level passing around of lp_ctx.
2007-09-29 Fix warning.
2007-09-29 Pass loadparm contexts on a higher level.
2007-09-29 Avoid using global loadparm context.

16 years agor25444: Add an initial version of a WINBIND-STRUCT-GETPWENT test.
Michael Adam [Mon, 1 Oct 2007 15:49:56 +0000 (15:49 +0000)]
r25444: Add an initial version of a WINBIND-STRUCT-GETPWENT test.
To be extended...

Michael

16 years agor25443: Enhance the WINBINDD-STRUCT-SHOW_SEQUENCE test:
Michael Adam [Mon, 1 Oct 2007 15:45:01 +0000 (15:45 +0000)]
r25443: Enhance the WINBINDD-STRUCT-SHOW_SEQUENCE test:
Compare the lists of sequence numbers obtained by
(a) calling SHOW_SEQUENCE without domain argument and
(b) walking the list of trusted domains.
output the sequence numbers of the individual domains upon success.

Michael

16 years agor25440: Add simple WINBINDD_SETPWENT and WINBINDD_ENDPWENT tests.
Michael Adam [Sun, 30 Sep 2007 09:19:10 +0000 (09:19 +0000)]
r25440: Add simple WINBINDD_SETPWENT and WINBINDD_ENDPWENT tests.
WINBINDD_GETPWENT is to follow.

Michael

16 years agor25439: Extend the SHOW_SEQUENCE test somewhat to walk the list of trusted domains.
Michael Adam [Sun, 30 Sep 2007 09:15:04 +0000 (09:15 +0000)]
r25439: Extend the SHOW_SEQUENCE test somewhat to walk the list of trusted domains.

Michael

16 years agor25438: start samba3's winbindd in the selftest "dc" env
Stefan Metzmacher [Sun, 30 Sep 2007 09:08:10 +0000 (09:08 +0000)]
r25438: start samba3's winbindd in the selftest "dc" env

metze

16 years agor25437: let the default env for 'make testenv' depend on the target
Stefan Metzmacher [Sun, 30 Sep 2007 09:07:07 +0000 (09:07 +0000)]
r25437: let the default env for 'make testenv' depend on the target
as only samba4 supports the "member target yet.

metze

16 years agor25435: actually pass the statistics to the buildfarm output module
Stefan Metzmacher [Sun, 30 Sep 2007 08:26:53 +0000 (08:26 +0000)]
r25435: actually pass the statistics to the buildfarm output module
to calculate the SELFTEST RUNTIME correct

metze

16 years agor25433: - dcerpc_AuthType is a 8bit enum not 32bit
Stefan Metzmacher [Sun, 30 Sep 2007 07:12:10 +0000 (07:12 +0000)]
r25433: - dcerpc_AuthType is a 8bit enum not 32bit
- also add dcerpc_AuthLevel enum

metze

16 years agor25430: Add the loadparm context to all parametric options.
Jelmer Vernooij [Sat, 29 Sep 2007 18:00:19 +0000 (18:00 +0000)]
r25430: Add the loadparm context to all parametric options.

16 years agor25428: forward declarations of enums are not portable,
Stefan Metzmacher [Sat, 29 Sep 2007 15:16:38 +0000 (15:16 +0000)]
r25428: forward declarations of enums are not portable,
so pass struct cli_credentials *cred instead of
enum credentials_use_kerberos use_kerberos.

metze

16 years agor25427: fix SELFTEST RUNTIME calculation for the build-farm
Stefan Metzmacher [Sat, 29 Sep 2007 08:57:02 +0000 (08:57 +0000)]
r25427: fix SELFTEST RUNTIME calculation for the build-farm

metze

16 years agor25425: move LDB_MODULESDIR define into config.h
Stefan Metzmacher [Sat, 29 Sep 2007 07:57:13 +0000 (07:57 +0000)]
r25425: move LDB_MODULESDIR define into config.h
this hopefully fixes the build on some hosts

metze

16 years agor25421: SHLIBEXT comes in via samba's config.h already
Stefan Metzmacher [Sat, 29 Sep 2007 06:04:40 +0000 (06:04 +0000)]
r25421: SHLIBEXT comes in via samba's config.h already

metze

16 years agor25419: fix generation of git revision calculation
Stefan Metzmacher [Fri, 28 Sep 2007 23:40:47 +0000 (23:40 +0000)]
r25419: fix generation of git revision calculation

metze

16 years agor25411: Fix IPv6 socket backend.
Jelmer Vernooij [Fri, 28 Sep 2007 18:54:55 +0000 (18:54 +0000)]
r25411: Fix IPv6 socket backend.

16 years agor25410: Use C99 struct initialization.
Jelmer Vernooij [Fri, 28 Sep 2007 18:53:26 +0000 (18:53 +0000)]
r25410: Use C99 struct initialization.

16 years agor25409: Add SHOW_SEQUENCE winbind test (struct based).
Michael Adam [Fri, 28 Sep 2007 18:46:55 +0000 (18:46 +0000)]
r25409: Add SHOW_SEQUENCE winbind test (struct based).

Michael

16 years agor25404: fix the build
Stefan Metzmacher [Fri, 28 Sep 2007 05:19:37 +0000 (05:19 +0000)]
r25404: fix the build

metze

16 years agor25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij [Fri, 28 Sep 2007 01:17:46 +0000 (01:17 +0000)]
r25398: Parse loadparm context to all lp_*() functions.

16 years agor25395: Fix help for --socket-wrapper-pcap.
Jelmer Vernooij [Thu, 27 Sep 2007 23:44:38 +0000 (23:44 +0000)]
r25395: Fix help for --socket-wrapper-pcap.

16 years agor25394: Print out version info in test output for use by Samba 3.
Jelmer Vernooij [Thu, 27 Sep 2007 23:38:30 +0000 (23:38 +0000)]
r25394: Print out version info in test output for use by Samba 3.

16 years agor25392: Add loadparm context as argument in a couple more places.
Jelmer Vernooij [Thu, 27 Sep 2007 23:31:28 +0000 (23:31 +0000)]
r25392: Add loadparm context as argument in a couple more places.

16 years agor25386: add 'make testsuite' target that tries to at least compile
Stefan Metzmacher [Thu, 27 Sep 2007 22:47:25 +0000 (22:47 +0000)]
r25386: add 'make testsuite' target that tries to at least compile
smbtorture, smbclient and cifsdd which are used by samba3's
'make test' in future.

metze

16 years agor25385: Don't clutter the buildfarm output with SKIP: lines.
Jelmer Vernooij [Thu, 27 Sep 2007 22:18:06 +0000 (22:18 +0000)]
r25385: Don't clutter the buildfarm output with SKIP: lines.

16 years agor25384: Support DGRAM IPv6 sockets.
Jelmer Vernooij [Thu, 27 Sep 2007 21:17:44 +0000 (21:17 +0000)]
r25384: Support DGRAM IPv6 sockets.

16 years agor25383: Patch from Amin Azez <azez@ufomechanic.net> to give better message
Andrew Bartlett [Thu, 27 Sep 2007 20:45:42 +0000 (20:45 +0000)]
r25383: Patch from Amin Azez <azez@ufomechanic.net> to give better message
when a template file is missing.

Andrew Bartlett

16 years agor25379: Use loadparm context parameter in a lot more places.
Jelmer Vernooij [Thu, 27 Sep 2007 19:49:53 +0000 (19:49 +0000)]
r25379: Use loadparm context parameter in a lot more places.

16 years agor25377: Simplify code a little by employing commonly used functions.
Rafal Szczesniak [Thu, 27 Sep 2007 15:51:07 +0000 (15:51 +0000)]
r25377: Simplify code a little by employing commonly used functions.

rafal

16 years agor25376: Add the new file to the build.
Rafal Szczesniak [Thu, 27 Sep 2007 15:48:33 +0000 (15:48 +0000)]
r25376: Add the new file to the build.

rafal

16 years agor25375: Put commonly used functions in one place.
Rafal Szczesniak [Thu, 27 Sep 2007 15:47:43 +0000 (15:47 +0000)]
r25375: Put commonly used functions in one place.

rafal

16 years agor25374: create an enum for the authentication types instead of defining them as
Ronnie Sahlberg [Thu, 27 Sep 2007 03:40:04 +0000 (03:40 +0000)]
r25374: create an enum for the authentication types instead of defining them as
constants

16 years agor25373: add three more authentication types
Ronnie Sahlberg [Thu, 27 Sep 2007 03:17:24 +0000 (03:17 +0000)]
r25373: add three more authentication types

16 years agor25368: Add the test of group add routine.
Rafal Szczesniak [Thu, 27 Sep 2007 00:27:26 +0000 (00:27 +0000)]
r25368: Add the test of group add routine.

rafal

16 years agor25367: Add initial implementation of internal group add function.
Rafal Szczesniak [Thu, 27 Sep 2007 00:25:54 +0000 (00:25 +0000)]
r25367: Add initial implementation of internal group add function.

rafal

16 years agor25365: Clearer test names
Jelmer Vernooij [Wed, 26 Sep 2007 23:44:50 +0000 (23:44 +0000)]
r25365: Clearer test names

16 years agor25364: List skipped testsuites in summary only.
Jelmer Vernooij [Wed, 26 Sep 2007 23:36:07 +0000 (23:36 +0000)]
r25364: List skipped testsuites in summary only.

16 years agor25363: Move service code to separate module.
Jelmer Vernooij [Wed, 26 Sep 2007 23:24:47 +0000 (23:24 +0000)]
r25363: Move service code to separate module.

16 years agor25361: Specify share correctly for RPC-SAMBA3-SHARESEC, allow overriding share from...
Jelmer Vernooij [Wed, 26 Sep 2007 19:28:40 +0000 (19:28 +0000)]
r25361: Specify share correctly for RPC-SAMBA3-SHARESEC, allow overriding share from command-line in smbtorture.

16 years agor25360: Allow --skip to be specified more than once.
Jelmer Vernooij [Wed, 26 Sep 2007 19:25:50 +0000 (19:25 +0000)]
r25360: Allow --skip to be specified more than once.

16 years agor25359: Set up Samba3 as dc.
Jelmer Vernooij [Wed, 26 Sep 2007 19:23:54 +0000 (19:23 +0000)]
r25359: Set up Samba3 as dc.

16 years agor25356: Conversion from the old-style composite functions take 2.
Rafal Szczesniak [Wed, 26 Sep 2007 19:05:51 +0000 (19:05 +0000)]
r25356: Conversion from the old-style composite functions take 2.
Let's find out if NET-USERMOD test passes this time on
the build farm...

rafal

16 years agor25354: Thanks to Amin Azez <azez@ufomechanic.net> for finally getting me to
Andrew Bartlett [Wed, 26 Sep 2007 17:43:15 +0000 (17:43 +0000)]
r25354: Thanks to Amin Azez <azez@ufomechanic.net> for finally getting me to
fix a provision without an smb.conf already setup.

Andrew Bartlett

16 years agor25353: Disable one more swig link to for 'make install' to work.
Rafal Szczesniak [Wed, 26 Sep 2007 17:39:39 +0000 (17:39 +0000)]
r25353: Disable one more swig link to for 'make install' to work.

rafal

16 years agor25352: Add a basic WINBINDD_LIST_GROUPS test.
Michael Adam [Wed, 26 Sep 2007 16:53:35 +0000 (16:53 +0000)]
r25352: Add a basic WINBINDD_LIST_GROUPS test.

Michael

16 years agor25351: disable swig for now to get the build working
Andrew Tridgell [Wed, 26 Sep 2007 16:52:50 +0000 (16:52 +0000)]
r25351: disable swig for now to get the build working

16 years agor25350: Add an initial winbindd list-users test.
Michael Adam [Wed, 26 Sep 2007 16:46:20 +0000 (16:46 +0000)]
r25350: Add an initial winbindd list-users test.

Michael

16 years agor25349: add WINBIND-STRUCT-DSGETDCNAME test
Stefan Metzmacher [Wed, 26 Sep 2007 04:53:16 +0000 (04:53 +0000)]
r25349: add WINBIND-STRUCT-DSGETDCNAME test

metze

16 years agor25348: Start working on another Python wrapper.
Tim Potter [Wed, 26 Sep 2007 03:08:40 +0000 (03:08 +0000)]
r25348: Start working on another Python wrapper.

16 years agor25329: A solution to SWIG not being able to handle a structure and a function
Tim Potter [Wed, 26 Sep 2007 01:26:36 +0000 (01:26 +0000)]
r25329: A solution to SWIG not being able to handle a structure and a function
having the same name.  Hey we can now query nbt names from Python.

16 years agor25316: Remove last few instances of old BOOL type in librpc/.
Jelmer Vernooij [Tue, 25 Sep 2007 16:05:08 +0000 (16:05 +0000)]
r25316: Remove last few instances of old BOOL type in librpc/.

16 years agor25315: Revert my last change until I find out what's causing the
Rafal Szczesniak [Tue, 25 Sep 2007 05:59:57 +0000 (05:59 +0000)]
r25315: Revert my last change until I find out what's causing the
problem spotted by the builfarm.

rafal

16 years agor25312: Replace the old-style composite calls.
Rafal Szczesniak [Tue, 25 Sep 2007 04:24:39 +0000 (04:24 +0000)]
r25312: Replace the old-style composite calls.

rafal

16 years agor25310: Make sure we do not regress on r25309
Volker Lendecke [Mon, 24 Sep 2007 19:48:10 +0000 (19:48 +0000)]
r25310: Make sure we do not regress on r25309

16 years agor25308: Remove use of pstring.
Jelmer Vernooij [Mon, 24 Sep 2007 18:47:50 +0000 (18:47 +0000)]
r25308: Remove use of pstring.

16 years agor25307: add string_sub_talloc.
Jelmer Vernooij [Mon, 24 Sep 2007 16:43:16 +0000 (16:43 +0000)]
r25307: add string_sub_talloc.

16 years agor25306: Add tests for string_sub().
Jelmer Vernooij [Mon, 24 Sep 2007 15:55:26 +0000 (15:55 +0000)]
r25306: Add tests for string_sub().

16 years agor25305: Fix installation of missing headers.
Jelmer Vernooij [Mon, 24 Sep 2007 13:22:30 +0000 (13:22 +0000)]
r25305: Fix installation of missing headers.

16 years agor25304: Thankyou to Amin Azez <azez@ufomechanic.net> for pointing out that I
Andrew Bartlett [Mon, 24 Sep 2007 11:34:26 +0000 (11:34 +0000)]
r25304: Thankyou to Amin Azez <azez@ufomechanic.net> for pointing out that I
used subobj.ROLE and not subobj.SERVERROLE as the rest of the code
does.

Andrew Bartlett

16 years agor25303: Print out the options the provision script generated. This should
Andrew Bartlett [Mon, 24 Sep 2007 09:34:54 +0000 (09:34 +0000)]
r25303: Print out the options the provision script generated.  This should
help users produce predictable setups.

Andrew Bartlett

16 years agor25302: try to fix the build
Stefan Metzmacher [Mon, 24 Sep 2007 05:11:03 +0000 (05:11 +0000)]
r25302: try to fix the build

metze

16 years agor25301: Merge my includes.h cleanups.
Jelmer Vernooij [Sun, 23 Sep 2007 21:35:03 +0000 (21:35 +0000)]
r25301: Merge my includes.h cleanups.

16 years agor25300: Update howto.txt with modified provision syntax.
Andrew Bartlett [Sat, 22 Sep 2007 12:57:50 +0000 (12:57 +0000)]
r25300: Update howto.txt with modified provision syntax.

Andrew Bartlett