svn commit: samba r15099 - in branches/SAMBA_4_0/source: heimdal_build lib/registry script

2006-04-17 Thread ab
Author: ab Date: 2006-04-17 07:04:56 + (Mon, 17 Apr 2006) New Revision: 15099 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15099 Log: An attempt to fix BSD make portability issues. With these changes Samba 4 builds successfully on NetBSD 3.0 Modified:

svn commit: samba r15100 - in branches/SAMBA_4_0/source: lib/tdb/common lib/tdb/include lib/tdb/tools smbd

2006-04-17 Thread vlendec
Author: vlendec Date: 2006-04-17 11:42:59 + (Mon, 17 Apr 2006) New Revision: 15100 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15100 Log: Port the bugfix for #3569 to Samba4 Modified: branches/SAMBA_4_0/source/lib/tdb/common/open.c

svn commit: samba r15101 - branches/SAMBA_3_0/source/groupdb branches/SAMBA_3_0/source/lib branches/SAMBA_3_0/source/passdb branches/SAMBA_3_0/source/printing branches/SAMBA_3_0/source/rpc_server bran

2006-04-17 Thread vlendec
Author: vlendec Date: 2006-04-17 11:49:06 + (Mon, 17 Apr 2006) New Revision: 15101 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15101 Log: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does not have the timeout argument in Samba4. Add a new

svn commit: samba r15102 - branches/SAMBA_3_0/source/smbd trunk/source/smbd

2006-04-17 Thread vlendec
Author: vlendec Date: 2006-04-17 12:23:38 + (Mon, 17 Apr 2006) New Revision: 15102 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15102 Log: u32 is a tdb-only thing that's not exported by samba4 tdb. Replace by uint32. Volker Modified:

svn commit: samba r15103 - branches/SAMBA_3_0/source/smbd trunk/source/smbd

2006-04-17 Thread vlendec
Author: vlendec Date: 2006-04-17 12:27:35 + (Mon, 17 Apr 2006) New Revision: 15103 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15103 Log: Okay, looking closer: Samba4 tdb not exporting u32 is a bug in samba4's tdb. tdb_open_ex needs it. Can someone from samba4

svn commit: samba r15104 - branches/SAMBA_3_0/source/registry branches/SAMBA_3_0/source/tdb trunk/source/registry trunk/source/tdb

2006-04-17 Thread vlendec
Author: vlendec Date: 2006-04-17 13:06:57 + (Mon, 17 Apr 2006) New Revision: 15104 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15104 Log: Implement Samba4's tdb_name(). Volker Modified: branches/SAMBA_3_0/source/registry/reg_perfcount.c

svn commit: samba r15105 - in trunk/source: . include nsswitch smbd tdb utils

2006-04-17 Thread vlendec
Author: vlendec Date: 2006-04-17 15:07:23 + (Mon, 17 Apr 2006) New Revision: 15105 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15105 Log: This is a backport of the samba4 tdb implementation to samba3. I did one change to samba4's tdb: Samba4's TDB_DATA has an

svn commit: samba r15106 - in trunk/source/nsswitch: .

2006-04-17 Thread jra
Author: jra Date: 2006-04-17 17:16:35 + (Mon, 17 Apr 2006) New Revision: 15106 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15106 Log: 64 bit fixes. size_t on a 64-bit box is not uint32. Jeremy. Modified: trunk/source/nsswitch/winbindd_group.c Changeset:

svn commit: samba r15107 - in branches/SAMBA_3_0/source/nsswitch: .

2006-04-17 Thread jra
Author: jra Date: 2006-04-17 17:16:46 + (Mon, 17 Apr 2006) New Revision: 15107 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15107 Log: 64 bit fixes. size_t on a 64-bit box is not uint32. Jeremy. Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_group.c

svn commit: samba r15108 - in trunk/source: passdb tdb

2006-04-17 Thread vlendec
Author: vlendec Date: 2006-04-17 17:56:57 + (Mon, 17 Apr 2006) New Revision: 15108 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15108 Log: Implement tdb_trans_store() and use it in secrets_store(). Tridge, did I use the transaction stuff right in

svn commit: samba r15109 - in branches/SAMBA_4_0/source/lib/ldb/swig: .

2006-04-17 Thread tpot
Author: tpot Date: 2006-04-17 21:59:44 + (Mon, 17 Apr 2006) New Revision: 15109 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15109 Log: Wrap ldb_global_init() Modified: branches/SAMBA_4_0/source/lib/ldb/swig/ldb.i Changeset: Modified:

svn commit: samba r15110 - in branches/SAMBA_4_0/source/lib/ldb/swig: .

2006-04-17 Thread tpot
Author: tpot Date: 2006-04-17 22:00:30 + (Mon, 17 Apr 2006) New Revision: 15110 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15110 Log: Start rewriting higher level ldb wrapper. Modified: branches/SAMBA_4_0/source/lib/ldb/swig/Ldb.py Changeset: Modified:

svn commit: samba r15111 - in trunk/source: param smbd

2006-04-17 Thread jra
Author: jra Date: 2006-04-17 22:32:35 + (Mon, 17 Apr 2006) New Revision: 15111 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15111 Log: Move strict locking default to auto. Fix up the error return for one of the Samba4 torture tests. Jeremy. Modified:

svn commit: samba r15112 - in branches/SAMBA_3_0/source: param smbd

2006-04-17 Thread jra
Author: jra Date: 2006-04-17 22:32:38 + (Mon, 17 Apr 2006) New Revision: 15112 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15112 Log: Move strict locking default to auto. Fix up the error return for one of the Samba4 torture tests. Jeremy. Modified:

svn commit: samba-docs r936 - in trunk/smbdotconf/locking: .

2006-04-17 Thread jra
Author: jra Date: 2006-04-17 22:35:57 + (Mon, 17 Apr 2006) New Revision: 936 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-docsrev=936 Log: Document default change from yes to auto. Jeremy. Modified: trunk/smbdotconf/locking/strictlocking.xml Changeset:

svn commit: samba r15113 - in branches/SAMBA_4_0/source/lib/ldb: common include

2006-04-17 Thread tpot
Author: tpot Date: 2006-04-17 23:25:25 + (Mon, 17 Apr 2006) New Revision: 15113 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15113 Log: Add a ldb_strerror() function. Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb.c

Build status as of Tue Apr 18 00:00:02 2006

2006-04-17 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2006-04-17 00:00:04.0 + +++ /home/build/master/cache/broken_results.txt 2006-04-18 00:00:08.0 + @@ -1,17 +1,17 @@ -Build status as of Mon Apr 17 00:00:02 2006 +Build status as of Tue Apr

svn commit: samba r15114 - in trunk/source/smbd: .

2006-04-17 Thread jra
Author: jra Date: 2006-04-18 03:44:55 + (Tue, 18 Apr 2006) New Revision: 15114 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15114 Log: Fix error return on sessionsetup. Ensure no data blob is added if the logon call failed. Jeremy. Modified:

svn commit: samba r15115 - in branches/SAMBA_3_0/source/smbd: .

2006-04-17 Thread jra
Author: jra Date: 2006-04-18 03:45:09 + (Tue, 18 Apr 2006) New Revision: 15115 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15115 Log: Fix error return on sessionsetup. Ensure no data blob is added if the logon call failed. Jeremy. Modified: