svn commit: samba r2051 - in branches/SAMBA_4_0/source: auth rpc_server/lsa rpc_server/netlogon rpc_server/samr

2004-08-24 Thread tridge
Author: tridge Date: 2004-08-25 06:44:23 + (Wed, 25 Aug 2004) New Revision: 2051 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source&rev=2051&nolog=1 Log: switched the samdb over to using the new destructor and reference count features of talloc, in

svn commit: samba r2050 - branches/SAMBA_4_0/source/rpc_server

2004-08-24 Thread tridge
Author: tridge Date: 2004-08-25 06:42:08 + (Wed, 25 Aug 2004) New Revision: 2050 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2050&nolog=1 Log: fixed a case where code assumed you could Realloc the result of a data_blob() Modified: branches/SAMBA_4_0/source/

svn commit: samba r2049 - branches/SAMBA_4_0/source/lib

2004-08-24 Thread tridge
Author: tridge Date: 2004-08-25 06:40:58 + (Wed, 25 Aug 2004) New Revision: 2049 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2049&nolog=1 Log: talloc now has destructors and reference counts this means you can do: talloc_set_destructor(ptr, my_destructor); a

svn commit: samba r2048 - branches/SAMBA_4_0/source/intl

2004-08-24 Thread metze
Author: metze Date: 2004-08-25 06:13:08 + (Wed, 25 Aug 2004) New Revision: 2048 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2048&nolog=1 Log: fix memory leak found by abartlet metze Modified: branches/SAMBA_4_0/source/intl/lang_tdb.c Changeset: Modified: b

svn commit: samba r2047 - branches/SAMBA_4_0/source/build/smb_build

2004-08-24 Thread abartlet
Author: abartlet Date: 2004-08-25 05:58:33 + (Wed, 25 Aug 2004) New Revision: 2047 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2047&nolog=1 Log: Warn on 'declaration after statement' (breaks non-gcc). Andrew Bartlett Modified: branches/SAMBA_4_0/source/build

svn commit: samba r2046 - branches/SAMBA_4_0/source/smb_server

2004-08-24 Thread tridge
Author: tridge Date: 2004-08-25 04:16:48 + (Wed, 25 Aug 2004) New Revision: 2046 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2046&nolog=1 Log: fixed two server packet format errors found with the RAW-* tests Modified: branches/SAMBA_4_0/source/smb_server/tra

svn commit: samba r2045 - branches/SAMBA_4_0/source/smb_server

2004-08-24 Thread tridge
Author: tridge Date: 2004-08-25 04:16:14 + (Wed, 25 Aug 2004) New Revision: 2045 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2045&nolog=1 Log: fixed a date format push in SMBsearch Modified: branches/SAMBA_4_0/source/smb_server/search.c Changeset: Modified:

svn commit: samba r2044 - branches/SAMBA_4_0/source/smb_server

2004-08-24 Thread tridge
Author: tridge Date: 2004-08-25 04:03:28 + (Wed, 25 Aug 2004) New Revision: 2044 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2044&nolog=1 Log: fixed two unin Modified: branches/SAMBA_4_0/source/smb_server/trans2.c Changeset: Modified: branches/SAMBA_4_0/sou

svn commit: samba-web r286 - trunk/support

2004-08-24 Thread deryck
Author: deryck Date: 2004-08-25 03:26:10 + (Wed, 25 Aug 2004) New Revision: 286 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-web&path=/&rev=286&nolog=1 Log: Add EDV-Serviceteam to Germany support list per the company's request. --deryck Modified: trunk/support/german

svn commit: samba r2043 - branches/SAMBA_4_0/source/lib

2004-08-24 Thread tridge
Author: tridge Date: 2004-08-25 03:23:39 + (Wed, 25 Aug 2004) New Revision: 2043 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2043&nolog=1 Log: data_blob() now returns a talloc'd pointer. If everyone has been following the data_blob() API properly then this will c

svn commit: samba r2042 - branches/SAMBA_4_0/source/libcli/auth

