svn commit: samba r491 - branches/SAMBA_4_0/source

2004-05-05 Thread metze
Author: metze Date: 2004-05-05 10:29:25 + (Wed, 05 May 2004) New Revision: 491 Modified: branches/SAMBA_4_0/source/Makefile.in Log: regtree and gregedit also depend on LIBCMDLINE (popt stuff) metze WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=491nolog=1

svn commit: samba-web r40 - trunk/support

2004-05-05 Thread deryck
Author: deryck Date: 2004-05-05 11:45:53 + (Wed, 05 May 2004) New Revision: 40 Modified: trunk/support/belgium.html trunk/support/brazil.html Log: continuing to update, clean-up, etc. the support listings WebSVN:

svn commit: samba r492 - branches/SAMBA_3_0/source/web

2004-05-05 Thread jerry
Author: jerry Date: 2004-05-05 14:46:00 + (Wed, 05 May 2004) New Revision: 492 Modified: branches/SAMBA_3_0/source/web/swat.c Log: BUG 483: patch from Michel Gravey [EMAIL PROTECTED] to fix password hash creation in SWAT WebSVN:

svn commit: samba r493 - trunk/source/web

2004-05-05 Thread jerry
Author: jerry Date: 2004-05-05 14:48:02 + (Wed, 05 May 2004) New Revision: 493 Modified: trunk/source/web/swat.c Log: BUG 483: patch from Michel Gravey [EMAIL PROTECTED] to fix password hash creation in SWAT WebSVN:

svn commit: samba r495 - trunk/source/libsmb

2004-05-05 Thread jerry
Author: jerry Date: 2004-05-05 14:59:08 + (Wed, 05 May 2004) New Revision: 495 Modified: trunk/source/libsmb/libsmbclient.c Log: patch from Stephan Kulow [EMAIL PROTECTED] to fix a cut-n-paste error in strlen which caused Konqueror to crash WebSVN:

svn commit: samba-docs r59 - trunk

2004-05-05 Thread jerry
Author: jerry Date: 2004-05-05 15:16:00 + (Wed, 05 May 2004) New Revision: 59 Modified: trunk/Makefile.in Log: removning html-single from the release target WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-docspath=/rev=59nolog=1

svn commit: samba r497 - in trunk: source/script swat/help

2004-05-05 Thread jerry
Author: jerry Date: 2004-05-05 15:53:35 + (Wed, 05 May 2004) New Revision: 497 Modified: trunk/source/script/installswat.sh trunk/swat/help/welcome.html Log: fixing swat welcome page -- added links to example guide, devel guide, and howto (all in multi page format) WebSVN:

svn commit: samba r498 - in branches/tmp/VOYAGER/source: include lib libsmb passdb rpc_parse rpc_server rpcclient smbd

2004-05-05 Thread vlendec
Author: vlendec Date: 2004-05-05 16:06:20 + (Wed, 05 May 2004) New Revision: 498 Modified: branches/tmp/VOYAGER/source/include/passdb.h branches/tmp/VOYAGER/source/lib/username.c branches/tmp/VOYAGER/source/lib/util_smbd.c branches/tmp/VOYAGER/source/libsmb/trustdom_cache.c

svn commit: samba r499 - in trunk/source: include lib param smbd

2004-05-05 Thread jra
Author: jra Date: 2004-05-06 00:45:45 + (Thu, 06 May 2004) New Revision: 499 Modified: trunk/source/include/mangle.h trunk/source/include/smb.h trunk/source/include/smb_macros.h trunk/source/lib/util.c trunk/source/lib/util_str.c trunk/source/lib/util_unistr.c

svn commit: samba r500 - trunk/source/smbd

2004-05-05 Thread jra
Author: jra Date: 2004-05-06 01:43:11 + (Thu, 06 May 2004) New Revision: 500 Modified: trunk/source/smbd/filename.c Log: Don't use case_sensitive when we mean default case. Jeremy. WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=500nolog=1

svn commit: samba-web r42 - trunk

2004-05-05 Thread mbp
Author: mbp Date: 2004-05-06 03:01:35 + (Thu, 06 May 2004) New Revision: 42 Modified: trunk/team.html Log: Add me to the team list WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-webpath=/rev=42nolog=1

svn commit: samba r502 - in branches/SAMBA_4_0/source/lib/ldb: . common include ldb_ldap ldb_tdb tests tools

2004-05-05 Thread tridge
Author: tridge Date: 2004-05-06 04:40:15 + (Thu, 06 May 2004) New Revision: 502 Added: branches/SAMBA_4_0/source/lib/ldb/common/ldb_alloc.c Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.ldb branches/SAMBA_4_0/source/lib/ldb/common/ldb_ldif.c

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

2004-05-05 Thread tridge
Author: tridge Date: 2004-05-06 04:41:28 + (Thu, 06 May 2004) New Revision: 503 Modified: branches/SAMBA_4_0/source/include/includes.h Log: we don't need to include ldb_parse.h any more WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=503nolog=1

svn commit: samba r504 - branches/SAMBA_4_0/source/lib/ldb/ldb_tdb

2004-05-05 Thread tridge
Author: tridge Date: 2004-05-06 04:45:29 + (Thu, 06 May 2004) New Revision: 504 Modified: branches/SAMBA_4_0/source/lib/ldb/ldb_tdb/ldb_index.c Log: fixed a bad call to list_union() WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=504nolog=1

svn commit: samba r505 - branches/SAMBA_3_0/source/passdb

2004-05-05 Thread sharpe
Author: sharpe Date: 2004-05-06 05:31:52 + (Thu, 06 May 2004) New Revision: 505 Modified: branches/SAMBA_3_0/source/passdb/passdb.c Log: Break out algorithmic_gid_to_sid so that those of us who need it can use it. WebSVN:

svn commit: samba r506 - branches/SAMBA_4_0/source/passdb

2004-05-05 Thread tridge
Author: tridge Date: 2004-05-06 05:51:51 + (Thu, 06 May 2004) New Revision: 506 Modified: branches/SAMBA_4_0/source/passdb/secrets.c Log: got rid of unused function secrets_get_trusted_domains() WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=506nolog=1

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

2004-05-05 Thread tridge
Author: tridge Date: 2004-05-06 05:53:35 + (Thu, 06 May 2004) New Revision: 507 Modified: branches/SAMBA_4_0/source/lib/talloc.c Log: the new ldb code will use talloc_free() a lot, so I have made talloc_free() O(1) in preparation. This also halves the number of malloc() calls and increases

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

2004-05-05 Thread tridge
Author: tridge Date: 2004-05-06 05:57:33 + (Thu, 06 May 2004) New Revision: 508 Modified: branches/SAMBA_4_0/source/smb_server/conn.c Log: fixed a place where we used free() on memory from a talloc(). The new talloc code catches errors like this. WebSVN: