svn commit: samba r25597 - in branches/SAMBA_4_0/source/lib/replace/system: .

2007-10-10 Thread metze
Author: metze Date: 2007-10-10 07:18:24 + (Wed, 10 Oct 2007) New Revision: 25597 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25597 Log: HPUX doesn't have INET_ADDRSTRLEN defined metze Modified: branches/SAMBA_4_0/source/lib/replace/system/network.h

svn commit: samba r25598 - in branches: SAMBA_3_0_MAINT/source/auth SAMBA_3_2/source/auth SAMBA_3_2_0/source/auth

2007-10-10 Thread obnox
Author: obnox Date: 2007-10-10 08:27:56 + (Wed, 10 Oct 2007) New Revision: 25598 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25598 Log: Add missing become_root/unbecome_root around calls of add_aliases. This triggered a cannot access LDAP when not root-bug with

svn commit: samba r25599 - in branches/SAMBA_4_0/source/torture/rpc: .

2007-10-10 Thread metze
Author: metze Date: 2007-10-10 09:39:00 + (Wed, 10 Oct 2007) New Revision: 25599 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25599 Log: print the error... metze Modified: branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c Changeset: Modified:

svn commit: samba r25600 - in branches/SAMBA_4_0/source/lib/socket: .

2007-10-10 Thread metze
Author: metze Date: 2007-10-10 10:19:19 + (Wed, 10 Oct 2007) New Revision: 25600 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25600 Log: fix stupid typo...this should fix the build on sunX metze Modified: branches/SAMBA_4_0/source/lib/socket/config.m4

svn commit: samba r25602 - in branches/SAMBA_4_0/source/lib/replace: . system

2007-10-10 Thread metze
Author: metze Date: 2007-10-10 12:09:06 + (Wed, 10 Oct 2007) New Revision: 25602 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25602 Log: don't imply system/network.h within replace.h, as this brings in the socket_wrapper.h in unexpected code and we endup with a

svn commit: samba r25601 - in branches/SAMBA_4_0/source/lib/replace: . system

