[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-27a-8-g1ae55fe

2007-11-23 Thread Michael Adam
The branch, v3-0-test has been updated
   via  1ae55fe5c2a54fc65a95c3d6c62b355bab380e33 (commit)
  from  b73a7419cb655ba4fe0699591aee7a57d725c24c (commit)

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


- Log -
commit 1ae55fe5c2a54fc65a95c3d6c62b355bab380e33
Author: Michael Adam [EMAIL PROTECTED]
Date:   Fri Nov 23 16:52:45 2007 +0100

Adapt VERSION to use SAMBA_VERSION_VENDOR_PATCH instead of
SAMBA_VENDOR_PATCH as expected by mkversion.sh.

Thanks to Thomas Bork for noticing this.

Michael

---

Summary of changes:
 source/VERSION |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/VERSION b/source/VERSION
index 9f6a524..1f38b98 100644
--- a/source/VERSION
+++ b/source/VERSION
@@ -96,4 +96,4 @@ SAMBA_VERSION_IS_GIT_SNAPSHOT=yes
 #  -  CVS 3.0.0rc2-VendorVersion#
 
 SAMBA_VERSION_VENDOR_SUFFIX=test
-SAMBA_VENDOR_PATCH=
+SAMBA_VERSION_VENDOR_PATCH=


-- 
Samba Shared Repository


svn commit: samba r26104 - in branches/SAMBA_4_0/source/torture/raw: .

2007-11-23 Thread vlendec
Author: vlendec
Date: 2007-11-23 16:02:27 + (Fri, 23 Nov 2007)
New Revision: 26104

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=26104

Log:
Revert 26103 -- breaks make test
Modified:
   branches/SAMBA_4_0/source/torture/raw/streams.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/raw/streams.c
===
--- branches/SAMBA_4_0/source/torture/raw/streams.c 2007-11-23 15:29:22 UTC 
(rev 26103)
+++ branches/SAMBA_4_0/source/torture/raw/streams.c 2007-11-23 16:02:27 UTC 
(rev 26104)
@@ -261,8 +261,6 @@
ret = check_stream(cli, __location__, mem_ctx, fname, Stream 
One:$DATA, test MORE DATA );
ret = check_stream(cli, __location__, mem_ctx, fname, Stream One:, 
NULL);
ret = check_stream(cli, __location__, mem_ctx, fname, Second Stream, 
SECOND STREAM);
-   ret = check_stream(cli, __location__, mem_ctx, fname,
-   SECOND STREAM:$DATA, SECOND STREAM);
ret = check_stream(cli, __location__, mem_ctx, fname, Second 
Stream:$DATA, SECOND STREAM);
ret = check_stream(cli, __location__, mem_ctx, fname, Second 
Stream:, NULL);
ret = check_stream(cli, __location__, mem_ctx, fname, Second 
Stream:$FOO, NULL);
@@ -292,16 +290,6 @@
 
check_stream_list(cli, fname, 1, one);
 
-   io.ntcreatex.in.open_disposition = NTCREATEX_DISP_CREATE;
-   io.ntcreatex.in.fname = sname1;
-   status = smb_raw_open(cli-tree, mem_ctx, io);
-   CHECK_STATUS(status, NT_STATUS_OK);
-   smbcli_close(cli-tree, io.ntcreatex.out.file.fnum);
-   io.ntcreatex.in.fname = sname2;
-   status = smb_raw_open(cli-tree, mem_ctx, io);
-   CHECK_STATUS(status, NT_STATUS_OK);
-   smbcli_close(cli-tree, io.ntcreatex.out.file.fnum);
-
printf((%s) deleting file\n, __location__);
status = smbcli_unlink(cli-tree, fname);
CHECK_STATUS(status, NT_STATUS_OK);



Build status as of Sat Nov 24 00:00:02 2007

2007-11-23 Thread build
URL: http://build.samba.org/

--- /home/build/master/cache/broken_results.txt.old 2007-11-23 
00:00:59.0 +
+++ /home/build/master/cache/broken_results.txt 2007-11-24 00:00:46.0 
+
@@ -1,4 +1,4 @@
-Build status as of Fri Nov 23 00:00:03 2007
+Build status as of Sat Nov 24 00:00:02 2007
 
 Build counts:
 Tree Total  Broken Panic 
@@ -7,7 +7,7 @@
 ccache   27 8  0 
 ctdb 0  0  0 
 distcc   1  0  0 
-ldb  28 11 0 
+ldb  27 11 0 
 libreplace   27 11 0 
 lorikeet-heimdal 24 15 0 
 pidl 17 5  0 


[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-364-g0a7338a

2007-11-23 Thread Stefan Metzmacher
The branch, v3-2-test has been updated
   via  0a7338abfabaf31c2cbd81fb4ac8f1ce45735bed (commit)
  from  e186b60afacfb609968b581a6d32757e1885a319 (commit)

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


- Log -
commit 0a7338abfabaf31c2cbd81fb4ac8f1ce45735bed
Author: Stefan Metzmacher [EMAIL PROTECTED]
Date:   Fri Nov 23 11:51:33 2007 +0100

printing: fix default printing subsystem detection

system/printing.h includes an outdated copy of
the stuff in samba3's includes.h, so we should not use it.

metze

---

Summary of changes:
 source/include/includes.h |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/include/includes.h b/source/include/includes.h
index 2e82070..5192c37 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -106,7 +106,6 @@
 #include system/locale.h
 #include system/network.h
 #include system/passwd.h
-#include system/printing.h
 #include system/readline.h
 #include system/select.h
 #include system/shmem.h


-- 
Samba Shared Repository


[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-27a-7-gb73a741

2007-11-23 Thread Stefan Metzmacher
The branch, v3-0-test has been updated
   via  b73a7419cb655ba4fe0699591aee7a57d725c24c (commit)
  from  9082329241d23665770ad82c77c2707bf434d126 (commit)

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


- Log -
commit b73a7419cb655ba4fe0699591aee7a57d725c24c
Author: Stefan Metzmacher [EMAIL PROTECTED]
Date:   Fri Nov 23 11:51:33 2007 +0100

printing: fix default printing subsystem detection

system/printing.h includes an outdated copy of
the stuff in samba3's includes.h, so we should not use it.

metze
(cherry picked from commit 0a7338abfabaf31c2cbd81fb4ac8f1ce45735bed)

---

Summary of changes:
 source/include/includes.h |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/include/includes.h b/source/include/includes.h
index 3ddfc7d..045b989 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -107,7 +107,6 @@
 #include system/locale.h
 #include system/network.h
 #include system/passwd.h
-#include system/printing.h
 #include system/readline.h
 #include system/select.h
 #include system/shmem.h


-- 
Samba Shared Repository


svn commit: samba-web r1157 - in trunk: devel history

2007-11-23 Thread deryck
Author: deryck
Date: 2007-11-23 13:26:41 + (Fri, 23 Nov 2007)
New Revision: 1157

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-webrev=1157

Log:
Update latest release links and archive the previous
release announcement.

deryck


Modified:
   trunk/devel/index.html
   trunk/history/index.html


Changeset:
Modified: trunk/devel/index.html
===
--- trunk/devel/index.html  2007-11-21 04:38:20 UTC (rev 1156)
+++ trunk/devel/index.html  2007-11-23 13:26:41 UTC (rev 1157)
@@ -14,7 +14,7 @@
 
 pAs of 4 April 2004, the Samba Team converted from CVS to Subversion for 
maintaining the Samba source code.  All current development is done in a 
Subversion repository.  All older code is in the original CVS tree; this would 
include 2.2.x versions of Samba, which are no longer in active development./p
 
-pThe latest production release is emSamba 3.0.27/em (a
+pThe latest production release is emSamba 3.0.27a/em (a
 href=/samba/history/samba-3.0.27.htmlrelease notes/a and a
 href=/samba/download/download/a)./p 
 

Modified: trunk/history/index.html
===
--- trunk/history/index.html2007-11-21 04:38:20 UTC (rev 1156)
+++ trunk/history/index.html2007-11-23 13:26:41 UTC (rev 1157)
@@ -6,8 +6,8 @@
 
 div class=latest 
   ul
-  liLatest Release mdash; a href=/samba/#latestSamba 3.0.27/a/li
-  liCurrent Stable Release mdash; a href=/samba/#latestSamba 
3.0.27/a/li 
+  liLatest Release mdash; a href=/samba/#latestSamba 3.0.27a/a/li
+  liCurrent Stable Release mdash; a href=/samba/#latestSamba 
3.0.27a/a/li 
   !-- Second link will point to #stable on this page when current release is 
a development release --
   /ul
 /div
@@ -17,6 +17,26 @@
 
 h2Previous Release Announcments/h2
 
+h4a15 Nov 2007/a/h4
+p class=headlineSamba 3.0.27 Available for Download/p
+
+pSamba 3.0.27 is a security release to
+address a href=/samba/security/CVE-2007-4572.htmlCVE-2007-4572/a 
+and a href=/samba/security/CVE-2007-5398.htmlCVE-2007-5398/a./p
+
+pThe a href=/samba/ftp/stable/samba-3.0.27.tar.gzSamba 3.0.27/a source 
code
+(a href=/samba/ftp/stable/samba-3.0.27.tar.ascGPG
+signature/a) can be downloaded now.   If you prefer, the 
+a href=/samba/ftp/patches/patch-3.0.26a-3.0.27.diffs.gzpatch 
+file against previous releases/a
+(a href=/samba/ftp/patches/patch-3.0.26a-3.0.27.diffs.ascGPG
+signature/a) is also available for download.   
+Please read these a href=/samba/download/instructions on  
+how to verify the gpg signature/a.  Precompiled packages will
+be made available on a volunteer basis and can be found in the 
+a href=/samba/ftp/Binary_Packages/Binary_Packages download area/a./p
+
+
 h4a26 June 2007/a/h4
 p class=headlineSamba 3.0.25b Available for Download/p
 
@@ -262,35 +282,4 @@
 shortly./p
 
 
-h4a23 Jun 2006/a/h4
-p class=headlineSamba 3.0.23rc3 Available for Download/p
-
-pThis is the third release candidate of the 3.0.23 code base
-and is provided for community testing purposes.  If all goes
-well, we hope that this will become the production 3.0.23
-release.  There has been a substantial amount
-of development since the 3.0.21 series of stable releases.
-Please read the specific changes in the
-a href=/samba/ftp/rc/WHATSNEW-3-0-23rc3.txtRelease Notes/a.
-We would like to ask the Samba community for help in testing
-these changes as we work towards the next significant production
-upgrade Samba 3.0 release./p
-
-pWe would like to thank the developers of 
-a href=http://www.klocwork.com/;Klocwork/a for 
-their analysis of the Samba source tree.  This release 
-candidate includes fixes for over 170 defects reported 
-by the Klocwork code analyzer.
-
-pThe a href=/samba/ftp/rc/samba-3.0.23rc3.tar.gzSamba 3.0.23rc3
-source code/a can be downloaded now.  The a
-href=/samba/ftp/rc/samba-3.0.23rc3.tar.ascGnuPG
-signature for the emun/emcompressed tarball/a is also 
-available.  Precompiled packages for RedHat 9, Fedora Core 
-5, amp; Solaris 9 are available in the
-a href=/samba/ftp/Binary_Packages/Binary_Packages
-download area/a.  Packages for other platforms will be available
-shortly./p
-
-
 !--#include virtual=footer_history.html --



[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-365-g9751cc2

2007-11-23 Thread Volker Lendecke
The branch, v3-2-test has been updated
   via  9751cc222c70fd669a1cc1ad61ffb4e2e8444019 (commit)
  from  0a7338abfabaf31c2cbd81fb4ac8f1ce45735bed (commit)

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


- Log -
commit 9751cc222c70fd669a1cc1ad61ffb4e2e8444019
Author: Volker Lendecke [EMAIL PROTECTED]
Date:   Fri Nov 23 14:34:13 2007 +0100

add talloc_stackframe() to eventlogadm

Thanks to Günther Kukkukk for noticing

---

Summary of changes:
 source/utils/eventlogadm.c |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/utils/eventlogadm.c b/source/utils/eventlogadm.c
index 278a7e9..5424eca 100644
--- a/source/utils/eventlogadm.c
+++ b/source/utils/eventlogadm.c
@@ -160,6 +160,7 @@ int main( int argc, char *argv[] )
 {
int opt, rc;
char *exename;
+   TALLOC_CTX *frame = talloc_stackframe();
 
 
fstring opname;
@@ -223,5 +224,6 @@ int main( int argc, char *argv[] )
exit( 1 );
break;
}
+   TALLOC_FREE(frame);
return rc;
 }


-- 
Samba Shared Repository


svn commit: samba r26103 - in branches/SAMBA_4_0/source/torture/raw: .

2007-11-23 Thread vlendec
Author: vlendec
Date: 2007-11-23 15:29:22 + (Fri, 23 Nov 2007)
New Revision: 26103

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=26103

Log:
Leave streams around to unlink
Add test case for stream name case insensitity

Modified:
   branches/SAMBA_4_0/source/torture/raw/streams.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/raw/streams.c
===
--- branches/SAMBA_4_0/source/torture/raw/streams.c 2007-11-22 14:42:14 UTC 
(rev 26102)
+++ branches/SAMBA_4_0/source/torture/raw/streams.c 2007-11-23 15:29:22 UTC 
(rev 26103)
@@ -261,6 +261,8 @@
ret = check_stream(cli, __location__, mem_ctx, fname, Stream 
One:$DATA, test MORE DATA );
ret = check_stream(cli, __location__, mem_ctx, fname, Stream One:, 
NULL);
ret = check_stream(cli, __location__, mem_ctx, fname, Second Stream, 
SECOND STREAM);
+   ret = check_stream(cli, __location__, mem_ctx, fname,
+   SECOND STREAM:$DATA, SECOND STREAM);
ret = check_stream(cli, __location__, mem_ctx, fname, Second 
Stream:$DATA, SECOND STREAM);
ret = check_stream(cli, __location__, mem_ctx, fname, Second 
Stream:, NULL);
ret = check_stream(cli, __location__, mem_ctx, fname, Second 
Stream:$FOO, NULL);
@@ -290,6 +292,16 @@
 
check_stream_list(cli, fname, 1, one);
 
+   io.ntcreatex.in.open_disposition = NTCREATEX_DISP_CREATE;
+   io.ntcreatex.in.fname = sname1;
+   status = smb_raw_open(cli-tree, mem_ctx, io);
+   CHECK_STATUS(status, NT_STATUS_OK);
+   smbcli_close(cli-tree, io.ntcreatex.out.file.fnum);
+   io.ntcreatex.in.fname = sname2;
+   status = smb_raw_open(cli-tree, mem_ctx, io);
+   CHECK_STATUS(status, NT_STATUS_OK);
+   smbcli_close(cli-tree, io.ntcreatex.out.file.fnum);
+
printf((%s) deleting file\n, __location__);
status = smbcli_unlink(cli-tree, fname);
CHECK_STATUS(status, NT_STATUS_OK);