svn commit: samba r2896 - in branches/SAMBA_4_0/source/torture/rpc: .

2004-10-10 Thread jelmer
Author: jelmer Date: 2004-10-10 23:03:12 + (Sun, 10 Oct 2004) New Revision: 2896 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/torture/rpc&rev=2896&nolog=1 Log: Add torture test for EnumValue() Modified: branches/SAMBA_4_0/source/torture/r

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

2004-10-10 Thread jelmer
Author: jelmer Date: 2004-10-10 23:52:06 + (Sun, 10 Oct 2004) New Revision: 2897 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/lib/registry/common&rev=2897&nolog=1 Log: Fix double registration (of the registry subsystem) bug Modified: bran

svn commit: samba r2898 - in branches/SAMBA_4_0/source/lib/registry: reg_backend_ldb reg_backend_rpc

2004-10-10 Thread jelmer
Author: jelmer Date: 2004-10-11 00:29:55 + (Mon, 11 Oct 2004) New Revision: 2898 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/lib/registry&rev=2898&nolog=1 Log: - Support enumerating remote registry values - Some LDB updates Modified: bra

svn commit: samba r2899 - branches/SAMBA_3_0/source/auth branches/SAMBA_3_0/source/libsmb branches/SAMBA_3_0/source/smbd trunk/source/auth trunk/source/libsmb trunk/source/smbd

2004-10-10 Thread tpot
Author: tpot Date: 2004-10-11 00:32:31 + (Mon, 11 Oct 2004) New Revision: 2899 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2899&nolog=1 Log: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD. Bugzilla #1903. Modified: branches/SAMBA_3_0/source/auth/p

svn commit: samba r2900 - in branches/SAMBA_4_0/source: build/m4 include lib

2004-10-10 Thread tridge
Author: tridge Date: 2004-10-11 01:03:27 + (Mon, 11 Oct 2004) New Revision: 2900 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source&rev=2900&nolog=1 Log: rusty pointed out to me that discard_const() can be done via a macro on systems that have the

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

2004-10-10 Thread tridge
Author: tridge Date: 2004-10-11 02:07:30 + (Mon, 11 Oct 2004) New Revision: 2901 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/lib&rev=2901&nolog=1 Log: if we can't load upcase.dat or lowcase.dat then don't waste 256k making fake tables, inste

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

2004-10-10 Thread tridge
Author: tridge Date: 2004-10-11 02:10:45 + (Mon, 11 Oct 2004) New Revision: 2902 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/lib&rev=2902&nolog=1 Log: make toupper_w() and tolower_w() slightly faster by putting the most common conditions fir

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

2004-10-10 Thread tridge
Author: tridge Date: 2004-10-11 03:26:17 + (Mon, 11 Oct 2004) New Revision: 2903 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/lib&rev=2903&nolog=1 Log: a considerably more efficient (both in terms of CPU and memory) convert_string_talloc() im

svn commit: samba r2904 - in branches/SAMBA_4_0/source/ntvfs/posix: .

2004-10-10 Thread tridge
Author: tridge Date: 2004-10-11 03:27:16 + (Mon, 11 Oct 2004) New Revision: 2904 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/ntvfs/posix&rev=2904&nolog=1 Log: - fixed the old style SMBsearch to return the pvfs shortname, not a truncated long

svn commit: samba r2905 - in branches/SAMBA_3_0/source: .

2004-10-10 Thread sharpe
Author: sharpe Date: 2004-10-11 05:07:31 + (Mon, 11 Oct 2004) New Revision: 2905 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_3_0/source&rev=2905&nolog=1 Log: Apply the patch for bug #1822. Add -D_REENTRANT to CPPFLAGS and -lthread to LDFLAGS. Patch s

svn commit: samba r2906 - in branches/SAMBA_4_0/source/client: .

2004-10-10 Thread tridge
Author: tridge Date: 2004-10-11 05:17:21 + (Mon, 11 Oct 2004) New Revision: 2906 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/client&rev=2906&nolog=1 Log: fixed a memory leak in the smbclient -L code Modified: branches/SAMBA_4_0/source/

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

2004-10-10 Thread tridge
Author: tridge Date: 2004-10-11 05:23:46 + (Mon, 11 Oct 2004) New Revision: 2907 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/lib&rev=2907&nolog=1 Log: auto destroy iconv memory handles on exit, to make valgrind leak reports easier to read (l