kai/samba.git
16 years agor24958: This is the final text, and the final version. I'll send the release save-diskspace-tags/samba-4.0.0alpha1
Andrew Bartlett [Tue, 4 Sep 2007 21:47:00 +0000 (23:47 +0200)]
r24958: This is the final text, and the final version. I'll send the release

mail shortly.

Andrew Bartlett

16 years agor24947: Forgot to merge this to release branch, so we got weird subs in
Andrew Bartlett [Tue, 4 Sep 2007 07:15:16 +0000 (09:15 +0200)]
r24947: Forgot to merge this to release branch, so we got weird subs in

named.conf example.

Andrew Bartlett

16 years agor24944: Merge acct_expiry fix to release branch.
Andrew Bartlett [Tue, 4 Sep 2007 03:57:54 +0000 (05:57 +0200)]
r24944: Merge acct_expiry fix to release branch.

Andrew Bartlett

16 years agor24919: Merge build fix and improved error strings to release branch.
Andrew Bartlett [Mon, 3 Sep 2007 05:58:18 +0000 (07:58 +0200)]
r24919: Merge build fix and improved error strings to release branch.

Andrew Bartlett

16 years agor24917: More thoughts on Samba4 release notes, readme etc.
Andrew Bartlett [Mon, 3 Sep 2007 03:36:19 +0000 (05:36 +0200)]
r24917: More thoughts on Samba4 release notes, readme etc.

Andrew Bartlett

16 years agor24916: (merge to release branch)
Andrew Bartlett [Mon, 3 Sep 2007 02:14:54 +0000 (04:14 +0200)]
r24916: (merge to release branch)

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 agor24912: Merge 'use more substituted variables' patch to release branch.
Andrew Bartlett [Sun, 2 Sep 2007 21:43:25 +0000 (23:43 +0200)]
r24912: Merge 'use more substituted variables' patch to release branch.

Andrew Bartlett

16 years agor24910: Merge named.conf patch by Andrew Kroeger <andrew@sprocks.gotdns.com>
Andrew Bartlett [Sun, 2 Sep 2007 21:29:48 +0000 (23:29 +0200)]
r24910: Merge named.conf patch by Andrew Kroeger <andrew@sprocks.gotdns.com>

into release branch.

Andrew Bartlett

16 years agor24858: Make the 'vampire' code work again - clearly nobody uses this...
Andrew Bartlett [Fri, 31 Aug 2007 21:13:18 +0000 (23:13 +0200)]
r24858: Make the 'vampire' code work again - clearly nobody uses this...

Andrew Bartlett

16 years agor24823: Without any better ideas as to how to fill out the WHATSNEW, I've
Andrew Bartlett [Fri, 31 Aug 2007 04:48:32 +0000 (06:48 +0200)]
r24823: Without any better ideas as to how to fill out the WHATSNEW, I've

stolen the text from the first TP.  Comments welcome...

Andrew Bartlett

16 years agor24821: Update the mkrelease.sh script and mkversion.sh to make releasing correct
Andrew Bartlett [Fri, 31 Aug 2007 00:35:16 +0000 (02:35 +0200)]
r24821: Update the mkrelease.sh script and mkversion.sh to make releasing correct

Samba4 tarballs harder to screw up.

Andrew Bartlett

16 years agor24819: We are preparing for alpha1, so update the mkversion script to cope with...
Andrew Bartlett [Fri, 31 Aug 2007 01:52:37 +0000 (01:52 +0000)]
r24819: We are preparing for alpha1, so update the mkversion script to cope with that.

Andrew Bartlett

16 years agor24817: Don't REG_NONE for all value types. Patch from
Jelmer Vernooij [Fri, 31 Aug 2007 00:52:47 +0000 (00:52 +0000)]
r24817: Don't REG_NONE for all value types. Patch from
Andrew Kroeger <andrew@sprocks.gotdns.com>

16 years agor24816: Move the rest of the contents of core.h to more appropriate places.
Jelmer Vernooij [Fri, 31 Aug 2007 00:31:32 +0000 (00:31 +0000)]
r24816: Move the rest of the contents of core.h to more appropriate places.
include/ now only contains build system related headers, all other headers are
now near the source code they're related to.

