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

2006-09-13 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=revroot=sambarev=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

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

2006-09-13 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=revroot=sambarev=18443 Log: add object files only when needed metze Modified: branches/SAMBA_4_0/source/lib/replace/getpass.m4

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

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 07:35:42 + (Wed, 13 Sep 2006) New Revision: 18444 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18444 Log: return the correct value on error metze Modified: branches/SAMBA_4_0/source/lib/replace/test/os2_delete.c Changeset:

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

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 08:14:10 + (Wed, 13 Sep 2006) New Revision: 18445 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18445 Log: splitout the dlfcn related tests metze Added: branches/SAMBA_4_0/source/lib/replace/dlfcn.m4 Modified:

svn commit: samba r18446 - in branches/SAMBA_3_0/source: libads utils

2006-09-13 Thread jra
Author: jra Date: 2006-09-13 09:03:42 + (Wed, 13 Sep 2006) New Revision: 18446 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18446 Log: Add the ldap 'leave domain' code - call this as a non-fatal error path if the 'disable machine account' code succeeded. Jeremy.

svn commit: samba r18447 - in branches/SAMBA_4_0/source: . include

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 09:23:05 + (Wed, 13 Sep 2006) New Revision: 18447 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18447 Log: make sure we bail out if the config.h is not generated by samba's configure. this could happen when you have done a

svn commit: samba r18448 - in branches/SAMBA_4_0/source/include: .

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 09:27:33 + (Wed, 13 Sep 2006) New Revision: 18448 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18448 Log: this gives nicer output... metze Modified: branches/SAMBA_4_0/source/include/includes.h Changeset: Modified:

svn commit: samba r18449 - in branches/SAMBA_3_0/source: . lib

2006-09-13 Thread vlendec
Author: vlendec Date: 2006-09-13 09:32:24 + (Wed, 13 Sep 2006) New Revision: 18449 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18449 Log: Attempt to fix the build on non-linux platforms: Many of those don't have strtoull. This is a copy of the stuff in samba4

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

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 09:47:41 + (Wed, 13 Sep 2006) New Revision: 18450 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18450 Log: - autogenerate the OBJ_FILES for LIBREPLACE - remove samba specific stuff from libreplace - and include the readdir

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

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 09:56:21 + (Wed, 13 Sep 2006) New Revision: 18451 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18451 Log: move repdir/ into the top dir metze Added: branches/SAMBA_4_0/source/lib/replace/repdir.m4

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

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 10:00:45 + (Wed, 13 Sep 2006) New Revision: 18452 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18452 Log: add configure test for a getdirentries() based replacement for broken readdir() Tru64 need this, linux also has

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

2006-09-13 Thread vlendec
Author: vlendec Date: 2006-09-13 10:03:27 + (Wed, 13 Sep 2006) New Revision: 18453 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18453 Log: Attempt to fix the non-ldap build Modified: branches/SAMBA_3_0/source/libads/ldap.c Changeset: Modified:

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

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 10:04:46 + (Wed, 13 Sep 2006) New Revision: 18454 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18454 Log: this was just for debugging... metze Modified: branches/SAMBA_4_0/source/lib/replace/repdir.m4 Changeset: Modified:

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

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 10:10:20 + (Wed, 13 Sep 2006) New Revision: 18455 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18455 Log: check if getdents() and getdirentries() are available. (only for the nicer configure output) metze Modified:

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

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 10:12:03 + (Wed, 13 Sep 2006) New Revision: 18456 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18456 Log: Tru64 doesn't have getdents() so we don't need this ifdef's... metze Modified:

svn commit: samba r18457 - in branches/SAMBA_3_0/source/lib: .

2006-09-13 Thread vlendec
Author: vlendec Date: 2006-09-13 10:12:55 + (Wed, 13 Sep 2006) New Revision: 18457 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18457 Log: Argl :-) Modified: branches/SAMBA_3_0/source/lib/replace.c Changeset: Modified:

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

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 10:13:01 + (Wed, 13 Sep 2006) New Revision: 18458 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18458 Log: move wins32 stuff to the top dir metze Added: branches/SAMBA_4_0/source/lib/replace/win32.m4

svn commit: samba r18459 - in branches/SAMBA_4_0/source/script/tests: .