2004-08-24 Thread tridge
Author: tridge Date: 2004-08-25 02:25:48 + (Wed, 25 Aug 2004) New Revision: 2042 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2042&nolog=1 Log: missed a couple of places that should be talloc_free() Modified: branches/SAMBA_4_0/source/libcli/auth/spnego_

svn commit: samba r2041 - in branches/SAMBA_4_0/source: libcli/auth libcli/raw librpc/rpc rpc_server smb_server

2004-08-24 Thread abartlet
Author: abartlet Date: 2004-08-25 02:25:20 + (Wed, 25 Aug 2004) New Revision: 2041 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source&rev=2041&nolog=1 Log: Fix NTLMSSP RPC sealing, client -> win2k3 server. The bug (found by tridge) is that Win2k3

svn commit: samba r2040 - branches/SAMBA_4_0/source/libcli/raw

2004-08-24 Thread tridge
Author: tridge Date: 2004-08-25 02:07:53 + (Wed, 25 Aug 2004) New Revision: 2040 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2040&nolog=1 Log: fixed a memory handling error in clisocket (caught with valgrind) Modified: branches/SAMBA_4_0/source/libcli/ra

svn commit: samba r2039 - in branches/SAMBA_4_0/source: include lib

2004-08-24 Thread tridge
Author: tridge Date: 2004-08-25 02:07:20 + (Wed, 25 Aug 2004) New Revision: 2039 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source&rev=2039&nolog=1 Log: got rid of the free() ptr in DATA_BLOB I plan on replacing the concept by adding a generic de

svn commit: samba r2038 - branches/SAMBA_4_0/source/rpc_server

2004-08-24 Thread tridge
Author: tridge Date: 2004-08-25 02:06:08 + (Wed, 25 Aug 2004) New Revision: 2038 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2038&nolog=1 Log: get rid of the optimisation in the dcerpc server that tries to avoid a data copy by playing internal games with DATA_BLO

svn commit: samba r2037 - branches/SAMBA_4_0/source/libcli/util

2004-08-24 Thread tridge
Author: tridge Date: 2004-08-25 02:05:02 + (Wed, 25 Aug 2004) New Revision: 2037 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2037&nolog=1 Log: switched the asn.1 code to use talloc Modified: branches/SAMBA_4_0/source/libcli/util/asn1.c Changeset: Modifi

svn commit: samba r2036 - branches/SAMBA_4_0/source/libcli/auth

2004-08-24 Thread tridge
Author: tridge Date: 2004-08-25 02:04:35 + (Wed, 25 Aug 2004) New Revision: 2036 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2036&nolog=1 Log: switched the spnego code to use talloc now that talloc_free() doesn't need to take a context ptr, there is no reason we

svn commit: samba r2035 - branches/SAMBA_4_0/source/torture/rpc

2004-08-24 Thread abartlet
Author: abartlet Date: 2004-08-25 01:58:08 + (Wed, 25 Aug 2004) New Revision: 2035 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2035&nolog=1 Log: Fix spelling. Andrew Bartlett Modified: branches/SAMBA_4_0/source/torture/rpc/netlogon.c Changeset: Modified: b

svn commit: samba r2034 - in branches/SAMBA_4_0/source/lib: . tdb/common tdb/include

2004-08-24 Thread jra
Author: jra Date: 2004-08-25 01:12:59 + (Wed, 25 Aug 2004) New Revision: 2034 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/lib&rev=2034&nolog=1 Log: Allow user-selectable hash functions on open only. Jeremy. Modified: branches/SAMBA_4_0/s

svn commit: samba r2033 - in trunk/source: smbd tdb

2004-08-24 Thread jra
Author: jra Date: 2004-08-25 01:04:09 + (Wed, 25 Aug 2004) New Revision: 2033 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/trunk/source&rev=2033&nolog=1 Log: If you're selecting a hash algorithm for tdb, you need to do it at open time, it doesn't make sense anywhere e

svn commit: samba r2032 - in branches/SAMBA_3_0/source: smbd tdb

2004-08-24 Thread jra
Author: jra Date: 2004-08-25 01:04:02 + (Wed, 25 Aug 2004) New Revision: 2032 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_3_0/source&rev=2032&nolog=1 Log: If you're selecting a hash algorithm for tdb, you need to do it at open time, it doesn't make sen