16 years agor24815: Support cpp_quote().
Jelmer Vernooij [Fri, 31 Aug 2007 00:03:54 +0000 (00:03 +0000)]
r24815: Support cpp_quote().

16 years agor24814: Fix headers, trim core.h even more.
Jelmer Vernooij [Thu, 30 Aug 2007 23:15:12 +0000 (23:15 +0000)]
r24814: Fix headers, trim core.h even more.

16 years agor24812: Fix headers for external users.
Jelmer Vernooij [Thu, 30 Aug 2007 22:25:59 +0000 (22:25 +0000)]
r24812: Fix headers for external users.

16 years agor24810: Don't collide with <time.h>
Jelmer Vernooij [Thu, 30 Aug 2007 20:42:07 +0000 (20:42 +0000)]
r24810: Don't collide with <time.h>

16 years agor24800: Don't execute RAW-SAMBA3POSIXTIMEDLOCK
Volker Lendecke [Thu, 30 Aug 2007 10:32:22 +0000 (10:32 +0000)]
r24800: Don't execute RAW-SAMBA3POSIXTIMEDLOCK

Thanks jelmer, I was not aware of the difference between knownfail and
skip

16 years agor24798: RAW-SAMBA3POSIXTIMEDLOCK
Volker Lendecke [Thu, 30 Aug 2007 09:51:33 +0000 (09:51 +0000)]
r24798: RAW-SAMBA3POSIXTIMEDLOCK

This adds the torture:localdir option, smbtorture expects the share to actually
reside in this directory. This might open up more solid posix vs cifs tests.

16 years agor24796: Add bounds checking to ntlm_auth, increase initial buffer size to 300 to...
Kai Blin [Thu, 30 Aug 2007 09:02:40 +0000 (09:02 +0000)]
r24796: Add bounds checking to ntlm_auth, increase initial buffer size to 300 to avoid
one talloc/fgets loop in the common case, which is slightly over 200 for the KK
response.

16 years agor24795: When talking to squid, allocate the buffer size dynamically.
Kai Blin [Thu, 30 Aug 2007 06:45:11 +0000 (06:45 +0000)]
r24795: When talking to squid, allocate the buffer size dynamically.

16 years agor24794: util_proto.h is no longer generated.
Jelmer Vernooij [Thu, 30 Aug 2007 02:02:04 +0000 (02:02 +0000)]
r24794: util_proto.h is no longer generated.

16 years agor24793: The subtree_rename module is a work of fiction. An resemblance to a
Andrew Bartlett [Thu, 30 Aug 2007 00:25:47 +0000 (00:25 +0000)]
r24793: The subtree_rename module is a work of fiction.  An resemblance to a
working module, live or dead, is purely co-incidental.

Andrew Bartlett

16 years agor24780: More work allowing libutil to be used by external users.
Jelmer Vernooij [Wed, 29 Aug 2007 13:07:03 +0000 (13:07 +0000)]
r24780: More work allowing libutil to be used by external users.

16 years agor24779: add 11 specific access rights that applies to accessmasks for User
Ronnie Sahlberg [Wed, 29 Aug 2007 12:51:46 +0000 (12:51 +0000)]
r24779: add 11 specific access rights that applies to accessmasks for User
objects on the samr pipe.

8 of these bits :
  get name etc
  get locale
  get loc com
  set attributes
  change password
  set password
  get groups
comes from wireshark/ethereal where they were added Aug 21 2002

http://anonsvn.wireshark.org/viewvc/viewvc.py/trunk/epan/dissectors/packet-dcerpc-samr.c?r1=5987&r2=6054

3 bits :
  get attributes
  get group membership
  change group membership
also come from wireshark/ethereal where they were added Jul 24 2003

http://anonsvn.wireshark.org/viewvc/viewvc.py/trunk/epan/dissectors/packet-dcerpc-samr.c?r1=8022&r2=8080

16 years agor24777: add 11 specific access rights to the access mask for
Ronnie Sahlberg [Wed, 29 Aug 2007 12:39:58 +0000 (12:39 +0000)]
r24777: add 11 specific access rights  to the access mask for
domains on the samr pipe

10 of these bits :
  lookup info 1
  set info 1
  lookup info 2
  set info 2
  create user
  create group
  create alias
  enum account
  open account
  set info 3
