autobuild: intermittent test failure detected

2012-12-09 Thread autobuild
The autobuild test system has detected an intermittent failing test in 
the current master tree.

The autobuild log of the failure is available here:

   http://git.samba.org/autobuild.flakey/2012-12-09-0932/flakey.log

The samba3 build logs are available here:

   http://git.samba.org/autobuild.flakey/2012-12-09-0932/samba3.stderr
   http://git.samba.org/autobuild.flakey/2012-12-09-0932/samba3.stdout

The source4 build logs are available here:

   http://git.samba.org/autobuild.flakey/2012-12-09-0932/samba.stderr
   http://git.samba.org/autobuild.flakey/2012-12-09-0932/samba.stdout
  
The top commit at the time of the failure was:

commit b6e2be8e147b4d34a0424a8851b03b24f180048c
Author: Alexander Bokovoy a...@samba.org
Date:   Sat Dec 8 17:57:20 2012 +0200

wafsamba: replace try:except: case with explicit comment about FIPS mode

Since exceptions will be caught be outer try:except: pair anyway, mark
the test of MD5 code by the comment that explains why we need to really
test it.

Do it for both hashlib.md5 and md5 modules.

Autobuild-User(master): Alexander Bokovoy a...@samba.org
Autobuild-Date(master): Sat Dec  8 18:41:07 CET 2012 on sn-devel-104


autobuild: intermittent test failure detected

2012-12-09 Thread autobuild
The autobuild test system has detected an intermittent failing test in 
the current master tree.

The autobuild log of the failure is available here:

   http://git.samba.org/autobuild.flakey/2012-12-09-1427/flakey.log

The samba3 build logs are available here:

   http://git.samba.org/autobuild.flakey/2012-12-09-1427/samba3.stderr
   http://git.samba.org/autobuild.flakey/2012-12-09-1427/samba3.stdout

The source4 build logs are available here:

   http://git.samba.org/autobuild.flakey/2012-12-09-1427/samba.stderr
   http://git.samba.org/autobuild.flakey/2012-12-09-1427/samba.stdout
  
The top commit at the time of the failure was:

commit b6e2be8e147b4d34a0424a8851b03b24f180048c
Author: Alexander Bokovoy a...@samba.org
Date:   Sat Dec 8 17:57:20 2012 +0200

wafsamba: replace try:except: case with explicit comment about FIPS mode

Since exceptions will be caught be outer try:except: pair anyway, mark
the test of MD5 code by the comment that explains why we need to really
test it.

Do it for both hashlib.md5 and md5 modules.

Autobuild-User(master): Alexander Bokovoy a...@samba.org
Autobuild-Date(master): Sat Dec  8 18:41:07 CET 2012 on sn-devel-104


[SCM] Samba Shared Repository - branch master updated

2012-12-09 Thread Stefan Metzmacher
The branch, master has been updated
   via  ade5bfd s4-torture: call the s4u2self tests with arcfour and aes.
   via  d0bad6c s4-torture: precalculate expected session keys from 
samlogon in schannel test.
   via  f6cb804 libcli/auth: support AES decryption in 
netlogon_creds_decrypt_samlogon().
   via  be296a2 libcli/auth: remove trailing whitespace.
   via  f2d9589 s3-auth: remove crypto from serverinfo_to_SamInfoX calls.
   via  c1fb595 s3-rpc_server: Remove obsolete process_creds boolean in 
samlogon server.
   via  7f435bd s3-auth: session keys in validation level 6 samlogon 
replies are *not* encrypted.
   via  6452892 s3-rpc_server: support AES for interactive netlogon 
samlogon password decryption.
   via  7157263 s4-rpc_server: support AES encryption in interactive and 
generic samlogon.
   via  a52115c s3-rpc_server: we need to encrypt OWFs using DES in 
_netr_ServerGetTrustInfo().
   via  6aec126 s4-torture: validate owf password hash and negotiate AES in 
forest trust test.
   via  83b00af s4-torture: validate owf password hash and negotiate AES 
ServerGetTrustInfo test.
   via  306a78d s3-rpc_server: pass down netlogon cred state in 
_netr_ServerGetTrustInfo().
   via  fd70870 s4-torture: use netlogon_creds_arcfour_crypt() in samba3rpc 
test.
   via  4afb7dc s4-torture: exit early when join fails in samba3rpc tests.
   via  5089442 s4-torture: support AES encryption in interactive samlogon 
