<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/svs/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/svs/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/svs/bugs/</id><updated>2010-11-22T09:36:55Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Non-ASCII filenames not scanned</title><link href="https://sourceforge.net/p/svs/bugs/2/" rel="alternate"/><published>2010-11-22T09:36:55Z</published><updated>2010-11-22T09:36:55Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netd52e97a0b4942b8f98d7f10a8587d5027b061808</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Files with non-ASCII characters in the filename are not scanned.&lt;br /&gt;
I think this is caused by line 277 in svs_sync_scan():&lt;br /&gt;
QFileInfo fileInfo(QString(path) + "/" + QString(file));&lt;/p&gt;
&lt;p&gt;From the QString documentation:&lt;br /&gt;
"QString::QString ( const char * str )&lt;/p&gt;
&lt;p&gt;Constructs a string initialized with the ASCII string str. The given const char pointer is converted to Unicode using the fromAscii() function."&lt;/p&gt;
&lt;p&gt;To reproduce, create a directory containing a non-ASCII character such as Æ, and try to copy a EICAR test file to or from the directory. I tested on a system with UTF-8 encoding.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Unexpected EOF on filenames containing '</title><link href="https://sourceforge.net/p/svs/bugs/1/" rel="alternate"/><published>2010-07-05T12:22:23Z</published><updated>2010-07-05T12:22:23Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netfef36f64e2a09bfc47a58032ec8c8fc3318b4dd9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;CentOS 5.5 x86_64&lt;br /&gt;
QT 4.4 from ATRPMS: qt44-4.4.3-10_4.el5.x86_64&lt;br /&gt;
Sernet Samba RPMs:&lt;br /&gt;
rpm -qa | grep 'samba\|libwb\|libsmb' | sort&lt;br /&gt;
libsmbclient0-3.4.8-42.el5&lt;br /&gt;
libwbclient0-3.4.8-42.el5&lt;br /&gt;
samba3-3.4.8-42.el5&lt;br /&gt;
samba3-cifsmount-3.4.8-42.el5&lt;br /&gt;
samba3-client-3.4.8-42.el5&lt;br /&gt;
samba3-utils-3.4.8-42.el5&lt;br /&gt;
samba3-winbind-3.4.8-42.el5&lt;br /&gt;
SVS v0.1.1 (trunk 35)&lt;/p&gt;
&lt;p&gt;/etc/samba/svs.ini&lt;br /&gt;
[SVS]&lt;br /&gt;
maxParallelScans=25&lt;br /&gt;
maxCachedResults=10000&lt;br /&gt;
statisticsLogInterval=60000&lt;br /&gt;
statisticsLogThreadUtil=true&lt;br /&gt;
clamdscanCommand=clamdscan&lt;br /&gt;
postScanSleep=100&lt;br /&gt;
infectAction=quarantine&lt;br /&gt;
quarantineDirectory=/home/samba/viruses&lt;br /&gt;
scanOnOpen=true&lt;br /&gt;
scanOnClose=true&lt;br /&gt;
turboMode=true&lt;br /&gt;
maxScannerHeartbeatAge=0&lt;/p&gt;
&lt;p&gt;/var/log/samba/helpdesk5.log:&lt;br /&gt;
[2010/07/01 13:07:13,  1] smbd/service.c:1063(make_connection_snum)&lt;br /&gt;
helpdesk5 (192.168.2.180) connect to service andrewr initially as user andrewr (uid=502, gid=100) (pid 8318)&lt;br /&gt;
sh: -c: line 0: unexpected EOF while looking for matching `''&lt;br /&gt;
sh: -c: line 1: syntax error: unexpected end of file&lt;/p&gt;
&lt;p&gt;Sample filename:&lt;br /&gt;
Viv's work.lnk&lt;/p&gt;
&lt;p&gt;Renaming the file to "Vivs work.lnk" restores access&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>