Build status as of Sat Sep 11 06:00:01 2010

2010-09-11 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2010-09-10 00:00:02.0 -0600 +++ /home/build/master/cache/broken_results.txt 2010-09-11 00:00:02.0 -0600 @@ -1,11 +1,11 @@ -Build status as of Fri Sep 10 06:00:01 2010 +Build status as of Sat Sep

[SCM] Samba Shared Repository - branch master updated

2010-09-11 Thread Jeremy Allison
The branch, master has been updated via 1787c1d Factor out the recent changes into a function - check_parent_exists(). Fix this to ensure that if start is manipulated, then dirpath is changed also. from f76983a s3: Simplify the logic in generate_krb5_ccache

[SCM] Samba Shared Repository - branch master updated

2010-09-11 Thread Jeremy Allison
The branch, master has been updated via a89b0ef Add check missing from previous patch after talloc_strdup(). from 1787c1d Factor out the recent changes into a function - check_parent_exists(). Fix this to ensure that if start is manipulated, then dirpath is changed also.

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

2010-09-11 Thread Jeremy Allison
The branch, v3-6-test has been updated via dde50b4 Add check missing from previous patch after talloc_strdup(). via 74b3fbe Factor out the recent changes into a function - check_parent_exists(). Fix this to ensure that if start is manipulated, then dirpath is changed also.

[SCM] Samba Shared Repository - branch master updated

2010-09-11 Thread Matthias Dieter Wallnöfer
The branch, master has been updated via b8f28c2 lib/replace:wscript - don't check twice for type bool via ae5d807 lib/replace:wscript - attempt to fix the features detection on Tru64 from a89b0ef Add check missing from previous patch after talloc_strdup().

[SCM] Samba Shared Repository - branch master updated

2010-09-11 Thread Andrew Bartlett
The branch, master has been updated via a02a2c3 libcli/security Use talloc_zero when making a struct security_token via fdcadb5 libcli/privileges Fix comment via 0eea8ec s4-privs Seperate rights and privileges via 3b4db34 s3-krb5 Fix Kerberos on FreeBSD with Samba4

[SCM] Samba Shared Repository - branch master updated

2010-09-11 Thread Matthias Dieter Wallnöfer
The branch, master has been updated via 2442d25 lib/replace:wscript - additional attempt to fix the build on Tru64 from a02a2c3 libcli/security Use talloc_zero when making a struct security_token http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2010-09-11 Thread Matthias Dieter Wallnöfer
The branch, master has been updated via b9b93b8 libcli/auth/schannel_state_tdb.c - fix includes from 2442d25 lib/replace:wscript - additional attempt to fix the build on Tru64 http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2010-09-11 Thread Andrew Bartlett
The branch, master has been updated via e84ab1b s4-privs Fix enum privileges in LSARPC server via 07cf3ba s3-auth Fix typo in comment via 6d61586 nss-waf: use the right winbind pipe path via a82fe6f winbind-waf: the installed name is libnss_winbind.so.2 via

[SCM] Samba Shared Repository - branch master updated

2010-09-11 Thread Matthias Dieter Wallnöfer
The branch, master has been updated via 83cd3f7 s4:dcesrv_samr_GetGroupsForUser - also universal group memberships are returned here from e84ab1b s4-privs Fix enum privileges in LSARPC server http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2010-09-11 Thread Matthias Dieter Wallnöfer
The branch, master has been updated via 1ddd63b ldb:tools/cmdline.c - reorganise imports via b5d8727 s4:param/secrets.c - reorganise imports via 7e710c4 s4:rpc_server/common/common.h - introduce two forward declarations to suppress parameter declaration warnings via

[SCM] Samba Shared Repository - branch master updated

2010-09-11 Thread Matthias Dieter Wallnöfer
The branch, master has been updated via 6bd6fdc s4:unittest: Test wbinfo --group-info and --gid-info via 8a0db43 test_wbinfo.c - count more possible failures from 1ddd63b ldb:tools/cmdline.c - reorganise imports http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master -

Re: [SCM] Samba Shared Repository - branch master updated

2010-09-11 Thread Jelmer Vernooij
Hi Matthias, On Sat, 2010-09-11 at 19:15 +0200, Matthias Dieter Wallnöfer wrote: @@ -173,11 +174,19 @@ testit wbinfo -D against $TARGET $wbinfo -D $DOMAIN || failed=`expr $failed + testit wbinfo -i against $TARGET $wbinfo -i $DOMAIN/$USERNAME || failed=`expr $failed + 1` -testit

Re: [SCM] Samba Shared Repository - branch master updated

2010-09-11 Thread Matthias Dieter Wallnöfer
Hi Jelmer, first this patch originally wasn't by me - I've only integrated it. But it is really bad style to use such manual testing code? And there are some more places where this is used - always in the same file. Cheers, Matthias Jelmer Vernooij wrote: Hi Matthias, On Sat, 2010-09-11

Re: [SCM] Samba Shared Repository - branch master updated

2010-09-11 Thread Jelmer Vernooij
Hi Matthias, On Sat, 2010-09-11 at 22:55 +0200, Matthias Dieter Wallnöfer wrote: first this patch originally wasn't by me - I've only integrated it. But it is really bad style to use such manual testing code? And there are some more places where this is used - always in the same file. Well,