come from wireshark/ethereal and were added to wireshark in Aug 21 2002
http://anonsvn.wireshark.org/viewvc/viewvc.py/trunk/epan/dissectors/packet-dcerpc-samr.c?r1=5987&r2=6054

one bit
  lookup alias
also comes from wireshark where it was added in wireshark in Feb 21 2003

http://anonsvn.wireshark.org/viewvc/viewvc.py/trunk/epan/dissectors/packet-dcerpc-samr.c?r1=7173&r2=7178

16 years agor24775: add 5 specific access right bits for the accessmask that refers
Ronnie Sahlberg [Wed, 29 Aug 2007 12:22:15 +0000 (12:22 +0000)]
r24775: add 5 specific access right bits for the accessmask that refers
to Groups on the samr pipe

the five bits
  lookup info
  set info
  add member
  remove member
  get members
comes from the wireshark/ethereal sources where they were added in Aug
21 2002

http://anonsvn.wireshark.org/viewvc/viewvc.py/trunk/epan/dissectors/packet-dcerpc-samr.c?r1=5987&r2=6054

16 years agor24774: add 5 specific access mask bits for policy handles created for aliases
Ronnie Sahlberg [Wed, 29 Aug 2007 11:54:23 +0000 (11:54 +0000)]
r24774: add 5 specific access mask bits for policy handles created for aliases

these five access mask bits :
   add member
   remove members
   get members
   lookup info
   set info
come from wireshark/ethereal  where they were added to cvs in Aug 21  2002

http://anonsvn.wireshark.org/viewvc/viewvc.py/trunk/epan/dissectors/packet-dcerpc-samr.c?r1=5987&r2=6054

16 years agor24772: add a bitmap that describes 6 of the specific accessmask bits for
Ronnie Sahlberg [Wed, 29 Aug 2007 11:04:49 +0000 (11:04 +0000)]
r24772: add a bitmap that describes 6 of the specific accessmask bits for
policy handles that are create by Connect?() calls on the samr pipe.

these bits come from the wireshark/ethereal sources where they have
been documented for a long time.

the bits :
  connect to server
  initialize server
  create domain
were added to wireshark/ethereal in svn 8080   Jul 24 2003

the bits :
  open domain
  enum domain
  shutdown server
were added to wireshark/ethereal in svn 6054 Aug 21 2002

16 years agor24768: redo the pingpong torture using sync functions to make the code simpler
Ronnie Sahlberg [Wed, 29 Aug 2007 06:58:25 +0000 (06:58 +0000)]
r24768: redo the pingpong torture using sync functions to make the code simpler

16 years agor24767: add a torture test that performs "ping-pong" that works the same way as
Ronnie Sahlberg [Wed, 29 Aug 2007 05:45:24 +0000 (05:45 +0000)]
r24767: add a torture test that performs "ping-pong" that works the same way as
ping-pong.c

this is a manual test and only makes sense to be used in parallell with
the real ping-pong.c tool

16 years agor24766: forgot to commit this before. It is needed as this never terminates.
Andrew Tridgell [Wed, 29 Aug 2007 05:34:20 +0000 (05:34 +0000)]
r24766: forgot to commit this before. It is needed as this never terminates.

16 years agor24765: added a RAW-HOLD-OPLOCK test. This is a manual test, meant to be used
Andrew Tridgell [Wed, 29 Aug 2007 04:33:26 +0000 (04:33 +0000)]
r24765: added a RAW-HOLD-OPLOCK test. This is a manual test, meant to be used
to test the interaction of oplocks with local filesystem or NFS
access. You start it, then manually access the 4 files via another
mechanism (such as a shell) and see what oplock breaks you get

16 years agor24763: Allow users to leave out the transport in DCE/RPC binding strings. If the...
Jelmer Vernooij [Wed, 29 Aug 2007 02:01:56 +0000 (02:01 +0000)]
r24763: Allow users to leave out the transport in DCE/RPC binding strings. If the transport is not specified, it will be retrieved from the remote endpoint mapper or the IDL file.

This means that 'smbtorture localhost RPC-WINREG' works now.

16 years agor24761: Permit subtree renames in Samba4.
Andrew Bartlett [Wed, 29 Aug 2007 01:40:58 +0000 (01:40 +0000)]
r24761: Permit subtree renames in Samba4.

