[SCM] Samba Shared Repository - branch master updated

2010-12-02 Thread Andrew Tridgell
The branch, master has been updated via 6bfa21f wintest: autodetect if named supports tkey-gssapi-keytab from 9de6b4a wintest: put most of the main program login in wintest.py http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log --

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

2010-12-02 Thread Stefan (metze) Metzmacher
Hi Matthias, > The branch, master has been updated >via 7a5e47b s4:auth/sam.c-"authsam_expand_nested_groups" - don't fail > if we've memberships on non-SAM objects > diff --git a/source4/auth/sam.c b/source4/auth/sam.c > index b98830a..6203b96 100644 > --- a/source4/auth/sam.c > +++ b/s

[SCM] Samba Shared Repository - branch master updated

2010-12-02 Thread Andrew Tridgell
The branch, master has been updated via 9de6b4a wintest: put most of the main program login in wintest.py from 8dcd4cc wafsamba: Override GIT_DIR without using putenv. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log --

[SCM] Samba Shared Repository - branch master updated

2010-12-02 Thread Jelmer Vernooij
The branch, master has been updated via 8dcd4cc wafsamba: Override GIT_DIR without using putenv. via ceb1e17 talloc: Bump version number after pytalloc changes. from 2b0ff09 Replace lseek()/write()/lseek() triple with pwrite call. We already emulate this inside pwrite under

[SCM] CTDB repository - branch 1.2 updated - ctdb-1.9.1-252-g4ff998b

2010-12-02 Thread Ronnie Sahlberg
The branch, 1.2 has been updated via 4ff998bf33cfa6d1222f7c8f8eba3aeec0f36e6e (commit) via 2957e0a2d958c06d22c4dc2f5518d786392b5cb4 (commit) via 7cf2a812c72369c530267d19d0b94d2eec40d43e (commit) via 64831f94b380731b91ff3a8ce0289401048df617 (commit) from 981550

[SCM] Samba Shared Repository - branch master updated

2010-12-02 Thread Jeremy Allison
The branch, master has been updated via 2b0ff09 Replace lseek()/write()/lseek() triple with pwrite call. We already emulate this inside pwrite under the covers. via 24ca7bc posix_fallocate() returns an errno, not -1 on error. via b8d7de3 Merge the two conflicting allocation

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

2010-12-02 Thread Jeremy Allison
The branch, v3-6-test has been updated via 9a04ae2 Replace lseek()/write()/lseek() triple with pwrite call. We already emulate this inside pwrite under the covers. from e6124ea posix_fallocate() returns an errno, not -1 on error. (cherry picked from commit 54df836341b170c58e99f65fa

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

2010-12-02 Thread Jeremy Allison
The branch, v3-6-test has been updated via e6124ea posix_fallocate() returns an errno, not -1 on error. (cherry picked from commit 54df836341b170c58e99f65fa4c822a83ea9f05d) via f41361e Merge the two conflicting allocation codes into one function, vfs_slow_fallocate() and use that

[SCM] Samba Shared Repository - branch master updated

2010-12-02 Thread Jeremy Allison
The branch, master has been updated via 1f1491d Oops. Missed adding vfswrap_posix_fallocate to vfs_default_fns table. via 5819a36 Move posix_fallocate into the VFS where it belongs. via de8ceb5 Fix bug #7835 - vfs_fill_sparse() doesn't use posix_fallocate when strict alloc

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

2010-12-02 Thread Jeremy Allison
The branch, v3-6-test has been updated via f8ce757 Oops. Missed adding vfswrap_posix_fallocate to vfs_default_fns table. from a88b89d Move posix_fallocate into the VFS where it belongs. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test - Log

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

2010-12-02 Thread Jeremy Allison
The branch, v3-6-test has been updated via a88b89d Move posix_fallocate into the VFS where it belongs. via 6fb840d Fix bug #7835 - vfs_fill_sparse() doesn't use posix_fallocate when strict allocate is on from 6b836d7 s3-waf: more krb5 configure checks. http://gitweb.samba.o

Re: mac mini build broken was Re: [SCM] Samba Shared Repository - branch master updated

2010-12-02 Thread Love Hörnquist Åstrand
Matthieu, SLIST_ENTRY should be defined by "mechqueue.h" or , without cpp output it hard to determine what went wrong. Love 2 dec 2010 kl. 03.45 skrev Matthieu Patou: > Hi Andrews, > > I highly suspect the new import of heimdal to be the root cause of the > breakage on mac mini can one of y

[SCM] Samba Shared Repository - branch master updated

2010-12-02 Thread Kamen Mazdrashki
The branch, master has been updated via 03b078c s4-dsdb/syntax: Map remote ATTIDs for Class OID syntax via c1fef7e s4-test/repl_schema: Test class inheritance through subClassOf via 5bc1185 s4-dsdb_syntax: Be a little bit more chatty when we can't an ATTID in our cache

[SCM] Samba Shared Repository - branch master updated

2010-12-02 Thread Matthias Dieter Wallnöfer
The branch, master has been updated via 7a5e47b s4:auth/sam.c-"authsam_expand_nested_groups" - don't fail if we've memberships on non-SAM objects from 6f42da7 s4:dsdb/samdb/cracknames.c - fix various KRB5 memory leaks http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

mac mini build broken was Re: [SCM] Samba Shared Repository - branch master updated

2010-12-02 Thread Matthieu Patou
Hi Andrews, I highly suspect the new import of heimdal to be the root cause of the breakage on mac mini can one of you look on it ? Thanks. Matthieu. On 01/12/2010 09:49, Andrew Tridgell wrote: The branch, master has been updated via b7172e7 s4-drs: cope with invalid NTDS DNs from D

[SCM] Samba Shared Repository - branch master updated

2010-12-02 Thread Matthias Dieter Wallnöfer
The branch, master has been updated via 6f42da7 s4:dsdb/samdb/cracknames.c - fix various KRB5 memory leaks via 573389c s4:password_hash LDB module - allow empty ("") passwords from f62972b s4/scripting/ktpass: make shell code portable and eliminate another bash requirement

[SCM] Samba Shared Repository - branch master updated

2010-12-02 Thread Björn Jacke
The branch, master has been updated via f62972b s4/scripting/ktpass: make shell code portable and eliminate another bash requirement via a42c731 s4/ldb: fix shell syntax error in test script via 72a322e s3/selftest: add some FIXMEs via eeade15 tests: avoid bash in s

[SCM] Samba Shared Repository - branch master updated

2010-12-02 Thread Stefan Metzmacher
The branch, master has been updated via beb0181 buildtools: fix --git-local-changes option from 75508ce Turns out there are lots of places in S3 where token passed in here can be NULL (become_root() sets the current security token to NULL for example). Ensure we don't crash. http: