svn commit: samba r25045 - in branches/SAMBA_4_0/source/lib/tdb/swig: .

2007-09-08 Thread tpot
Author: tpot Date: 2007-09-09 06:41:15 + (Sun, 09 Sep 2007) New Revision: 25045 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25045 Log: Add constants for enum TDB_ERROR. Remove some functions that I don't think should be in at the moment - tdb_open_ex(), tdb_r

svn commit: samba r25044 - in branches/SAMBA_4_0/source/lib/tdb/swig: .

2007-09-08 Thread tpot
Author: tpot Date: 2007-09-09 06:39:24 + (Sun, 09 Sep 2007) New Revision: 25044 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25044 Log: The has_key() method should return a boolean, not an integer. Add TODO for missing iterator and other oddball methods. Modi

svn commit: samba r25043 - in branches/SAMBA_4_0: . source/lib/socket

2007-09-08 Thread jelmer
Author: jelmer Date: 2007-09-09 01:08:50 + (Sun, 09 Sep 2007) New Revision: 25043 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25043 Log: Avoid allocation on with NULL parent. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/lib/socket/interface.c

Build status as of Sun Sep 9 00:00:02 2007

2007-09-08 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2007-09-08 00:01:56.0 + +++ /home/build/master/cache/broken_results.txt 2007-09-09 00:02:30.0 + @@ -1,4 +1,4 @@ -Build status as of Sat Sep 8 00:00:02 2007 +Build status as of Sun Sep 9

svn commit: samba r25042 - in branches/SAMBA_4_0: . source/param

2007-09-08 Thread jelmer
Author: jelmer Date: 2007-09-08 21:06:57 + (Sat, 08 Sep 2007) New Revision: 25042 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25042 Log: Avoid direct references to global loadparm context. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/param/loa

svn commit: samba r25041 - in branches/SAMBA_4_0: . source/param

2007-09-08 Thread jelmer
Author: jelmer Date: 2007-09-08 20:49:43 + (Sat, 08 Sep 2007) New Revision: 25041 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25041 Log: Use context in more places, fix warnings. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/param/loadparm.c

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

2007-09-08 Thread vlendec
Author: vlendec Date: 2007-09-08 20:30:51 + (Sat, 08 Sep 2007) New Revision: 25040 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25040 Log: Add "net sam rights" Not strictly in the SAM, but close enough. This command acts directly on the local tdb, no running s

svn commit: samba r25039 - in branches/SAMBA_4_0: . source/param source/script

2007-09-08 Thread jelmer
Author: jelmer Date: 2007-09-08 20:03:19 + (Sat, 08 Sep 2007) New Revision: 25039 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25039 Log: Rename service -> loadparm_service, use context more. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/param/l

svn commit: samba r25038 - in branches/SAMBA_4_0: . source/param

2007-09-08 Thread jelmer
Author: jelmer Date: 2007-09-08 19:16:08 + (Sat, 08 Sep 2007) New Revision: 25038 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25038 Log: Pass context in more places. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/param/loadparm.c Changeset: P

svn commit: samba r25037 - in branches/SAMBA_4_0: . source/param

2007-09-08 Thread jelmer
Author: jelmer Date: 2007-09-08 17:25:24 + (Sat, 08 Sep 2007) New Revision: 25037 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25037 Log: Start passing the context around. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/param/loadparm.c branche

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

2007-09-08 Thread vlendec
Author: vlendec Date: 2007-09-08 17:08:59 + (Sat, 08 Sep 2007) New Revision: 25036 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25036 Log: Fix a become/unbecome_root() pair Modified: branches/SAMBA_3_2/source/param/loadparm.c branches/SAMBA_3_2_0/source/p

svn commit: samba r25035 - in branches/SAMBA_4_0: . source/auth source/auth/gensec source/auth/kerberos source/auth/ntlmssp source/client source/cluster/ctdb source/dsdb/repl source/dsdb/samdb source/

2007-09-08 Thread jelmer
Author: jelmer Date: 2007-09-08 16:46:30 + (Sat, 08 Sep 2007) New Revision: 25035 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25035 Log: Fix some more warnings, use service pointer rather than service number in more places. Modified: branches/SAMBA_4_0/

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