2007-10-10 Thread metze
Author: metze Date: 2007-10-10 11:57:16 + (Wed, 10 Oct 2007) New Revision: 25601 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25601 Log: replace.h should never imply any system/*.h (here it's system/time.h) metze Modified:

svn commit: samba r25604 - in branches/SAMBA_4_0/source/libcli/security: .

2007-10-10 Thread gd
Author: gd Date: 2007-10-10 12:42:55 + (Wed, 10 Oct 2007) New Revision: 25604 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25604 Log: Add security_descriptor_append() helper function. Guenther Modified:

svn commit: samba r25605 - in branches/SAMBA_4_0/source/lib/registry/tests: .

2007-10-10 Thread gd
Author: gd Date: 2007-10-10 12:44:48 + (Wed, 10 Oct 2007) New Revision: 25605 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25605 Log: Last round of registry reformats (before this gets an obsession...). Guenther Modified:

svn commit: samba r25603 - in branches/SAMBA_4_0/source/lib/registry/tools: .

2007-10-10 Thread gd
Author: gd Date: 2007-10-10 12:27:24 + (Wed, 10 Oct 2007) New Revision: 25603 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25603 Log: More reformat. Guenther Modified: branches/SAMBA_4_0/source/lib/registry/tools/common.c

svn commit: samba r25607 - in branches/SAMBA_4_0/source: lib/registry/tests libcli/security libnet torture/raw torture/rpc

2007-10-10 Thread gd
Author: gd Date: 2007-10-10 13:12:53 + (Wed, 10 Oct 2007) New Revision: 25607 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25607 Log: Allow to set security descriptor type flags at creation time with security_descriptor_create(). Guenther Modified:

svn commit: samba r25608 - in branches/SAMBA_4_0/source/libcli/security: .

2007-10-10 Thread gd
Author: gd Date: 2007-10-10 13:17:28 + (Wed, 10 Oct 2007) New Revision: 25608 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25608 Log: Call security_descriptor_append from within security_descriptor_create. Guenther Modified:

svn commit: samba r25606 - in branches/SAMBA_4_0/source/torture/rpc: .

2007-10-10 Thread gd
Author: gd Date: 2007-10-10 12:55:07 + (Wed, 10 Oct 2007) New Revision: 25606 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25606 Log: Allow test_GetKeySecurity() to return a security descriptor. Guenther Modified:

svn commit: samba r25609 - in branches/SAMBA_4_0/source/torture/rpc: .

2007-10-10 Thread gd
Author: gd Date: 2007-10-10 13:23:06 + (Wed, 10 Oct 2007) New Revision: 25609 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25609 Log: Reformat RPC-WINREG test. Guenther Modified: branches/SAMBA_4_0/source/torture/rpc/winreg.c Changeset: Modified:

svn commit: samba r25610 - in branches/SAMBA_4_0/source/libcli/security: .

2007-10-10 Thread gd
Author: gd Date: 2007-10-10 13:49:15 + (Wed, 10 Oct 2007) New Revision: 25610 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25610 Log: Add security_descriptor_appendv() which takes va_list directly. Guenther Modified:

svn commit: samba r25611 - in branches/SAMBA_4_0/source/torture/rpc: .

2007-10-10 Thread gd
Author: gd Date: 2007-10-10 13:50:21 + (Wed, 10 Oct 2007) New Revision: 25611 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25611 Log: Smaller fix for winreg test. Guenther Modified: branches/SAMBA_4_0/source/torture/rpc/winreg.c Changeset: Modified:

svn commit: samba r25612 - in branches/SAMBA_4_0/source/torture/rpc: .

2007-10-10 Thread gd
Author: gd Date: 2007-10-10 13:56:47 + (Wed, 10 Oct 2007) New Revision: 25612 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25612 Log: Add test_SetKeySecurity() call. Guenther Modified: branches/SAMBA_4_0/source/torture/rpc/winreg.c Changeset: Modified:

svn commit: samba r25613 - in branches/SAMBA_4_0/source/lib/registry/tests: .

2007-10-10 Thread metze
Author: metze Date: 2007-10-10 14:12:25 + (Wed, 10 Oct 2007) New Revision: 25613 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25613 Log: verify the length and type before checking the value, hopefully gives more info why this fails some bigendian platforms

svn commit: samba r25614 - in branches/SAMBA_4_0: . source/lib/tdb source/lib/tdb/web

2007-10-10 Thread jelmer
Author: jelmer Date: 2007-10-10 17:04:00 + (Wed, 10 Oct 2007) New Revision: 25614 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25614 Log: Add trivial tdb website. Added: branches/SAMBA_4_0/source/lib/tdb/web/

svn commit: samba r25615 - in branches/SAMBA_4_0: . source/selftest/env

2007-10-10 Thread jelmer
Author: jelmer Date: 2007-10-10 19:40:19 + (Wed, 10 Oct 2007) New Revision: 25615 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25615 Log: Honor SMBD_VALGRIND and NMBD_VALGRIND for Samba3. Modified: branches/SAMBA_4_0/

svn commit: samba r25616 - in branches/SAMBA_4_0/source: selftest/env setup

2007-10-10 Thread abartlet
Author: abartlet Date: 2007-10-10 23:25:22 + (Wed, 10 Oct 2007) New Revision: 25616 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25616 Log: Fedora DS now has a way to install the schema and extra configuration as part of the setup inf file. Andrew Bartlett

svn commit: samba r25617 - in branches/SAMBA_4_0: . source/build/smb_build

2007-10-10 Thread jelmer
Author: jelmer Date: 2007-10-10 23:58:29 + (Wed, 10 Oct 2007) New Revision: 25617 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25617 Log: Make sure system include paths come after samba include paths. Patch from Timur Bakeyev. Modified: branches/SAMBA_4_0/

Build status as of Thu Oct 11 00:00:03 2007

2007-10-10 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2007-10-10 00:02:00.0 + +++ /home/build/master/cache/broken_results.txt 2007-10-11 00:02:03.0 + @@ -1,24 +1,24 @@ -Build status as of Wed Oct 10 00:00:02 2007 +Build status as of Thu Oct

[SCM] Samba Shared Repository branch, v3-2-test, updated. initial-v3-2-unstable-4-gbe91677

2007-10-10 Thread Gerald (Jerry) Carter
The branch, v3-2-test has been updated via be916777da8c681c393b817105e3dfe8a9c4ef12 (commit) from 631464e2651e33812e43fe59c1e49c5d71f9621a (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test Those revisions listed above that are new to this repository have not

[SCM] Samba Shared Repository branch, v3-2-test, updated. initial-v3-2-unstable-9-g52ca48f

2007-10-10 Thread Guenther Deschner
The branch, v3-2-test has been updated via 52ca48f1881fc7b6ac9d1252468bb20eee174407 (commit) via 83fe2b4261f0357a62ea93b806a14225173f4945 (commit) via 5fa3fc81b765f1d9682170de13d2e10994fdd889 (commit) from e00ea359d66347a7c6f5d75de1670f788bfdc310 (commit)

svn commit: samba r25618 - in branches/SAMBA_4_0/source/nsswitch: .

2007-10-10 Thread abartlet
Author: abartlet Date: 2007-10-11 00:44:39 + (Thu, 11 Oct 2007) New Revision: 25618 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25618 Log: I'm sick of the fstring warnings turning up here. Let's see how much of the build farm I can break with this... Andrew

[SCM] Samba Shared Repository branch, v3-2-test, updated. initial-v3-2-unstable-11-g3f1ac56

2007-10-10 Thread Jeremy Allison
The branch, v3-2-test has been updated via 3f1ac564c0ab6d498a47da84b4b5744d8d376f3b (commit) via d39ce8e37ed81f4a34a148f975874989d8d187a1 (commit) from 52ca48f1881fc7b6ac9d1252468bb20eee174407 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test Those

[SCM] Samba Shared Repository branch, v3-2-test, updated. initial-v3-2-unstable-6-ge00ea35

2007-10-10 Thread Jeremy Allison
The branch, v3-2-test has been updated via e00ea359d66347a7c6f5d75de1670f788bfdc310 (commit) via 183df4754b5f18419f4d8fca2c0fa19919174556 (commit) from be916777da8c681c393b817105e3dfe8a9c4ef12 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test Those