Wykres commitów

20 Commity (3eadbfd8a58ef33da0da4524e4bd064f0eee0190)

Autor SHA1 Wiadomość Data
Henning Geinitz d18ff15df9 Added more info about firewall trouble. 2003-10-29 10:47:55 +00:00
Julien BLACHE 9695362397 * frontend/saned.c: added subnet support to saned ; added
check_v4_in_range and check_v6_in_range functions.
* backend/saned.conf: updated the config file.
* doc/saned.man: updated the manpage for saned.
2003-10-19 10:36:28 +00:00
Henning Geinitz 088281c4e1 Added support for IPv6. Updated manpages. Patch from Julien BLACHE
<jb@jblache.org>.
2003-03-30 19:07:18 +00:00
Henning Geinitz 89ceb522f2 More warnings about security issues. Make more clear that -s and -d can't be
used in inetd mode.
2003-02-09 15:48:54 +00:00
Henning Geinitz 7cd9688e1f Added missing quotes around PACKAGEVERSION. 2002-11-29 18:50:27 +00:00
Henning Geinitz c28da4c875 Formatting updates. 2002-11-22 18:20:32 +00:00
Henning Geinitz 720642f97b Removed comment about saned port not officially assigned. 2002-10-08 10:18:46 +00:00
Henning Geinitz 83fb9ea12f Added explicit path to tcpd example.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-05-30 12:45:35 +00:00
Jochen Eisinger bcb6a36bc6 2002-04-30 Jochen Eisinger <jochen.eisinger@gmx.de>
* doc/saned.man doc/sane-net.man doc/descriptions/net.desc:
	  Updated URL of the sane-net homepage to
	  http://www.penguin-breeder.org/?page=sane-net

	* doc/sane-mustek_pp.man doc/descriptions/mustek_pp.desc:
	  Updated URL of the mustek_pp homepage to
	  http://www.penguin-breeder.org/?page=mustek_pp

	* TODO:
	  Added entry to saned section:
     	  - Add support for IP ranges in saned.conf (like 10.0.0.0/8)
2002-04-30 12:13:16 +00:00
Henning Geinitz 3a027338de The path in the xinetd example pinted to /usr/local unconditionally.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-04-07 13:41:42 +00:00
Henning Geinitz dbe411c589 Added info about data connection.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-01-08 21:51:10 +00:00
Henning Geinitz 565aaa0639 Changed access control (function check host). Now IP addresses
are used for comparison, not host names as before. It's possible to
put hostnames, FQDNs and IP addresses into saned.conf.
Limitations: Only the first IP address in struct hostent is checked.
IPv6 is untested. The change is based on a patch by Petter
Reinholdtsen <pere@hungry.com>.
Removed isfdtype to avoid compilation problems. Added more
debug output. Print function name in every DBG statement.
Updated manual pages and saned.conf.
2002-01-06 21:01:05 +00:00
Henning Geinitz 3ce0c90069 Changed debug handling. All debug messages use DBG now. If in inetd mode or dameon mode with "-s",
the messages are printed to syslog as before. If option "-d" is used,
the mesages are printed to stderr. Updated manual page.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-01-05 12:54:34 +00:00
Henning Geinitz ba49020425 Clear up that a FQDN must be used in
saned.conf and that localhost is allways granted acces.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2001-10-15 20:31:16 +00:00
Jochen Eisinger bfb8aaa589 2001-09-04 Jochen Eisinger <jochen.eisinger@gmx.de>
* backend/net.desc doc/saned.man doc/sane-net.man: added
	  pointer to new saned homepage
	  (http://home.nexgo.de/jochen.eisinger/saned/)
2001-09-04 15:22:25 +00:00
Henning Geinitz c4d18bea82 Added SEE ALSO entry for sane(7).
Henning Meier-Geinitz <henning@meier-geinitz.de>
2001-06-10 14:28:46 +00:00
Henning Geinitz de567c6156 2000-11-30 Henning Meier-Geinitz <hmg@gmx.de>
* README.irix: Removed. Problem with libjpeg is solved.
	* TODO: Updated. Removed hpoj addition. Added snapscan link. Added
	  entry about net backend segfaulting if using net:localhost. Removed
	  artec O_SYNC problem. Removed Irix jpeg problem. Removed PTAL
	  addition.
	* doc/saned.man: Added paragraph about xinetd (from Matt Mozur
	  <matt.mozur@sourwood.net>). Removed links to backends, added
	  sane-"backendname" instead.
	* doc/sane-net.man: Added comment about segfaults if scanning
	  on localhost.
	* sanei/sanei_scsi.c: Added missing DBG_INIT (from FreeBSD ports).
2000-11-30 19:50:56 +00:00
Jochen Eisinger 201b9d662d 2000-11-24 Jochen Eisinger <jochen.eisinger@gmx.net>
* doc/scanimage.man doc/saned.man: updated description of password
	  file
	* sanei/sanei_auth.c frontend/saned.c frontend/scanimage.c: replaced
	  index() by strchr(). Changed style of password file
	* backend/net.c: the net backend now prepends net:host: to the
	  resource before calling the auth_callback function
2000-11-24 15:05:22 +00:00
Jochen Eisinger 3e4ae9dce7 2000-11-20 Jochen Eisinger <jochen.eisinger@gmx.net>
* configure configure.in: Added test for /dev/urandom and
	  index() in string.h or strings.h
	* backend/net.c: Fixed SANE_NET_AUTHORIZE call handling
	* doc/net.tex: Clarified definition of SANE_NET_AUTHORIZE, added
	  definition of MD5 authorization
	* doc/sane.tex: Upgraded to version 1.0.2, changed definition of
	  SANE_MAX_USERNAME_LEN & SANE_MAX_PASSWORD_LEN to 128 chars
	* doc/saned.man: added description of SANE_CONFIG_DIR/saned.users
	* doc/scanimage.man: added description of ~/.sane/pass and
	  --accept-md5-only
	* frontend/saned.c: implemented user authorization on a per backend
	  basis
	* frontend/scanimage.c: fixed bug (option -b wasn't present)
	  implemented auth_callback
	* include/sane/sane.h: changed definition of SANE_MAX_USERNAME_LEN &
	  SANE_MAX_PASSWORD_LEN to 128 chars
	* lib/Makefile.in sanei/Makefile.in: updated Makefiles
2000-11-20 18:49:26 +00:00
Petter Reinholdtsen 30ab5e718a Initial revision 1999-08-09 18:06:01 +00:00