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

2006-09-12 Thread metze
Author: metze Date: 2006-09-13 06:28:14 + (Wed, 13 Sep 2006) New Revision: 18443 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18443 Log: add object files only when needed metze Modified: branches/SAMBA_4_0/source/lib/replace/getpass.m4 branches/SAMBA_4_0

svn commit: samba r18442 - in branches/SAMBA_4_0/source/lib/replace: . repdir test

2006-09-12 Thread metze
Author: metze Date: 2006-09-13 06:11:53 + (Wed, 13 Sep 2006) New Revision: 18442 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18442 Log: run the os2_delete test in the testsuite too that shows that Tru64 is broken... It doesn't have getdirent() and the the re

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

2006-09-12 Thread abartlet
Author: abartlet Date: 2006-09-13 04:03:58 + (Wed, 13 Sep 2006) New Revision: 18441 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18441 Log: Allow searching for the high bit in these bitfields, when the client asks for them as large integers, rather than a negat

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

2006-09-12 Thread idra
Author: idra Date: 2006-09-13 03:56:31 + (Wed, 13 Sep 2006) New Revision: 18440 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18440 Log: "builtinDomain" is not a child of "domain" Modified: branches/SAMBA_4_0/source/setup/provision_init.ldif Changeset: M

svn commit: samba r18439 - in branches/SAMBA_4_0/source/lib: ldb/common ldb/ldb_ildap ldb/ldb_sqlite3 ldb/ldb_tdb ldb/modules ldb/tools talloc

2006-09-12 Thread tridge
Author: tridge Date: 2006-09-13 02:33:51 + (Wed, 13 Sep 2006) New Revision: 18439 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18439 Log: 2nd try at a talloc_move() api. This type with the ** ptr interface exposed. Unfortunately this generates a large number

svn commit: samba r18438 - in branches/SAMBA_4_0/source/lib/ldb: common ldb_ildap modules

2006-09-12 Thread tridge
Author: tridge Date: 2006-09-13 02:03:20 + (Wed, 13 Sep 2006) New Revision: 18438 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18438 Log: I should have examined these uses of talloc_move() more carefully. Most of them are OK, but a couple were not. Modified:

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

2006-09-12 Thread tridge
Author: tridge Date: 2006-09-13 00:11:07 + (Wed, 13 Sep 2006) New Revision: 18437 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18437 Log: added a 'make valgrindtest' target for ldb Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in Changeset: Modifi

svn commit: samba r18436 - in branches/SAMBA_4_0/source/lib/ldb: common ldb_ildap ldb_sqlite3 ldb_tdb modules tools

2006-09-12 Thread tridge
Author: tridge Date: 2006-09-13 00:10:38 + (Wed, 13 Sep 2006) New Revision: 18436 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18436 Log: converted ldb to use talloc_move() instead of talloc_steal() when appropriate. Note that I also removed the error checks

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

2006-09-12 Thread tridge
Author: tridge Date: 2006-09-13 00:05:07 + (Wed, 13 Sep 2006) New Revision: 18435 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18435 Log: added a function talloc_move() which is like talloc_steal(), but is meant for moving pointers between structures. The diff

Build status as of Wed Sep 13 00:00:01 2006

2006-09-12 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2006-09-12 00:00:21.0 + +++ /home/build/master/cache/broken_results.txt 2006-09-13 00:00:19.0 + @@ -1,21 +1,21 @@ -Build status as of Tue Sep 12 00:00:02 2006 +Build status as of Wed Sep

svn commit: samba r18434 - in branches/SAMBA_4_0/source/nbt_server/dgram: .

2006-09-12 Thread abartlet
Author: abartlet Date: 2006-09-12 22:26:19 + (Tue, 12 Sep 2006) New Revision: 18434 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18434 Log: Fix typo... Modified: branches/SAMBA_4_0/source/nbt_server/dgram/netlogon.c Changeset: Modified: branches/SAMBA_4_0

svn commit: samba r18433 - in branches/SAMBA_4_0/source/nbt_server/dgram: .

2006-09-12 Thread abartlet
Author: abartlet Date: 2006-09-12 22:03:24 + (Tue, 12 Sep 2006) New Revision: 18433 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18433 Log: Make sure to search below the partitions baseDN for the netbios name. I think we should have a helper function for this

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

2006-09-12 Thread tridge
Author: tridge Date: 2006-09-12 18:45:05 + (Tue, 12 Sep 2006) New Revision: 18432 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18432 Log: ensure roken doesn't try to include both inttypes.h and stdint.h. The two conflict on irix. Modified: branches/SAMBA_4

svn commit: samba r18431 - in branches/SAMBA_4_0/source: .

2006-09-12 Thread tridge
Author: tridge Date: 2006-09-12 18:38:12 + (Tue, 12 Sep 2006) New Revision: 18431 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18431 Log: use this to suppress things on fort in the build farm Added: branches/SAMBA_4_0/source/.valgrind_suppressions Changese