The module is scary: On a rename, it does a search for all entries
under that entry (including itself), and fires off a seperate rename
call for each result.  This will fail miserably on an LDAP backend,
but I'll need to work on using hdb for OpenLDAP, and hope Fedora DS
can implement subtree renames at some point.

Andrew Bartlett

16 years agor24760: Ensure we base64 encode any password being put into LDIF, to avoid
Andrew Bartlett [Wed, 29 Aug 2007 01:37:26 +0000 (01:37 +0000)]
r24760: Ensure we base64 encode any password being put into LDIF, to avoid
provision failures when some of the random password values are illigal
LDIF.

Andrew Bartlett

16 years agor24758: More use of torture API.
Jelmer Vernooij [Wed, 29 Aug 2007 00:56:13 +0000 (00:56 +0000)]
r24758: More use of torture API.

16 years agor24757: Try parsing a UNC location before a DCE/RPC binding string as the latter now
Jelmer Vernooij [Wed, 29 Aug 2007 00:04:40 +0000 (00:04 +0000)]
r24757: Try parsing a UNC location before a DCE/RPC binding string as the latter now
accepts strings not prefixed with a transport.

16 years agor24755: Use common code for finding the RPC binding in the torture tests.
Jelmer Vernooij [Tue, 28 Aug 2007 19:03:08 +0000 (19:03 +0000)]
r24755: Use common code for finding the RPC binding in the torture tests.

16 years agor24753: Allow host name in binding string without transport.
Jelmer Vernooij [Tue, 28 Aug 2007 17:45:57 +0000 (17:45 +0000)]
r24753: Allow host name in binding string without transport.

16 years agor24751: Run more tests, remove empty testsuites, more small improvements.
Jelmer Vernooij [Tue, 28 Aug 2007 16:24:18 +0000 (16:24 +0000)]
r24751: Run more tests, remove empty testsuites, more small improvements.

16 years agor24741: More use of the torture API.
Jelmer Vernooij [Tue, 28 Aug 2007 14:42:37 +0000 (14:42 +0000)]
r24741: More use of the torture API.

16 years agor24738: Fix one more use of pwrite in tdb code in the spirit of r23972 and r23977.
Michael Adam [Tue, 28 Aug 2007 14:25:46 +0000 (14:25 +0000)]
r24738: Fix one more use of pwrite in tdb code in the spirit of r23972 and r23977.

Michael

16 years agor24736: Convert to using torture API.
Jelmer Vernooij [Tue, 28 Aug 2007 13:49:34 +0000 (13:49 +0000)]
r24736: Convert to using torture API.

16 years agor24735: Use torture API in more places.
Jelmer Vernooij [Tue, 28 Aug 2007 12:54:27 +0000 (12:54 +0000)]
r24735: Use torture API in more places.

16 years agor24732: Add comments and fix memory leak.
Rafal Szczesniak [Tue, 28 Aug 2007 09:57:47 +0000 (09:57 +0000)]
r24732: Add comments and fix memory leak.

rafal

16 years agor24731: Remove unused code - if we hit these error conditions, then we are
Andrew Bartlett [Tue, 28 Aug 2007 05:43:26 +0000 (05:43 +0000)]
r24731: Remove unused code - if we hit these error conditions, then we are
dead anyway, and a segfault would leave us with more infomation.

Andrew Bartlett

16 years agor24730: Allow secrets entries to be for service principals.
Andrew Bartlett [Tue, 28 Aug 2007 04:35:29 +0000 (04:35 +0000)]
r24730: Allow secrets entries to be for service principals.

Andrew Bartlett

16 years agor24729: First try and publishing a DNS service account, for folks to play with.
Andrew Bartlett [Tue, 28 Aug 2007 04:28:02 +0000 (04:28 +0000)]
r24729: First try and publishing a DNS service account, for folks to play with.

The keytab in dns.keytab should (I hope) do the job.

Andrew Bartlett

16 years agor24728: Use more stock torture functions.
Jelmer Vernooij [Tue, 28 Aug 2007 00:16:58 +0000 (00:16 +0000)]
r24728: Use more stock torture functions.

16 years agor24727: Initialize variable.
Jelmer Vernooij [Mon, 27 Aug 2007 22:18:16 +0000 (22:18 +0000)]
r24727: Initialize variable.

