Olaf Meeuwissen
2b4aa45bad
Merge branch 'issue11-read_of_uninitialized_data' into '279-confidential-issue'
...
magicolor: Added security mediation to device discovery
See merge request paddy-hack/backends!2
2020-05-04 08:24:19 +00:00
Olaf Meeuwissen
37b142494b
Merge branch 'issue10-SIGFPE-in-mc_setup_block_mode' into '279-confidential-issue'
...
magicolor: Added security remediation for pixels_per_line.
See merge request paddy-hack/backends!1
2020-05-04 05:28:37 +00:00
Ralph Little
07e3834127
magicolor: Added security mediation to device discovery
...
Extraction of values from the SNMP response were not checked.
Also fixed a bug that mistakenly matched any SNMP OIDs with the
first model in the model list, in function mc_get_device_from_identification().
2020-04-30 23:21:00 -07:00
Ralph Little
af0442f15c
magicolor: Added security remediation for pixels_per_line.
...
This implements a security issue reported by GitHub Security Lab.
The details are disclosed in GitLab issue #279 .
The issue relates to an invalid scan parameter block being sent to
the backend containing 8 bytes of 0x00 which leads to pixels_per_line
being set to 0. Later arithmetic involves the division by this value
which causes a div by zero crash.
2020-04-26 13:04:41 -07:00
Olaf Meeuwissen
e52a5bf719
NEWS: Update with changes committed to the release/1.0.29 branch
2020-02-02 20:19:37 +09:00
Olaf Meeuwissen
f35aab0de7
po/*.po: Update Project-Id-Version of several translations
...
This only affects those languages for which translatable messages have
been updated since the last release (1.0.28).
2020-02-02 20:07:39 +09:00
Povilas Kanapickas
0c90e6bdef
Merge branch '225-fix-genesys-testsuite-compiler-warning' into 'release/1.0.29'
...
Resolve "genesys test utility generates a compiler warning on Debian 10"
See merge request sane-project/backends!309
2020-01-19 13:09:24 +00:00
Rolf Bensch
3c714b48af
Merge branch 'de-minimal-translation-updates' into 'release/1.0.29'
...
Minimal German translation updates
See merge request sane-project/backends!312
2020-01-18 19:59:38 +00:00
Olaf Meeuwissen
fe38a70d73
po/de.po: Cherry pick fixes for fuzzies and untranslated messages
2020-01-18 12:13:30 +09:00
Olaf Meeuwissen
3825e0ca64
Merge branch 'bellaperez/cat_translations' into 'release/1.0.29'
...
Update Catalan and Valencian translations
See merge request sane-project/backends!311
2020-01-18 02:53:48 +00:00
Antoni Bella Pérez
b91dca43d5
Update Catalan and Valencian translations
...
Adapted and tested:
* msgmerge --silent --previous --width=75 --lang=
* msgfmt -vc
2020-01-18 02:53:48 +00:00
Olaf Meeuwissen
f22dc84b71
Merge branch 'undefined' into 'release/1.0.29'
...
Update Ukrainian translation
See merge request sane-project/backends!305
2020-01-14 13:05:02 +00:00
Yuri Chornoivan
f72862ddf8
Update Ukrainian translation
2020-01-14 13:05:02 +00:00
Olaf Meeuwissen
8bc98d0f7d
testsuite/backend/genesys: Fix include path for out-of-tree builds
2020-01-13 18:37:21 +09:00
Olaf Meeuwissen
ba84a8f69c
testsuite/backend/genesys: Fix [-Wcatch-value=] compiler warning
...
Exceptions ought to be caught by reference.
2020-01-13 18:35:33 +09:00
Gerhard Jäger
77c92f49af
Issue#113: Fix applied (thanks David Binderman).
2020-01-13 09:45:36 +01:00
Rolf Bensch
d36a9ba786
INSTALL.linux: add missing development packages
...
these packages are mandatory for building escl backend
2020-01-12 21:08:01 +01:00
Ralph Little
4a9c723646
Merge branch 'uk-english-translations' into 'release/1.0.29'
...
Update British English translations
See merge request sane-project/backends!306
2020-01-12 19:37:39 +00:00
Ralph Little
cc31c110c9
Updated British English translations
2020-01-12 10:39:27 -08:00
Olaf Meeuwissen
ca63c6cf9a
NEWS: Add most relevant changes for 1.0.29
2020-01-12 21:28:21 +09:00
Olaf Meeuwissen
7b45c89b02
Merge branch 'dll-conf-sync' into 'master'
...
Synchronize dll configuration file
See merge request sane-project/backends!304
2020-01-12 08:26:50 +00: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
0f394f55ed
Merge branch 'i18n-update' into 'master'
...
I18n update
See merge request sane-project/backends!303
2020-01-12 07:44:10 +00:00
Olaf Meeuwissen
2b927f165b
po: Synchronize message catalogs with latest code
2020-01-12 16:26:15 +09:00
Olaf Meeuwissen
f094033990
po: Regenerate POTFILES.in
...
The file now contains only those backend files that mention SANE_I18N
and contains all of them.
2020-01-12 16:18:12 +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
75162d0f00
Merge branch '201-old-incorrect-link-in-sane-man' into 'master'
...
Resolve "Old, incorrect link in sane.man"
Closes #201
See merge request sane-project/backends!291
2020-01-12 03:19:00 +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
aedebecef7
Merge branch 'escl-integration-fixes' into 'master'
...
Escl integration fixes
See merge request sane-project/backends!299
2020-01-09 12:27:11 +00:00
Olaf Meeuwissen
913be93672
escl: Mark backend as new for upcoming release
2020-01-09 21:09:47 +09: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
bc804f5641
Merge branch 'pixma_bjnp_model_not_found' into 'master'
...
pixma_bjnp: Report that scanner model is not supported as suggested in issue #69
See merge request sane-project/backends!293
2020-01-07 16:07:46 +00: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
4a0d222e88
Merge branch 'pixma/move-to-subfolder' into 'master'
...
move pixma source files to subfolder
See merge request sane-project/backends!290
2020-01-05 11:45:51 +00: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