svn commit: samba r18430 - in branches/SAMBA_3_0/source/librpc/ndr: .

2006-09-12 Thread jerry
Author: jerry Date: 2006-09-12 18:03:13 + (Tue, 12 Sep 2006) New Revision: 18430 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18430 Log: ignore *.po Modified: branches/SAMBA_3_0/source/librpc/ndr/ Changeset: Property changes on: branches/SAMBA_3_0/source/

svn commit: samba r18429 - in branches/SAMBA_3_0/source/rpc_server: .

2006-09-12 Thread jerry
Author: jerry Date: 2006-09-12 18:02:33 + (Tue, 12 Sep 2006) New Revision: 18429 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18429 Log: fix a regression renaming local group introduced by trying to handle renames to the same name Modified: branches/SAMBA_3

svn commit: samba r18428 - in branches/SAMBA_4_0/source/lib/socket_wrapper: .

2006-09-12 Thread metze
Author: metze Date: 2006-09-12 16:33:24 + (Tue, 12 Sep 2006) New Revision: 18428 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18428 Log: add my copyright metze Modified: branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c Changeset: Modified: br

svn commit: samba r18427 - in branches/SAMBA_4_0/source/lib/socket_wrapper: .

2006-09-12 Thread metze
Author: metze Date: 2006-09-12 16:25:50 + (Tue, 12 Sep 2006) New Revision: 18427 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18427 Log: set sin_port correctly on autobound socket metze Modified: branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c

svn commit: samba r18426 - in branches/SAMBA_4_0/source/lib/socket_wrapper: .

2006-09-12 Thread metze
Author: metze Date: 2006-09-12 14:59:08 + (Tue, 12 Sep 2006) New Revision: 18426 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18426 Log: use 'family' consistantly instead of mixing 'domain' and 'family' metze Modified: branches/SAMBA_4_0/source/lib/socket_w

svn commit: samba r18425 - in branches/SAMBA_3_0/source/libads: .

2006-09-12 Thread gd
Author: gd Date: 2006-09-12 14:45:24 + (Tue, 12 Sep 2006) New Revision: 18425 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18425 Log: Fix ads_ntstatus(). LDAP_SUCCESS should really map to NT_STATUS_OK. Guenther Modified: branches/SAMBA_3_0/source/libads/ad

svn commit: samba r18424 - in branches/SAMBA_4_0/source/lib/socket_wrapper: .

2006-09-12 Thread metze
Author: metze Date: 2006-09-12 14:44:44 + (Tue, 12 Sep 2006) New Revision: 18424 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18424 Log: there's no need to allocate a wrapped socket for unix sockets, also this makes sure the socket file isn't unlinked if using

svn commit: samba r18423 - in branches/SAMBA_4_0/source/lib/socket_wrapper: .

2006-09-12 Thread metze
Author: metze Date: 2006-09-12 09:08:55 + (Tue, 12 Sep 2006) New Revision: 18423 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18423 Log: record accept, connect and close events in socket wrapper metze Modified: branches/SAMBA_4_0/source/lib/socket_wrapper/s

svn commit: samba r18422 - in branches/SAMBA_3_0/source/sam: .

2006-09-12 Thread gd
Author: gd Date: 2006-09-12 08:27:27 + (Tue, 12 Sep 2006) New Revision: 18422 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18422 Log: Use LDAPMessage in idmap_ad as well. Guenther Modified: branches/SAMBA_3_0/source/sam/idmap_ad.c Changeset: Modified: br

svn commit: samba r18421 - in branches/SAMBA_4_0/source/torture: .

2006-09-12 Thread metze
Author: metze Date: 2006-09-12 07:35:04 + (Tue, 12 Sep 2006) New Revision: 18421 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18421 Log: support --target=samba3, I thought that was already supported metze Modified: branches/SAMBA_4_0/source/torture/smbtortu

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

2006-09-12 Thread metze
Author: metze Date: 2006-09-12 07:25:16 + (Tue, 12 Sep 2006) New Revision: 18420 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18420 Log: fix the build... metze Modified: branches/SAMBA_4_0/source/lib/replace/repdir/repdir.c Changeset: Modified: branches/S

svn commit: samba r18419 - in branches/SAMBA_4_0/source: build/tests lib/replace lib/replace/repdir lib/replace/test

2006-09-12 Thread metze
Author: metze Date: 2006-09-12 07:05:41 + (Tue, 12 Sep 2006) New Revision: 18419 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18419 Log: fix include paths of the configure tests metze Added: branches/SAMBA_4_0/source/lib/replace/test/os2_delete.c Removed:

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

2006-09-12 Thread metze
Author: metze Date: 2006-09-12 07:04:12 + (Tue, 12 Sep 2006) New Revision: 18418 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18418 Log: Tru64 has a different prototype for seekdir() returning int when _OSF_SOURCE is defined metze Modified: branches/SAMBA_4