16 years agor24726: Add tests for getting/setting security descriptors (still failing at the...
Jelmer Vernooij [Mon, 27 Aug 2007 22:01:58 +0000 (22:01 +0000)]
r24726: Add tests for getting/setting security descriptors (still failing at the moment)

16 years agor24725: Don't segfault if hive file can't be found
Jelmer Vernooij [Mon, 27 Aug 2007 21:24:44 +0000 (21:24 +0000)]
r24725: Don't segfault if hive file can't be found

16 years agor24724: Also install the .reg files for provisioning from an installed version.
Jelmer Vernooij [Mon, 27 Aug 2007 21:19:34 +0000 (21:19 +0000)]
r24724: Also install the .reg files for provisioning from an installed version.

16 years agor24723: Install the right headers for use by samba-gtk.
Jelmer Vernooij [Mon, 27 Aug 2007 21:17:29 +0000 (21:17 +0000)]
r24723: Install the right headers for use by samba-gtk.

16 years agor24721: Avoid True and False because they are only available within Samba.
Jelmer Vernooij [Mon, 27 Aug 2007 19:47:23 +0000 (19:47 +0000)]
r24721: Avoid True and False because they are only available within Samba.

16 years agor24718: Fix some compiler warnings.
Jelmer Vernooij [Mon, 27 Aug 2007 18:56:46 +0000 (18:56 +0000)]
r24718: Fix some compiler warnings.

16 years agor24717: Some more easy bool conversions, update TODO for registry
Jelmer Vernooij [Mon, 27 Aug 2007 18:43:18 +0000 (18:43 +0000)]
r24717: Some more easy bool conversions, update TODO for registry

16 years agor24715: Mark fstring and pstring as deprecated.
Jelmer Vernooij [Mon, 27 Aug 2007 18:32:51 +0000 (18:32 +0000)]
r24715: Mark fstring and pstring as deprecated.

16 years agor24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij [Mon, 27 Aug 2007 18:10:19 +0000 (18:10 +0000)]
r24712: No longer expose the 'BOOL' data type in any interfaces.

16 years agor24710: Use standard boolean type for easier use by external users.
Jelmer Vernooij [Mon, 27 Aug 2007 17:21:16 +0000 (17:21 +0000)]
r24710: Use standard boolean type for easier use by external users.

16 years agor24709: Convert perl test harness output to subunit for nicer display.
Jelmer Vernooij [Mon, 27 Aug 2007 16:27:23 +0000 (16:27 +0000)]
r24709: Convert perl test harness output to subunit for nicer display.

16 years agor24708: Move subunit code to a separate module.
Jelmer Vernooij [Mon, 27 Aug 2007 15:15:38 +0000 (15:15 +0000)]
r24708: Move subunit code to a separate module.

16 years agor24707: Remove some more cruft from the test list generation code.
Jelmer Vernooij [Mon, 27 Aug 2007 14:38:13 +0000 (14:38 +0000)]
r24707: Remove some more cruft from the test list generation code.

16 years agor24706: Move nmblookup tests to separate blackbox testsuite.
Jelmer Vernooij [Mon, 27 Aug 2007 14:36:22 +0000 (14:36 +0000)]
r24706: Move nmblookup tests to separate blackbox testsuite.

16 years agor24705: Avoid undefined value warnings.
Jelmer Vernooij [Mon, 27 Aug 2007 14:06:25 +0000 (14:06 +0000)]
r24705: Avoid undefined value warnings.

16 years agor24704: Fix bug in the registry patch code.. all the more proves this code needs...
Jelmer Vernooij [Mon, 27 Aug 2007 13:53:18 +0000 (13:53 +0000)]
r24704: Fix bug in the registry patch code.. all the more proves this code needs tests.

16 years agor24703: Use standard registry diff files when provisioning rather than
Jelmer Vernooij [Mon, 27 Aug 2007 13:13:08 +0000 (13:13 +0000)]
r24703: Use standard registry diff files when provisioning rather than
LDIF files for the registry files.

16 years agor24700: added auto-reconnect to BENCH-NBENCH. Used for testing cluster
Andrew Tridgell [Mon, 27 Aug 2007 11:17:48 +0000 (11:17 +0000)]
r24700: added auto-reconnect to BENCH-NBENCH. Used for testing cluster
failover

this is based on a patch from Dmitry Shatrov, with some mods from me

16 years agor24698: Patch from Andrew Kroeger <andrew@sprocks.gotdns.com> to fix Bug
Andrew Bartlett [Mon, 27 Aug 2007 10:16:54 +0000 (10:16 +0000)]
r24698: Patch from Andrew Kroeger <andrew@sprocks.gotdns.com> to fix Bug
#4521: smbclient crashes during tab completion when tab hit twice.

The readline magic is beyond me, but this seems to do the trick.

Andrew Bartlett

16 years agor24697: Excelent patch and detective work by Matthias Wallnöfer
Andrew Bartlett [Mon, 27 Aug 2007 02:31:51 +0000 (02:31 +0000)]
r24697: Excelent patch and detective work by Matthias Wallnöfer
<mwallnoefer@yahoo.de> noticing that:

> The error was caused by info1 that is'nt talloced but rather static.

In fact, no caller supplies info1 as a valid talloc context - other
callers supply an element into the array.

Andrew Bartlett

16 years agor24696: Fix bug 4918 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>
Andrew Bartlett [Mon, 27 Aug 2007 02:26:24 +0000 (02:26 +0000)]
r24696: Fix bug 4918 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>
with a patch from Andrew Kroeger <andrew@sprocks.gotdns.com>.

The changes to samldb_fill_foreignSecurityPrincipal_object() look much
larger then they are: We just skip all the objectSid generation if the
SID is supplied.

By providing a few more objects, standard dialogs on the clients are
better behaved, for these 'well known' users.

Andrew Bartlett

16 years agor24695: Now the Samba4 passes this test, remove the skip...
Andrew Bartlett [Mon, 27 Aug 2007 01:55:03 +0000 (01:55 +0000)]
r24695: Now the Samba4 passes this test, remove the skip...

Andrew Bartlett

16 years agor24694: Remove objectCategory entries from the setup templates. These can be
Andrew Bartlett [Mon, 27 Aug 2007 01:54:32 +0000 (01:54 +0000)]
r24694: Remove objectCategory entries from the setup templates.  These can be
autogenerated by the objectclass module when the the entries are
added.

Andrew Bartlett

16 years agor24693: Test search options in ldb blackbox testing.
Andrew Bartlett [Mon, 27 Aug 2007 01:46:09 +0000 (01:46 +0000)]
r24693: Test search options in ldb blackbox testing.

Andrew Bartlett

16 years agor24692: Color expected fialures orange rather than green.
Jelmer Vernooij [Mon, 27 Aug 2007 00:38:42 +0000 (00:38 +0000)]
r24692: Color expected fialures orange rather than green.

16 years agor24691: All smbclient blackbox tests pass.
Jelmer Vernooij [Mon, 27 Aug 2007 00:36:26 +0000 (00:36 +0000)]
r24691: All smbclient blackbox tests pass.

16 years agor24690: Further fix to bug 4919: Ensure we don't supply a NULL URL argument to
Andrew Bartlett [Mon, 27 Aug 2007 00:31:14 +0000 (00:31 +0000)]
r24690: Further fix to bug 4919: Ensure we don't supply a NULL URL argument to
ldb_connect_backend().

Andrew Bartlett

16 years agor24689: There is no such test as LDAP-UPTODATENESS.
Jelmer Vernooij [Mon, 27 Aug 2007 00:21:37 +0000 (00:21 +0000)]
r24689: There is no such test as LDAP-UPTODATENESS.

16 years agor24688: Make output subunit-parseable.
Jelmer Vernooij [Mon, 27 Aug 2007 00:19:45 +0000 (00:19 +0000)]
r24688: Make output subunit-parseable.

16 years agor24687: Registry tests are succeeding now so remove from known failure list, add...
Jelmer Vernooij [Sun, 26 Aug 2007 23:22:54 +0000 (23:22 +0000)]
r24687: Registry tests are succeeding now so remove from known failure list, add summary page with failures and skipped tests to html output.

16 years agor24686: Make sure control messages are on a new line.
Jelmer Vernooij [Sun, 26 Aug 2007 22:20:02 +0000 (22:20 +0000)]
r24686: Make sure control messages are on a new line.

16 years agor24685: Don't warn about iconv tests not being usable until they're actually being...
Jelmer Vernooij [Sun, 26 Aug 2007 22:15:44 +0000 (22:15 +0000)]
r24685: Don't warn about iconv tests not being usable until they're actually being run.

16 years agor24684: Be a bit less verbose
Jelmer Vernooij [Sun, 26 Aug 2007 22:12:02 +0000 (22:12 +0000)]
r24684: Be a bit less verbose

16 years agor24683: Add two more tests.
Jelmer Vernooij [Sun, 26 Aug 2007 21:52:27 +0000 (21:52 +0000)]
r24683: Add two more tests.

16 years agor24682: forgot to actually make the new test buil...
Rafal Szczesniak [Sun, 26 Aug 2007 21:49:23 +0000 (21:49 +0000)]
r24682: forgot to actually make the new test buil...

rafal

16 years agor24681: add basic test of libnet_GroupInfo function.
Rafal Szczesniak [Sun, 26 Aug 2007 21:48:26 +0000 (21:48 +0000)]
r24681: add basic test of libnet_GroupInfo function.

rafal

16 years agor24680: fix a couple of stupid typos from previous commit.
Rafal Szczesniak [Sun, 26 Aug 2007 21:47:16 +0000 (21:47 +0000)]
r24680: fix a couple of stupid typos from previous commit.

rafal

16 years agor24679: Add (raw and untested) implementation of libnet_GroupInfo function.
Rafal Szczesniak [Sun, 26 Aug 2007 20:25:39 +0000 (20:25 +0000)]
r24679: Add (raw and untested) implementation of libnet_GroupInfo function.

rafal

16 years agor24678: More improvements to html output; list unexpected successes and failures...
Jelmer Vernooij [Sun, 26 Aug 2007 20:14:28 +0000 (20:14 +0000)]
r24678: More improvements to html output; list unexpected successes and failures seperately from expected ones.

16 years agor24677: Also add built flex file for people that don't have lex.
Jelmer Vernooij [Sun, 26 Aug 2007 20:07:12 +0000 (20:07 +0000)]
r24677: Also add built flex file for people that don't have lex.

16 years agor24676: Fix pointers being used rather than the data they point at - caught by the...
Jelmer Vernooij [Sun, 26 Aug 2007 20:05:13 +0000 (20:05 +0000)]
r24676: Fix pointers being used rather than the data they point at - caught by the IRIX compiler.

16 years agor24675: Specify mode to mkdir, as required by some versions of perl.
Jelmer Vernooij [Sun, 26 Aug 2007 20:00:56 +0000 (20:00 +0000)]
r24675: Specify mode to mkdir, as required by some versions of perl.

16 years agor24674: Make sure results are always on a new line, fix typo in test name.
Jelmer Vernooij [Sun, 26 Aug 2007 19:58:40 +0000 (19:58 +0000)]
r24674: Make sure results are always on a new line, fix typo in test name.

16 years agor24673: Put lex/yacc output under version control for hosts that don't have those...
Jelmer Vernooij [Sun, 26 Aug 2007 19:14:13 +0000 (19:14 +0000)]
r24673: Put lex/yacc output under version control for hosts that don't have those tools.

16 years agor24672: Add dummy variable to prevent errors on some compilers.
Jelmer Vernooij [Sun, 26 Aug 2007 19:09:40 +0000 (19:09 +0000)]
r24672: Add dummy variable to prevent errors on some compilers.

16 years agor24671: More improvements to the HTML test suite results: hide
Jelmer Vernooij [Sun, 26 Aug 2007 19:07:46 +0000 (19:07 +0000)]
r24671: More improvements to the HTML test suite results: hide
control messages, improve summary, stylesheet.

16 years agor24670: Use torture functions for settings.
Jelmer Vernooij [Sun, 26 Aug 2007 18:24:12 +0000 (18:24 +0000)]
r24670: Use torture functions for settings.

16 years agor24669: Add CSS to the test run HTML output. See http://samba.org/~jelmer/ for an
Jelmer Vernooij [Sun, 26 Aug 2007 16:56:41 +0000 (16:56 +0000)]
r24669: Add CSS to the test run HTML output. See samba.org/~jelmer/ for an
example of the current output.