svn commit: samba r24480 - in branches/SAMBA_4_0/source/winbind: .

2007-08-16 Thread kai
Author: kai Date: 2007-08-16 09:01:59 + (Thu, 16 Aug 2007) New Revision: 24480 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24480 Log: Bump another DEBUG down to level 5 Modified: branches/SAMBA_4_0/source/winbind/wb_samba3_cmd.c Changeset: Modified:

svn commit: samba r24481 - in branches/SAMBA_3_2: .

2007-08-16 Thread metze
Author: metze Date: 2007-08-16 09:14:43 + (Thu, 16 Aug 2007) New Revision: 24481 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24481 Log: copy .bzrignore = .gitignore metze Added: branches/SAMBA_3_2/.gitignore Changeset: Copied:

svn commit: samba r24482 - in branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4: .

2007-08-16 Thread metze
Author: metze Date: 2007-08-16 10:07:19 + (Thu, 16 Aug 2007) New Revision: 24482 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24482 Log: white space cleanup only... metze Modified: branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm Changeset:

svn commit: samba r24483 - in branches/SAMBA_4_0/source/winbind: .

2007-08-16 Thread kai
Author: kai Date: 2007-08-16 10:40:04 + (Thu, 16 Aug 2007) New Revision: 24483 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24483 Log: Implement backend for wbinfo -u (list users) Added: branches/SAMBA_4_0/source/winbind/wb_cmd_list_users.c Modified:

svn commit: samba r24484 - in branches/SAMBA_4_0/source/pidl: . lib/Parse/Pidl/Samba4

2007-08-16 Thread metze
Author: metze Date: 2007-08-16 10:54:11 + (Thu, 16 Aug 2007) New Revision: 24484 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24484 Log: pass down $ndr tree instead of the $pidl tree to Samba4/Header.pm metze Modified:

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

2007-08-16 Thread vlendec
Author: vlendec Date: 2007-08-16 12:15:52 + (Thu, 16 Aug 2007) New Revision: 24485 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24485 Log: Even in the failure case unix_convert must pass the already converted part of the string to the caller. Modified:

svn commit: samba r24486 - in branches/SAMBA_4_0/source/winbind: .

2007-08-16 Thread kai
Author: kai Date: 2007-08-16 12:56:37 + (Thu, 16 Aug 2007) New Revision: 24486 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24486 Log: Bump another DEBUG to level 5 Modified: branches/SAMBA_4_0/source/winbind/wb_cmd_list_users.c Changeset: Modified:

svn commit: samba r24487 - in branches/SAMBA_4_0/source/pidl: .

2007-08-16 Thread metze
Author: metze Date: 2007-08-16 13:27:41 + (Thu, 16 Aug 2007) New Revision: 24487 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24487 Log: fix formating and add defined($opt_header) metze Modified: branches/SAMBA_4_0/source/pidl/pidl Changeset: Modified:

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

2007-08-16 Thread metze
Author: metze Date: 2007-08-16 13:29:38 + (Thu, 16 Aug 2007) New Revision: 24488 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24488 Log: enum's and bitmap's not have nested types metze Modified: branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm

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

2007-08-16 Thread metze
Author: metze Date: 2007-08-16 13:34:54 + (Thu, 16 Aug 2007) New Revision: 24489 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24489 Log: only typedef enum { ... } foo; enum's should look for has_properties() of $enum-{PARENT} metze Modified:

svn commit: samba r24490 - in branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4: .

2007-08-16 Thread metze
Author: metze Date: 2007-08-16 13:39:30 + (Thu, 16 Aug 2007) New Revision: 24490 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24490 Log: For ParseBitmap() we use Parse::Pidl::Typelist::bitmap_type_fn() so for ParseEnum() we should also use

svn commit: samba r24491 - in branches/SAMBA_4_0/source/lib/registry: .

2007-08-16 Thread metze
Author: metze Date: 2007-08-16 13:40:41 + (Thu, 16 Aug 2007) New Revision: 24491 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24491 Log: base_type() isn't supported anymore and the default for enums is now uint16... metze Modified:

svn commit: samba r24492 - in branches/SAMBA_4_0/source/pidl/tests: .

2007-08-16 Thread metze
Author: metze Date: 2007-08-16 13:41:48 + (Thu, 16 Aug 2007) New Revision: 24492 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24492 Log: Parse::Pidl::Samba4::Header::Parse() now takes an $ndr tree not the $pidl tree anymore. metze Modified:

svn commit: samba r24493 - in branches/SAMBA_4_0/source/pidl: lib/Parse/Pidl tests

