svn commit: samba r17251 - in branches/SAMBA_4_0/source/ldap_server: .

2006-07-25 Thread metze
Author: metze Date: 2006-07-26 06:18:13 + (Wed, 26 Jul 2006) New Revision: 17251 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17251 Log: - split out the starttls into its own function - give an operations error when tls is already on the socket metze Modified:

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

2006-07-25 Thread abartlet
Author: abartlet Date: 2006-07-26 05:19:36 + (Wed, 26 Jul 2006) New Revision: 17250 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17250 Log: Fix comment, the Samba3 winbind protocol uses the host byte order here. Andrew Bartlett Modified: branches/SAMBA_4_0

svn commit: samba r17249 - in branches: SAMBA_3_0/source/smbd SAMBA_3_0_23/source/smbd

2006-07-25 Thread jra
Author: jra Date: 2006-07-26 04:42:18 + (Wed, 26 Jul 2006) New Revision: 17249 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17249 Log: Ensure we only set the FILE_WRITE_DATA on O_TRUNC in one place. Jeremy. Modified: branches/SAMBA_3_0/source/smbd/open.c

svn commit: samba r17248 - in branches: SAMBA_3_0/source/smbd SAMBA_3_0_23/source/smbd

2006-07-25 Thread jra
Author: jra Date: 2006-07-26 02:15:01 + (Wed, 26 Jul 2006) New Revision: 17248 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17248 Log: Ensure we definately add the WRITE_DATA on O_TRUNC. Jeremy. Modified: branches/SAMBA_3_0/source/smbd/open.c branches/SA

svn commit: samba r17247 - in branches: SAMBA_3_0/source/smbd SAMBA_3_0_23/source/smbd

2006-07-25 Thread jra
Author: jra Date: 2006-07-26 01:53:23 + (Wed, 26 Jul 2006) New Revision: 17247 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17247 Log: When we map generic to specific we need to remember to copy over the copy of the access_mask, open_access_mask. Jerry - this i

Build status as of Wed Jul 26 00:00:02 2006

2006-07-25 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2006-07-25 00:00:19.0 + +++ /home/build/master/cache/broken_results.txt 2006-07-26 00:00:23.0 + @@ -1,18 +1,18 @@ -Build status as of Tue Jul 25 00:00:02 2006 +Build status as of Wed Jul

svn commit: samba-web r1019 - in trunk/patches: .

2006-07-25 Thread jerry
Author: jerry Date: 2006-07-25 22:20:56 + (Tue, 25 Jul 2006) New Revision: 1019 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=1019 Log: add jeremy's memory leak fix in the EnumJobs() server code Added: trunk/patches/patch-3.0.23a-bug3962.patch Modified:

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

2006-07-25 Thread jerry
Author: jerry Date: 2006-07-25 21:48:13 + (Tue, 25 Jul 2006) New Revision: 17246 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17246 Log: BUG 3964: lower case username prior to getpwnam() call in smbpasswd Modified: branches/SAMBA_3_0/source/passdb/pdb_smbpas

svn commit: samba r17245 - in branches: SAMBA_3_0/source/rpc_server SAMBA_3_0_23/source/rpc_server

2006-07-25 Thread jra
Author: jra Date: 2006-07-25 21:33:13 + (Tue, 25 Jul 2006) New Revision: 17245 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17245 Log: Second part of fix for #3962. Don't do a double free in the infolevel2 case. Free both queue and NT_PRINTER_INFO_LEVEL in the

svn commit: samba r17244 - in branches: SAMBA_3_0/source/rpc_server SAMBA_3_0_23/source/rpc_server

2006-07-25 Thread jra
Author: jra Date: 2006-07-25 21:23:34 + (Tue, 25 Jul 2006) New Revision: 17244 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17244 Log: There were several error paths where NT_PRINTER_INFO_LEVEL wasn't being freed - also one enum jobs case where the NT_PRINTER_I

svn commit: samba-web r1018 - in trunk/patches: .

2006-07-25 Thread jerry
Author: jerry Date: 2006-07-25 21:18:49 + (Tue, 25 Jul 2006) New Revision: 1018 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=1018 Log: add the dns lookup fixes to with the patch page Added: trunk/patches/patch-3.0.23a-lookup_dc_ads.patch Modified: tru

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

2006-07-25 Thread metze
Author: metze Date: 2006-07-25 20:40:31 + (Tue, 25 Jul 2006) New Revision: 17243 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17243 Log: some svcctl idl fixes from <[EMAIL PROTECTED]> metze Modified: branches/SAMBA_4_0/source/librpc/idl/svcctl.idl Changes

svn commit: samba r17242 - in branches: SAMBA_3_0/source/libads SAMBA_3_0_23/source/libads

2006-07-25 Thread jerry
Author: jerry Date: 2006-07-25 20:11:03 + (Tue, 25 Jul 2006) New Revision: 17242 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17242 Log: BUG 3957: make sure to zero memory in the SRV hostlist in case there is not an A record for each SRV name Modified: bran

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

2006-07-25 Thread metze
Author: metze Date: 2006-07-25 20:09:45 + (Tue, 25 Jul 2006) New Revision: 17241 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17241 Log: substitude @datarootdir@ with old autoconf versions:-) metze Modified: branches/SAMBA_4_0/source/lib/talloc/configure.in

svn commit: samba r17240 - in branches/SAMBA_4_0/source/ldap_server: .

2006-07-25 Thread metze
Author: metze Date: 2006-07-25 20:05:00 + (Tue, 25 Jul 2006) New Revision: 17240 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17240 Log: move extended operations to a new file metze Added: branches/SAMBA_4_0/source/ldap_server/ldap_extended.c Modified: b