tests in rpc.samr.
   via  d94f012 s4-torture: support AES encryption in pac_verify/generic 
samlogon netlogon tests.
   via  3dffd29 s4-torture: use names for r.in.logon_level of netlogon 
samlogon requests.
   via  7ea9da0 s4-torture: remove trailing whitespace in smbtorture 
remote_pac test.
   via  c6f4745 s3-rpc_client: use netlogon_creds_aes_encrypt in 
interactive netlogon samlogon.
   via  01e6970 s4-rpc_server: support AES decryption in 
netr_ServerPasswordSet2 server.
   via  3dc8c20 s4-torture: add AES support for netr_ServerPasswordSet2 
tests.
   via  0a09160 s4-torture: pass down netlogon flags in 
netr_ServerPasswordSet2 tests.
   via  d1f481f s4-torture: remove trailing whitespace from netlogon test.
   via  1362d54 s3-rpc_server: support AES decryption in 
netr_ServerPasswordSet2 server.
   via  6434501 s3-rpc_client: support AES encryption in 
netr_ServerPasswordSet2 client.
   via  ec06c81 s3-rpc_client: use netlogon_creds_arcfour_crypt() in 
init_netr_CryptPassword.
   via  429600c libcli/auth: add netlogon_creds_aes_{en|de}crypt routines.
  from  b6e2be8 wafsamba: replace try:except: case with explicit comment 
about FIPS mode

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -
commit ade5bfd304cc806758a58f04b35834cd730dd9ba
Author: Günther Deschner g...@samba.org
Date:   Fri Dec 7 12:51:10 2012 +0100

s4-torture: call the s4u2self tests with arcfour and aes.

Guenther

Signed-off-by: Günther Deschner g...@samba.org
Signed-off-by: Stefan Metzmacher me...@samba.org

Autobuild-User(master): Stefan Metzmacher me...@samba.org
Autobuild-Date(master): Sun Dec  9 21:24:44 CET 2012 on sn-devel-104

commit d0bad6c3350698b26ba009bb0c91d0265cc22f60
Author: Günther Deschner g...@samba.org
Date:   Fri Dec 7 12:57:18 2012 +0100

s4-torture: precalculate expected session keys from samlogon in schannel 
test.

Guenther

Signed-off-by: Günther Deschner g...@samba.org
Reviewed-by: Stefan Metzmacher me...@samba.org

commit f6cb8049b2fe62054d254a006b8a39f000d1d1d5
Author: Günther Deschner g...@samba.org
Date:   Fri Dec 7 12:38:16 2012 +0100

libcli/auth: support AES decryption in netlogon_creds_decrypt_samlogon().

Guenther

Signed-off-by: Günther Deschner g...@samba.org
Reviewed-by: Stefan Metzmacher me...@samba.org

commit be296a21fc509cacaedb5aad0c3ca4ccd44b4a62
Author: Günther Deschner g...@samba.org
Date:   Fri Dec 7 01:05:00 2012 +0100

libcli/auth: remove trailing whitespace.

Guenther

Signed-off-by: Günther Deschner g...@samba.org
Reviewed-by: Stefan Metzmacher me...@samba.org

commit f2d9589b178c0e3374e1c1ad363639b9e2bdce5f
Author: Günther Deschner g...@samba.org
Date:   Thu Dec 6 15:21:02 2012 +0100

s3-auth: remove crypto from serverinfo_to_SamInfoX calls.

All crypto is dealt with within the netlogon samlogon server now.

Guenther

Signed-off-by: Günther Deschner g...@samba.org
Reviewed-by: Stefan Metzmacher me...@samba.org

commit c1fb595081c2b0bf66bce06c09750f53e8031311
Author: Günther Deschner g...@samba.org
Date:   Thu Dec 6 14:54:25 2012 +0100

s3-rpc_server: Remove obsolete process_creds boolean in samlogon server.

Guenther

Signed-off-by: Günther Deschner g...@samba.org
Reviewed-by: Stefan Metzmacher me...@samba.org

commit 

[SCM] Samba Shared Repository - branch v4-0-test updated

2012-12-09 Thread Karolin Seeger
The branch, v4-0-test has been updated
   via  71df5a6 WHATSNEW: Add changes since rc6.
   via  91d2752 wafsamba: Make sure md5 is really work before using it or 