svn commit: samba r2031 - branches/SAMBA_4_0/source/torture/rpc

2004-08-24 Thread tridge
Author: tridge Date: 2004-08-25 00:04:47 + (Wed, 25 Aug 2004) New Revision: 2031 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2031&nolog=1 Log: add a check for a blank secret return in lsa secret tests Modified: branches/SAMBA_4_0/source/torture/rpc/lsa.c

svn commit: samba r2030 - branches/SAMBA_4_0/source/ntvfs/simple

2004-08-24 Thread tridge
Author: tridge Date: 2004-08-24 23:58:00 + (Tue, 24 Aug 2004) New Revision: 2030 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2030&nolog=1 Log: quick hack to allow the simple NTVFS backend to handler base directories with mixed case names Modified: branches/

svn commit: samba r2029 - branches/SAMBA_4_0/source/librpc/rpc

2004-08-24 Thread tridge
Author: tridge Date: 2004-08-24 23:56:59 + (Tue, 24 Aug 2004) New Revision: 2029 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2029&nolog=1 Log: changed our client side dcerpc padding to match what w2k3 does - a 16 byte padding of the payload portion of the packet.

svn commit: samba r2028 - trunk/source/smbd

2004-08-24 Thread jra
Author: jra Date: 2004-08-24 23:36:37 + (Tue, 24 Aug 2004) New Revision: 2028 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2028&nolog=1 Log: Fix for but #1657, used initialized variable, from Helmut Heinreichsberger <[EMAIL PROTECTED]>. Jeremy. Modified: trunk

svn commit: samba r2027 - branches/SAMBA_3_0/source/smbd

2004-08-24 Thread jra
Author: jra Date: 2004-08-24 23:36:33 + (Tue, 24 Aug 2004) New Revision: 2027 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2027&nolog=1 Log: Fix for but #1657, used initialized variable, from Helmut Heinreichsberger <[EMAIL PROTECTED]>. Jeremy. Modified: branc

svn commit: samba r2026 - in branches/SAMBA_3_0/source: . include lib smbd tdb

2004-08-24 Thread jra
Author: jra Date: 2004-08-24 22:48:49 + (Tue, 24 Aug 2004) New Revision: 2026 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_3_0/source&rev=2026&nolog=1 Log: Simplify statcache to use an in-memory tdb. Modify tdb to use a customer hash function for this t

svn commit: samba r2025 - in trunk/source: . include lib smbd tdb

