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

2007-02-13 Thread metze
Author: metze Date: 2007-02-13 08:08:23 + (Tue, 13 Feb 2007) New Revision: 21306 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21306 Log: fix the RPC-LSA tests the admin couldn't no longer get the 'currentValue' attribute... this needs more works, but make it

svn commit: samba r21307 - in branches/SAMBA_4_0/source/libcli/security: .

2007-02-13 Thread metze
Author: metze Date: 2007-02-13 09:27:56 + (Tue, 13 Feb 2007) New Revision: 21307 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21307 Log: make it possible to pass in NULL for domain or rid, if someone isn't interessted in one of it metze Modified:

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

2007-02-13 Thread gd
Author: gd Date: 2007-02-13 10:42:53 + (Tue, 13 Feb 2007) New Revision: 21308 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21308 Log: Fix some typos and ensure to null terminate the correct strings. Guenther Modified:

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

2007-02-13 Thread gd
Author: gd Date: 2007-02-13 10:56:04 + (Tue, 13 Feb 2007) New Revision: 21309 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21309 Log: Add PRINTF_ATTRIBUTE checks for log statements. Guenther Modified: branches/SAMBA_3_0/source/nsswitch/pam_winbind.c

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

2007-02-13 Thread gd
Author: gd Date: 2007-02-13 11:04:10 + (Tue, 13 Feb 2007) New Revision: 21310 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21310 Log: Fix invalid printfs in pam_winbind. Guenther Modified: branches/SAMBA_3_0/source/nsswitch/pam_winbind.c

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

2007-02-13 Thread metze
Author: metze Date: 2007-02-13 12:32:48 + (Tue, 13 Feb 2007) New Revision: 21311 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21311 Log: fix very ugly using free'ed memory bug This was there since 2005... metze Modified:

svn commit: samba r21312 - in branches/SAMBA_3_0/source/lib/ldb/ldb_tdb: .

2007-02-13 Thread metze
Author: metze Date: 2007-02-13 12:42:28 + (Tue, 13 Feb 2007) New Revision: 21312 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21312 Log: merge from SAMBA_4_0: fix memory hierachy, and access to already freed memory metze Modified:

svn commit: samba r21313 - in branches/SAMBA_3_0_25/source/lib/ldb/ldb_tdb: .

2007-02-13 Thread vlendec
Author: vlendec Date: 2007-02-13 12:48:54 + (Tue, 13 Feb 2007) New Revision: 21313 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21313 Log: Janitor for metze :-) Modified: branches/SAMBA_3_0_25/source/lib/ldb/ldb_tdb/ldb_index.c Changeset: Modified:

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

2007-02-13 Thread metze
Author: metze Date: 2007-02-13 13:14:14 + (Tue, 13 Feb 2007) New Revision: 21314 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21314 Log: add more usefull debug output metze Modified: branches/SAMBA_4_0/source/auth/credentials/credentials_files.c Changeset:

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

2007-02-13 Thread simo
On Tue, 2007-02-13 at 12:32 +, [EMAIL PROTECTED] wrote: Author: metze Date: 2007-02-13 12:32:48 + (Tue, 13 Feb 2007) New Revision: 21311 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21311 Log: fix very ugly using free'ed memory bug This was there

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

2007-02-13 Thread metze
Author: metze Date: 2007-02-13 13:43:23 + (Tue, 13 Feb 2007) New Revision: 21315 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21315 Log: ldb now supports filters like ((dn=%s)((objectClass=kerberosSecret)(privateKeytab=*))) again we can use such a filter:-) we

svn commit: samba r21316 - in branches/SAMBA_4_0/source/libcli/nbt: .

2007-02-13 Thread metze
Author: metze Date: 2007-02-13 15:17:29 + (Tue, 13 Feb 2007) New Revision: 21316 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21316 Log: if we got an unexpected nbt packet that most times mean we got a 2nd answer to a broadcast message and have already remove

svn commit: samba r21317 - in branches/SAMBA_4_0/source/nbt_server/wins: .

2007-02-13 Thread metze
Author: metze Date: 2007-02-13 15:20:44 + (Tue, 13 Feb 2007) New Revision: 21317 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21317 Log: this happens very often when you have multihomed nodes and isn't an error. metze Modified:

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

2007-02-13 Thread gd
Author: gd Date: 2007-02-13 15:56:09 + (Tue, 13 Feb 2007) New Revision: 21318 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21318 Log: Fix Bug #4225. Cached logon with pam_winbind should work now also for NT4 and samba3 domains. Guenther Modified:

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

2007-02-13 Thread vlendec
Author: vlendec Date: 2007-02-13 15:57:54 + (Tue, 13 Feb 2007) New Revision: 21319 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21319 Log: Remove functions not needed anymore Modified: branches/SAMBA_3_0/source/smbd/files.c Changeset: Modified:

svn commit: samba r21320 - in branches: SAMBA_3_0/source/rpcclient SAMBA_3_0_25/source/rpcclient

2007-02-13 Thread gd
Author: gd Date: 2007-02-13 16:04:36 + (Tue, 13 Feb 2007) New Revision: 21320 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21320 Log: Display query_user info level 16 in rpcclient. Guenther Modified: branches/SAMBA_3_0/source/rpcclient/cmd_samr.c

Rev 11424: Fix installation of headers. in file:///home/jelmer/bzr.samba/nogtk/

2007-02-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/nogtk/ revno: 11424 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: nogtk timestamp: Mon 2007-02-12 12:24:03 +0100 message: Fix

Rev 11169: Merge upstream. in file:///home/jelmer/bzr.samba/4.0-regwrite/

2007-02-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/4.0-regwrite/ revno: 11169 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: 4.0-regwrite timestamp: Mon

