svn commit: samba r13429 - in branches/tmp/vl-posixacls: examples/misc packaging/Debian/debian-sarge packaging/Debian/debian-sarge/patches packaging/RHEL source source/include source/lib source/libads

2006-02-10 Thread vlendec
Author: vlendec Date: 2006-02-10 15:02:01 + (Fri, 10 Feb 2006) New Revision: 13429 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13429 Log: merge -r13390:13428 from 3_0 Removed: branches/tmp/vl-posixacls/packaging/Debian/debian-sarge/patches/VERSION.patch

svn commit: samba r13430 - in branches/tmp/vl-posixacls/source: include lib modules smbd

2006-02-10 Thread vlendec
Author: vlendec Date: 2006-02-10 15:12:28 + (Fri, 10 Feb 2006) New Revision: 13430 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13430 Log: Step 1: Replace SMB_ACL_TAG_T by 'struct smb_acl_tag'. Using a struct ensures extensibility and enforces a functional

svn commit: samba r13431 - in branches/tmp/vl-posixacls/source: include lib modules smbd

2006-02-10 Thread vlendec
Author: vlendec Date: 2006-02-10 17:42:31 + (Fri, 10 Feb 2006) New Revision: 13431 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13431 Log: Get rid of SMB_ACL_PERMSET_T, this is mode_t! Modified: branches/tmp/vl-posixacls/source/include/smb_acls.h

svn commit: samba r13432 - in trunk/source: include rpc_parse

2006-02-10 Thread jra
Author: jra Date: 2006-02-10 17:55:41 + (Fri, 10 Feb 2006) New Revision: 13432 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13432 Log: Get ready to implement NET_SAM_LOGON_EX. Jeremy. Modified: trunk/source/include/rpc_netlogon.h

svn commit: samba r13433 - in branches/SAMBA_3_0/source: include rpc_parse

2006-02-10 Thread jra
Author: jra Date: 2006-02-10 17:55:44 + (Fri, 10 Feb 2006) New Revision: 13433 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13433 Log: Get ready to implement NET_SAM_LOGON_EX. Jeremy. Modified: branches/SAMBA_3_0/source/include/rpc_netlogon.h

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

2006-02-10 Thread jra
Author: jra Date: 2006-02-10 18:05:55 + (Fri, 10 Feb 2006) New Revision: 13434 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13434 Log: Add stub for NET_SAM_LOGON_EX. Jeremy. Modified: branches/SAMBA_3_0/source/rpc_server/srv_netlog.c

svn commit: samba r13435 - in trunk/source/rpc_server: .

2006-02-10 Thread jra
Author: jra Date: 2006-02-10 18:05:56 + (Fri, 10 Feb 2006) New Revision: 13435 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13435 Log: Add stub for NET_SAM_LOGON_EX. Jeremy. Modified: trunk/source/rpc_server/srv_netlog.c

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

2006-02-10 Thread jra
Author: jra Date: 2006-02-10 18:51:18 + (Fri, 10 Feb 2006) New Revision: 13436 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13436 Log: Add in NET_SAM_LOGON_EX. Still needs testing. Jeremy Modified: branches/SAMBA_3_0/source/rpc_server/srv_netlog_nt.c

svn commit: samba r13437 - in trunk/source/rpc_server: .

2006-02-10 Thread jra
Author: jra Date: 2006-02-10 18:51:20 + (Fri, 10 Feb 2006) New Revision: 13437 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13437 Log: Add in NET_SAM_LOGON_EX. Still needs testing. Jeremy Modified: trunk/source/rpc_server/srv_netlog_nt.c Changeset:

svn commit: samba r13438 - in trunk/source: include rpc_parse rpc_server

2006-02-10 Thread jra
Author: jra Date: 2006-02-10 19:16:48 + (Fri, 10 Feb 2006) New Revision: 13438 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13438 Log: Fix NET_SAM_LOGON_EX. Jeremy. Modified: trunk/source/include/rpc_netlogon.h trunk/source/rpc_parse/parse_misc.c

svn commit: samba r13439 - in branches/SAMBA_3_0/source: include rpc_parse rpc_server

2006-02-10 Thread jra
Author: jra Date: 2006-02-10 19:16:50 + (Fri, 10 Feb 2006) New Revision: 13439 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13439 Log: Fix NET_SAM_LOGON_EX. Jeremy. Modified: branches/SAMBA_3_0/source/include/rpc_netlogon.h

