Olaf Meeuwissen
db9480b09e
epsonds: Read only up to seven hexdigits to determine payload size
...
Addresses GHSL-2020-083, re #279 .
2020-04-27 20:24:11 +09:00
Gerhard Jäger
77c92f49af
Issue#113: Fix applied (thanks David Binderman).
2020-01-13 09:45:36 +01:00
Olaf Meeuwissen
055cd9f282
dll: Sort dll.conf.in for ease of maintenance
...
Only the `net` backend is treated special to match the file comment.
2020-01-12 17:11:40 +09:00
Olaf Meeuwissen
4f77e6dcfa
dll: Add kvs40xx and pieusb backends to dll.conf.in
2020-01-12 17:10:38 +09:00
Olaf Meeuwissen
8ae5ba0522
escl: Use standardized, translated option group titles
2020-01-12 14:46:14 +09:00
Olaf Meeuwissen
42b2562470
Merge branch 'escl-debug' into 'master'
...
Log message improvements.
See merge request sane-project/backends!302
2020-01-12 03:37:34 +00:00
Olaf Meeuwissen
d9188a7699
Merge branch '153-is-pthread_t-check-for-non-integers-still-neccesary' into 'master'
...
Resolve "Is pthread_t check for non-integers still necessary?"
Closes #153
See merge request sane-project/backends!289
2020-01-12 03:16:45 +00:00
Povilas Kanapickas
0830b83915
Merge branch '188-hp-scanjet-3670-fails-to-scan-at-75dpi' into 'master'
...
Resolve "HP ScanJet 3670 fails to scan at 75dpi"
Closes #188
See merge request sane-project/backends!298
2020-01-11 15:50:06 +00:00
Thierry HUCHARD
d40a8ff90d
Delete unused file.
2020-01-11 09:15:51 +01:00
Thierry HUCHARD
d8f983bbd9
Log message improvements.
2020-01-11 08:56:46 +01:00
Olaf Meeuwissen
e5e601379c
dll: Enable loading of escl backend
2020-01-09 21:09:06 +09:00
Olaf Meeuwissen
28264dcfd8
Merge branch 'escl-Securing-libcurl' into 'master'
...
Escl securing libcurl
See merge request sane-project/backends!297
2020-01-08 11:29:40 +00:00
Olaf Meeuwissen
8b611a252d
Merge branch 'escl-Memory-and-file-handle-leak' into 'master'
...
Escl memory and file handle leak
See merge request sane-project/backends!296
2020-01-08 11:28:08 +00:00
Ralph Little
c4a88e6bf4
genesys: renamed HP ScanJet 3670C to 3670. Model has no C suffix
2020-01-07 22:52:14 -08:00
Ralph Little
88ea0d48e7
genesys: added 50dpi to HP ScanJet 3670 backend
...
Windows driver supports 50dpi as the lowest mode.
2020-01-07 22:36:09 -08:00
Louis Lagendijk
bd2d5f5e7d
pixma_bjnp: Report that scanner model is not supported as suggested in issue #69
...
pixma: Improved logging for search for scanner model
Moved lookup_scanner from pixma_io_sanei.c to pixma_bjnp.c
pixma_io_sanei.c: fix whitespace
2020-01-07 16:07:46 +00:00
Ordissimo
74131ede6c
Add header curl.
2020-01-07 14:14:19 +00:00
thierry1970
94daddc6bd
cURL global init/cleanup issues.
2020-01-07 15:01:47 +01:00
thierry1970
66ec4dda26
Buffer overflow.
2020-01-07 14:07:29 +01:00
thierry1970
7e192f8ba7
Memory and file handle leak.
2020-01-07 14:06:11 +01:00
Rolf Bensch
dad063068d
pixma: backend version 0.27.0
2020-01-05 12:49:20 +01:00
Rolf Bensch
b7e0d9afae
pixma: fix comment
2020-01-05 12:26:24 +01:00
Rolf Bensch
7b228be5e7
pixma: move source files to subfolder
2020-01-05 12:26:24 +01:00
Rolf Bensch
ba2f14fde1
pixma: backend version 0.26.1
2020-01-04 12:39:59 +01:00
Rolf Bensch
d910d52dab
pixma: restrict ADFDUP scans to 300dpi for i-SENSYS MF741C/743C
2020-01-04 11:56:21 +01:00
Rolf Bensch
cf506daab3
pixma: new scanner Canon i-SENSYS MF741/743
2020-01-04 11:56:21 +01:00
Jakub Benda
b30784a730
xerox_mfp: Fix Samsung CLX-3175FW color scan "Not a JPEG file"
...
Exclude "Samsung CLX-3170 Series" from JPEG mode. Closes #200 .
Reference: https://gitlab.com/sane-project/backends/issues/200
2020-01-03 19:50:36 +03:00
Olaf Meeuwissen
8d022c29b2
Merge branch 'escl-png' into 'master'
...
Added PNG and TIFF decoder.
See merge request sane-project/backends!283
2020-01-02 10:57:08 +00:00
thierry1970
5927ecfa2a
Using strcmp instead of strncmp, strncmp is not justified.
2020-01-02 09:39:16 +01:00
Olaf Meeuwissen
3a1d6dbb96
.gitignore: .dirstamp files and *-s.cpp files
...
[skip CI]
2019-12-31 12:49:40 +09:00
Olaf Meeuwissen
c821f277f3
build: Rename *THREAD_LIBS parameters
...
This aims to clarify the purpose of each parameter: SANEI_THREAD_LIBS
for any code that uses sanei/sanei_thread.c and a plain PTHREAD_LIBS
for code that uses the pthread library directly.
2019-12-31 12:33:13 +09:00
Olaf Meeuwissen
9050ae3b6a
mustek_usb2: Remove unneeded linking arguments
2019-12-31 12:14:46 +09:00
Olaf Meeuwissen
378a85fe09
Don't disable backends using pthreads directly. Fixes #153
...
The use of pthreads was disabled in case of a non-integral pthread_t
type in 756d286f36
as the sanei_thread
implementation assumes an integral type. This also disabled building
of the kvs40xx and mustek_usb2 backends which use pthreads directly.
This re-enables the build of these backends.
2019-12-31 11:55:31 +09:00
Olaf Meeuwissen
75310001f1
Merge branch 'fix-kvs40xx-cast-function-type-warning' into 'master'
...
kvs40xx: Fix [-Wcast-function-type] compiler warning. Re #120
See merge request sane-project/backends!229
2019-12-30 06:19:39 +00:00
Klaus Kämpf
4c8e4dd934
pieusb: fix compiler warnings
...
fixes #196
2019-12-30 11:56:24 +09:00
Thierry HUCHARD
160b63a9c2
Using strcmp instead of strncmp, strncmp is not justified.
2019-12-29 10:52:11 +01:00
Thierry HUCHARD
925bf77419
Removing the png and tiff test from the header.
2019-12-29 10:50:43 +01:00
Rolf Bensch
6f34396ab4
pixma: backend version 0.26.0
2019-12-28 13:58:11 +01:00
Rolf Bensch
a7c78f41d6
pixma: reorder scanner defines
2019-12-28 13:54:34 +01:00
Ordissimo
18670166a6
pixma: Add model 2019: G6000, G6080, TS5300, TS5380, TS6300, TS6380, TS7330, TS8300, TS8380, TS8330, XK60, TS6330, TS3300 and E3300
2019-12-28 12:53:52 +00:00
Rolf Bensch
b1ad53fff5
Merge branch 'perillamint/backends-add-canon-pixma-g2010-support'
...
pixma: Add support for Canon PIXMA G2010 Series
see merge request sane-project/backends!223
2019-12-28 13:34:47 +01:00
Rolf Bensch
aa76967917
pixma: fix device define for Canon PIXMA G2010 Series
2019-12-28 13:26:11 +01:00
thierry1970
d527110a52
Merge commit '5275b3bb' into escl-png
2019-12-27 15:23:02 +01:00
thierry1970
f956fd00ba
Merge commit '45c67025' into escl-png
2019-12-27 15:22:38 +01:00
thierry1970
5275b3bbd6
Solves the problem of HP device discovery.
2019-12-27 15:07:10 +01:00
thierry1970
45c6702552
Formatting of the code to not exceed 80 characters.
2019-12-27 15:04:57 +01:00
Ralph Little
adf9bb837f
Resolve "hpsj5s backend generates compiler warnings in Debian 10"
2019-12-27 11:22:05 +00:00
Povilas Kanapickas
7a76f21ccd
Merge branch 'genesys-lide-fixes' into 'master'
...
genesys: Various fixes affecting LiDE 100,110,120,200,210,220
See merge request sane-project/backends!284
2019-12-26 15:31:53 +00:00
Povilas Kanapickas
53efe5822d
genesys: Remove excessive debug logs during data read
2019-12-26 17:13:34 +02:00
Povilas Kanapickas
2b00ef3995
genesys: Improve calibration speed by making convergence faster
2019-12-26 17:13:33 +02:00