Re: svn commit: samba r25142 - in branches: SAMBA_3_2/source/smbd SAMBA_3_2_0/source/smbd

2007-09-14 Thread Stefan (metze) Metzmacher
Log: Panic if setting the group list fails while switching security contexts. Patch from Tim Prouty [EMAIL PROTECTED]. Hi James, this breaks make test as non-root user badly see the build farm. metze signature.asc Description: OpenPGP digital signature

Re: svn commit: samba r25166 - in branches/SAMBA_4_0: . source/pidl/lib/Parse/Pidl source/pidl/tests

2007-09-15 Thread Stefan (metze) Metzmacher
+ foreach my $x (@{$type-{ELEMENTS}}) { + return 1 if ($x-{POINTERS}); + return 1 if (can_contain_deferred ($x)); Hi Jelmer, doesn't this needs to be con_contain_deferred($x-{TYPE}), I'm not sure so please check this. maybe we should have a more complex test which

Re: Rev 632: make sure we set close on exec on any possibly inherited fds in http://samba.org/~tridge/ctdb

2007-09-19 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 + + /* on exec, don't inherit the fd */ + v = fcntl(epoll_ev-epoll_fd, F_GETFD, 0); +fcntl(epoll_ev-epoll_fd, F_SETFD, v | FD_CLOEXEC); + Hi Tridge, can you please fix the leading whitespaces into a tab and then merge this to

Re: svn commit: samba r25259 - in branches/SAMBA_4_0/source/lib/ldb: .

2007-09-21 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jelmer, +lib/ldb/common/ldb.o: ./lib/ldb/common/ldb.o This causes warnings with GNU make: I think instead we should just be using $(builddir) and $(srcdir) consistently. For the time being, can we simply copy the rule rather than use a bogus

Re: svn commit: samba r25380 - in branches: SAMBA_3_2/source/groupdb SAMBA_3_2_0/source/groupdb

2007-09-27 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 return True; } - /* default to using the ldb backend. This parameter should -disappear in future versions of Samba3, but for now it -provides a safety net in case any major problems are -

Re: svn commit: samba r25399 - in branches: SAMBA_3_2/source/include SAMBA_3_2/source/modules SAMBA_3_2/source/printing SAMBA_3_2/source/rpc_parse SAMBA_3_2_0/source/include SAMBA_3_2_0/source/modules

2007-09-27 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: jra Date: 2007-09-28 01:32:08 + (Fri, 28 Sep 2007) New Revision: 25399 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25399 Log: Excise uint - uint32 (where appropriate) or

Re: [SCM] Draft Samba Repository branch, v3-2-unstable, updated. 4da9ac14bb49c8a977b57c97402244d98aa6fb92

2007-10-05 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James Peach schrieb: On Oct 5, 2007, at 9:38 AM, Gerald (Jerry) Carter wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fyi... The From: on the commit mail will always be from the person pushing to the repo. But the history in the log

Re: svn commit: samba r25543 - in branches/SAMBA_4_0: . source/auth/kerberos source/heimdal_build source/lib/replace source/lib/replace/system

2007-10-06 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: jelmer Date: 2007-10-05 23:54:12 + (Fri, 05 Oct 2007) New Revision: 25543 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25543 Log: Merge libreplace support for inet_pton,

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

2007-10-12 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerald (Jerry) Carter schrieb: The branch, v3-2-test has been updated via be916777da8c681c393b817105e3dfe8a9c4ef12 (commit) from 631464e2651e33812e43fe59c1e49c5d71f9621a (commit)

Re: [SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-24-g016795c

2007-10-12 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 simo schrieb: On Fri, 2007-10-12 at 16:07 +0200, Stefan (metze) Metzmacher wrote: that's wrong as a function is also possible, and now we have no correct string contant in version.h and version.c breaks: time for trying 'git revert g016795c

Re: [SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-24-g016795c

2007-10-12 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 diff --git a/source/VERSION b/source/VERSION index 858b627..d34a625 100644 --- a/source/VERSION +++ b/source/VERSION @@ -95,5 +95,5 @@ SAMBA_VERSION_IS_GIT_SNAPSHOT=yes # e.g. SAMBA_VERSION_VENDOR_SUFFIX=vendor_version()# # - CVS

Re: [SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-43-g2762205

2007-10-14 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jelmer Vernooij schrieb: The branch, v3-2-test has been updated via 2762205ee7bcf5da71f433f86e9c667fd65ee228 (commit) via 9394d0cc16537ae8ee207528c2e74cb8a420c64d (commit) via 84660aaab02338f22669bdf20af0f98607b6db17

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

2007-10-18 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: tridge Date: 2007-10-18 01:37:46 + (Thu, 18 Oct 2007) New Revision: 25689 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25689 Log: test with a non-zero size file Hi

Re: svn commit: samba r25674 - in branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3: .

2007-10-18 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rafal Szczesniak schrieb: On Wed, Oct 17, 2007 at 08:26:55AM +, [EMAIL PROTECTED] wrote: Author: metze Date: 2007-10-17 08:26:55 + (Wed, 17 Oct 2007) New Revision: 25674 WebSVN:

Re: Rev 653: allow sync on close to be disabled, using syncops:onclose = no in http://samba.org/~tridge/3_0-ctdb

2007-10-19 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: revno: 653 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: s3-ctdb-tridge timestamp: Fri

Re: svn commit: samba r25700 - in branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3: .

2007-10-19 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Now BOOL no longer exists in Samba 3.2, use bool instead. Jeremy. Hi Jeremy, What about True/False, I think they're used there too... metze -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE -

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

2007-10-25 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: jelmer Date: 2007-10-24 19:16:10 + (Wed, 24 Oct 2007) New Revision: 25722 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25722 Log: Start merging the various test plan files

Re: svn commit: samba r25760 - in branches/SAMBA_4_0/testprogs/ejs: .

2007-10-31 Thread Stefan (metze) Metzmacher
+ ok = ldb.rename(cn=ldaptestuser3,cn=users, + base_dn, cn=ldaptestUSER3,cn=users, + base_dn); + if (ok.error != 0) { + println(Could not rename cn=ldaptestuser3,cn=users, + base_dn + into cn=ldaptestUSER3,cn=users, + base_dn + : + ok.errstr); +

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

2007-11-01 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25781 Log: Handle and test linked attribute renames. Hi Andrew, please also commit dsdb_linked_attribute_lDAPDisplayName_list() metze -BEGIN PGP SIGNATURE-

Re: [SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-156-g779353b

2007-11-02 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerald (Jerry) Carter schrieb: The branch, v3-2-test has been updated via 779353b86d1699324149896f1ffa237c6ebe46ec (commit) via d6cdbfd875bb2653e831d314726c3240beb0a96b (commit) via b7d2fadbef044a89920da613b1aafc74a3d94e24

Re: svn commit: samba r25815 - in branches/SAMBA_4_0/source: librpc/idl torture/rpc

2007-11-03 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: gd Date: 2007-11-02 15:11:54 + (Fri, 02 Nov 2007) New Revision: 25815 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25815 Log: Small DFS idl fixes. Guenther Modified:

Re: [SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-161-g4d7badb

2007-11-03 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jeremy, Fix Solaris by ensuring we use the IPv4 or IPv6 length in any getnameinfo calls. Jeremy @@ -710,22 +720,23 @@ int get_interfaces(struct iface_struct *ifaces, int max_interfaces) for (i=0;itotal;i++) {

Re: svn commit: samba r25901 - in branches/SAMBA_4_0: . source/build/m4

2007-11-08 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ### # test whether building a shared library actually works if test $BLDSHARED = true; then @@ -146,7 +138,7 @@ ac_cv_shlib_works=no # try

Re: svn commit: samba r25904 - in branches/SAMBA_4_0: . source/build/m4

2007-11-08 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ac_cv_shlib_works=no # try building a trivial shared library ${CC} ${CFLAGS} ${PICFLAG} -c ${srcdir-.}/build/tests/shlib.c -o shlib.o - ${SHLD} echo

Re: svn commit: samba r25940 - in branches/SAMBA_4_0/source: dsdb/samdb dsdb/samdb/ldb_modules rpc_server/drsuapi scripting/libjs setup

2007-11-14 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: abartlet Date: 2007-11-13 22:38:55 + (Tue, 13 Nov 2007) New Revision: 25940 dn: CN=Templates objectClass: top objectClass: container @@ -2,11 +16,3 @@ description: Container for SAM account templates

Re: svn commit: samba r25959 - in branches/SAMBA_4_0/source/lib/ldb/ldb_tdb: .

2007-11-15 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 + + /* possibly initialise the baseinfo */ + if (r == LDB_SUCCESS) { this comment is wrong (cut-n-paste?) } + + if ((req-op.search.base == NULL) || (ldb_dn_is_null(req-op.search.base) == true)) { + + /*

Re: [SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-322-g11bcdf7

2007-11-16 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Summary of changes: source/configure.in| 12 source/lib/replace/system/capability.h |9 + Hi Michael, if the result of the configure test should be used by lib/replace/ headers, then the configure

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

2007-11-16 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: jelmer Date: 2007-11-16 11:40:52 + (Fri, 16 Nov 2007) New Revision: 25998 +AC_DEFUN([AC_LIBREPLACE_RUNTIME_LIB_PATH_VAR], +[ + case $host_os in + *linux*) +

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) \

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

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 strange, but

Re: svn commit: samba-web r1169 - in trunk/devel: .

2008-01-10 Thread Stefan (metze) Metzmacher
[EMAIL PROTECTED] schrieb: Author: idra Date: 2008-01-10 18:38:14 + (Thu, 10 Jan 2008) New Revision: 1169 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-webrev=1169 Log: We finally moved to git for all branches. thanks I was just about to fix this... metze

Re: svn commit: samba r19312 - in branches/SAMBA_4_0/source/lib/ldb/modules: .

2006-10-16 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 + *old = *el; + /* and make sure we reference the contents */ + talloc_reference(msg-elements, el-name); + talloc_reference(msg-elements, el-values); Hi Simo, talloc_reference() can fail, please handle that here... metze

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

2006-10-19 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: tridge Date: 2006-10-19 03:04:00 + (Thu, 19 Oct 2006) New Revision: 19408 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19408 Log: I think tm_mon is ending up as -1 on

Re: svn commit: samba r19464 - in branches/SAMBA_4_0/source: dsdb/samdb libcli/auth

2006-10-23 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: abartlet Date: 2006-10-23 06:06:35 + (Mon, 23 Oct 2006) New Revision: 19464 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19464 Log: Reject passwords that cannot be

Re: svn commit: samba r19553 - in branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl: .

2006-11-06 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: jelmer Date: 2006-11-04 15:40:05 + (Sat, 04 Nov 2006) New Revision: 19553 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19553 Log: Add check for correct API usage.

Re: svn commit: samba r19568 - in branches/SAMBA_4_0/source/auth/kerberos: .

2006-11-06 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: abartlet Date: 2006-11-06 11:18:32 + (Mon, 06 Nov 2006) New Revision: 19568 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19568 Log: When we get back a skew error, try with

Re: svn commit: samba r19602 - in branches: SAMBA_3_0_23/source/lib SAMBA_3_0_24/source/lib

2006-11-07 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: jra Date: 2006-11-07 02:35:58 + (Tue, 07 Nov 2006) New Revision: 19602 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19602 Log: Fix protection from invalid struct tm

Re: svn commit: lorikeet r653 - in trunk/heimdal/lib/gssapi/krb5: .

2006-11-07 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: abartlet Date: 2006-11-07 03:19:22 + (Tue, 07 Nov 2006) New Revision: 653 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=653 Log: DCE-STYLE mutual authentication isn't

Re: svn commit: samba r19602 - in branches: SAMBA_3_0_23/source/lib SAMBA_3_0_24/source/lib

2006-11-07 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Metze, I assume this has bugs, as tm-tm_mon == 12 is valid and the array which uses it as index has only 12 members... tridge: had you gave me a reason, why you used 12 in the samba4 commit? I use 12

Re: svn commit: samba r19842 - in branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl: .

2006-11-22 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: jelmer Date: 2006-11-22 16:53:30 + (Wed, 22 Nov 2006) New Revision: 19842 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19842 Log: Complain about unknown pointer types.

Re: svn commit: samba r19920 - in branches/SAMBA_3_0_24/source: .

2006-11-27 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: vlendec Date: 2006-11-27 16:25:52 + (Mon, 27 Nov 2006) New Revision: 19920 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19920 Log: Compile vfs_default by default. Jerry,

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

2006-12-03 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mimir, Could we implement it as part of libnet_SetRole function ? This way functionality of various roles would be put into respective role_*.c files - role_become_dc.c in this case. With libnet_SetRole we could provide high level of support

Re: Rev 37: Raw implementation done. in http://samba.org/~tridge/psomogyi/

2006-12-12 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Peter, do you really need typedef's here? using 'struct type' in the code is in most cases more readable. metze typedef struct _ibw_conn_priv { + struct ibv_comp_channel *verbs_channel; + struct fd_event *verbs_channel_event; +

Re: Rev 40: Raw impl. of ibwrapper test tool. in http://samba.org/~tridge/psomogyi/

2006-12-15 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Peter, +int ibwtest_receive_handler(struct ibw_conn *conn, void *buf, int n) +{ + struct ibwtest_conn *pconn; + enum testopcode op; + struct ibwtest_ctx *tcx = talloc_get_type(conn-ctx-ctx_userdata, struct ibwtest_ctx); + +

Re: svn commit: samba r20251 - in branches/SAMBA_4_0/source: libnet librpc/idl torture/rpc

2006-12-19 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: metze Date: 2006-12-19 13:38:42 + (Tue, 19 Dec 2006) New Revision: 20251 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20251 Log: I found out that the oid-prefix to

Re: svn commit: samba r20315 - in branches/SAMBA_4_0/source: dsdb/samdb dsdb/samdb/ldb_modules librpc/idl rpc_server/drsuapi torture/rpc

2006-12-22 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: abartlet Date: 2006-12-22 07:04:06 + (Fri, 22 Dec 2006) New Revision: 20315 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20315 Log: Implement the server side of

Re: svn commit: samba r20315 - in branches/SAMBA_4_0/source: dsdb/samdb dsdb/samdb/ldb_modules librpc/idl rpc_server/drsuapi torture/rpc

2006-12-22 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan (metze) Metzmacher schrieb: [EMAIL PROTECTED] schrieb: Author: abartlet Date: 2006-12-22 07:04:06 + (Fri, 22 Dec 2006) New Revision: 20315 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20315 Log

Re: svn commit: samba r20315 - in branches/SAMBA_4_0/source: dsdb/samdb dsdb/samdb/ldb_modules librpc/idl rpc_server/drsuapi torture/rpc

2006-12-22 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan (metze) Metzmacher schrieb: Stefan (metze) Metzmacher schrieb: [EMAIL PROTECTED] schrieb: Author: abartlet Date: 2006-12-22 07:04:06 + (Fri, 22 Dec 2006) New Revision: 20315 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view

Re: svn commit: samba r20403 - in branches/SAMBA_3_0/source: libads libsmb

2006-12-29 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Andrew, Changeset: Modified: branches/SAMBA_3_0/source/libads/sasl.c === --- branches/SAMBA_3_0/source/libads/sasl.c 2006-12-29 08:25:51 UTC (rev 20402) +++

Re: svn commit: samba r20791 - in branches/SAMBA_4_0/source: . scripting/ejs scripting/ejs/ejsnet

2007-01-15 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Log: the ejsnet stuff can be a normal smbcalls module... Why is it still called smbcalls ? I realise there are historical reasons, but ejs interface has became much more than just a gateway to smbcalls. maybe ejscalls or so would be better...

Re: svn commit: samba r20808 - in branches/SAMBA_4_0/source/heimdal_build: .

2007-01-15 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 remove whitespace This was the problem on the Tru64 build... it's very important to not have whitespaces between -Ifoo... axp cat ipath.c #include standards.h int main(void) { return 0; } axp cc -I foo -c -o ipath.o ipath.c cc: Severe: ipath.c,

Re: svn commit: samba r21148 - in tags/release-3-0-23: .

2007-02-05 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Changeset: Copied: tags/release-3-0-23/SAMBA_3_0_RELEASE (from rev 21147, branches/SAMBA_3_0_RELEASE) Hi Jerry, this doesn't look correct...:-) metze -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (GNU/Linux)

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

2007-02-10 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 simo schrieb: On Fri, 2007-02-09 at 17:35 +, [EMAIL PROTECTED] wrote: Author: metze Date: 2007-02-09 17:35:32 + (Fri, 09 Feb 2007) New Revision: 21261 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21261

Re: svn commit: samba r21338 - in branches/SAMBA_4_0: . source/pidl/lib/Parse/Pidl/Samba3 source/pidl/tests

2007-02-14 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Collier-Brown schrieb: #warning does seem to cause diagnostics on the compilers which don't know what it means... is there a case where it's silently ignored and the bad code just compiles to a non-running executable? Compilers with

Re: svn commit: samba r21478 - in branches: SAMBA_3_0/source/smbd SAMBA_3_0_25/source/smbd

2007-02-20 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: jra Date: 2007-02-20 23:56:46 + (Tue, 20 Feb 2007) New Revision: 21478 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21478 Log: Add 65k length limit for split SPNEGO blobs.

Re: svn commit: samba r21529 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_25/source/nsswitch

2007-02-25 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: jra Date: 2007-02-25 09:00:37 + (Sun, 25 Feb 2007) New Revision: 21529 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21529 Log: Fix warning from bad cast. Jeremy.

Re: svn commit: samba r21535 - in branches/SAMBA_4_0/source: libcli/util librpc/rpc script/tests torture/rpc winbind

2007-02-25 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: tridge Date: 2007-02-26 05:37:19 + (Mon, 26 Feb 2007) New Revision: 21535 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21535 Log: - fixed a crash in the RAW-ACLS test.

Re: svn commit: samba r21535 - in branches/SAMBA_4_0/source: libcli/util librpc/rpc script/tests torture/rpc winbind

2007-02-26 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Metze, Have you noticed why we require pipe-binding correctly now? Any Ideas on how to implement the cross connection policy handles in the server code? First I'd like to do some more testing of it. I'm

Re: Rev 11611: Use utility function for naming pull/push/print functions. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-02-28 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jelmer Vernooij schrieb: At file:///home/jelmer/bzr.samba/SAMBA_4_0/ revno: 11611 revision-id: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL

Re: svn commit: samba r21656 - in branches/SAMBA_4_0: . source/lib/registry source/lib/registry/tests source/lib/socket source/lib/tdr source/lib/util source/lib/util/tests source/librpc source/librpc

2007-03-02 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Log: Move tests a bit closer to the things they test, should make syncing with samba3 easier. branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm do you wanted to commit this? metze -BEGIN PGP SIGNATURE- Version:

Re: Rev 11686: Use smbtorture for enumerating tests. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-03-07 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jelmer Vernooij schrieb: At file:///home/jelmer/bzr.samba/SAMBA_4_0/ -NBT_TESTS=NBT-REGISTER NBT-WINS -NBT_TESTS=$NBT_TESTS NBT-WINSREPLICATION -# NBT_TESTS=$NBT_TESTS NBT-WINSREPLICATION-OWNED -NBT_TESTS=$NBT_TESTS NET-API-LOOKUP

Re: svn commit: samba r21768 - in branches: SAMBA_3_0/source/client SAMBA_3_0/source/include SAMBA_3_0/source/lib SAMBA_3_0/source/libsmb SAMBA_3_0/source/utils SAMBA_3_0_25/source/client SAMBA_3_0_25

2007-03-08 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: jra Date: 2007-03-08 23:54:57 + (Thu, 08 Mar 2007) New Revision: 21768 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21768 Log: Fix the client dfs code such that smbclient

Re: svn commit: samba r21784 - in branches/SAMBA_3_0/source: include lib nsswitch passdb rpc_server smbd utils web

2007-03-11 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: vlendec Date: 2007-03-11 16:49:16 + (Sun, 11 Mar 2007) New Revision: 21784 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21784 Log: Replace smb_register_idle_event() with

Re: svn commit: samba r21814 - in branches: SAMBA_3_0/source/librpc/ndr SAMBA_4_0/source/librpc/ndr

2007-03-13 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: tridge Date: 2007-03-13 04:42:49 + (Tue, 13 Mar 2007) New Revision: 21814 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21814 Log: use ndr_push_error in the ndr layer, not

Re: svn commit: samba r21931 - in branches/SAMBA_3_0/source: . lib/replace/system

2007-03-22 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +#ifdef HAVE_SYS_ACL_H ^^ this should be HAVE_ACL_LIBACL_H yes, sorry, it's already fixed:-) -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

Re: svn commit: samba r21936 - in branches/SAMBA_3_0_25/source/lib/replace/system: .

2007-03-22 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: jra Date: 2007-03-22 18:43:40 + (Thu, 22 Mar 2007) New Revision: 21936 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21936 Log: Keeping up with Metze :-). Jeremy. Hi

Re: svn commit: samba r21926 - in branches/SAMBA_3_0/source: include libsmb smbd

2007-03-22 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: jra Date: 2007-03-22 02:24:12 + (Thu, 22 Mar 2007) New Revision: 21926 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21926 Log: Fix missing enum specifier pointed out by

Re: svn commit: samba r21991 - in branches/SAMBA_3_0/source: include lib libsmb smbd

2007-03-29 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: jra Date: 2007-03-27 21:13:31 + (Tue, 27 Mar 2007) New Revision: 21991 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21991 Log: I hate Steve French :-). Add support for

