linux-decnet-commit Mailing List for DECnet for Linux (Page 5)
Brought to you by:
chrissie_c,
ph3-der-loewe
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(15) |
Nov
(16) |
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(20) |
Feb
(27) |
Mar
(25) |
Apr
(12) |
May
(2) |
Jun
(6) |
Jul
(36) |
Aug
(12) |
Sep
(12) |
Oct
(16) |
Nov
(5) |
Dec
(5) |
2003 |
Jan
(8) |
Feb
(9) |
Mar
(25) |
Apr
(18) |
May
(29) |
Jun
(4) |
Jul
(1) |
Aug
|
Sep
(10) |
Oct
(5) |
Nov
(3) |
Dec
(9) |
2004 |
Jan
(17) |
Feb
|
Mar
(9) |
Apr
|
May
(4) |
Jun
(1) |
Jul
(2) |
Aug
(21) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2005 |
Jan
(5) |
Feb
|
Mar
(13) |
Apr
|
May
(3) |
Jun
(1) |
Jul
|
Aug
|
Sep
(13) |
Oct
(83) |
Nov
(2) |
Dec
|
2006 |
Jan
(21) |
Feb
(1) |
Mar
(32) |
Apr
(31) |
May
(3) |
Jun
(1) |
Jul
|
Aug
(7) |
Sep
|
Oct
(1) |
Nov
(3) |
Dec
(13) |
2007 |
Jan
(1) |
Feb
(7) |
Mar
|
Apr
(2) |
May
|
Jun
(1) |
Jul
(2) |
Aug
(20) |
Sep
|
Oct
|
Nov
|
Dec
(7) |
2008 |
Jan
(4) |
Feb
(13) |
Mar
(24) |
Apr
(18) |
May
(10) |
Jun
|
Jul
|
Aug
(40) |
Sep
(72) |
Oct
(61) |
Nov
(9) |
Dec
(2) |
2009 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(7) |
Jul
|
Aug
|
Sep
|
Oct
(8) |
Nov
|
Dec
(3) |
2010 |
Jan
|
Feb
|
Mar
|
Apr
(5) |
May
|
Jun
|
Jul
(41) |
Aug
(28) |
Sep
(2) |
Oct
(5) |
Nov
(4) |
Dec
|
2011 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Christine C. <chr...@us...> - 2009-10-03 13:22:14
|
Update of /cvsroot/linux-decnet/dnprogs/dncopy In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28756/dncopy Modified Files: unixfile.cc Log Message: Rename libdap to libdnet-dap Lots of Misc Debian fixes Don't define basename Index: unixfile.cc =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dncopy/unixfile.cc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** unixfile.cc 4 Oct 2008 10:18:28 -0000 1.7 --- unixfile.cc 3 Oct 2009 13:22:03 -0000 1.8 *************** *** 1,4 **** /****************************************************************************** ! (c) 1998-2008 Christine Caulfield chr...@go... This program is free software; you can redistribute it and/or modify --- 1,4 ---- /****************************************************************************** ! (c) 1998-2009 Christine Caulfield chr...@go... This program is free software; you can redistribute it and/or modify *************** *** 23,27 **** // basename() is in libc but not in my header files ! extern "C" char *basename(const char *); int unixfile::open(const char *mode) --- 23,27 ---- // basename() is in libc but not in my header files ! //extern "C" char *basename(const char *); int unixfile::open(const char *mode) |
From: Christine C. <chr...@us...> - 2009-10-03 13:22:14
|
Update of /cvsroot/linux-decnet/dnprogs/debian In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28756/debian Modified Files: changelog control dnet-common.init.d dnet-progs.init.d libdnet-dev.files libdnet.files Log Message: Rename libdap to libdnet-dap Lots of Misc Debian fixes Don't define basename Index: changelog =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/changelog,v retrieving revision 1.76 retrieving revision 1.77 diff -C2 -r1.76 -r1.77 *** changelog 5 Jan 2009 09:02:36 -0000 1.76 --- changelog 3 Oct 2009 13:22:03 -0000 1.77 *************** *** 1,3 **** --- 1,16 ---- + dnprogs (2.50) unstable; urgency=low + + * Fix check for /etc/default/decnet before sourcing it + * Fix LSB sections of Deban init scripts + * Don't suggest linux-kernel-2.4 + * Rename libdap to libdnet-dap + * Include Debian Russian po-debconf translation + Closes: #548760 + * Remove definition of basename + Closes: #548043 + + -- Christine Caulfield <Chr...@go...> Sat, 3 Oct 2009 14:03:23 +0000 + dnprogs (2.49) unstable; urgency=low Index: control =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/control,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -r1.31 -r1.32 *** control 23 Mar 2008 16:15:43 -0000 1.31 --- control 3 Oct 2009 13:22:03 -0000 1.32 *************** *** 12,16 **** Section: net Conflicts: dnprogs ! Suggests: iproute, kernel-image-2.4 Description: Base package for Linux DECnet This is the base package for Linux DECnet. It contains the necessary --- 12,16 ---- Section: net Conflicts: dnprogs ! Suggests: iproute Description: Base package for Linux DECnet This is the base package for Linux DECnet. It contains the necessary Index: dnet-common.init.d =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/dnet-common.init.d,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** dnet-common.init.d 24 Nov 2006 16:42:32 -0000 1.9 --- dnet-common.init.d 3 Oct 2009 13:22:03 -0000 1.10 *************** *** 8,12 **** # ### BEGIN INIT INFO ! # Provides: decnet # Required-Start: $network # Required-Stop: $network --- 8,12 ---- # ### BEGIN INIT INFO ! # Provides: dnet-common decnet # Required-Start: $network # Required-Stop: $network *************** *** 38,42 **** ! . /etc/default/decnet interfaces="$DNET_INTERFACES" --- 38,42 ---- ! [ -f /etc/default/decnet ] && . /etc/default/decnet interfaces="$DNET_INTERFACES" *************** *** 92,96 **** echo -n "Starting DECnet..." $setether - echo "$ADDR" > /proc/sys/net/decnet/node_address set_routing $ROUTING echo "done." --- 92,95 ---- Index: dnet-progs.init.d =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/dnet-progs.init.d,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** dnet-progs.init.d 24 Nov 2006 16:42:32 -0000 1.11 --- dnet-progs.init.d 3 Oct 2009 13:22:03 -0000 1.12 *************** *** 8,12 **** # ### BEGIN INIT INFO ! # Provides: decnet-progs # Required-Start: $network # Required-Stop: $network --- 8,12 ---- # ### BEGIN INIT INFO ! # Provides: dnet-progs # Required-Start: $network # Required-Stop: $network *************** *** 21,25 **** # ! . /etc/default/decnet # Don't issue any messages if DECnet is not configured as --- 21,25 ---- # ! [ -f /etc/default/decnet ] && . /etc/default/decnet # Don't issue any messages if DECnet is not configured as Index: libdnet-dev.files =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/libdnet-dev.files,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** libdnet-dev.files 30 Oct 2005 15:21:51 -0000 1.2 --- libdnet-dev.files 3 Oct 2009 13:22:03 -0000 1.3 *************** *** 9,14 **** ./usr/lib/libdnet_daemon.a ./usr/lib/libdnet_daemon.so ! ./usr/lib/libdap.a ! ./usr/lib/libdap.so ./usr/lib/librms.a ./usr/lib/librms.so --- 9,14 ---- ./usr/lib/libdnet_daemon.a ./usr/lib/libdnet_daemon.so ! ./usr/lib/libdnet-dap.a ! ./usr/lib/libdnet-dap.so ./usr/lib/librms.a ./usr/lib/librms.so Index: libdnet.files =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/libdnet.files,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** libdnet.files 4 Feb 2001 14:44:06 -0000 1.1 --- libdnet.files 3 Oct 2009 13:22:03 -0000 1.2 *************** *** 1,4 **** ./usr/lib/libdnet.so.* ./usr/lib/libdnet_daemon.so.* ! ./usr/lib/libdap.so.* ./usr/lib/librms.so.* --- 1,4 ---- ./usr/lib/libdnet.so.* ./usr/lib/libdnet_daemon.so.* ! ./usr/lib/libdnet-dap.so.* ./usr/lib/librms.so.* |
From: Christine C. <chr...@us...> - 2009-10-03 13:22:12
|
Update of /cvsroot/linux-decnet/dnprogs/debian/po In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28756/debian/po Added Files: ru.po Log Message: Rename libdap to libdnet-dap Lots of Misc Debian fixes Don't define basename --- NEW FILE: ru.po --- # translation of dnprogs_2.49_ru.po to Russian # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Yuri Kozlov <yu...@ko...>, 2009. msgid "" msgstr "" "Project-Id-Version: dnprogs 2.49\n" "Report-Msgid-Bugs-To: pa...@de...\n" "POT-Creation-Date: 2006-12-07 11:43+0000\n" "PO-Revision-Date: 2009-09-14 20:53+0400\n" "Last-Translator: Yuri Kozlov <yu...@ko...>\n" "Language-Team: Russian <deb...@li...>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. Type: string #. Description #: ../dnet-common.templates:1001 msgid "DECnet node name:" msgstr "ÐÐ¼Ñ Ñзла DECnet:" #. Type: string #. Description #: ../dnet-common.templates:1001 msgid "" "All nodes on a DECnet network have a node name. This is similar to the IP " "hostname but can only be a maximum of 6 characters long. It is common that " "the DECnet name is the same as the IP name (if your machine has one). If you " "do not know the answer to this question please contact your system " "administrator." msgstr "" "У каждого Ñзла в ÑеÑи DECnet еÑÑÑ Ð¸Ð¼Ñ. Ðно Ð¿Ð¾Ñ Ð¾Ð¶Ðµ на Ð¸Ð¼Ñ Ñ Ð¾ÑÑа в ÑеÑÑÑ " "IP, но Ð¼Ð¾Ð¶ÐµÑ Ð±ÑÑÑ Ð´Ð»Ð¸Ð½Ð¾Ð¹ макÑимÑм 6 Ñимволов. ÐбÑÑно, Ð¸Ð¼Ñ DECnet " "делаÑÑ Ð¾Ð´Ð¸Ð½Ð°ÐºÐ¾Ð²Ñм Ñ IP именем (еÑли оно еÑÑÑ Ñ Ð¼Ð°ÑинÑ). ÐÑли Ð²Ñ " "не знаеÑе ÑÑо оÑвеÑиÑÑ Ð½Ð° ÑÑÐ¾Ñ Ð²Ð¾Ð¿ÑоÑ, обÑаÑиÑеÑÑ Ðº ÑиÑÑÐµÐ¼Ð½Ð¾Ð¼Ñ " "админиÑÑÑаÑоÑÑ." #. Type: string #. Description #: ../dnet-common.templates:2001 msgid "DECnet node address:" msgstr "ÐдÑÐµÑ Ñзла DECnet:" #. Type: string #. Description #: ../dnet-common.templates:2001 msgid "" "All nodes on a DECnet network have a node address. This is two numbers " "separated with a period (e.g. 3.45) where the first number denotes the area " "and the second is the node within that area." msgstr "" "У каждого Ñзла в ÑеÑи DECnet еÑÑÑ Ð°Ð´ÑеÑ. Ðн запиÑÑваеÑÑÑ Ð² виде " "двÑÑ ÑиÑел, ÑазделÑннÑÑ ÑоÑкой (напÑимеÑ, 3.45), где пеÑвое ÑиÑло ознаÑÐ°ÐµÑ " "облаÑÑÑ, а вÑоÑое â Ñзел в ÑÑой облаÑÑи." #. Type: string #. Description #: ../dnet-common.templates:2001 msgid "" "Do not make up a number here. If you do not know your DECnet node address " "then ask your system administrator." msgstr "" "Ðе ÑказÑвайÑе пÑоизволÑное ÑиÑло. ÐÑли Ð²Ñ Ð½Ðµ знаеÑе адÑÐµÑ Ñвоего Ñзла DECnet, " "обÑаÑиÑеÑÑ Ðº ÑиÑÑÐµÐ¼Ð½Ð¾Ð¼Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸ÑÑÑаÑоÑÑ." #. Type: note #. Description #: ../dnet-common.templates:3001 msgid "DECnet startup changes your ethernet hardware address" msgstr "ÐапÑÑк DECnet изменÑÐµÑ Ð²Ð°Ñ Ð°Ð¿Ð¿Ð°ÑаÑнÑй адÑÐµÑ ethernet" #. Type: note #. Description #: ../dnet-common.templates:3001 msgid "" "The \"setether\" program in this package will change the hardware (MAC) " "address of all ethernet cards in your system (by default) to match the " "DECnet node address. This is essential for the operation of DECnet and so is " "not optional. However, if you have more than one ethernet card you may want " "to edit /etc/default/decnet to alter the list of cards whose hardware " "addresses are changed." msgstr "" "ÐÑогÑамма \"setether\" из ÑÑого пакеÑа Ð¸Ð·Ð¼ÐµÐ½Ð¸Ñ Ð°Ð¿Ð¿Ð°ÑаÑнÑй адÑÐµÑ (MAC) " "вÑÐµÑ ÑеÑевÑÑ ÐºÐ°ÑÑ Ð² ваÑей ÑиÑÑеме (по ÑмолÑаниÑ) на нÑжнÑй адÑÐµÑ Ñзла " "DECnet. ÐÑо Ð½ÐµÐ¾Ð±Ñ Ð¾Ð´Ð¸Ð¼Ð¾ Ð´Ð»Ñ ÑабоÑÑ DECnet и поÑÑÐ¾Ð¼Ñ ÑвлÑеÑÑÑ Ð¾Ð±ÑзаÑелÑнÑм. " "Ðднако, еÑли Ñ Ð²Ð°Ñ Ð±Ð¾Ð»ÐµÐµ одной ÑеÑевой каÑÑÑ, Ñо Ð²Ñ Ð¼Ð¾Ð¶ÐµÑе оÑÑедакÑиÑоваÑÑ " "ÑпиÑок каÑÑ Ð² Ñайле /etc/default/decnet, ÑÑи аппаÑаÑнÑе адÑеÑа бÑдÑÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ñ." #. Type: note #. Description #: ../dnet-common.templates:3001 msgid "" "Be aware that any other machines that have your system's MAC address in " "their ARP cache may no longer be able to communicate with you via IP " "protocols until this cache has timed out or been flushed." msgstr "" "ÐÑедÑпÑеждаем, ÑÑо лÑбÑе маÑинÑ, Ñ ÐºÐ¾ÑоÑÑÑ Ð² ARP-кÑÑÐ°Ñ ÐµÑÑÑ MAC адÑÐµÑ Ð²Ð°Ñей " "ÑиÑÑемÑ, не ÑмогÑÑ Ð±Ð¾Ð»ÑÑе подклÑÑиÑÑÑÑ Ðº ваÑей маÑине по пÑоÑоколам IP до ÑÐµÑ " "поÑ, пока не иÑÑеÑÑÑ ÑÑок Ñ ÑÐ°Ð½ÐµÐ½Ð¸Ñ Ð¸Ð»Ð¸ адÑÐµÑ Ð½Ðµ бÑÐ´ÐµÑ ÑдалÑн." #. Type: note #. Description #: ../dnet-common.templates:3001 msgid "" "The MAC address cannot be changed on-the-fly so you will need to reboot your " "machine before DECnet can function." msgstr "" "MAC адÑÐµÑ Ð½Ðµ Ð¼Ð¾Ð¶ÐµÑ Ð±ÑÑÑ Ð¸Ð·Ð¼ÐµÐ½Ñн на леÑÑ, поÑÑÐ¾Ð¼Ñ Ð´Ð»Ñ ÑабоÑÑ DECnet " "вам нÑжно пеÑезагÑÑзиÑÑ ÐºÐ¾Ð¼Ð¿ÑÑÑеÑ." #. Type: note #. Description #: ../dnet-common.templates:3001 msgid "" "You should also edit /etc/decnet.conf to add the names and addresses of " "DECnet nodes you want to communicate with." msgstr "" "Также Ð²Ñ Ð¼Ð¾Ð¶ÐµÑе оÑÑедакÑиÑоваÑÑ Ñайл /etc/decnet.conf, добавив ÑÑда имена " "и адÑеÑа Ñзлов DECnet, Ñ ÐºÐ¾ÑоÑÑми нÑжно взаимодейÑÑвоваÑÑ." |
From: Christine C. <chr...@us...> - 2009-06-25 11:56:27
|
Update of /cvsroot/linux-decnet/latd In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21237 Modified Files: mkrpm.sh Log Message: Fix mkrpm.sh so it works on Fedora10 Index: mkrpm.sh =================================================================== RCS file: /cvsroot/linux-decnet/latd/mkrpm.sh,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** mkrpm.sh 20 Aug 2004 15:22:49 -0000 1.5 --- mkrpm.sh 25 Jun 2009 11:56:22 -0000 1.6 *************** *** 34,39 **** -e"s@%%PREFIX%%@/usr@g" \ < rpm.spec >${PACKAGE}.spec ! mkdir BUILD ! install README NEWS lat.html BUILD mkdir -p RPMS rpmbuild -bb --target ${ARCH} --buildroot `pwd`/rpmbuild --rcfile .rpmrc -v \ --- 34,38 ---- -e"s@%%PREFIX%%@/usr@g" \ < rpm.spec >${PACKAGE}.spec ! install README NEWS lat.html ~/rpmbuild/BUILD mkdir -p RPMS rpmbuild -bb --target ${ARCH} --buildroot `pwd`/rpmbuild --rcfile .rpmrc -v \ |
From: Christine C. <chr...@us...> - 2009-06-25 09:38:52
|
Update of /cvsroot/linux-decnet/latd In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1019 Modified Files: aclocal.m4 Log Message: Update autotools-generated file. Index: aclocal.m4 =================================================================== RCS file: /cvsroot/linux-decnet/latd/aclocal.m4,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** aclocal.m4 4 Oct 2008 12:12:22 -0000 1.7 --- aclocal.m4 25 Jun 2009 09:38:48 -0000 1.8 *************** *** 1,6 **** ! # generated automatically by aclocal 1.7.9 -*- Autoconf -*- ! # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 ! # Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, --- 1,6 ---- ! # generated automatically by aclocal 1.11 -*- Autoconf -*- ! # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, [...5728 lines suppressed...] ! # tar/untar a dummy directory, and stop if the command works rm -rf conftest.dir ! mkdir conftest.dir ! echo GrepMe > conftest.dir/file ! AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) ! rm -rf conftest.dir ! if test -s conftest.tar; then ! AM_RUN_LOG([$am__untar <conftest.tar]) ! grep GrepMe conftest.dir/file >/dev/null 2>&1 && break fi done ! rm -rf conftest.dir ! AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) ! AC_MSG_RESULT([$am_cv_prog_tar_$1])]) ! AC_SUBST([am__tar]) ! AC_SUBST([am__untar]) ! ]) # _AM_PROG_TAR + m4_include([acinclude.m4]) |
From: Christine C. <chr...@us...> - 2009-06-25 09:36:16
|
Update of /cvsroot/linux-decnet/latd/debian In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv364/debian Modified Files: changelog Log Message: Update version number to 1.29 Index: changelog =================================================================== RCS file: /cvsroot/linux-decnet/latd/debian/changelog,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -r1.29 -r1.30 *** changelog 4 Oct 2008 12:31:51 -0000 1.29 --- changelog 25 Jun 2009 09:36:10 -0000 1.30 *************** *** 1,2 **** --- 1,11 ---- + latd (1.29) unstable; urgency=low + + * Set MAX_CONNECTIONS back up to 254 from a debugging number of 4! + * Increase the maximum number of replies which could cause crashes + on busy systems. + Fix from Hristo Grigorov, LUKOIL Technolodgy Services. + + -- Christine Caulfield <Chr...@go...> Wed, 25 Jun 2009 10:24:32 +0100 + latd (1.28) unstable; urgency=low |
From: Christine C. <chr...@us...> - 2009-06-25 09:36:16
|
Update of /cvsroot/linux-decnet/latd In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv364 Modified Files: configure.in Log Message: Update version number to 1.29 Index: configure.in =================================================================== RCS file: /cvsroot/linux-decnet/latd/configure.in,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -r1.18 -r1.19 *** configure.in 4 Oct 2008 12:12:22 -0000 1.18 --- configure.in 25 Jun 2009 09:36:10 -0000 1.19 *************** *** 3,7 **** dnl Checks that we are given a good source directory. AC_INIT(latcp.cc) ! AM_INIT_AUTOMAKE(latd, 1.28) dnl Checks for programs. --- 3,7 ---- dnl Checks that we are given a good source directory. AC_INIT(latcp.cc) ! AM_INIT_AUTOMAKE(latd, 1.29) dnl Checks for programs. |
From: Christine C. <chr...@us...> - 2009-06-25 07:05:55
|
Update of /cvsroot/linux-decnet/latd In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28449 Modified Files: connection.h connection.cc Log Message: Add MAX_REPLIES to connection. I have a feeling that there might sometimes be more than 4, but the max was actually being put at 3! Oops This could cause daemon crashes on busy systems. Thanks to kal...@ci... for this fix. Index: connection.h =================================================================== RCS file: /cvsroot/linux-decnet/latd/connection.h,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -r1.34 -r1.35 *** connection.h 23 Jun 2009 11:56:50 -0000 1.34 --- connection.h 25 Jun 2009 07:05:44 -0000 1.35 *************** *** 1,4 **** /****************************************************************************** ! (c) 2000-2003 Christine Caulfield chr...@go... This program is free software; you can redistribute it and/or modify --- 1,4 ---- /****************************************************************************** ! (c) 2000-2009 Christine Caulfield chr...@go... This program is free software; you can redistribute it and/or modify *************** *** 20,23 **** --- 20,24 ---- typedef enum {REPLY, DATA, CONTINUATION} send_type; static const unsigned int MAX_SESSIONS = 254; + static const unsigned int MAX_REPLIES = 254; LATConnection(int _num, unsigned char *buf, int len, Index: connection.cc =================================================================== RCS file: /cvsroot/linux-decnet/latd/connection.cc,v retrieving revision 1.76 retrieving revision 1.77 diff -C2 -r1.76 -r1.77 *** connection.cc 3 Oct 2008 15:49:53 -0000 1.76 --- connection.cc 25 Jun 2009 07:05:45 -0000 1.77 *************** *** 1,4 **** /****************************************************************************** ! (c) 2000-2008 Christine Caulfield chr...@go... This program is free software; you can redistribute it and/or modify --- 1,4 ---- /****************************************************************************** ! (c) 2000-2009 Christine Caulfield chr...@go... This program is free software; you can redistribute it and/or modify *************** *** 143,148 **** LAT_SessionCmd *msg = (LAT_SessionCmd *)buf; int num_replies = 0; ! LAT_SlotCmd *reply[4]; ! char replybuf[4][256]; bool replyhere = false; --- 143,148 ---- LAT_SessionCmd *msg = (LAT_SessionCmd *)buf; int num_replies = 0; ! LAT_SlotCmd *reply[MAX_REPLIES]; ! char replybuf[MAX_REPLIES][256]; bool replyhere = false; *************** *** 152,156 **** /* Clear out the reply slots and initialise pointers */ memset(replybuf, 0, sizeof(replybuf)); ! for (int ri=0; ri<4; ri++) reply[ri] = (LAT_SlotCmd *)replybuf[ri]; --- 152,156 ---- /* Clear out the reply slots and initialise pointers */ memset(replybuf, 0, sizeof(replybuf)); ! for (unsigned int ri=0; ri<MAX_REPLIES; ri++) reply[ri] = (LAT_SlotCmd *)replybuf[ri]; |
From: Christine C. <chr...@us...> - 2009-06-23 18:58:08
|
Update of /cvsroot/linux-decnet/latd In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30503 Modified Files: connection.h Log Message: Put MAX_SESSIONS back to 254. I must have left a debugging value in there, sorry Index: connection.h =================================================================== RCS file: /cvsroot/linux-decnet/latd/connection.h,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** connection.h 3 Oct 2008 15:49:53 -0000 1.33 --- connection.h 23 Jun 2009 11:56:50 -0000 1.34 *************** *** 19,23 **** typedef enum {REPLY, DATA, CONTINUATION} send_type; ! static const unsigned int MAX_SESSIONS = 4; LATConnection(int _num, unsigned char *buf, int len, --- 19,23 ---- typedef enum {REPLY, DATA, CONTINUATION} send_type; ! static const unsigned int MAX_SESSIONS = 254; LATConnection(int _num, unsigned char *buf, int len, |
From: Christine C. <chr...@us...> - 2009-06-23 11:57:18
|
Update of /cvsroot/linux-decnet/latd In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30571 Modified Files: rpm.spec Log Message: Move man pages to /usr/share/man Index: rpm.spec =================================================================== RCS file: /cvsroot/linux-decnet/latd/rpm.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** rpm.spec 20 Aug 2008 13:10:23 -0000 1.8 --- rpm.spec 23 Jun 2009 11:57:07 -0000 1.9 *************** *** 16,24 **** %%PREFIX%%/sbin/moprc %%PREFIX%%/bin/llogin ! %%PREFIX%%/man/man1/llogin.1 ! %%PREFIX%%/man/man5/latd.conf.5 ! %%PREFIX%%/man/man8/latcp.8 ! %%PREFIX%%/man/man8/moprc.8 ! %%PREFIX%%/man/man8/latd.8 /etc/latd.conf.sample /etc/rc.d/init.d/lat --- 16,24 ---- %%PREFIX%%/sbin/moprc %%PREFIX%%/bin/llogin ! %%PREFIX%%/share/man/man1/llogin.1 ! %%PREFIX%%/share/man/man5/latd.conf.5 ! %%PREFIX%%/share/man/man8/latcp.8 ! %%PREFIX%%/share/man/man8/moprc.8 ! %%PREFIX%%/share/man/man8/latd.8 /etc/latd.conf.sample /etc/rc.d/init.d/lat |
From: ph3-der-loewe <ph3...@us...> - 2009-02-19 03:17:12
|
Update of /cvsroot/linux-decnet/dnprogs/contrib/ph3-der-loewe In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7601 Modified Files: dnetcat.c Log Message: typo Index: dnetcat.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/contrib/ph3-der-loewe/dnetcat.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** dnetcat.c 5 Sep 2008 08:19:44 -0000 1.1 --- dnetcat.c 19 Feb 2009 02:12:35 -0000 1.2 *************** *** 169,173 **** if ( listening ) { // listening on [any] 1234 ... ! fprintf(stderr, "stening on [any] %i (%s) ...\n", objnum, object); } } --- 169,173 ---- if ( listening ) { // listening on [any] 1234 ... ! fprintf(stderr, "listening on [any] %i (%s) ...\n", objnum, object); } } |
From: ph3-der-loewe <ph3...@us...> - 2009-01-05 18:07:57
|
Update of /cvsroot/linux-decnet/dnprogs/mail In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6634 Modified Files: receive.c Log Message: ask mail clients to display content inline (needed by evolution, maybe others) Index: receive.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/mail/receive.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** receive.c 20 Aug 2008 12:43:59 -0000 1.7 --- receive.c 5 Jan 2009 18:07:44 -0000 1.8 *************** *** 412,415 **** --- 412,416 ---- fprintf(mailpipe, "Content-Type: application/octet-stream\n"); fprintf(mailpipe, "Content-Transfer-Encoding: base64\n"); + fprintf(mailpipe, "Content-Disposition: inline\n"); } fprintf(mailpipe, "X-VMSmail: %s\n", full_user); |
From: Christine C. <chr...@us...> - 2009-01-05 09:04:20
|
Update of /cvsroot/linux-decnet/dnprogs/libdap In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14685/libdap Modified Files: connection.cc Log Message: Fix copyright Index: connection.cc =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdap/connection.cc,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -r1.15 -r1.16 *** connection.cc 5 Jan 2009 09:02:36 -0000 1.15 --- connection.cc 5 Jan 2009 09:04:08 -0000 1.16 *************** *** 2,6 **** connection.cc from libdap ! Copyright (C) 1998-2008 Christine Caulfield chr...@go... This library is free software; you can redistribute it and/or --- 2,6 ---- connection.cc from libdap ! Copyright (C) 1998-2009 Christine Caulfield chr...@go... This library is free software; you can redistribute it and/or |
From: Christine C. <chr...@us...> - 2009-01-05 09:02:50
|
Update of /cvsroot/linux-decnet/dnprogs/libdap In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14479/libdap Modified Files: Makefile connection.cc connection.h Log Message: Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdap/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** Makefile 3 Oct 2008 09:17:19 -0000 1.7 --- Makefile 5 Jan 2009 09:02:36 -0000 1.8 *************** *** 5,9 **** LIBNAME=libdap ! LIB_MINOR_VERSION=44.0 LIB_VERSION=$(MAJOR_VERSION).$(LIB_MINOR_VERSION) --- 5,9 ---- LIBNAME=libdap ! LIB_MINOR_VERSION=45.0 LIB_VERSION=$(MAJOR_VERSION).$(LIB_MINOR_VERSION) Index: connection.cc =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdap/connection.cc,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** connection.cc 12 Nov 2008 23:47:43 -0000 1.14 --- connection.cc 5 Jan 2009 09:02:36 -0000 1.15 *************** *** 120,123 **** --- 120,141 ---- } + bool dap_connection::set_socket_buffer_size() + { + // Make sure the kernel buffer is large enough for our blocks + if (setsockopt(sockfd, SOL_SOCKET, SO_SNDBUF, &blocksize, sizeof(blocksize)) < 0) + { + sprintf(errstring, "setsockopt (SNDBUF) failed: %s", strerror(errno)); + lasterror = errstring; + return false; + } + if (setsockopt(sockfd, SOL_SOCKET, SO_RCVBUF, &blocksize, sizeof(blocksize)) < 0) + { + sprintf(errstring, "setsockopt (RCVBUF) failed: %s", strerror(errno)); + lasterror = errstring; + return false; + } + return true; + } + // Create a DECnet socket void dap_connection::create_socket() *************** *** 275,283 **** sizeof(accessdata)) < 0) { ! sprintf(errstring, "setsockopt failed: %s", strerror(errno)); lasterror = errstring; return false; } // Set connect timeout struct timeval timeout = {connect_timeout, 0}; --- 293,304 ---- sizeof(accessdata)) < 0) { ! sprintf(errstring, "setsockopt (CONACCESS) failed: %s", strerror(errno)); lasterror = errstring; return false; } + if (!set_socket_buffer_size()) + return false; + // Set connect timeout struct timeval timeout = {connect_timeout, 0}; *************** *** 544,547 **** --- 565,569 ---- { blocksize = bs; + set_socket_buffer_size(); } *************** *** 570,573 **** --- 592,597 ---- if (!listening) { + set_socket_buffer_size(); + status = listen(sockfd, 5); if (status) Index: connection.h =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdap/connection.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** connection.h 3 Oct 2008 09:02:57 -0000 1.4 --- connection.h 5 Jan 2009 09:02:36 -0000 1.5 *************** *** 82,85 **** --- 82,86 ---- void create_socket(); void initialise(int); + bool set_socket_buffer_size(); bool do_connect(const char *node, const char *user, const char *password, sockaddr_dn &sockaddr); |
From: Christine C. <chr...@us...> - 2009-01-05 09:02:49
|
Update of /cvsroot/linux-decnet/dnprogs/debian In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14479/debian Modified Files: changelog Log Message: Index: changelog =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/changelog,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -r1.75 -r1.76 *** changelog 18 Dec 2008 15:21:44 -0000 1.75 --- changelog 5 Jan 2009 09:02:36 -0000 1.76 *************** *** 1,2 **** --- 1,10 ---- + + dnprogs (2.49) unstable; urgency=low + + * Increase kernel socket buffer size in libdap so it matches the block + size we are using. + + -- Christine Caulfield <Chr...@go...> Mon, 6 Jan 2009 09:02:02 +0000 + dnprogs (2.48.1) unstable; urgency=low |
From: Christine C. <chr...@us...> - 2009-01-05 09:02:42
|
Update of /cvsroot/linux-decnet/dnprogs In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14479 Modified Files: Makefile.common Log Message: Index: Makefile.common =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/Makefile.common,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -r1.53 -r1.54 *** Makefile.common 20 Oct 2008 12:59:02 -0000 1.53 --- Makefile.common 5 Jan 2009 09:02:36 -0000 1.54 *************** *** 59,63 **** #Package version MAJOR_VERSION=2 ! MINOR_VERSION=48 VERSION=$(MAJOR_VERSION).$(MINOR_VERSION) --- 59,63 ---- #Package version MAJOR_VERSION=2 ! MINOR_VERSION=49 VERSION=$(MAJOR_VERSION).$(MINOR_VERSION) |
From: ph3-der-loewe <ph3...@us...> - 2009-01-02 23:18:07
|
Update of /cvsroot/linux-decnet/dnprogs/Documentation In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21634 Modified Files: mail.README Log Message: missing hostname on non-local example Index: mail.README =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/Documentation/mail.README,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** mail.README 20 Aug 2008 12:43:58 -0000 1.3 --- mail.README 2 Jan 2009 23:17:54 -0000 1.4 *************** *** 114,118 **** vmsmail@linux (node::user) or ! node::user <vmsmail> Note that if you have changed the vmsmail user in /etc/vmsmail.conf then you --- 114,118 ---- vmsmail@linux (node::user) or ! node::user <vmsmail@linux> Note that if you have changed the vmsmail user in /etc/vmsmail.conf then you |
From: Christine C. <chr...@us...> - 2008-12-18 15:21:56
|
Update of /cvsroot/linux-decnet/dnprogs/debian In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31377/debian Modified Files: changelog Log Message: Add swedish debconf tranlation Index: changelog =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/changelog,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -r1.74 -r1.75 *** changelog 27 Oct 2008 09:56:30 -0000 1.74 --- changelog 18 Dec 2008 15:21:44 -0000 1.75 *************** *** 1,2 **** --- 1,9 ---- + dnprogs (2.48.1) unstable; urgency=low + + * Add Swedish debconf translation + Closes: #508755 + + -- Christine Caulfield <Chr...@go...> Mon, 27 Oct 2008 09:48:13 +0000 + dnprogs (2.48) unstable; urgency=low |
From: Christine C. <chr...@us...> - 2008-12-18 15:21:52
|
Update of /cvsroot/linux-decnet/dnprogs/debian/po In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31377/debian/po Added Files: sv.po Log Message: Add swedish debconf tranlation --- NEW FILE: sv.po --- # translation of dnprogs.po to swedish # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Martin Bagge <br...@bs...>, 2008. msgid "" msgstr "" "Project-Id-Version: dnprogs\n" "Report-Msgid-Bugs-To: pa...@de...\n" "POT-Creation-Date: 2006-12-07 11:43+0000\n" "PO-Revision-Date: 2008-12-10 22:21+0100\n" "Last-Translator: Martin Bagge <br...@bs...>\n" "Language-Team: swedish <deb...@li...>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Type: string #. Description #: ../dnet-common.templates:1001 msgid "DECnet node name:" msgstr "DECnet nodnamn:" #. Type: string #. Description #: ../dnet-common.templates:1001 msgid "" "All nodes on a DECnet network have a node name. This is similar to the IP " "hostname but can only be a maximum of 6 characters long. It is common that " "the DECnet name is the same as the IP name (if your machine has one). If you " "do not know the answer to this question please contact your system " "administrator." msgstr "" "Alla noder i ett DECnet-nätverk har ett nodnamn. Det kan liknas vid ett " "värdnamn i domännamnssystemet men nodnamnen inte vara längre än sex tecken. " "Det vanligaste är att använda värdnamnet som nodnamn. Har du ingen aning om " "hur du ska besvara den här frågan ska du kontakta din systemadministratör." #. Type: string #. Description #: ../dnet-common.templates:2001 msgid "DECnet node address:" msgstr "DECnet nodadress:" #. Type: string #. Description #: ../dnet-common.templates:2001 msgid "" "All nodes on a DECnet network have a node address. This is two numbers " "separated with a period (e.g. 3.45) where the first number denotes the area " "and the second is the node within that area." msgstr "" "Alla noder i ett DECnet-nätverk har en nodadress. Detta är två tal " "separerade med en punkt (ex. 3.14) där det första talet indikerar en plats " "och det andra en särskild nod på platsen." #. Type: string #. Description #: ../dnet-common.templates:2001 msgid "" "Do not make up a number here. If you do not know your DECnet node address " "then ask your system administrator." msgstr "" "Hitta inte på tal. Om du inte vet vad din DECnet nodadress är ska du fråga " "system administratören." #. Type: note #. Description #: ../dnet-common.templates:3001 msgid "DECnet startup changes your ethernet hardware address" msgstr "Vid uppstart ändrar DECnet hårdvaruadressen för ditt nätverkskort" #. Type: note #. Description #: ../dnet-common.templates:3001 msgid "" "The \"setether\" program in this package will change the hardware (MAC) " "address of all ethernet cards in your system (by default) to match the " "DECnet node address. This is essential for the operation of DECnet and so is " "not optional. However, if you have more than one ethernet card you may want " "to edit /etc/default/decnet to alter the list of cards whose hardware " "addresses are changed." msgstr "" "Programmet \"setether\" i detta paket kommer att ändra hårdvaruadressen " "(MAC) för alla ethernetkort i systemet för att matcha DECnet nodadressen. " "Detta är grundläggande för att få DECnet att fungera och kan inte väljas " "bort. Om du har mer än ett ethernetkort i systemet kan du dock i redigera " "filen /etc/default/decnet för att ändra listan med ethernetkort som ändras." #. Type: note #. Description #: ../dnet-common.templates:3001 msgid "" "Be aware that any other machines that have your system's MAC address in " "their ARP cache may no longer be able to communicate with you via IP " "protocols until this cache has timed out or been flushed." msgstr "" "Kom ihåg att andra maskiner som har din MAC i sin ARP-cache kan inte " "kommunicera med dig över IP-protokoll förrens cachen har nåt sin tidsgräns " "eller tömts." #. Type: note #. Description #: ../dnet-common.templates:3001 msgid "" "The MAC address cannot be changed on-the-fly so you will need to reboot your " "machine before DECnet can function." msgstr "" "MAC-adressen kan inte bytas utan att systemet startas om sådetta måste göras " "innan DECnet fungerar." #. Type: note #. Description #: ../dnet-common.templates:3001 msgid "" "You should also edit /etc/decnet.conf to add the names and addresses of " "DECnet nodes you want to communicate with." msgstr "" "DU bör dessutom redigera /etc/decnet.conf och lägga till namn och adresser " "för DECnet-noder du vill kommunicera med." |
From: ph3-der-loewe <ph3...@us...> - 2008-11-12 23:48:02
|
Update of /cvsroot/linux-decnet/dnprogs/librms In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9448/librms Modified Files: parse.cc Log Message: don't use strlen() in for(), check for null byte directly, should speed up a lot Index: parse.cc =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/librms/parse.cc,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** parse.cc 20 Aug 2008 12:43:59 -0000 1.8 --- parse.cc 12 Nov 2008 23:47:43 -0000 1.9 *************** *** 295,299 **** static void makelower(char *s) { ! for (unsigned int i=0; i<strlen(s); i++) s[i] = tolower(s[i]); } --- 295,299 ---- static void makelower(char *s) { ! for (unsigned int i=0; s[i]; i++) s[i] = tolower(s[i]); } |
From: ph3-der-loewe <ph3...@us...> - 2008-11-12 23:48:02
|
Update of /cvsroot/linux-decnet/dnprogs/libdaemon In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9448/libdaemon Modified Files: dnet_daemon.c Log Message: don't use strlen() in for(), check for null byte directly, should speed up a lot Index: dnet_daemon.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdaemon/dnet_daemon.c,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -r1.18 -r1.19 *** dnet_daemon.c 11 Nov 2008 08:24:16 -0000 1.18 --- dnet_daemon.c 12 Nov 2008 23:47:43 -0000 1.19 *************** *** 120,124 **** { unsigned int i; ! for (i=0; i<strlen(s); i++) s[i] = tolower(s[i]); } --- 120,124 ---- { unsigned int i; ! for (i=0; s[i]; i++) s[i] = tolower(s[i]); } |
From: ph3-der-loewe <ph3...@us...> - 2008-11-12 23:47:57
|
Update of /cvsroot/linux-decnet/dnprogs/libdap In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9448/libdap Modified Files: connection.cc Log Message: don't use strlen() in for(), check for null byte directly, should speed up a lot Index: connection.cc =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdap/connection.cc,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** connection.cc 4 Oct 2008 11:15:32 -0000 1.13 --- connection.cc 12 Nov 2008 23:47:43 -0000 1.14 *************** *** 909,918 **** void dap_connection::makelower(char *s) { ! for (unsigned int i=0; i<strlen(s); i++) s[i] = tolower(s[i]); } void dap_connection::makeupper(char *s) { ! for (unsigned int i=0; i<strlen(s); i++) s[i] = toupper(s[i]); } --- 909,918 ---- void dap_connection::makelower(char *s) { ! for (unsigned int i=0; s[i]; i++) s[i] = tolower(s[i]); } void dap_connection::makeupper(char *s) { ! for (unsigned int i=0; s[i]; i++) s[i] = toupper(s[i]); } |
From: ph3-der-loewe <ph3...@us...> - 2008-11-12 23:47:57
|
Update of /cvsroot/linux-decnet/dnprogs/dapfs In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9448/dapfs Modified Files: filenames.c Log Message: don't use strlen() in for(), check for null byte directly, should speed up a lot Index: filenames.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dapfs/filenames.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** filenames.c 26 Feb 2008 16:06:21 -0000 1.8 --- filenames.c 12 Nov 2008 23:47:43 -0000 1.9 *************** *** 45,49 **** { unsigned int i; ! for (i=0; i<strlen(s); i++) s[i] = tolower(s[i]); } --- 45,49 ---- { unsigned int i; ! for (i=0; s[i]; i++) s[i] = tolower(s[i]); } *************** *** 51,55 **** { unsigned int i; ! for (i=0; i<strlen(s); i++) s[i] = toupper(s[i]); } --- 51,55 ---- { unsigned int i; ! for (i=0; s[i]; i++) s[i] = toupper(s[i]); } |
From: ph3-der-loewe <ph3...@us...> - 2008-11-12 23:47:56
|
Update of /cvsroot/linux-decnet/dnprogs/apps In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9448/apps Modified Files: copynodes.c Log Message: don't use strlen() in for(), check for null byte directly, should speed up a lot Index: copynodes.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/apps/copynodes.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** copynodes.c 23 Sep 2008 16:35:54 -0000 1.9 --- copynodes.c 12 Nov 2008 23:47:43 -0000 1.10 *************** *** 29,33 **** { int i; ! for (i=0; i<strlen(s); i++) s[i] = tolower(s[i]); } --- 29,33 ---- { int i; ! for (i=0; s[i]; i++) s[i] = tolower(s[i]); } |
From: ph3-der-loewe <ph3...@us...> - 2008-11-12 23:47:56
|
Update of /cvsroot/linux-decnet/dnprogs/nml In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9448/nml Modified Files: nml.c Log Message: don't use strlen() in for(), check for null byte directly, should speed up a lot Index: nml.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/nml/nml.c,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** nml.c 5 Oct 2008 11:40:04 -0000 1.16 --- nml.c 12 Nov 2008 23:47:43 -0000 1.17 *************** *** 94,98 **** { int i; ! for (i=0; i<strlen(s); i++) s[i] = toupper(s[i]); } --- 94,98 ---- { int i; ! for (i=0; s[i]; i++) s[i] = toupper(s[i]); } |