svn commit: samba r17239 - in branches: SAMBA_3_0/source/libads SAMBA_3_0_23/source/libads

2006-07-25 Thread jerry
Author: jerry Date: 2006-07-25 19:59:35 + (Tue, 25 Jul 2006) New Revision: 17239 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17239 Log: BUG 3959: patch from William Charles <[EMAIL PROTECTED]> to fix a segv in the DNS SRV lookups dur to calling rand() Modifie

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

2006-07-25 Thread jelmer
Author: jelmer Date: 2006-07-25 19:43:49 + (Tue, 25 Jul 2006) New Revision: 17238 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17238 Log: Add datarootdir (required for newer autoconf versions) Modified: branches/SAMBA_4_0/source/lib/talloc/Makefile.in Cha

svn commit: samba r17237 - in branches/SAMBA_4_0/source/ldap_server: .

2006-07-25 Thread metze
Author: metze Date: 2006-07-25 19:20:04 + (Tue, 25 Jul 2006) New Revision: 17237 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17237 Log: - keep pointer to the different sockets - we need this to later: - to disallow a StartTLS when TLS is already in use - t

svn commit: samba r17236 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-25 Thread mkhl
Author: mkhl Date: 2006-07-25 18:42:26 + (Tue, 25 Jul 2006) New Revision: 17236 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17236 Log: Even more const declarations for `ldb_map_context's. Martin Modified: branches/SOC/mkhl/ldb-map/modules/ldb_map.c bran

svn commit: samba r17235 - in branches/SOC/mkhl/ldb-map/include: .

2006-07-25 Thread mkhl
Author: mkhl Date: 2006-07-25 18:22:03 + (Tue, 25 Jul 2006) New Revision: 17235 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17235 Log: Merge from mainline, r17234. Modified: branches/SOC/mkhl/ldb-map/include/ldb.h Changeset: Modified: branches/SOC/mkhl/ld

svn commit: samba r17234 - in branches/SAMBA_3_0/source/libsmb: .

2006-07-25 Thread jra
Author: jra Date: 2006-07-25 16:48:08 + (Tue, 25 Jul 2006) New Revision: 17234 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17234 Log: Fix error mappings for EQUOTA and ENOBUFS. Based on an idea from Shlomi Yaakobovich <[EMAIL PROTECTED]>. Jeremy. Modified:

svn commit: samba r17233 - in branches/tmp/vl-messaging/source: . include lib

2006-07-25 Thread vlendec
Author: vlendec Date: 2006-07-25 15:53:44 + (Tue, 25 Jul 2006) New Revision: 17233 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17233 Log: Dump --with-clusterwide-messaging in favor of --with-cluster-support Modified: branches/tmp/vl-messaging/source/configu

svn commit: samba r17232 - in branches/tmp/vl-messaging/source: client include libads locking rpc_server smbd tdb utils

2006-07-25 Thread vlendec
Author: vlendec Date: 2006-07-25 15:26:16 + (Tue, 25 Jul 2006) New Revision: 17232 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17232 Log: Merge in changes from 3_0, minimizing the diff for easier review (hint, hint :-)) Volker Modified: branches/tmp/vl-mes

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

2006-07-25 Thread vlendec
Author: vlendec Date: 2006-07-25 14:59:32 + (Tue, 25 Jul 2006) New Revision: 17231 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17231 Log: Some patch cosmetics Modified: branches/SAMBA_3_0/source/lib/messages.c branches/SAMBA_3_0/source/lib/util.c Chang

svn commit: samba r17230 - in branches/SAMBA_4_0/source/libcli/ldap: .

2006-07-25 Thread metze
Author: metze Date: 2006-07-25 12:48:40 + (Tue, 25 Jul 2006) New Revision: 17230 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17230 Log: don't overwrite the error with NT_STATUS_NO_MEMORY metze Modified: branches/SAMBA_4_0/source/libcli/ldap/ldap_bind.c C

svn commit: samba r17229 - in branches/SAMBA_3_0/source/smbd: .

2006-07-25 Thread vlendec
Author: vlendec Date: 2006-07-25 08:51:54 + (Tue, 25 Jul 2006) New Revision: 17229 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17229 Log: Indent-style reformatting -- getting used to the code again :-) Modified: branches/SAMBA_3_0/source/smbd/open.c Chang

svn commit: samba r17228 - in branches/SAMBA_3_0/source/smbd: .

2006-07-25 Thread vlendec
Author: vlendec Date: 2006-07-25 08:40:04 + (Tue, 25 Jul 2006) New Revision: 17228 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17228 Log: Modest reformatting Modified: branches/SAMBA_3_0/source/smbd/open.c Changeset: Modified: branches/SAMBA_3_0/source/sm

svn commit: samba r17227 - in branches/SAMBA_4_0/source/smbd: .

2006-07-25 Thread metze
Author: metze Date: 2006-07-25 08:00:30 + (Tue, 25 Jul 2006) New Revision: 17227 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17227 Log: don't call a function which takes some nonoptional args with NULL. metze Modified: branches/SAMBA_4_0/source/smbd/servic

svn commit: samba r17226 - in branches/SAMBA_4_0/source/ldap_server: .

2006-07-25 Thread metze
Author: metze Date: 2006-07-25 07:48:23 + (Tue, 25 Jul 2006) New Revision: 17226 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17226 Log: add some comments about ldap binds and pending requests metze Modified: branches/SAMBA_4_0/source/ldap_server/ldap_bind.