svn commit: samba r13440 - in trunk/source/rpc_server: .

2006-02-10 Thread vlendec
Author: vlendec Date: 2006-02-10 21:16:30 + (Fri, 10 Feb 2006) New Revision: 13440 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13440 Log: Substitute one of our three (!) routines to get a group's members. This particular incarnation was just to count the group

svn commit: samba r13441 - in trunk/source: auth lib smbd

2006-02-10 Thread vlendec
Author: vlendec Date: 2006-02-10 23:00:35 + (Fri, 10 Feb 2006) New Revision: 13441 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13441 Log: For the well-known reasons user_in_group is broken (winbind can't always reliably tell). Replace two uses by an appropriate

svn commit: samba r13442 - branches/SAMBA_3_0/source/include branches/SAMBA_3_0/source/nsswitch branches/SAMBA_3_0/source/rpc_client branches/SAMBA_3_0/source/rpc_parse branches/SAMBA_3_0/source/rpc_s

2006-02-10 Thread gd
Author: gd Date: 2006-02-10 23:09:00 + (Fri, 10 Feb 2006) New Revision: 13442 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13442 Log: Implement samr_chgpasswd_user3 server-side. Guenther Modified: branches/SAMBA_3_0/source/include/rpc_samr.h

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

2006-02-10 Thread gd
Author: gd Date: 2006-02-10 23:23:10 + (Fri, 10 Feb 2006) New Revision: 13443 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13443 Log: Fix the build. Guenther Modified: branches/SAMBA_3_0/source/smbd/lanman.c trunk/source/smbd/lanman.c Changeset:

svn commit: samba r13444 - branches/SAMBA_3_0/source/include branches/SAMBA_3_0/source/rpc_server branches/SAMBA_3_0/source/smbd trunk/source/include trunk/source/rpc_server trunk/source/smbd

2006-02-10 Thread gd
Author: gd Date: 2006-02-10 23:41:41 + (Fri, 10 Feb 2006) New Revision: 13444 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13444 Log: Add REJECT_REASON_OTHER for samr_chgpasswd_user3 Guenther Modified: branches/SAMBA_3_0/source/include/rpc_samr.h

svn commit: samba r13445 - branches/SAMBA_3_0/source/rpc_parse trunk/source/rpc_parse

2006-02-10 Thread gd
Author: gd Date: 2006-02-10 23:49:52 + (Fri, 10 Feb 2006) New Revision: 13445 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13445 Log: We already made the decision whether to include the dominfo and changereject. Guenther Modified:

svn commit: samba r13446 - in trunk/source: include rpc_parse rpc_server

2006-02-10 Thread jra
Author: jra Date: 2006-02-10 23:52:51 + (Fri, 10 Feb 2006) New Revision: 13446 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13446 Log: Added LSA_LOOKUPSIDS2 and LSA_LOOKUPSIDS3. Jeremy. Modified: trunk/source/include/rpc_lsa.h

svn commit: samba r13447 - in branches/SAMBA_3_0/source: include rpc_parse rpc_server

2006-02-10 Thread jra
Author: jra Date: 2006-02-10 23:52:53 + (Fri, 10 Feb 2006) New Revision: 13447 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13447 Log: Added LSA_LOOKUPSIDS2 and LSA_LOOKUPSIDS3. Jeremy. Modified: branches/SAMBA_3_0/source/include/rpc_lsa.h

svn commit: samba r13448 - branches/SAMBA_3_0/source/rpcclient trunk/source/rpcclient

2006-02-10 Thread gd
Author: gd Date: 2006-02-10 23:54:45 + (Fri, 10 Feb 2006) New Revision: 13448 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13448 Log: Fix the build (again). Guenther Modified: branches/SAMBA_3_0/source/rpcclient/cmd_samr.c

Build status as of Sat Feb 11 00:00:02 2006

2006-02-10 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2006-02-10 00:01:23.0 + +++ /home/build/master/cache/broken_results.txt 2006-02-11 00:00:51.0 + @@ -1,17 +1,17 @@ -Build status as of Fri Feb 10 00:00:02 2006 +Build status as of Sat Feb

svn commit: samba r13449 - in branches/SAMBA_3_0/source: include rpc_server

2006-02-10 Thread jra
Author: jra Date: 2006-02-11 00:04:39 + (Sat, 11 Feb 2006) New Revision: 13449 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13449 Log: Ensure we don't crash if no dc struct on pipe. Jeremy. Modified: branches/SAMBA_3_0/source/include/rpc_lsa.h

svn commit: samba r13450 - in trunk/source: include rpc_server

2006-02-10 Thread jra
Author: jra Date: 2006-02-11 00:04:59 + (Sat, 11 Feb 2006) New Revision: 13450 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13450 Log: Ensure we don't crash if no dc struct on pipe. Jeremy. Modified: trunk/source/include/rpc_lsa.h

svn commit: samba r13451 - branches/SAMBA_3_0/source/rpc_client trunk/source/rpc_client

2006-02-10 Thread gd
Author: gd Date: 2006-02-11 00:08:57 + (Sat, 11 Feb 2006) New Revision: 13451 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13451 Log: Fix build warning. Guenther Modified: branches/SAMBA_3_0/source/rpc_client/cli_samr.c trunk/source/rpc_client/cli_samr.c

svn commit: samba r13452 - in trunk/source: . lib passdb

2006-02-10 Thread vlendec
Author: vlendec Date: 2006-02-11 00:24:38 + (Sat, 11 Feb 2006) New Revision: 13452 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13452 Log: Convert user_in_unix_group to use getgroups_unix_user(), don't list a whole group. - Remove the second groupmember-listing

svn commit: samba r13453 - in branches/tmp/deryck-samba4-swat/source: . auth auth/credentials auth/gensec auth/ntlmssp build/m4 build/smb_build dsdb/samdb dsdb/samdb/ldb_modules gtk/man heimdal/lib/gs

2006-02-10 Thread tpot
Author: tpot Date: 2006-02-11 01:00:39 + (Sat, 11 Feb 2006) New Revision: 13453 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13453 Log: Merge up to r13451 from branches/SAMBA_4_0/source. Added: branches/tmp/deryck-samba4-swat/source/gtk/man/gepdump.1.xml

svn commit: samba r13454 - in trunk/source: include rpc_parse rpc_server

2006-02-10 Thread jra
Author: jra Date: 2006-02-11 02:46:39 + (Sat, 11 Feb 2006) New Revision: 13454 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13454 Log: Prepare to add lookupnames2. Jeremy. Modified: trunk/source/include/rpc_lsa.h trunk/source/include/rpc_misc.h

svn commit: samba r13455 - in branches/SAMBA_3_0/source: include rpc_parse rpc_server

2006-02-10 Thread jra
Author: jra Date: 2006-02-11 02:46:41 + (Sat, 11 Feb 2006) New Revision: 13455 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13455 Log: Prepare to add lookupnames2. Jeremy. Modified: branches/SAMBA_3_0/source/include/rpc_lsa.h

svn commit: samba r13456 - in branches/SAMBA_3_0/source: include rpc_server

2006-02-10 Thread jra
Author: jra Date: 2006-02-11 04:25:06 + (Sat, 11 Feb 2006) New Revision: 13456 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13456 Log: Add lsa_lookup_names2. Jeremy. Modified: branches/SAMBA_3_0/source/include/rpc_lsa.h

svn commit: samba r13457 - in trunk/source: include rpc_server

2006-02-10 Thread jra
Author: jra Date: 2006-02-11 04:25:13 + (Sat, 11 Feb 2006) New Revision: 13457 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13457 Log: Add lsa_lookup_names2. Jeremy. Modified: trunk/source/include/rpc_lsa.h trunk/source/rpc_server/srv_lsa.c

svn commit: samba r13458 - in branches/SAMBA_3_0/source: include rpc_parse rpc_server

2006-02-10 Thread jra
Author: jra Date: 2006-02-11 05:36:27 + (Sat, 11 Feb 2006) New Revision: 13458 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13458 Log: Add parsing functions - but stub internals for lookupnames3 and 4. Jeremy. Modified:

svn commit: samba r13459 - in trunk/source: include rpc_parse rpc_server

2006-02-10 Thread jra
Author: jra Date: 2006-02-11 05:36:29 + (Sat, 11 Feb 2006) New Revision: 13459 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=13459 Log: Add parsing functions - but stub internals for lookupnames3 and 4. Jeremy. Modified: trunk/source/include/rpc_lsa.h