2006-09-13 Thread abartlet
Author: abartlet Date: 2006-09-13 10:26:32 + (Wed, 13 Sep 2006) New Revision: 18459 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18459 Log: Set access to test LDAP server as system to anonymous, but also note the correct authz-regexp for future use. Fail to

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

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 10:51:26 + (Wed, 13 Sep 2006) New Revision: 18460 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18460 Log: split out timegm test and only add timegm.o when needed metze Added: branches/SAMBA_4_0/source/lib/replace/timegm.m4

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

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 10:58:40 + (Wed, 13 Sep 2006) New Revision: 18461 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18461 Log: - extend make showflags - let make test trigger showflags metze Modified:

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

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 11:08:50 + (Wed, 13 Sep 2006) New Revision: 18462 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18462 Log: make the output a bit nicer metze Modified: branches/SAMBA_4_0/source/lib/replace/repdir.m4 Changeset: Modified:

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

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 11:39:40 + (Wed, 13 Sep 2006) New Revision: 18463 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18463 Log: add some more warning flags, tested with gcc 2.95.3 on SuSE 7.3 metze Modified:

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

2006-09-13 Thread vlendec
Author: vlendec Date: 2006-09-13 11:40:21 + (Wed, 13 Sep 2006) New Revision: 18464 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18464 Log: Solaris has LDAP_SCOPE_ONELEVEL. Linux seems to have it as well. Fix a C++ compat warning. Volker Modified:

svn commit: samba r18465 - in branches/SAMBA_4_0/source: heimdal_build lib/replace

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 12:32:27 + (Wed, 13 Sep 2006) New Revision: 18465 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18465 Log: much better fix for a roken specifiv problem metze Modified: branches/SAMBA_4_0/source/heimdal_build/config.m4

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

2006-09-13 Thread vlendec
Author: vlendec Date: 2006-09-13 13:02:51 + (Wed, 13 Sep 2006) New Revision: 18466 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18466 Log: Attempt to fix the AIX build Modified: branches/SAMBA_3_0/source/libads/dns.c Changeset: Modified:

svn commit: samba r18467 - in branches/SAMBA_3_0/source/utils: .

2006-09-13 Thread jra
Author: jra Date: 2006-09-13 13:28:42 + (Wed, 13 Sep 2006) New Revision: 18467 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18467 Log: Some sites allow an account to be deleted, but not disabled. Cope with both - print appropriate messages. Jeremy. Modified:

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

2006-09-13 Thread jelmer
Author: jelmer Date: 2006-09-13 13:37:52 + (Wed, 13 Sep 2006) New Revision: 18468 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18468 Log: Add IDL for dfs_EnumEx. Still lacks test(s) Modified: branches/SAMBA_4_0/source/librpc/idl/dfs.idl Changeset:

svn commit: samba r18469 - in branches/SAMBA_3_0/source: . include librpc/gen_ndr rpc_client rpcclient

2006-09-13 Thread jelmer
Author: jelmer Date: 2006-09-13 13:42:23 + (Wed, 13 Sep 2006) New Revision: 18469 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18469 Log: Use new pidl-generated DFS client code. Removed: branches/SAMBA_3_0/source/rpc_client/cli_dfs.c Modified:

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