overriding the hash function
   via  25eb1af Fix bug #9471 - SEGV when using second vfs module.
  from  1cd24d5 build: Install .po files for SWAT intl support

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -
commit 71df5a66d3679e4dabb9ae967a258af55a8a7b4d
Author: Karolin Seeger ksee...@samba.org
Date:   Sun Dec 9 21:07:37 2012 +0100

WHATSNEW: Add changes since rc6.

Karolin

Autobuild-User(v4-0-test): Karolin Seeger ksee...@samba.org
Autobuild-Date(v4-0-test): Sun Dec  9 22:51:12 CET 2012 on sn-devel-104

commit 91d27520dfec5817e2e3e6826f7c7aa2ed42319b
Author: Alexander Bokovoy a...@samba.org
Date:   Fri Dec 7 17:36:02 2012 +0200

wafsamba: Make sure md5 is really work before using it or overriding the 
hash function

In FIPS mode importing md5 Python module will not cause any error but 
calling md5.md5()
function will throw ValueError since md5 is not available.

Make sure md5.md5() actually works and if not, fall back to use hash 
replacement that
we already have in wafsamba.

Reviewed-by: Andreas Schneider a...@samba.org

Autobuild-User(master): Andreas Schneider a...@cryptomilk.org
Autobuild-Date(master): Sat Dec  8 13:30:07 CET 2012 on sn-devel-104
(cherry picked from commit 56d9c8c4bf29eb473f9f4e7a7ef16fc6020db6b5)

Signed-off-by: Andreas Schneider a...@samba.org

Fix bug #9479 - Support FIPS mode when building Samba.

commit 25eb1af07cc09e5e019a0702c60a763cc3266196
Author: Tsukasa Hamano ham...@osstech.co.jp
Date:   Thu Dec 6 13:01:33 2012 -0800

Fix bug #9471 - SEGV when using second vfs module.

Don't use default_classname_table when we obviously shoud be using
classname_table.

Reviewed by: Jeremy Allison j...@samba.org
Reviewed-by: Michael Adam ob...@samba.org

Autobuild-User(master): Michael Adam ob...@samba.org
Autobuild-Date(master): Fri Dec  7 17:51:50 CET 2012 on sn-devel-104
(cherry picked from commit 16d725b4f5ed77db865e2a3c27ae0eb4accca5a8)

---

Summary of changes:
 WHATSNEW.txt   |   32 
 buildtools/wafsamba/samba_utils.py |8 
 lib/util/debug.c   |2 +-
 3 files changed, 41 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 355de80..004c252 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -181,6 +181,38 @@ smb.conf changes
winbindd socket directory   New
 
 
+CHANGES SINCE 4.0.0rc6
+==
+
+o   Michael Adam ob...@samba.org
+* BUG 9456: developer-build: Fix panic when acl_xattr fails with access
+  denied.
+
+
+o   Jeremy Allison j...@samba.org
+* BUG 9462: Users can not be given write permissions any more by default.
+
+
+o   Andrew Bartlett abart...@samba.org
+* BUG 9415: Install SWAT *.msg files with waf.
+
+
+o   Alexander Bokovoy a...@samba.org
+* BUG 9479: Support FIPS mode when building Samba.
+
+
+o   Tsukasa Hamano ham...@osstech.co.jp
+* BUG 9471: Fix SEGV when using second vfs module.
+
+
+o   Andreas Schneider a...@samba.org
+* BUG 9459: Install manpages only if we install the target.
+
+
+o   Richard Sharpe realrichardsha...@gmail.com
+* BUG 9460: Respond correctly to FILE_STREAM_INFO requests.
+
+
 CHANGES SINCE 4.0.0rc5
 ==
 
diff --git a/buildtools/wafsamba/samba_utils.py 
b/buildtools/wafsamba/samba_utils.py
index c1869df..cab87a4 100644
--- a/buildtools/wafsamba/samba_utils.py
+++ b/buildtools/wafsamba/samba_utils.py
@@ -388,9 +388,17 @@ def RUN_COMMAND(cmd,
 # make sure we have md5. some systems don't have it
 try:
 from hashlib import md5
+try:
+foo = md5.md5('abcd')
+except ValueError:
+raise
 except:
 try:
 import md5
+try:
+foo = md5.md5('abcd')
+except ValueError:
+raise
 except:
 import Constants
 Constants.SIG_NIL = hash('abcd')
diff --git a/lib/util/debug.c b/lib/util/debug.c
index 15a2452..7509f90 100644
--- a/lib/util/debug.c
+++ b/lib/util/debug.c
@@ -1007,7 +1007,7 @@ bool dbghdrclass(int level, int cls, const char 
*location, const char *func)
slprintf(header_str + hs_len,
 sizeof(header_str) -1 - hs_len,
 , class=%s,
-default_classname_table[cls]);
+classname_table[cls]);
}
 