Re: svn commit: samba r21991 - in branches/SAMBA_3_0/source: include lib libsmb smbd

2007-03-30 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew Bartlett schrieb: I agree that the trans2 stuff is ugly, but at least it is in an already reserved space in the protocol. Whatever we do, we should continue to allow a re-key modal (despite the issues it then has with credentials

Re: svn commit: samba r21991 - in branches/SAMBA_3_0/source: include lib libsmb smbd

2007-03-30 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan (metze) Metzmacher schrieb: So I think it would be much better to use the vuid as enc-ctx, but check for each call to a specific tid that the call was encrypted or not. And maybe also allow plain requests with the vuid, or force the client

Re: svn commit: samba r21991 - in branches/SAMBA_3_0/source: include lib libsmb smbd

2007-03-30 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Volker Lendecke schrieb: On Fri, Mar 30, 2007 at 11:43:11AM +0200, Stefan (metze) Metzmacher wrote: We could also create a new call at SMB level maybe SMBsesssetup2? There're a lot of free message numbers. Are there also some ranges defined

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

2007-04-02 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: jpeach Date: 2007-04-02 17:29:03 + (Mon, 02 Apr 2007) New Revision: 22037 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22037 Log: Make sure STATICDIR exists before linking

Re: svn commit: samba r22049 - in branches: SAMBA_3_0/source SAMBA_3_0/source/include SAMBA_3_0_25/source SAMBA_3_0_25/source/include

2007-04-03 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: +*/ +#ifndef ber_tag_t +typedef unsigned int ber_tag_t; +typedef unsigned int ber_int_t; +#endif +#endif /* HPUX */ #ifndef LBER_USE_DER #define LBER_USE_DER 0x01 #endif Hi Jeremy, this broke the build :-(

Re: svn commit: samba r22079 - in branches: SAMBA_3_0/source/libads SAMBA_3_0_25/source/libads

2007-04-04 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Log: Tsk, tsk, Metze didn't compile before check-in :-). Merge the memory leak fix (with fix :-) to 3.0.25. Jeremy. grr, sorry I have copied it from another working tree... metz -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (GNU/Linux)

Re: svn commit: samba r22394 - in branches/SAMBA_3_0/source/lib/replace/test: .

2007-04-19 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: jpeach Date: 2007-04-19 23:47:55 + (Thu, 19 Apr 2007) New Revision: 22394 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22394 Log: Remove test directory once we are

Re: svn commit: samba r22422 - in branches/SAMBA_4_0/source/lib/tdb: . common include tools

2007-04-21 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: tridge Date: 2007-04-21 07:25:40 + (Sat, 21 Apr 2007) New Revision: 22422 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22422 Log: merged tdb changes from ctdb

Re: svn commit: samba r22539 - in branches: SAMBA_3_0/source/lib/talloc SAMBA_3_0_25/source/lib/talloc SAMBA_4_0/source/lib/talloc

2007-04-28 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: jra Date: 2007-04-27 21:09:16 + (Fri, 27 Apr 2007) New Revision: 22539 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22539 Log: Added _strict varients of the talloc calls

Re: svn commit: samba r22638 - in tags: .

2007-05-02 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: jelmer Date: 2007-05-02 16:10:03 + (Wed, 02 May 2007) New Revision: 22638 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22638 Log: Tag current TDB as 1.1.0 Added:

Re: svn commit: samba r22638 - in tags: .

2007-05-02 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jelmer Vernooij schrieb: Stefan (metze) Metzmacher wrote: [EMAIL PROTECTED] schrieb: Author: jelmer Date: 2007-05-02 16:10:03 + (Wed, 02 May 2007) New Revision: 22638 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot

Re: svn commit: samba r22731 - in branches/SAMBA_3_0/source: . tests

2007-05-07 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: derrell Date: 2007-05-07 03:02:24 + (Mon, 07 May 2007) New Revision: 22731 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22731 Log: - Fix bug #4594. configure.in

Re: svn commit: samba r22874 - in branches/SAMBA_4_0/source: ntvfs/ipc torture/raw

2007-05-15 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 /* @@ -602,6 +609,39 @@ static NTSTATUS ipc_qfileinfo(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_fileinfo *info) { + struct ipc_private *private = ntvfs-private_data; +

Re: svn commit: samba r22882 - in branches/SAMBA_4_0/source/ntvfs/ipc: .

2007-05-15 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: abartlet Date: 2007-05-15 06:51:18 + (Tue, 15 May 2007) New Revision: 22882 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22882 Log: It seems entirly reasonable to follow

Re: svn commit: samba r22958 - in branches/SAMBA_4_0/source/libcli/util: .

2007-05-17 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: sahlberg Date: 2007-05-17 01:17:43 + (Thu, 17 May 2007) New Revision: 22958 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22958 Log: For SRVSVC/NetFileClose only

Re: svn commit: samba r23030 - in branches/SAMBA_4_0/source: auth/gensec auth/kerberos ldap_server libcli/cldap libcli/ldap libcli/util librpc/ndr

2007-05-21 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: tridge Date: 2007-05-21 06:12:06 + (Mon, 21 May 2007) New Revision: 23030 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23030 Log: finally fixed up our asn1 code to use

Re: svn commit: samba r23034 - in branches/SAMBA_4_0/source/auth/credentials: .

2007-05-21 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: abartlet Date: 2007-05-21 11:57:56 + (Mon, 21 May 2007) New Revision: 23034 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23034 Log: Thanks to metze for providing some

Re: svn commit: samba r23108 - in branches: SAMBA_3_0/source/lib/replace SAMBA_3_0_26/source/lib/replace SAMBA_4_0/source/lib/replace

2007-05-24 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: obnox Date: 2007-05-24 07:15:36 + (Thu, 24 May 2007) New Revision: 23108 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23108 Log: Add defines of RTLD_NOW and RTLD_GLOBAL to

Re: svn commit: samba r23108 - in branches: SAMBA_3_0/source/lib/replace SAMBA_3_0_26/source/lib/replace SAMBA_4_0/source/lib/replace

2007-05-24 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan (metze) Metzmacher schrieb: [EMAIL PROTECTED] schrieb: Stefan (metze) Metzmacher [EMAIL PROTECTED] writes: seems that revision 22772 wasn't merged into all branches... http://websvn.samba.org/cgi-bin/viewcvs.cgi?rev=22772view=rev Sorry

Re: svn commit: samba r23108 - in branches: SAMBA_3_0/source/lib/replace SAMBA_3_0_26/source/lib/replace SAMBA_4_0/source/lib/replace

2007-05-24 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Stefan (metze) Metzmacher [EMAIL PROTECTED] writes: seems that revision 22772 wasn't merged into all branches... http://websvn.samba.org/cgi-bin/viewcvs.cgi?rev=22772view=rev Sorry, I think I merged it to all

Re: svn commit: samba r23175 - in branches/SAMBA_4_0: . source/lib/replace source/script source/selftest

2007-05-29 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Log: Handle PKG_CONFIG_PATH not set yet - fixes warning in selftest.pl Modified: branches/SAMBA_4_0/source/lib/replace/replace.h === ---

Re: svn commit: samba r23189 - in branches/SAMBA_4_0/source: script scripting/libjs selftest setup

2007-05-29 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Log: Work towards a totally scripted setup of LDAP backends, so others can easily try this out. I also intend to use this for the selftest, but I'm chasing issues with the OpenlDAP (but not Fedora DS) backend. Andrew Bartlett Modified:

Re: svn commit: samba r23215 - in branches/SAMBA_3_0_26/source/modules:.

2007-05-31 Thread Stefan (metze) Metzmacher
Modified: branches/SAMBA_3_0_26/source/modules/vfs_cap.c === --- branches/SAMBA_3_0_26/source/modules/vfs_cap.c2007-05-29 17:10:36 -static BOOL cap_set_nt_acl(vfs_handle_struct *handle, files_struct *fsp, const char *name,

Re: Rev 432: make test now works again in http://samba.org/~tridge/ctdb

2007-06-02 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 --- a/tests/bench.sh 2007-06-02 03:16:11 + +++ b/tests/bench.sh 2007-06-02 03:31:36 + @@ -20,8 +20,8 @@ killall -9 ctdb_bench echo Trying $NUMNODES nodes for i in `seq 1 $NUMNODES`; do - $VALGRIND bin/ctdb_bench --nlist nodes.txt

Re: svn commit: samba r23315 - in branches/SAMBA_3_0/source: .

2007-06-03 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: metze Date: 2007-06-03 16:21:40 + (Sun, 03 Jun 2007) New Revision: 23315 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23315 Log: - don't use the builtin and -liniparser

Re: svn commit: samba r23317 - in branches/SAMBA_3_0/source: .

2007-06-04 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: obnox Date: 2007-06-03 20:24:25 + (Sun, 03 Jun 2007) New Revision: 23317 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23317 Log: Fix the build: r23315 was a little

Re: svn commit: samba r23506 - in branches/SAMBA_4_0/source/torture/basic: .

2007-06-17 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Modified: branches/SAMBA_4_0/source/torture/basic/misc.c === --- branches/SAMBA_4_0/source/torture/basic/misc.c2007-06-15 11:16:19 UTC (rev 23505) +++

Re: svn commit: samba r23558 - in branches/SAMBA_4_0/testprogs/ejs: .

2007-06-26 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: abartlet Date: 2007-06-21 05:14:13 + (Thu, 21 Jun 2007) New Revision: 23558 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23558 Log: MMC seems to ask for this, so I think

Re: svn commit: samba r23718 - in branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules: .

2007-07-05 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: abartlet Date: 2007-07-05 03:06:59 + (Thu, 05 Jul 2007) New Revision: 23718 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23718 Log: Make Samba4 work against the LDAP

Re: svn commit: samba r23859 - in branches/SAMBA_4_0/source: scripting/ejs scripting/libjs setup

2007-07-13 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +++ branches/SAMBA_4_0/source/setup/provision 2007-07-13 08:01:36 UTC (rev 23859) @@ -14,7 +14,9 @@ 'realm=s', 'domain=s', 'domain-guid=s', + 'domain-guid=s', 'domain-sid=s',

Re: svn commit: samba r23859 - in branches/SAMBA_4_0/source: scripting/ejs scripting/libjs setup

2007-07-13 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +gPCUserExtensionNames: [{3060E8D0-7020-11D2-842D-00C04FA372D4}{3060E8CE-7020-1 + 1D2-842D-00C04FA372D4}][{35378EAC-683F-11D2-A89A-00C04FBBCFA2}{0F6B957E-509E- + 11D1-A7CC-F87571E3}] +nTSecurityDescriptor:

  1   2   3   4   >