2006-09-13 Thread jelmer
Author: jelmer Date: 2006-09-13 13:45:36 + (Wed, 13 Sep 2006) New Revision: 18470 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18470 Log: Remove obsolete client generator code for Samba3 (we're now using the new code that uses libndr) Removed:

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

2006-09-13 Thread jelmer
Author: jelmer Date: 2006-09-13 13:49:17 + (Wed, 13 Sep 2006) New Revision: 18471 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18471 Log: Remove other Samba3 parser generator support as well - it's no longer necessary as we can use libndr now. Removed:

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

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 13:50:51 + (Wed, 13 Sep 2006) New Revision: 18472 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18472 Log: - use STDC_HEADERS for stdlib.h and stddef.h as autoconf does - AC_HEADERS_STDC is not explicit needed metze Modified:

svn commit: samba r18473 - in branches/SAMBA_3_0/source: lib nsswitch

2006-09-13 Thread jra
Author: jra Date: 2006-09-13 13:55:19 + (Wed, 13 Sep 2006) New Revision: 18473 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18473 Log: Once we go online, trigger a get krb5 ticket event immediately if we were waiting on one. Jeremy. Modified:

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

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 14:10:25 + (Wed, 13 Sep 2006) New Revision: 18474 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18474 Log: - we don't need to explicit check stdint.h and inttypes.h alsready done by autoconf magic - display the sizes of all

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

2006-09-13 Thread jelmer
Author: jelmer Date: 2006-09-13 14:13:48 + (Wed, 13 Sep 2006) New Revision: 18475 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18475 Log: Start working on server code generator that uses libndr. Added:

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

2006-09-13 Thread jra
Author: jra Date: 2006-09-13 14:54:55 + (Wed, 13 Sep 2006) New Revision: 18476 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18476 Log: Protect ourselves from bad cached creds a little better - don't just panic - delete them. Jeremy. Modified:

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

2006-09-13 Thread tridge
Attempt to fix the build on non-linux platforms: Many of those don't have strtoull. This is a copy of the stuff in samba4 libreplace, which is GPL. I hope it is ok to copypaste it into a GPL file. Tridge, we could also create a replace_lpgl.c if needed. it's fine to copy that over. The

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

2006-09-13 Thread jelmer
Author: jelmer Date: 2006-09-13 15:45:20 + (Wed, 13 Sep 2006) New Revision: 18477 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18477 Log: Finish server code generator for Samba 3. Modified: branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm

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

2006-09-13 Thread jelmer
Author: jelmer Date: 2006-09-13 15:54:08 + (Wed, 13 Sep 2006) New Revision: 18478 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18478 Log: Add missing declaration for status. Modified: branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm

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

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 16:15:38 + (Wed, 13 Sep 2006) New Revision: 18479 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18479 Log: start hiding libreplace configure tests behind macros AC_LIBREPLACE_CC_CHECKS AC_LIBREPLACE_BROKEN_CHECKS and

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

2006-09-13 Thread jra
Author: jra Date: 2006-09-13 16:21:48 + (Wed, 13 Sep 2006) New Revision: 18480 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18480 Log: Doh ! Double-free of hostnameDN. Jeremy. Modified: branches/SAMBA_3_0/source/libads/ldap.c Changeset: Modified:

svn commit: samba r18481 - in branches/SAMBA_3_0/source: . include librpc/gen_ndr rpc_parse rpc_server script smbd

2006-09-13 Thread jelmer
Author: jelmer Date: 2006-09-13 16:28:25 + (Wed, 13 Sep 2006) New Revision: 18481 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18481 Log: Use pidl-generated server side code for dfs. Added: branches/SAMBA_3_0/source/librpc/gen_ndr/srv_dfs.c

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

2006-09-13 Thread jelmer
Author: jelmer Date: 2006-09-13 16:29:14 + (Wed, 13 Sep 2006) New Revision: 18482 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18482 Log: Fix a couple of small issues in the generated server code. Modified:

svn commit: samba r18483 - in branches: SAMBA_3_0/source/passdb SAMBA_3_0_23/source/passdb

2006-09-13 Thread jra
Author: jra Date: 2006-09-13 16:30:40 + (Wed, 13 Sep 2006) New Revision: 18483 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18483 Log: Ensure all pdb_XXX calls are wrapped in become_root()/unbecome_root() pairs. Should fix bug #4097. Jeremy. Modified:

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

2006-09-13 Thread gd
Author: gd Date: 2006-09-13 16:39:52 + (Wed, 13 Sep 2006) New Revision: 18484 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18484 Log: Start some cleanup on pam_winbind's syslogging: * as openlog() is non-reentrant and pam_winbind thereby overrides the syslog

Re: svn commit: samba r18481 - in branches/SAMBA_3_0/source: . include librpc/gen_ndr rpc_parse rpc_server script smbd

2006-09-13 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: jelmer Date: 2006-09-13 16:28:25 + (Wed, 13 Sep 2006) New Revision: 18481 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18481 Log: Use pidl-generated server side code for

svn commit: samba r18485 - in branches/SAMBA_4_0/source: . build/m4 lib/ldb lib/replace lib/talloc lib/tdb

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 16:51:45 + (Wed, 13 Sep 2006) New Revision: 18485 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18485 Log: include libreplace.m4 in the aclocal.m4 files and use the macros in configure.ac metze Modified:

Re: svn commit: samba r18446 - in branches/SAMBA_3_0/source: libads utils

2006-09-13 Thread Guenther Deschner
On Wed, Sep 13, 2006 at 09:03:43AM +, [EMAIL PROTECTED] wrote: Author: jra Date: 2006-09-13 09:03:42 + (Wed, 13 Sep 2006) New Revision: 18446 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18446 Log: Add the ldap 'leave domain' code - call this as a

svn commit: samba-docs r987 - in trunk/manpages-3: .

2006-09-13 Thread gd
Author: gd Date: 2006-09-13 17:08:53 + (Wed, 13 Sep 2006) New Revision: 987 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-docsrev=987 Log: Mention the silent option. Guenther Modified: trunk/manpages-3/pam_winbind.7.xml Changeset: Modified:

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

2006-09-13 Thread metze
Author: metze Date: 2006-09-13 17:38:49 + (Wed, 13 Sep 2006) New Revision: 18486 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18486 Log: hopefully this fixes the panics on solaris metze Modified: branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4

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

2006-09-13 Thread jelmer
Author: jelmer Date: 2006-09-13 17:39:21 + (Wed, 13 Sep 2006) New Revision: 18487 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18487 Log: Add NULL checks Modified: branches/SAMBA_3_0/source/rpc_server/srv_dfs_nt.c Changeset: Modified:

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

2006-09-13 Thread tridge
Author: tridge Date: 2006-09-13 22:31:25 + (Wed, 13 Sep 2006) New Revision: 18488 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18488 Log: we have to make sure any extensions flags also make it into confdefs.h, otherwise the real build and the configure tests

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

2006-09-13 Thread tridge
Author: tridge Date: 2006-09-13 22:42:23 + (Wed, 13 Sep 2006) New Revision: 18489 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18489 Log: dlopen is so amazingly broken on linux supress the valgrind warnings Modified:

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

2006-09-13 Thread tridge
Author: tridge Date: 2006-09-13 23:13:32 + (Wed, 13 Sep 2006) New Revision: 18490 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18490 Log: on irix _XOPEN_SOURCE_EXTENDED needs to be defined to 1, not just defined Modified:

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

2006-09-13 Thread tridge
Author: tridge Date: 2006-09-13 23:13:44 + (Wed, 13 Sep 2006) New Revision: 18491 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18491 Log: fixed a warning Modified: branches/SAMBA_4_0/source/lib/replace/test/os2_delete.c Changeset: Modified:

Build status as of Thu Sep 14 00:00:02 2006

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

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

2006-09-13 Thread tridge
Author: tridge Date: 2006-09-14 02:25:57 + (Thu, 14 Sep 2006) New Revision: 18492 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18492 Log: an attempt at replacing readdir() with something based on getdirentries() This is untested on any of the platforms that

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

2006-09-13 Thread tridge
Author: tridge Date: 2006-09-14 02:37:00 + (Thu, 14 Sep 2006) New Revision: 18493 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18493 Log: another blind coding attempt at a getdirentries() based readdir() replacement Modified:

svn commit: samba r18494 - in branches/SAMBA_4_0/source/script/tests: .

2006-09-13 Thread tridge
Author: tridge Date: 2006-09-14 03:13:02 + (Thu, 14 Sep 2006) New Revision: 18494 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18494 Log: don't count 'DWARF2 CFI reader' messages as valgrind failures Modified:

svn commit: samba r18495 - in branches/SAMBA_4_0/source: dsdb/samdb/ldb_modules lib/ldb/modules

2006-09-13 Thread abartlet
Author: abartlet Date: 2006-09-14 03:15:30 + (Thu, 14 Sep 2006) New Revision: 18495 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18495 Log: More work on the LDAP backend (which now passes a lot of our tests!) This adds a list of attributes that are in our

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

2006-09-13 Thread tridge
Author: tridge Date: 2006-09-14 03:17:11 + (Thu, 14 Sep 2006) New Revision: 18496 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18496 Log: yet another dlopen valgrind suppression Modified: branches/SAMBA_4_0/source/.valgrind_suppressions Changeset:

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

2006-09-13 Thread tridge
Author: tridge Date: 2006-09-14 03:23:52 + (Thu, 14 Sep 2006) New Revision: 18497 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18497 Log: fixed crash bug in irpc test - the torture_tcase_add_test() call is passed a stack pointer from values[], which is not

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

2006-09-13 Thread abartlet
Author: abartlet Date: 2006-09-14 05:13:20 + (Thu, 14 Sep 2006) New Revision: 18498 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18498 Log: While passing stack values into torture_tcase_add_test is bad, values assigned into a static initialiser must be constant.

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

2006-09-13 Thread metze
Author: metze Date: 2006-09-14 05:33:54 + (Thu, 14 Sep 2006) New Revision: 18499 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=18499 Log: this hopefully lets the code compile on OpenBSD the prototype was fixed in this revision