/* Print it all out at once to prevent split syslog output. */


-- 
Samba Shared Repository


[SCM] Samba Shared Repository - branch v3-6-stable updated

2012-12-09 Thread Karolin Seeger
The branch, v3-6-stable has been updated
   via  89cb247 WHATSNEW: Prepare release notes for Samba 3.6.10.
   via  801a704 Fix bug #9460 - Samba 3.6.x and Master respond incorrectly 
to FILE_STREAM_INFO requests.
   via  5f9cf80 s3-net: Fix DEBUG() location.
   via  9de2d87 s3-net: give more control how to update/register DNS 
entries.
   via  88d57bc s3-net: pass down a flags field to DoDNSUpdate().
   via  22bff5f s3-net: move out some prototypes to net_dns.h.
   via  2143dd8 s3-net: pass down struct net_context to the dns update 
calls.
   via  ac36194 Final part of #9374 - Allow smb2.acls torture test to pass 
against smbd with a POSIX ACLs backend.
   via  3da9c3d More for #9374 - Allow smb2.acls torture test to pass 
against smbd with a POSIX ACLs backend.
   via  3c94475 Ensure when calculating the access mask for 
MAXIMUM_ALLOWED_ACCESS that we add in FILE_READ_ATTRIBUTES, even if this 
doesn't come from the file/directory ACL.
   via  7f68710 Add comment explaining exactly *why* we don't check 
FILE_READ_ATTRIBUTES when evaluating file/directory ACE's.
   via  43c2b1a First part of #9374 - Allow smb2.acls torture test to pass 
against smbd with a POSIX ACLs backend.
   via  2beafab Use work around for 'winbind use default domain' only if it 
is set
   via  e00a8b1 s3-winbind: use new reconnect logic in rpc_lookup_sids() 
also.
   via  48b9e78 s3-winbindd: rework reconnect logic in 
winbindd_lookup_names().
   via  a5aa6b6 s3-winbindd: rework reconnect logic in 
winbindd_lookup_sids().
   via  38a7d54 s3-winbindd: remove lookup_sids_fn_t.
   via  c18689c s3-winbindd: remove lookup_names_fn_t.
   via  17a3e0f s3-rpc_client: make dcerpc_lsa_lookup_names_generic() 
public.
   via  078904b s3-rpc_cli: make dcerpc_lsa_lookup_sids_generic() public.
   via  8824ce1 s3-winbindd: add cm_connect_lsat().
   via  c3f7d01 s3-rpc_cli: Remove some unused wrapping code.
   via  7a354f8 s3: Make winbindd_lookup_names static
   via  5c6b050 spoolss: fix segfault when default devmode is disabled
   via  184ae80 BUG 9436: Fix leaking sockets of SMB connections to a DC.
   via  b61a99c Fix MD5 detection in the autoconf build
   via  4c2863c Fix Bug 9422 - large read requests cause server to issue 
malformed reply (cherry picked from commit 
ecc9f5bdb8c56853a37ff6e980fed815fc5ee0a9)
   via  f49eecb s3-rpc_client: lookup nametype 0x20 in 