2007-08-16 Thread metze
Author: metze Date: 2007-08-16 14:42:22 + (Thu, 16 Aug 2007) New Revision: 24493 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24493 Log: - it turns out that foreach my $e (@{$union-{ELEMENTS}}) { changes $union-{ELEMENTS} from undef into an empty array.

svn commit: samba r24494 - in branches/SAMBA_4_0/source/smb_server/smb: .

2007-08-16 Thread metze
Author: metze Date: 2007-08-16 14:45:46 + (Thu, 16 Aug 2007) New Revision: 24494 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24494 Log: add comment to remind me to look at the flags on a tconx metze Modified:

svn commit: samba r24495 - in branches: SAMBA_3_2/source/param SAMBA_3_2_0/source/param

2007-08-16 Thread obnox
Author: obnox Date: 2007-08-16 15:27:06 + (Thu, 16 Aug 2007) New Revision: 24495 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24495 Log: Add a function lp_canonicalize_parameter: It takes a name of a parameter and produces the canonical (or main) name of the

svn commit: samba r24496 - in branches: SAMBA_3_2/source/utils SAMBA_3_2_0/source/utils

2007-08-16 Thread obnox
Author: obnox Date: 2007-08-16 15:32:00 + (Thu, 16 Aug 2007) New Revision: 24496 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24496 Log: Add initial synonym handling to net conf: When storing parameters in the smbconf portion of the registry, up to now, synonyms

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

2007-08-16 Thread vlendec
Author: vlendec Date: 2007-08-16 15:44:13 + (Thu, 16 Aug 2007) New Revision: 24497 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24497 Log: Revert r24485 -- this needs more thought Modified: branches/SAMBA_3_2/source/smbd/filename.c

svn commit: samba-docs r1152 - in trunk: Samba3-ByExample Samba3-HOWTO

2007-08-16 Thread jht
Author: jht Date: 2007-08-16 17:39:11 + (Thu, 16 Aug 2007) New Revision: 1152 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-docsrev=1152 Log: Switching to GPL3 Added: trunk/Samba3-ByExample/gpl-3.0.xml trunk/Samba3-HOWTO/gpl-3.0.xml Modified:

svn commit: samba r24498 - in branches/SAMBA_3_2/source/smbd: .

2007-08-16 Thread jra
Author: jra Date: 2007-08-16 17:42:34 + (Thu, 16 Aug 2007) New Revision: 24498 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24498 Log: More extra code into a function, reply_openerror. Jeremy. Modified: branches/SAMBA_3_2/source/smbd/error.c

svn commit: samba-docs r1153 - in trunk: .

2007-08-16 Thread jht
Author: jht Date: 2007-08-16 18:02:07 + (Thu, 16 Aug 2007) New Revision: 1153 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-docsrev=1153 Log: Add root directory GPL3 XML file. Added: trunk/gpl-3.0.xml Modified: trunk/Makefile Changeset: Sorry, the patch is

svn commit: samba-docs r1154 - in trunk/Samba3-HOWTO: .

2007-08-16 Thread jht
Author: jht Date: 2007-08-16 18:10:13 + (Thu, 16 Aug 2007) New Revision: 1154 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-docsrev=1154 Log: Remove symlink. Removed: trunk/Samba3-HOWTO/gpl-3.0.xml Changeset: Deleted: trunk/Samba3-HOWTO/gpl-3.0.xml

svn commit: samba-docs r1155 - in trunk/Samba3-HOWTO: .

2007-08-16 Thread jht
Author: jht Date: 2007-08-16 18:10:41 + (Thu, 16 Aug 2007) New Revision: 1155 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-docsrev=1155 Log: Adding actual GPL3 XML file. Added: trunk/Samba3-HOWTO/gpl-3.0.xml Changeset: Sorry, the patch is too large (841 lines)

svn commit: samba-docs r1156 - in trunk/Samba3-HOWTO: .

2007-08-16 Thread jht
Author: jht Date: 2007-08-16 20:52:05 + (Thu, 16 Aug 2007) New Revision: 1156 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-docsrev=1156 Log: First of a string of edits over the next weeks. Modified: trunk/Samba3-HOWTO/TOSHARG-ChangeNotes.xml

svn commit: samba r24499 - in branches: SAMBA_3_0_25/source/include SAMBA_3_0_25/source/smbd SAMBA_3_2_0/source/include SAMBA_3_2_0/source/smbd

2007-08-16 Thread jra
Author: jra Date: 2007-08-16 22:50:57 + (Thu, 16 Aug 2007) New Revision: 24499 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24499 Log: Move the checks for DOS error codes on open to a function. Jeremy. Modified:

svn commit: samba r24500 - in branches/SAMBA_3_2/source/smbd: .

2007-08-16 Thread jra
Author: jra Date: 2007-08-16 23:53:51 + (Thu, 16 Aug 2007) New Revision: 24500 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24500 Log: Add check that bcc is correct in an incoming packet. Jeremy. Modified: branches/SAMBA_3_2/source/smbd/process.c

Build status as of Fri Aug 17 00:00:02 2007

2007-08-16 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2007-08-16 00:02:52.0 + +++ /home/build/master/cache/broken_results.txt 2007-08-17 00:01:43.0 + @@ -1,4 +1,4 @@ -Build status as of Thu Aug 16 00:00:03 2007 +Build status as of Fri Aug

svn commit: samba r24501 - in branches/SAMBA_3_2/source/smbd: .

2007-08-16 Thread jra
Author: jra Date: 2007-08-17 01:55:58 + (Fri, 17 Aug 2007) New Revision: 24501 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24501 Log: Added bcc test for reply_tcon removed Vl's comment :-). Jeremy. Modified: branches/SAMBA_3_2/source/smbd/reply.c

svn commit: samba r24502 - in branches/SAMBA_4_0/source: lib/events torture/local

2007-08-16 Thread abartlet
Author: abartlet Date: 2007-08-17 05:21:05 + (Fri, 17 Aug 2007) New Revision: 24502 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24502 Log: More work to get LOCAL-EVENT passing on all platforms: - Make the epoll_event_context_init() call fail if epoll_create()

svn commit: samba r24503 - in branches/SAMBA_4_0/source/selftest/env: .

2007-08-16 Thread abartlet
Author: abartlet Date: 2007-08-17 05:22:58 + (Fri, 17 Aug 2007) New Revision: 24503 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24503 Log: Make 'make test TEST_LDAP=yes' pass on Fedora 7, by trying more combinations of modules. Andrew Bartlett Modified:

svn commit: samba r24504 - in branches/SAMBA_4_0/source: auth/gensec rpc_server

2007-08-16 Thread abartlet
Author: abartlet Date: 2007-08-17 05:28:39 + (Fri, 17 Aug 2007) New Revision: 24504 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24504 Log: Try to return more useful error information on why a bind failed. Note that the correct return for a failed alter_context