2007-09-08 Thread jelmer
Author: jelmer Date: 2007-09-08 15:09:59 + (Sat, 08 Sep 2007) New Revision: 25034 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25034 Log: Remove unused variables. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/torture/raw/setfileinfo.c Changese

svn commit: samba r25033 - in branches/SAMBA_4_0: . source/lib/tls

2007-09-08 Thread jelmer
Author: jelmer Date: 2007-09-08 15:06:47 + (Sat, 08 Sep 2007) New Revision: 25033 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25033 Log: Fix include Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/lib/tls/tls.c Changeset: Property changes on:

svn commit: samba r25032 - in branches: SAMBA_3_0_25/source/libsmb SAMBA_3_0_25/source/nsswitch SAMBA_3_2/source/libsmb SAMBA_3_2/source/nsswitch SAMBA_3_2_0/source/libsmb SAMBA_3_2_0/source/nsswitch

2007-09-08 Thread lmuelle
Author: lmuelle Date: 2007-09-08 14:56:11 + (Sat, 08 Sep 2007) New Revision: 25032 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25032 Log: Contact an off site DC if non is available on site. Modified: branches/SAMBA_3_0_25/source/libsmb/namequery_dc.c br

svn commit: samba r25031 - in branches/SAMBA_4_0: . source/param source/selftest/output

2007-09-08 Thread jelmer
Author: jelmer Date: 2007-09-08 14:12:45 + (Sat, 08 Sep 2007) New Revision: 25031 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25031 Log: Use pointers to services rather than service numbers when possible. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/

svn commit: samba r25030 - in branches: SAMBA_3_0_25/source/libads SAMBA_3_2/source/libads SAMBA_3_2_0/source/libads

2007-09-08 Thread lmuelle
Author: lmuelle Date: 2007-09-08 13:53:08 + (Sat, 08 Sep 2007) New Revision: 25030 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25030 Log: ip_srv_nonsite and count_nonsite are initialized in get_kdc_list() in any case. Modified: branches/SAMBA_3_0_25/source

svn commit: samba r25029 - in branches/SAMBA_3_0_25/source/libads: .

2007-09-08 Thread lmuelle
Author: lmuelle Date: 2007-09-08 13:35:56 + (Sat, 08 Sep 2007) New Revision: 25029 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25029 Log: Merge revision 24836 from 3_2*. This is required by an outstanding patch. Initialize some uninitialized variables. This

svn commit: samba r25028 - in branches/SAMBA_4_0: . source/client source/lib/socket_wrapper source/librpc/tools source/param source/rpc_server source/smbd

2007-09-08 Thread jelmer
Author: jelmer Date: 2007-09-08 13:34:42 + (Sat, 08 Sep 2007) New Revision: 25028 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25028 Log: Fix more warnings. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/client/cifsddio.c branches/SAMBA_4_0/so

svn commit: samba r25026 - in branches/SAMBA_4_0: . source/auth source/auth/credentials source/auth/gensec source/auth/kerberos source/auth/ntlmssp source/cldap_server source/client source/cluster sou

2007-09-08 Thread jelmer
Author: jelmer Date: 2007-09-08 12:42:09 + (Sat, 08 Sep 2007) New Revision: 25026 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25026 Log: Move param/param.h out of includes.h Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/auth/auth.c branches/

svn commit: samba r25025 - in branches: SAMBA_3_2/source/lib SAMBA_3_2_0/source/lib

2007-09-08 Thread vlendec
Author: vlendec Date: 2007-09-08 10:30:11 + (Sat, 08 Sep 2007) New Revision: 25025 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25025 Log: Remove an unused function Modified: branches/SAMBA_3_2/source/lib/substitute.c branches/SAMBA_3_2_0/source/lib/subst

svn commit: samba r25024 - in branches: SAMBA_3_0_25/source/groupdb SAMBA_3_2/source/groupdb SAMBA_3_2_0/source/groupdb

2007-09-08 Thread vlendec
Author: vlendec Date: 2007-09-08 09:15:08 + (Sat, 08 Sep 2007) New Revision: 25024 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25024 Log: Fix a whole bunch of Coverity bugs The callers of get_domain_group_from_sid() with some justification expected map->gid t