rpc_pipe_open_tcp_port(). (bug #9426)
   via  b5d5966 lib/addns: don't depend on the order in resp-answers[]
   via  fff6962 lib/addns: remove pointless check for resp-num_additionals 
!= 1
   via  abd85a2 lib/replace: replace all *printf function if we replace 
snprintf (bug #9390)
   via  b526723 libreplace: Fix symbol names for 
snprintf/asprintf/vasprintf.
   via  692b817 Another fix needed for bug #9236 - ACL masks incorrectly 
applied when setting ACLs.
   via  92280d2 s3-kerberos: also try with AES keys, when decrypting 
tickets.
   via  f8034f4 s3-libsmb: make sure we copy at most 16 bytes in 
cli_set_session_key().
   via  54cfef6 samba: check for AES encryption type defines.
   via  0926ca6 s3:winbind: BUG 9386: Failover if netlogon pipe is not 
available.
   via  a625f1b lib/krb5_wrap: request enc_types in the correct order (bug 
#9272)
   via  8c10d64 s3-kerberos: add aes enctypes to generated krb5.conf.
   via  b7138c3 s3-krb5: use and request AES keys in kerberos operations.
   via  4384833 s3-aio_pthread: Optimize aio_pthread_handle_completion
   via  8679684 lib/tsocket: optimize syscalls in tstream_readv_pdu_send()
   via  70a6cc8 lib/tsocket: disable the syscall optimization for 
recvfrom/readv by default
   via  81130a5 docs-xml: fix use of smbconfoption tag (fix bug #9345)
   via  fa81342 s4:torture/smb2: improve the smb2.create.blob test
   via  841e157 BUG 9326: Fix net ads join message for the dns domain.
   via  b68dca6 pam_winbind: fix segfault in pam_sm_authenticate()
  from  c59fdd9 WHATSNEW: Start release notes for Samba 3.6.10.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-stable


- Log -
commit 89cb2474a635ba3fc68eb2816f9fca62b329dd1f
Author: Karolin Seeger ksee...@samba.org
Date:   Thu Dec 6 10:26:19 2012 +0100

WHATSNEW: Prepare release notes for Samba 3.6.10.

Karolin
(cherry picked from commit 29b36a1fb4e494be0851ebbea17a22839a344bf3)

commit 801a7047d570b5edf04efdc07f84fc251c0cd860
Author: Richard Sharpe realrichardsha...@gmail.com
Date:   Tue Dec 4 17:21:29 2012 -0800

Fix bug #9460 - Samba 3.6.x and Master respond incorrectly to 
FILE_STREAM_INFO requests.

Ensure we check the buffer size correctly.

Reviewed by: Jeremy Allison j...@samba.org

Autobuild-User(master): Jeremy Allison j...@samba.org
Autobuild-Date(master): Thu Dec  6 01:31:08 

[SCM] Samba Shared Repository - annotated tag samba-3.6.10 created

2012-12-09 Thread Karolin Seeger
The annotated tag, samba-3.6.10 has been created
at  02ad24717486151dc7d1af224e8d36e788dd1aac (tag)
   tagging  89cb2474a635ba3fc68eb2816f9fca62b329dd1f (commit)
  replaces  samba-3.6.9
 tagged by  Karolin Seeger
on  Mon Dec 10 08:52:28 2012 +0100

- Log -
tag samba-3.6.10
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.18 (GNU/Linux)

iD8DBQBQxZTSbzORW2Vot+oRAiCUAJ9CXGheizsmWpSTs8UEuXwyqdDlQACfSjTI
hH2zp/ZTn4vGiIhO4ypC/5g=
=MdeC
-END PGP SIGNATURE-

Andreas Schneider (3):
  BUG 9326: Fix net ads join message for the dns domain.
  s3:winbind: BUG 9386: Failover if netlogon pipe is not available.
  BUG 9436: Fix leaking sockets of SMB connections to a DC.

Björn Baumbach (1):
  docs-xml: fix use of smbconfoption tag (fix bug #9345)

David Disseldorp (2):
  pam_winbind: fix segfault in pam_sm_authenticate()
  spoolss: fix segfault when default devmode is disabled

Günther Deschner (20):
  s3-krb5: use and request AES keys in kerberos operations.
  s3-kerberos: add aes enctypes to generated krb5.conf.
  samba: check for AES encryption type defines.
  s3-libsmb: make sure we copy at most 16 bytes in cli_set_session_key().
  s3-kerberos: also try with AES keys, when decrypting tickets.
  s3-rpc_client: lookup nametype 0x20 in rpc_pipe_open_tcp_port(). (bug 
#9426)
  s3-rpc_cli: Remove some unused wrapping code.
  s3-winbindd: add cm_connect_lsat().
  s3-rpc_cli: make dcerpc_lsa_lookup_sids_generic() public.
  s3-rpc_client: make dcerpc_lsa_lookup_names_generic() public.
  s3-winbindd: remove lookup_names_fn_t.
  s3-winbindd: remove lookup_sids_fn_t.
  s3-winbindd: rework reconnect logic in winbindd_lookup_sids().
  s3-winbindd: rework reconnect logic in winbindd_lookup_names().
  s3-winbind: use new reconnect logic in rpc_lookup_sids() also.
  s3-net: pass down struct net_context to the dns update calls.
  s3-net: move out some prototypes to net_dns.h.
  s3-net: pass down a flags field to DoDNSUpdate().
  s3-net: give more control how to update/register DNS entries.
  s3-net: Fix DEBUG() location.

Jelmer Vernooij (1):
  libreplace: Fix symbol names for snprintf/asprintf/vasprintf.

Jeremy Allison (6):
  Another fix needed for bug #9236 - ACL masks incorrectly applied when 
setting ACLs.
  First part of #9374 - Allow smb2.acls torture test to pass against smbd 
with a POSIX ACLs backend.
  Add comment explaining exactly *why* we don't check FILE_READ_ATTRIBUTES 
when evaluating file/directory ACE's.
  Ensure when calculating the access mask for MAXIMUM_ALLOWED_ACCESS that 
we add in FILE_READ_ATTRIBUTES, even if this doesn't come from the 
file/directory ACL.
  More for #9374 - Allow smb2.acls torture test to pass against smbd with a 
POSIX ACLs backend.
  Final part of #9374 - Allow smb2.acls torture test to pass against smbd 
with a POSIX ACLs backend.

Karolin Seeger (3):
  VERSION: Bump version up to 3.6.10.
  WHATSNEW: Start release notes for Samba 3.6.10.
  WHATSNEW: Prepare release notes for Samba 3.6.10.

Matthieu Patou (1):
  Fix MD5 detection in the autoconf build

Richard Sharpe (1):
  Fix bug #9460 - Samba 3.6.x and Master respond incorrectly to 
FILE_STREAM_INFO requests.

Stefan Metzmacher (7):
  s4:torture/smb2: improve the smb2.create.blob test
  lib/tsocket: disable the syscall optimization for recvfrom/readv by 
default
  lib/tsocket: optimize syscalls in tstream_readv_pdu_send()
  lib/krb5_wrap: request enc_types in the correct order (bug #9272)
  lib/replace: replace all *printf function if we replace snprintf (bug 
#9390)
  lib/addns: remove pointless check for resp-num_additionals != 1
  lib/addns: don't depend on the order in resp-answers[]

Sumit Bose (1):
  Use work around for 'winbind use default domain' only if it is set

Volker Lendecke (3):
  s3-aio_pthread: Optimize aio_pthread_handle_completion
  Fix Bug 9422 - large read requests cause server to issue malformed reply
  s3: Make winbindd_lookup_names static

---


-- 
Samba Shared Repository


[SCM] Samba Website Repository - branch master updated

2012-12-09 Thread Karolin Seeger
The branch, master has been updated
   via  c3a4c6e Announce Samba 3.6.10.
  from  03eb05d Announce Samba 4.0.0rc6.

http://gitweb.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -
commit c3a4c6ef79b55cca2b26a6ede046643f2477cbe1
Author: Karolin Seeger ksee...@samba.org
Date:   Fri Dec 7 12:52:05 2012 +0100

Announce Samba 3.6.10.

Karolin

---

Summary of changes:
 generated_news/latest_10_bodies.html|   21 ---
 generated_news/latest_10_headlines.html |4 +-
 generated_news/latest_2_bodies.html |   21 ---
 history/header_history.html |1 +
 history/samba-3.6.10.html   |   88 +++
 latest_stable_release.html  |6 +-
 6 files changed, 118 insertions(+), 23 deletions(-)
 create mode 100755 history/samba-3.6.10.html


Changeset truncated at 500 lines:

diff --git a/generated_news/latest_10_bodies.html 
b/generated_news/latest_10_bodies.html
index 20ed096..dd3f192 100644
--- a/generated_news/latest_10_bodies.html
+++ b/generated_news/latest_10_bodies.html
@@ -1,3 +1,15 @@
+   h5a name=3.6.1010 December 2012/a/h5
+   p class=headlineSamba 3.6.10 Available for Download/p
+   pThis is the latest stable release of the Samba 3.6 series./p
+
+pThe uncompressed tarballs and patch files have been signed
+using GnuPG (ID 6568B7EA).  The source code can be
+a href=http://samba.org/samba/ftp/stable/samba-3.6.10.tar.gz;downloaded
+now/a. A a 
href=http://samba.org/samba/ftp/patches/patch-3.6.9-3.6.10.diffs.gz;
+patch against Samba 3.6.9/a is also available.
+See a href=http://samba.org/samba/history/samba-3.6.10.html;
+the release notes for more info/a./p
+
h5a name=4.0.0rc604 December 2012/a/h5
p class=headlineSamba 4.0.0rc6 Available for Download/p
pThis is the sixth release candidate of the Samba 4.0 series./p
@@ -84,12 +96,3 @@ now/a. A a 
href=http://samba.org/samba/ftp/patches/patch-3.6.7-3.6.8.diffs.g
 patch against Samba 3.6.7/a is also available.
 See a href=http://samba.org/samba/history/samba-3.6.8.html;
 the release notes for more info/a./p
-
-   h5a name=4.0.0rc113 September 2012/a/h5
-   p class=headlineSamba 4.0.0rc1 Available for Download/p
-   pThis is the first release candidate of the Samba 4.0 series./p
-
-pThe uncompressed tarballs and patch files have been signed
-using GnuPG (ID 6568B7EA).  The source code can be
-a 
href=https://download.samba.org/pub/samba/rc/samba-4.0.0rc1.tar.gz;downloaded 
now/a.
-See a 
href=https://download.samba.org/pub/samba/rc/WHATSNEW-4-0-0rc1.txt;the 
release notes for more info/a./p
diff --git a/generated_news/latest_10_headlines.html 
b/generated_news/latest_10_headlines.html
index 08a98c9..1d2b5c9 100644
--- a/generated_news/latest_10_headlines.html
+++ b/generated_news/latest_10_headlines.html
@@ -1,4 +1,6 @@
 ul
+   li 10 December 2012 a href=#3.6.10Samba 3.6.10 Available for 
Download/a/li
+
li 04 December 2012 a href=#4.0.0rc6Samba 4.0.0rc6 Available for 
Download/a/li
 
li 13 November 2012 a href=#4.0.0rc5Samba 4.0.0rc5 Available for 
Download/a/li
@@ -16,6 +18,4 @@
li 24 September 2012 a href=#3.5.18Samba 3.5.18 Available for 
Download/a/li
 
li 17 September 2012 a href=#3.6.8Samba 3.6.8 Available for 
Download/a/li
-
-   li 13 September 2012 a href=#4.0.0rc1Samba 4.0.0rc1 Available for 
Download/a/li
 /ul
diff --git a/generated_news/latest_2_bodies.html 
b/generated_news/latest_2_bodies.html
index b5e83aa..f323cd5 100644
--- a/generated_news/latest_2_bodies.html
+++ b/generated_news/latest_2_bodies.html
@@ -1,3 +1,15 @@
+   h5a name=3.6.1010 December 2012/a/h5
+   p class=headlineSamba 3.6.10 Available for Download/p
+   pThis is the latest stable release of the Samba 3.6 series./p
+
+pThe uncompressed tarballs and patch files have been signed
+using GnuPG (ID 6568B7EA).  The source code can be
+a href=http://samba.org/samba/ftp/stable/samba-3.6.10.tar.gz;downloaded
+now/a. A a 
href=http://samba.org/samba/ftp/patches/patch-3.6.9-3.6.10.diffs.gz;
+patch against Samba 3.6.9/a is also available.
+See a href=http://samba.org/samba/history/samba-3.6.10.html;
+the release notes for more info/a./p
+
h5a name=4.0.0rc604 December 2012/a/h5
p class=headlineSamba 4.0.0rc6 Available for Download/p
pThis is the sixth release candidate of the Samba 4.0 series./p
@@ -6,12 +18,3 @@
 using GnuPG (ID 6568B7EA).  The source code can be
 a 
href=https://download.samba.org/pub/samba/rc/samba-4.0.0rc6.tar.gz;downloaded 
now/a.
 See a 
href=https://download.samba.org/pub/samba/rc/WHATSNEW-4-0-0rc6.txt;the 
release notes for more info/a./p
-
-   h5a name=4.0.0rc513 November 2012/a/h5
-   p class=headlineSamba 4.0.0rc5 Available for Download/p
-   pThis is the fifth release candidate of the Samba 4.0