Wykres commitów

10 Commity (2d6fad58b4c61d59bec3879dab9ccf0c1b88dd11)

Autor SHA1 Wiadomość Data
Stéphane Voltz 6c7f9f6a3b fix #300134 and file test logic
- mktmp never returns NULL, so test logic was borken
- use mkstemp instead of mktemp
2015-09-14 06:46:51 +02:00
Stéphane Voltz 5129434b99 fix for #300124
- free memory allocated by sane_get_devices()
2015-08-10 21:27:33 +02:00
chris@cnpbagwell.com 4d9e8138af standardize including local sane/ include files.
Source code was inconsistent on how they were referencing
include files in include/sane.  In certain cases, sane/sane.h
and sane/saneopts.h was really including external copies (with
some preprocessor implementations anyways).
2009-05-07 22:06:20 -05:00
m. allan noah 91598aa800 * backend/*.[ch]: nearly every backend used V_MAJOR
instead of SANE_CURRENT_MAJOR in sane_init()
* backend/snapscan.c: remove EXPECTED_VERSION check
since new SANE standard is forward compatible
2008-11-26 21:21:31 +00:00
Henning Geinitz 0e70e29baf Moved union Option_Value from backend header files to sanei_backend.h. No need
to copy it over and over again. Changed header inclusion order in backend
files to include backend.h after sanei_backend.h. Based on a patch from stef
<stef-listes@wanadoo.fr>.
2003-09-12 16:10:33 +00:00
Henning Geinitz f25fd9c455 Minor conversion fixes (from Andrea Suatoni <a.suatoni@telefonica.net>). 2003-01-24 13:52:52 +00:00
Tom Martone 3d95b80b62 2002-01-10 Tom Martone <tom@martoneconsulting.com>
* backend/bh.c
          addressed security issue with tempfile
2002-01-11 02:49:36 +00:00
Henning Geinitz d24bbc4398 Fixed config_line[len-1] bug which could generate an access
violation if len==0.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2001-05-31 18:01:39 +00:00
Tom Martone 86ee15cba9 2001-02-10 Tom Martone <tom@martoneconsulting.com>
* backend/bh.c backend/bh.h doc/sane-bh.man
          added support for Copiscan 8000 series by Mark Temple
	  added options deskew and rotation
	  inquiry compares product to COPISCAN rather than COPISCAN II
2001-02-10 18:23:28 +00:00
Tom Martone 233143a410 2001-01-17 Tom Martone <tom@martoneconsulting.com>
* backend/bh.c backend/bh.conf backend/bh.h doc/sane-bh.man
	  Added new backend Bell and Howell Copiscan scanners
	* backend/bh.desc
	  Updated version from (0.1) to 1.0-4
	  Referenced manpage
	* backend/Makefile.in
	  Added bh to PRELOADABLE_BACKENDS
	  Added libsane-bh.la dependencies
	* doc/Makefile.in
	  Added sane-bh.5 to SECT5
2001-01-20 23:42:12 +00:00