svn commit: samba r26496 - in branches/SAMBA_4_0: . source/lib/ldb source/scripting/python source/scripting/python/samba

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-17 08:20:20 + (Mon, 17 Dec 2007) New Revision: 26496 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26496 Log: Move some provision functions to a new SamDB class, support setting session_info on a ldb context from python. Added: b

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

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-17 08:20:29 + (Mon, 17 Dec 2007) New Revision: 26497 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26497 Log: Fix return type for freeifaddrs(). Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/lib/replace/getifaddrs.c

svn commit: samba r26498 - in branches/SAMBA_4_0: . source/lib/charset source/lib/charset/tests source/param source/torture

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-17 08:32:00 + (Mon, 17 Dec 2007) New Revision: 26498 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26498 Log: Fix memory leak in iconv code. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/lib/charset/charcnv.c branc

svn commit: samba r26499 - in branches/SAMBA_4_0: . source/scripting/python/samba source/selftest/env

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-17 08:36:39 + (Mon, 17 Dec 2007) New Revision: 26499 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26499 Log: Allow testing python provision by setting the PROVISION_PYTHON environment variable. Modified: branches/SAMBA_4_0/ b

Re: svn commit: samba r26486 - in branches/SAMBA_4_0: . source/build/smb_build source/selftest

2007-12-17 Thread Stefan (metze) Metzmacher
> -SELFTEST = $(PERL) $(srcdir)/selftest/selftest.pl > --prefix=${selftest_prefix} \ > +SELFTEST = $(LIB_PATH_VAR)=$(builddir)/bin/shared $(PERL) > $(srcdir)/selftest/selftest.pl --prefix=${selftest_prefix} \ > --builddir=$(builddir) --srcdir=$(srcdir) \ > --expected-failures=$(srcdir)/

Re: svn commit: samba r26488 - in branches/SAMBA_4_0: source/dsdb/samdb/ldb_modules testprogs/ejs

2007-12-17 Thread Stefan (metze) Metzmacher
> It turns out that AD puts search attributes onto the wire in the > reverse order to what Samba does. This complicates exact value > matching, so this is skipped for now. What do you exatly mean with "search attributes" here? metze signature.asc Description: OpenPGP digital signature

svn commit: samba r26500 - in branches/SAMBA_4_0: .

2007-12-17 Thread kai
Author: kai Date: 2007-12-17 10:24:26 + (Mon, 17 Dec 2007) New Revision: 26500 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26500 Log: README: Samba4 is not a technical preview anymore. Also, clean up some whitespace at the end of some lines that make my vim s

svn commit: samba r26501 - in branches/SAMBA_4_0_RELEASE: .

2007-12-17 Thread abartlet
Author: abartlet Date: 2007-12-17 10:26:56 + (Mon, 17 Dec 2007) New Revision: 26501 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26501 Log: Merge kblin's updated README Andrew Bartlett Modified: branches/SAMBA_4_0_RELEASE/README Changeset: Modified: bran

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

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-17 11:12:26 + (Mon, 17 Dec 2007) New Revision: 26502 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26502 Log: Revert accidently removed pkg-config path change. Thanks to metze for catching this. Modified: branches/SAMBA_4_0/ b

svn commit: samba r26503 - in branches/SAMBA_4_0: . source/lib/samba3 source/param source/param/tests source/scripting/ejs source/scripting/python source/scripting/python/samba source/scripting/python

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-17 11:12:36 + (Mon, 17 Dec 2007) New Revision: 26503 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26503 Log: Change order of arguments in param interface so it's easier to make the section name optional. Fix several smaller bits an

svn commit: samba r26504 - in branches/SAMBA_4_0: . source/auth source/auth/credentials source/auth/ntlmssp source/kdc source/lib/samba3 source/libcli source/librpc source/smb_server/smb

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-17 11:12:42 + (Mon, 17 Dec 2007) New Revision: 26504 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26504 Log: Don't rely on system-provided kerberos headers. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/auth/config.m

svn commit: samba r26505 - in branches/SAMBA_4_0: . source/param/tests source/scripting/python source/scripting/python/samba source/setup

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-17 12:07:51 + (Mon, 17 Dec 2007) New Revision: 26505 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26505 Log: Add python bindings for some samdb-related functions, improve provisioning in python. Modified: branches/SAMBA_4_0/

