Scanner Access Now Easy ― Frontends
 
 
 
 
Go to file
Zdenek Dohnal 4fa58ef662 src/scanadf.c: Fix segfault when `scanadf -h -d <device>`
scanadf segfaults when printing help for a specific device, because
device handle is closed before `scanadf_exit()`, but not set to NULL.

Fixes Fedora bugzilla 2225209
2023-07-26 10:22:31 +02:00
doc Update mailing lists addresses to new location 2018-04-18 21:31:48 +09:00
include configure: Add missing <sys/socket.h> updates 2023-01-17 16:27:10 +01:00
sanei sanei: replace non-portable isfdtype() with fstat() 2023-02-11 16:27:26 +01:00
src src/scanadf.c: Fix segfault when `scanadf -h -d <device>` 2023-07-26 10:22:31 +02:00
.gitignore
.gitlab-ci.yml Update .gitlab-ci.yml file 2023-02-12 01:56:48 +00:00
AUTHORS
COPYING
Changelog
INSTALL
Makefile.in lib: Remove bundled implementation of glibc funcs 2023-02-09 15:56:03 +01:00
NEWS
PROBLEMS
README Update references to the SANE Standard documentation 2020-03-07 17:18:52 +09:00
acinclude.m4 configure: Include <stdlib.h> for system, exit 2023-01-17 16:23:26 +01:00
aclocal.m4 configure: Include <stdlib.h> for system, exit 2023-01-17 16:23:26 +01:00
config.guess
config.sub
configure lib: Remove bundled implementation of glibc funcs 2023-02-09 15:56:03 +01:00
configure.in lib: Remove bundled implementation of glibc funcs 2023-02-09 15:56:03 +01:00
install-sh
mkinstalldirs
sane-frontends.lsm
xscanimage-icon-48x48-2.png

README

This is the sane-frontends package. 

To find out more about SANE (Scanner Access Now Easy) look at the SANE
website: http://www.sane-project.org/. There is also information on how to
subscribe the SANE mailing list (sane-devel).

These SANE applications (frontends) are included in this package (together
with their documentation):

    Frontend               Documentation (man page) 
--------------------------------------------------------------------------
    xscanimage	           xscanimage(1)
    xcam		   xcam(1)
    scanadf                scanadf(1)

For general information about SANE, read man sane(7).

You must install the sane-backends package before you can compile the
frontends. sane-backends also includes the command-line frontend scanimage
and the network daemon saned.

For details about installation please read the INSTALL file.

For a list of other SANE frontends look at
http://www.sane-project.org/sane-frontends.html.

Developers may wish to look at the SANE standard. It can be found at:
https://sane-project.gitlab.io/standard/

Please report bugs and missing features at our bug-tracking system:
http://www.sane-project.org/bugs.html