Rev 11434: Provide simple redirecting headers for standard headers. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-02-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/SAMBA_4_0/ revno: 11434 revision-id: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Mon 2007-02-12 18:30:50 +0100

Rev 11170: Fix more build issues. in file:///home/jelmer/bzr.samba/4.0-regwrite/

2007-02-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/4.0-regwrite/ revno: 11170 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: 4.0-regwrite timestamp: Tue 2007-02-13 00:53:54 +0100

Rev 11391: Merge from upstream. in file:///home/jelmer/bzr.samba/4.0-movetests/

2007-02-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/4.0-movetests/ revno: 11391 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: 4.0-movetests timestamp:

Rev 11168: More work getting the build working again. in file:///home/jelmer/bzr.samba/4.0-regwrite/

2007-02-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/4.0-regwrite/ revno: 11168 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: 4.0-regwrite timestamp: Mon 2007-02-12 22:00:15 +0100

Rev 11429: Remove the GTK+ tools and library from the main repository. They are now maintained separately in bzr at http://people.samba.org/bzr/jelmer/samba-gtk in file:///home/jelmer/bzr.samba/SAMBA_

2007-02-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/SAMBA_4_0/ revno: 11429 revision-id: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Mon

Rev 11423: Remove GTK+ tools from the tree. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-02-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/SAMBA_4_0/ revno: 11423 revision-id: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Mon 2007-02-12 02:32:36 +0100

Rev 11425: Install more headers. in file:///home/jelmer/bzr.samba/nogtk/

2007-02-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/nogtk/ revno: 11425 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: nogtk timestamp: Mon 2007-02-12 12:54:14 +0100 message: Install

Rev 11326: Remove samba-gtk bits, add bzr-builddeb. in file:///home/jelmer/bzr.samba/4.0-debian/

2007-02-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/4.0-debian/ revno: 11326 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: 4.0-debian timestamp: Tue 2007-02-13 00:30:59 +0100 message:

Rev 11431: Fix the build for those that don't have talloc.h installed. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-02-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/SAMBA_4_0/ revno: 11431 revision-id: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Mon 2007-02-12 14:00:37 +0100

svn commit: samba r21321 - in branches/SAMBA_4_0/webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/class/qx/ui/treevirtual: .

2007-02-13 Thread derrell
Author: derrell Date: 2007-02-13 20:35:48 + (Tue, 13 Feb 2007) New Revision: 21321 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21321 Log: - Allow pruning all of the children of a node without removing the node itself. - By default, create only one meta

svn commit: samba r21322 - in branches/SAMBA_3_0_25/source: . include lib librpc/gen_ndr libsmb nmbd nsswitch param printing rpc_server smbd torture utils

2007-02-13 Thread vlendec
Author: vlendec Date: 2007-02-13 20:55:17 + (Tue, 13 Feb 2007) New Revision: 21322 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21322 Log: No feedback means consent :-) It does not matter if I screw up 3.0.25 or 3.0.26 with this, so do it rather sooner than

svn commit: samba r21323 - in branches/SAMBA_4_0/source/librpc/idl: .

2007-02-13 Thread metze
Author: metze Date: 2007-02-13 22:13:59 + (Tue, 13 Feb 2007) New Revision: 21323 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21323 Log: add a start to parse the supplementalCredentials value, it doesn't work yet but it's a start metze Modified:

Build status as of Wed Feb 14 00:00:02 2007

2007-02-13 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2007-02-13 00:00:44.0 + +++ /home/build/master/cache/broken_results.txt 2007-02-14 00:00:23.0 + @@ -1,4 +1,4 @@ -Build status as of Tue Feb 13 00:00:02 2007 +Build status as of Wed Feb

svn commit: samba r21324 - in branches: SAMBA_3_0/source/include SAMBA_3_0/source/modules SAMBA_3_0/source/profile SAMBA_3_0/source/smbd SAMBA_3_0_25/source/include SAMBA_3_0_25/source/modules SAMBA_3

2007-02-13 Thread jmcd
Author: jmcd Date: 2007-02-14 02:37:14 + (Wed, 14 Feb 2007) New Revision: 21324 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21324 Log: Add linux setlease to the vfs layer. Next round, as Volker points out, it should be abstracted a little higher up so other

svn commit: samba r21325 - in branches/SAMBA_4_0/webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/class/qx/ui/treevirtual: .

2007-02-13 Thread derrell
Author: derrell Date: 2007-02-14 04:13:46 + (Wed, 14 Feb 2007) New Revision: 21325 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21325 Log: delete children in reverse order since the array is manipulated during the recursive delete Modified:

svn commit: samba r21326 - in branches/SAMBA_4_0/webapps: .

2007-02-13 Thread derrell
Author: derrell Date: 2007-02-14 04:19:13 + (Wed, 14 Feb 2007) New Revision: 21326 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21326 Log: get rid of old qooxdoo version. Removed: branches/SAMBA_4_0/webapps/qooxdoo-0.6.3-sdk/ Changeset:

svn commit: samba r21327 - in branches/SAMBA_3_0_25/source/modules: .

2007-02-13 Thread vlendec
Author: vlendec Date: 2007-02-14 04:47:15 + (Wed, 14 Feb 2007) New Revision: 21327 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21327 Log: Jim, thanks for the review! :-) Now to test this... Volker Modified:

svn commit: samba r21328 - in branches/SAMBA_4_0/webapps/swat/source/class/swat/module/ldbbrowse: .

2007-02-13 Thread idra
Author: idra Date: 2007-02-14 05:16:05 + (Wed, 14 Feb 2007) New Revision: 21328 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21328 Log: Ok, now we can successfully modify the ldb and refresh the tree but ... - we have a problem with removeAll() in ldbmodify -