svn commit: samba r26506 - in branches/SAMBA_4_0: . source/scripting/python/samba source/scripting/python/samba/tests source/selftest source/setup

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-17 12:19:45 + (Mon, 17 Dec 2007) New Revision: 26506 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26506 Log: Start running (really trivial) tests for upgrade script. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/scri

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-692-gf7efc0e

2007-12-17 Thread Michael Adam
The branch, v3-2-test has been updated via f7efc0eca9426e63b751c07a90265a12bb39cf95 (commit) via 46bfbf5c8af6c030e67219a29c49fd2d40003b18 (commit) via 6d0db17a9e255235d40eabc63e91c9f5d4febcde (commit) via 1d4e0ad1142c61de402c925306f02f5de2c872f6 (commit) via

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-693-gd466a51

2007-12-17 Thread Michael Adam
The branch, v3-2-test has been updated via d466a5136d5151e2a3cae7464cb346f0db650554 (commit) from f7efc0eca9426e63b751c07a90265a12bb39cf95 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log - c

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

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-17 12:27:59 + (Mon, 17 Dec 2007) New Revision: 26507 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26507 Log: Fix function signature for freeifaddrs. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/lib/replace/system/ne

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-694-g5249b3d

2007-12-17 Thread Michael Adam
The branch, v3-2-test has been updated via 5249b3d204bf5f9191c2a4a7e81d09227eb5ddea (commit) from d466a5136d5151e2a3cae7464cb346f0db650554 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log - c

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28-42-g76dcbbd

2007-12-17 Thread Michael Adam
The branch, v3-0-test has been updated via 76dcbbd1213ebf0212997d9a0599c894076d77bb (commit) via 49d06710962d267610b94af2f2c2ea52066abb1b (commit) via 3d3119a2e746f64c8f52cb67f970ed7d185383f6 (commit) via 920c8a9d5496e81aa0661ffb92cb484aafe94831 (commit) via

svn commit: samba r26508 - in branches/SAMBA_4_0: . source/dsdb

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-17 13:16:10 + (Mon, 17 Dec 2007) New Revision: 26508 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26508 Log: Tighter dependencies in an attempt to fix missing symbol errors on sun9. Modified: branches/SAMBA_4_0/ branches/SAMBA

svn commit: samba r26509 - in branches/SAMBA_4_0: . source/setup

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-17 13:21:29 + (Mon, 17 Dec 2007) New Revision: 26509 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26509 Log: Don't make boolean options eat the next argument. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/setup/provi

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-695-g91be824

2007-12-17 Thread Michael Adam
The branch, v3-2-test has been updated via 91be824d2ba0b8dccf42ba2b8555a204aa1fa56c (commit) from 5249b3d204bf5f9191c2a4a7e81d09227eb5ddea (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log - c

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28-44-gf94e461

2007-12-17 Thread Simo Sorce
The branch, v3-0-test has been updated via f94e4619d1b2985881ec7ed76587057f00fbf1f7 (commit) via e8f569735e2c0523efa175ca44dd919f838ae49e (commit) from 76dcbbd1213ebf0212997d9a0599c894076d77bb (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test - Log -

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-696-g6b1a118

2007-12-17 Thread Simo Sorce
The branch, v3-2-test has been updated via 6b1a118eaaab405eeef0cf3c0488a2747af562ba (commit) from 91be824d2ba0b8dccf42ba2b8555a204aa1fa56c (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log - c

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

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-17 17:40:57 + (Mon, 17 Dec 2007) New Revision: 26510 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26510 Log: attempt to fix shld flags for darwin. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/lib/replace/libreplace_

svn commit: samba r26511 - in branches/SAMBA_4_0/source/lib: talloc util

2007-12-17 Thread kai
Author: kai Date: 2007-12-17 18:31:16 + (Mon, 17 Dec 2007) New Revision: 26511 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26511 Log: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_v While at it, also add a PRINTF_ATTRIBUTE for talloc_va

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28-45-gb620f7c

2007-12-17 Thread Jeremy Allison
The branch, v3-0-test has been updated via b620f7c3ec04116023fe0dcb0ea0d0b9fb2560db (commit) from f94e4619d1b2985881ec7ed76587057f00fbf1f7 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test - Log - c

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-697-g545cd21

2007-12-17 Thread Jeremy Allison
The branch, v3-2-test has been updated via 545cd2139cfc9484b733693814d4724d37125942 (commit) from 6b1a118eaaab405eeef0cf3c0488a2747af562ba (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log - c

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

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-17 19:18:55 + (Mon, 17 Dec 2007) New Revision: 26512 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26512 Log: Another attempt at fixing darwin Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4

Re: svn commit: samba r26511 - in branches/SAMBA_4_0/source/lib: talloc util

2007-12-17 Thread Stefan (metze) Metzmacher
> +char *talloc_vasprintf(const void *t, const char *fmt, va_list ap) > PRINTF_ATTRIBUTE(2,0); > + > char *talloc_vasprintf(const void *t, const char *fmt, va_list ap) > -{ > +{ > int len; > char *ret; > va_list ap2; > char c; > - > + > /* this call looks s

svn commit: samba r26513 - in branches/SAMBA_4_0: . source/scripting/python source/scripting/python/samba

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-17 20:03:06 + (Mon, 17 Dec 2007) New Revision: 26513 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26513 Log: Update substitution dictionary for ldifs. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/scripting/python/mi

svn commit: samba r26514 - in branches/SAMBA_4_0/source/lib/talloc: .

2007-12-17 Thread kai
Author: kai Date: 2007-12-17 20:18:02 + (Mon, 17 Dec 2007) New Revision: 26514 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26514 Log: Revert the talloc.c part of r26511, as talloc.h already takes care of thois. Thanks to metze for pointing this out Modified:

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28-46-gc5e3c77

2007-12-17 Thread Simo Sorce
The branch, v3-0-test has been updated via c5e3c7778e5b0ee24fe0ff5623e37d9574b9a7d7 (commit) from b620f7c3ec04116023fe0dcb0ea0d0b9fb2560db (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test - Log - c

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-699-ge940537

2007-12-17 Thread Simo Sorce
The branch, v3-2-test has been updated via e940537d5be870ae622712a3b76dff891739df8c (commit) via 814c1b0e0034fb67c7718760dfcf913904f3e7fa (commit) from 545cd2139cfc9484b733693814d4724d37125942 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log -

Re: svn commit: samba r26511 - in branches/SAMBA_4_0/source/lib: talloc util

2007-12-17 Thread Kai Blin
On Monday 17 December 2007 20:25:33 Stefan (metze) Metzmacher wrote: > Hi Kai, > > this is wrong, talloc.h already have this... Ok, I've reverted. Thanks for spotting this. Kai -- Kai Blin WorldForge developer http://www.worldforge.org/ Wine developerhttp://wiki.winehq.org/KaiBlin Sam

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-700-g7f6593c

2007-12-17 Thread Michael Adam
The branch, v3-2-test has been updated via 7f6593cddef048dd05140b05d306c708d8134f0e (commit) from e940537d5be870ae622712a3b76dff891739df8c (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log - c

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

2007-12-17 Thread kai
Author: kai Date: 2007-12-17 22:49:36 + (Mon, 17 Dec 2007) New Revision: 26515 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26515 Log: nsswitch: Get rid of a pstring Modified: branches/SAMBA_4_0/source/nsswitch/winbind_struct_protocol.h Changeset: Modifie

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28-47-g9d93ec1

2007-12-17 Thread Jeremy Allison
The branch, v3-0-test has been updated via 9d93ec1cdd7ef3a6a02a8095bb1c487fd6310863 (commit) from c5e3c7778e5b0ee24fe0ff5623e37d9574b9a7d7 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test - Log - c

svn commit: samba r26516 - in branches/SAMBA_4_0: . source/scripting/python/subunit

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-17 23:16:05 + (Mon, 17 Dec 2007) New Revision: 26516 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26516 Log: Fix line splitting in subunitrun. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/scripting/python/subunit/__

svn commit: samba r26517 - in branches/SAMBA_4_0: . source/param source/param/tests source/scripting/python source/scripting/python/samba source/setup

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-17 23:16:12 + (Mon, 17 Dec 2007) New Revision: 26517 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26517 Log: Add functions for setting and getting parameters on a LoadParm. Pass loadparm context along to Ldb contexts. Other minor Py

svn commit: samba r26518 - in branches/SAMBA_4_0: . source/lib/registry source/scripting/python/samba

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-17 23:16:16 + (Mon, 17 Dec 2007) New Revision: 26518 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26518 Log: Fix provision of registry using Python. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/lib/registry/ldb.c

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-701-g194c464

2007-12-17 Thread Gerald (Jerry) Carter
The branch, v3-2-test has been updated via 194c4640b158457a6d0d5ea91e28d41d619c77de (commit) from 7f6593cddef048dd05140b05d306c708d8134f0e (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log - c

Build status as of Tue Dec 18 00:00:02 2007

2007-12-17 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2007-12-17 00:00:24.0 + +++ /home/build/master/cache/broken_results.txt 2007-12-18 00:00:56.0 + @@ -1,4 +1,4 @@ -Build status as of Mon Dec 17 00:00:02 2007 +Build status as of Tue Dec 18

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-702-g0a9874c

2007-12-17 Thread Michael Adam
The branch, v3-2-test has been updated via 0a9874c1c76c0ccc71caba7ee85a0ee1a91808c5 (commit) from 194c4640b158457a6d0d5ea91e28d41d619c77de (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log - c

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-703-g7c9fa59

2007-12-17 Thread Michael Adam
The branch, v3-2-test has been updated via 7c9fa597d684a25822b4db6615f28336f2d64ef3 (commit) from 0a9874c1c76c0ccc71caba7ee85a0ee1a91808c5 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log - c

svn commit: samba r26519 - in branches/SAMBA_4_0/source/libnet: .

2007-12-17 Thread mimir
Author: mimir Date: 2007-12-18 00:59:21 + (Tue, 18 Dec 2007) New Revision: 26519 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26519 Log: Add libnet_GroupList function. Totally untested (yet), but it builds for start. Modified: branches/SAMBA_4_0/source/lib

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-706-g8223624

2007-12-17 Thread Jeremy Allison
The branch, v3-2-test has been updated via 8223624fea7c1b61e9231168cb4d82771576cbc5 (commit) via dcf624aa02cf7415a4a55e6d45606e813ae6b91f (commit) via 4ae4b2358688bf289305a2db0ed01b653ac073b2 (commit) from 7c9fa597d684a25822b4db6615f28336f2d64ef3 (commit) http://gitw

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-707-g299ea5d

2007-12-17 Thread Jeremy Allison
The branch, v3-2-test has been updated via 299ea5d122e173adf6edb6399fc90798747b0c97 (commit) from 8223624fea7c1b61e9231168cb4d82771576cbc5 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log - c

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-708-g97cfdae

2007-12-17 Thread Jeremy Allison
The branch, v3-2-test has been updated via 97cfdae4052d46a35040d4c1a4ade8bf2c41dbc7 (commit) from 299ea5d122e173adf6edb6399fc90798747b0c97 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log - c

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-709-gb4dfec0

2007-12-17 Thread Jeremy Allison
The branch, v3-2-test has been updated via b4dfec09e89428cac9b21a94ce4d24e60d4a54f4 (commit) from 97cfdae4052d46a35040d4c1a4ade8bf2c41dbc7 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log - c

svn commit: samba r26520 - in branches/SAMBA_4_0: . source/lib/registry source/scripting/python source/scripting/python/samba source/setup

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-18 02:21:14 + (Tue, 18 Dec 2007) New Revision: 26520 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26520 Log: More Python updates. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/lib/registry/registry.i branches/SAMB

svn commit: samba r26521 - in branches/SAMBA_4_0: . source/dsdb/samdb/ldb_modules source/scripting/python/samba

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-18 02:21:24 + (Tue, 18 Dec 2007) New Revision: 26521 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26521 Log: Fix newlines. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/naming_fsmo.c branche

svn commit: samba r26522 - in branches/SAMBA_4_0: . source/scripting/python/samba

2007-12-17 Thread jelmer
Author: jelmer Date: 2007-12-18 02:21:28 + (Tue, 18 Dec 2007) New Revision: 26522 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26522 Log: Fix warnings on SamDB connect from Python, simplify the setup code for the various LDBs. Modified: branches/SAMBA_4_0/

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-710-g92acc01

2007-12-17 Thread Jeremy Allison
The branch, v3-2-test has been updated via 92acc0115d8d4111289c2ade1db7bb060ee908db (commit) from b4dfec09e89428cac9b21a94ce4d24e60d4a54f4 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log - c

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-711-gdb74b99

2007-12-17 Thread James Peach
The branch, v3-2-test has been updated via db74b99d0ef1a60894c838b4c9d0d454db6cf620 (commit) from 92acc0115d8d4111289c2ade1db7bb060ee908db (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log - c

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-712-g6a7f2a5

2007-12-17 Thread Michael Adam
The branch, v3-2-test has been updated via 6a7f2a59fc370e226ddacb195059155f28c6c157 (commit) from db74b99d0ef1a60894c838b4c9d0d454db6cf620 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log - c