2004-08-24 Thread jra
Author: jra Date: 2004-08-24 22:48:45 + (Tue, 24 Aug 2004) New Revision: 2025 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/trunk/source&rev=2025&nolog=1 Log: Simplify statcache to use an in-memory tdb. Modify tdb to use a customer hash function for this tdb (yes it do

svn commit: samba-web r285 - in trunk: . news news/releases

2004-08-24 Thread deryck
Author: deryck Date: 2004-08-24 22:03:26 + (Tue, 24 Aug 2004) New Revision: 285 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-web&path=/trunk&rev=285&nolog=1 Log: Add news item about changes to openLDAP schema file. --deryck Added: trunk/news/releases/openLDAP-samba3.

svn commit: samba-web r284 - trunk/news/team

2004-08-24 Thread deryck
Author: deryck Date: 2004-08-24 21:51:09 + (Tue, 24 Aug 2004) New Revision: 284 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-web&path=/&rev=284&nolog=1 Log: Add date information for Simo's event in October. Simo--make sure this is accurate since I was reading Italian. :-)

svn commit: samba r2024 - trunk/source/lib

2004-08-24 Thread vlendec
Author: vlendec Date: 2004-08-24 20:58:26 + (Tue, 24 Aug 2004) New Revision: 2024 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2024&nolog=1 Log: If there's garbage in the pidfile, we should not panic but assume that no one else is around. We can't find the other g

svn commit: samba r2023 - branches/SAMBA_3_0/source/lib

2004-08-24 Thread vlendec
Author: vlendec Date: 2004-08-24 20:58:12 + (Tue, 24 Aug 2004) New Revision: 2023 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2023&nolog=1 Log: If there's garbage in the pidfile, we should not panic but assume that no one else is around. We can't find the other g

svn commit: samba r2022 - branches/SAMBA_3_0/source/utils trunk/source/utils

2004-08-24 Thread gd
Author: gd Date: 2004-08-24 20:52:56 + (Tue, 24 Aug 2004) New Revision: 2022 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2022&nolog=1 Log: Add net_copy_fileattr as a separate function to copy just ACLs, attrs and timestamps. This makes net_copy_file less complex.

svn commit: samba r2021 - branches/SAMBA_4_0/source/libnet

2004-08-24 Thread metze
Author: metze Date: 2004-08-24 16:28:08 + (Tue, 24 Aug 2004) New Revision: 2021 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2021&nolog=1 Log: add password change fallback to SetUserInfo level 25,24,23 metze Modified: branches/SAMBA_4_0/source/libnet/libnet_p

svn commit: samba-web r283 - in trunk: . style

2004-08-24 Thread deryck
Author: deryck Date: 2004-08-24 16:05:01 + (Tue, 24 Aug 2004) New Revision: 283 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-web&path=/trunk&rev=283&nolog=1 Log: Bring news headlines to top of page and match font size to the rest of the page. Trying to keep news updates f

svn commit: samba r2020 - branches/SAMBA_4_0/source/libcli/auth

2004-08-24 Thread metze
Author: metze Date: 2004-08-24 15:48:14 + (Tue, 24 Aug 2004) New Revision: 2020 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2020&nolog=1 Log: fix compiler warnings metze Modified: branches/SAMBA_4_0/source/libcli/auth/ntlmssp_parse.c Changeset: Modified: b

svn commit: samba r2019 - branches/SAMBA_4_0/source/libcli

2004-08-24 Thread metze
Author: metze Date: 2004-08-24 15:43:57 + (Tue, 24 Aug 2004) New Revision: 2019 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2019&nolog=1 Log: fix compiler warnings metze Modified: branches/SAMBA_4_0/source/libcli/namequery.c Changeset: Modified: branches/S

svn commit: samba r2018 - branches/SAMBA_3_0/source

2004-08-24 Thread jerry
Author: jerry Date: 2004-08-24 15:40:52 + (Tue, 24 Aug 2004) New Revision: 2018 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2018&nolog=1 Log: updating syntax for enable-cups check Modified: branches/SAMBA_3_0/source/configure.in Changeset: Modified: branches

svn commit: samba r2017 - in branches/SAMBA_4_0/source: intl lib

2004-08-24 Thread metze
Author: metze Date: 2004-08-24 15:38:57 + (Tue, 24 Aug 2004) New Revision: 2017 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source&rev=2017&nolog=1 Log: fix compiler warnings metze Modified: branches/SAMBA_4_0/source/intl/lang_tdb.c branche

svn commit: samba-web r282 - trunk

2004-08-24 Thread jerry
Author: jerry Date: 2004-08-24 14:33:20 + (Tue, 24 Aug 2004) New Revision: 282 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-web&path=/&rev=282&nolog=1 Log: draw attention to the updated schema file for 3.0.6 Modified: trunk/index.html Changeset: Modified: trunk/index.h

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

2004-08-24 Thread gd
Author: gd Date: 2004-08-24 13:26:31 + (Tue, 24 Aug 2004) New Revision: 2016 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2016&nolog=1 Log: Add message to ease access-control-debugging. Guenther Modified: branches/SAMBA_3_0/source/smbd/uid.c trunk/source/s

svn commit: samba r2015 - branches/SAMBA_3_0/source trunk/source

2004-08-24 Thread gd
Author: gd Date: 2004-08-24 13:02:56 + (Tue, 24 Aug 2004) New Revision: 2015 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2015&nolog=1 Log: Reverting fix for #1474. Jelmer, we need to find another way to solve this bug. This way, rpcclient is linked to libxml2,

svn commit: samba r2014 - branches/SAMBA_3_0/examples/autofs

2004-08-24 Thread jerry
Author: jerry Date: 2004-08-24 12:40:30 + (Tue, 24 Aug 2004) New Revision: 2014 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2014&nolog=1 Log: BUG 1656: rename auto.a to auto.smb Added: branches/SAMBA_3_0/examples/autofs/auto.smb Removed: branches/SAMBA_3_0/

svn commit: samba r2013 - branches/SAMBA_3_0/source/smbd

2004-08-24 Thread jerry
Author: jerry Date: 2004-08-24 12:38:00 + (Tue, 24 Aug 2004) New Revision: 2013 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2013&nolog=1 Log: BUG 1658: little bit of const (patch from :Helmut Heinreichsberger <[EMAIL PROTECTED]>) Modified: branches/SAMBA_

svn commit: samba r2012 - branches/SAMBA_4_0/source/build/smb_build

2004-08-24 Thread metze
Author: metze Date: 2004-08-24 12:07:36 + (Tue, 24 Aug 2004) New Revision: 2012 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2012&nolog=1 Log: --enable-developer also sets debug=yes now and we how set the CFLAGS="-g -Wall" and the rest only if the compiler suppor

svn commit: samba r2011 - branches/SAMBA_4_0/source/build/smb_build

2004-08-24 Thread metze
Author: metze Date: 2004-08-24 12:04:11 + (Tue, 24 Aug 2004) New Revision: 2011 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2011&nolog=1 Log: remove this broken and never reached test as PROG_CC will set CFLAGS to the default ones normaly "-g -O2" metze Modif

svn commit: samba r2010 - branches/SAMBA_4_0/source/build/smb_build

2004-08-24 Thread metze
Author: metze Date: 2004-08-24 12:01:24 + (Tue, 24 Aug 2004) New Revision: 2010 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2010&nolog=1 Log: trigger the config.smb_build.dump output by --enable-*developer not --enable-debug metze Modified: branches/SAMBA_4_

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

2004-08-24 Thread gd
Author: gd Date: 2004-08-24 11:56:51 + (Tue, 24 Aug 2004) New Revision: 2009 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2009&nolog=1 Log: compile-fix for #1626 (spotted by Olaf Flebbe <[EMAIL PROTECTED]>). Guenther Modified: branches/SAMBA_3_0/source/rpccli

svn commit: samba r2008 - in trunk/source: . smbd

2004-08-24 Thread tpot
Author: tpot Date: 2004-08-24 11:48:26 + (Tue, 24 Aug 2004) New Revision: 2008 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/trunk/source&rev=2008&nolog=1 Log: Hey hey! It's an unused file. Only in the trunk branch though - weird. Removed: trunk/source/smbd/tdbut

svn commit: samba r2007 - branches/SAMBA_3_0/source/include trunk/source/include

2004-08-24 Thread tpot
Author: tpot Date: 2004-08-24 11:32:59 + (Tue, 24 Aug 2004) New Revision: 2007 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2007&nolog=1 Log: Fix typo in Jeremy's copyright. From the output of cvs annotate a year in the late 1990's may be more appropriate though.

svn commit: samba r2006 - branches/SAMBA_3_0/source trunk/source

2004-08-24 Thread tpot
Author: tpot Date: 2004-08-24 11:26:53 + (Tue, 24 Aug 2004) New Revision: 2006 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2006&nolog=1 Log: Fix bug 1653 discovered by Luke Mewburn. The script code to generate the svn version number broke out-of-tree builds. Mo

svn commit: samba r2005 - branches/SAMBA_4_0/source/include

2004-08-24 Thread metze
Author: metze Date: 2004-08-24 10:07:49 + (Tue, 24 Aug 2004) New Revision: 2005 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2005&nolog=1 Log: fix compiler warnings metze Modified: branches/SAMBA_4_0/source/include/cli_context.h Changeset: Modified: branche

svn commit: samba r2004 - branches/SAMBA_4_0/source/libcli

2004-08-24 Thread metze
Author: metze Date: 2004-08-24 10:03:49 + (Tue, 24 Aug 2004) New Revision: 2004 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2004&nolog=1 Log: remove unused file metze Removed: branches/SAMBA_4_0/source/libcli/clisecdesc.c Changeset: Deleted: branches/SAMBA