CVS update: samba/source/include
Date: Fri Oct 3 01:42:53 2003 Author: tpot Update of /data/cvs/samba/source/include In directory dp.samba.org:/tmp/cvs-serv11302/include Modified Files: Tag: SAMBA_3_0 intl.h Log Message: Moving towards better i18n support in SWAT. This commit contains a bunch of updates to bug 413 from Monyo: 1) pick up proper strings to call msg strings for example to add strings in wizard menu in web/swat.c, web/statuspage.c and param/loadparm.c. 2) define N_() macro in include/intl.h to pick up some strings in param/loadparm.c 3) quote all name and value tag with '"' For example in swat.c:720 the "Edit Parameter Values" string is displayd only as "Edit" because value tag is not quoted like: value=Edit Parameter Values These tags should be quoted though it sometimes works well without quotation. 4) modify the msg strings not to contain HTML tags or other non-message strings. For example dprintf(_("test\n")); is modified to dprintf("%s\n", _("test")); Revisions: intl.h 1.2 => 1.2.2.1 http://www.samba.org/cgi-bin/cvsweb/samba/source/include/intl.h.diff?r1=1.2&r2=1.2.2.1
CVS update: samba/source/param
Date: Fri Oct 3 01:42:53 2003 Author: tpot Update of /data/cvs/samba/source/param In directory dp.samba.org:/tmp/cvs-serv11302/param Modified Files: Tag: SAMBA_3_0 loadparm.c Log Message: Moving towards better i18n support in SWAT. This commit contains a bunch of updates to bug 413 from Monyo: 1) pick up proper strings to call msg strings for example to add strings in wizard menu in web/swat.c, web/statuspage.c and param/loadparm.c. 2) define N_() macro in include/intl.h to pick up some strings in param/loadparm.c 3) quote all name and value tag with '"' For example in swat.c:720 the "Edit Parameter Values" string is displayd only as "Edit" because value tag is not quoted like: value=Edit Parameter Values These tags should be quoted though it sometimes works well without quotation. 4) modify the msg strings not to contain HTML tags or other non-message strings. For example dprintf(_("test\n")); is modified to dprintf("%s\n", _("test")); Revisions: loadparm.c 1.397.2.103 => 1.397.2.104 http://www.samba.org/cgi-bin/cvsweb/samba/source/param/loadparm.c.diff?r1=1.397.2.103&r2=1.397.2.104
CVS update: samba/source/web
Date: Fri Oct 3 01:42:53 2003 Author: tpot Update of /data/cvs/samba/source/web In directory dp.samba.org:/tmp/cvs-serv11302/web Modified Files: Tag: SAMBA_3_0 swat.c statuspage.c Log Message: Moving towards better i18n support in SWAT. This commit contains a bunch of updates to bug 413 from Monyo: 1) pick up proper strings to call msg strings for example to add strings in wizard menu in web/swat.c, web/statuspage.c and param/loadparm.c. 2) define N_() macro in include/intl.h to pick up some strings in param/loadparm.c 3) quote all name and value tag with '"' For example in swat.c:720 the "Edit Parameter Values" string is displayd only as "Edit" because value tag is not quoted like: value=Edit Parameter Values These tags should be quoted though it sometimes works well without quotation. 4) modify the msg strings not to contain HTML tags or other non-message strings. For example dprintf(_("test\n")); is modified to dprintf("%s\n", _("test")); Revisions: swat.c 1.79.2.23 => 1.79.2.24 http://www.samba.org/cgi-bin/cvsweb/samba/source/web/swat.c.diff?r1=1.79.2.23&r2=1.79.2.24 statuspage.c1.29.2.7 => 1.29.2.8 http://www.samba.org/cgi-bin/cvsweb/samba/source/web/statuspage.c.diff?r1=1.29.2.7&r2=1.29.2.8
CVS update: samba/source
Date: Fri Oct 3 00:06:47 2003 Author: tpot Update of /data/cvs/samba/source In directory dp.samba.org:/tmp/cvs-serv32388 Modified Files: Tag: SAMBA_3_0 Makefile.in configure.in Log Message: Explicitly initialise the value of AR for vendor makes that don't do this (HPUX 11). Currently it's initialised to 'ar' but this may have to be changed if any systems pop up that have archivers that aren't named 'ar'. Closes bug #552. Revisions: Makefile.in 1.468.2.181 => 1.468.2.182 http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in.diff?r1=1.468.2.181&r2=1.468.2.182 configure.in1.300.2.171 => 1.300.2.172 http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in.diff?r1=1.300.2.171&r2=1.300.2.172
CVS update: samba/source/modules
Date: Thu Oct 2 23:50:22 2003 Author: tpot Update of /data/cvs/samba/source/modules In directory dp.samba.org:/tmp/cvs-serv30374/modules Modified Files: Tag: SAMBA_3_0 vfs_recycle.c Log Message: Portability fix from Joachim Schmitz. Closes bug #546. Revisions: vfs_recycle.c 1.1.2.16 => 1.1.2.17 http://www.samba.org/cgi-bin/cvsweb/samba/source/modules/vfs_recycle.c.diff?r1=1.1.2.16&r2=1.1.2.17
CVS update: samba/source/script
Date: Thu Oct 2 21:22:58 2003 Author: jerry Update of /data/cvs/samba/source/script In directory dp.samba.org:/tmp/cvs-serv13583/script Modified Files: Tag: SAMBA_3_0 installbin.sh Log Message: fixed for /sbin/mount.smbfs link when using $DESTDIR; bug 525 Revisions: installbin.sh 1.6 => 1.6.2.1 http://www.samba.org/cgi-bin/cvsweb/samba/source/script/installbin.sh.diff?r1=1.6&r2=1.6.2.1
CVS update: samba/source
Date: Thu Oct 2 21:22:58 2003 Author: jerry Update of /data/cvs/samba/source In directory dp.samba.org:/tmp/cvs-serv13583 Modified Files: Tag: SAMBA_3_0 Makefile.in Log Message: fixed for /sbin/mount.smbfs link when using $DESTDIR; bug 525 Revisions: Makefile.in 1.468.2.180 => 1.468.2.181 http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in.diff?r1=1.468.2.180&r2=1.468.2.181
CVS update: samba/source/tdb
Date: Thu Oct 2 18:22:51 2003 Author: jra Update of /data/cvs/samba/source/tdb In directory dp.samba.org:/tmp/cvs-serv21823/tdb Modified Files: Tag: SAMBA_3_0 tdbback.c tdbbackup.c Log Message: Portability fixes from [EMAIL PROTECTED] (Joachim Schmitz). Bug #549. Jeremy. Revisions: tdbback.c 1.1.2.1 => 1.1.2.2 http://www.samba.org/cgi-bin/cvsweb/samba/source/tdb/tdbback.c.diff?r1=1.1.2.1&r2=1.1.2.2 tdbbackup.c 1.6.2.7 => 1.6.2.8 http://www.samba.org/cgi-bin/cvsweb/samba/source/tdb/tdbbackup.c.diff?r1=1.6.2.7&r2=1.6.2.8
CVS update: samba/source/utils
Date: Thu Oct 2 18:22:51 2003 Author: jra Update of /data/cvs/samba/source/utils In directory dp.samba.org:/tmp/cvs-serv21823/utils Modified Files: Tag: SAMBA_3_0 profiles.c Log Message: Portability fixes from [EMAIL PROTECTED] (Joachim Schmitz). Bug #549. Jeremy. Revisions: profiles.c 1.13.2.10 => 1.13.2.11 http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/profiles.c.diff?r1=1.13.2.10&r2=1.13.2.11
CVS update: samba/source/utils
Date: Thu Oct 2 18:22:48 2003 Author: jra Update of /data/cvs/samba/source/utils In directory dp.samba.org:/tmp/cvs-serv21821/utils Modified Files: profiles.c Log Message: Portability fixes from [EMAIL PROTECTED] (Joachim Schmitz). Bug #549. Jeremy. Revisions: profiles.c 1.24 => 1.25 http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/profiles.c.diff?r1=1.24&r2=1.25
CVS update: samba/source/tdb
Date: Thu Oct 2 18:22:48 2003 Author: jra Update of /data/cvs/samba/source/tdb In directory dp.samba.org:/tmp/cvs-serv21821/tdb Modified Files: tdbback.c tdbbackup.c Log Message: Portability fixes from [EMAIL PROTECTED] (Joachim Schmitz). Bug #549. Jeremy. Revisions: tdbback.c 1.2 => 1.3 http://www.samba.org/cgi-bin/cvsweb/samba/source/tdb/tdbback.c.diff?r1=1.2&r2=1.3 tdbbackup.c 1.11 => 1.12 http://www.samba.org/cgi-bin/cvsweb/samba/source/tdb/tdbbackup.c.diff?r1=1.11&r2=1.12
CVS update: samba/source/passdb
Date: Thu Oct 2 17:53:57 2003 Author: jra Update of /data/cvs/samba/source/passdb In directory dp.samba.org:/tmp/cvs-serv18326/passdb Modified Files: Tag: SAMBA_3_0 pdb_smbpasswd.c Log Message: Portability fix from [EMAIL PROTECTED] (Joachim Schmitz). Bug #547. Jeremy. Revisions: pdb_smbpasswd.c 1.40.2.22 => 1.40.2.23 http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_smbpasswd.c.diff?r1=1.40.2.22&r2=1.40.2.23
CVS update: samba/source/passdb
Date: Thu Oct 2 17:53:55 2003 Author: jra Update of /data/cvs/samba/source/passdb In directory dp.samba.org:/tmp/cvs-serv18299/passdb Modified Files: pdb_smbpasswd.c Log Message: Portability fix from [EMAIL PROTECTED] (Joachim Schmitz). Bug #547. Jeremy. Revisions: pdb_smbpasswd.c 1.72 => 1.73 http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_smbpasswd.c.diff?r1=1.72&r2=1.73
CVS update: samba/source/rpc_server
Date: Thu Oct 2 17:36:48 2003 Author: jra Update of /data/cvs/samba/source/rpc_server In directory dp.samba.org:/tmp/cvs-serv16231/rpc_server Modified Files: Tag: SAMBA_3_0 srv_spoolss_nt.c Log Message: Portability fix from [EMAIL PROTECTED] (Joachim Schmitz) for bug #548. Jeremy. Revisions: srv_spoolss_nt.c1.277.2.75 => 1.277.2.76 http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_spoolss_nt.c.diff?r1=1.277.2.75&r2=1.277.2.76
CVS update: samba/source/rpc_server
Date: Thu Oct 2 17:36:46 2003 Author: jra Update of /data/cvs/samba/source/rpc_server In directory dp.samba.org:/tmp/cvs-serv16425/rpc_server Modified Files: srv_spoolss_nt.c Log Message: Portability fix from [EMAIL PROTECTED] (Joachim Schmitz) for bug #548. Jeremy. Revisions: srv_spoolss_nt.c1.408 => 1.409 http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_spoolss_nt.c.diff?r1=1.408&r2=1.409
CVS update: samba/source/smbd
Date: Thu Oct 2 17:26:44 2003 Author: jra Update of /data/cvs/samba/source/smbd In directory dp.samba.org:/tmp/cvs-serv15187/smbd Modified Files: error.c trans2.c Log Message: Correct fix for excel read-only bug. Add panic for logic error in developer mode. Jeremy. Revisions: error.c 1.18 => 1.19 http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/error.c.diff?r1=1.18&r2=1.19 trans2.c1.251 => 1.252 http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/trans2.c.diff?r1=1.251&r2=1.252
CVS update: samba/source/smbd
Date: Thu Oct 2 17:26:42 2003 Author: jra Update of /data/cvs/samba/source/smbd In directory dp.samba.org:/tmp/cvs-serv14973/smbd Modified Files: Tag: SAMBA_3_0 error.c trans2.c Log Message: Correct fix for excel read-only bug. Add panic for logic error in developer mode. Jeremy. Revisions: error.c 1.16.2.2 => 1.16.2.3 http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/error.c.diff?r1=1.16.2.2&r2=1.16.2.3 trans2.c1.217.2.52 => 1.217.2.53 http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/trans2.c.diff?r1=1.217.2.52&r2=1.217.2.53
CVS update: samba/source/passdb
Date: Thu Oct 2 09:26:52 2003 Author: vlendec Update of /data/cvs/samba/source/passdb In directory dp.samba.org:/tmp/cvs-serv14248 Modified Files: Tag: SAMBA_3_0 pdb_ldap.c Log Message: Make pdb_ldap.c compile with SUN iPlanet headers. Whether this works will be tested soon, but this fix is somewhat obvious. Volker Revisions: pdb_ldap.c 1.28.2.91 => 1.28.2.92 http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_ldap.c.diff?r1=1.28.2.91&r2=1.28.2.92