Wykres commitów

10 Commity (saned_man_option_update)

Autor SHA1 Wiadomość Data
Olaf Meeuwissen e79adde8b2
Use URL to refer users to copies of the GPL and LGPL
With the exception of use in three quotes as well as our inlcuded copy
of the GPL, all use of the Free Software Foundation's postal address
has been removed.

Re #320.
2021-02-12 17:41:38 +09:00
Olaf Meeuwissen 445b5bd7e1
Drop use of obsoleted autoconf AC_HEADER_STDC macro. Fixes #409
Use of the STDC_HEADER pre-processor macro that the autoconf macro
used to define has been removed.  Conditionalized code is now used
unconditionally.  This should be fine as the macro checks for ANSI
C, i.e. C89 (ISO C90), compliant headers.  We already require C99.
2021-01-01 16:02:52 +09:00
Olaf Meeuwissen 74898c4330 Fix array indexing
This fixes a glaring oversight in 39ceeae6.  Thanks to James Ring for
reporting this.
2018-01-04 20:49:26 +09:00
Olaf Meeuwissen 39ceeae616 md5: fix [-Wstrict-aliasing] compiler warnings 2016-09-07 21:03:30 +09:00
Olaf Meeuwissen 235de98784 md5: fix [-Wpointer-arith] compiler warnings
This reverts commits 9aecb00947 and
cdad5961f3 which fixed a different
compiler warning that seems to have disappeared (at least on the
debian-8-full builds).
2016-08-28 11:59:49 +09:00
Olaf Meeuwissen 9aecb00947 md5: Avoid the need for casting
This also modifies the code slightly to follow the original array
access more closely.
2016-01-08 21:26:31 +09:00
Volker Diels-Grabsch cdad5961f3 Introduce md5_set_uint32
This fixes the following GCC warning:

warning: dereferencing type-punned pointer will break strict-aliasing rules
2016-01-08 21:21:30 +09:00
Henning Geinitz 9d038e133e Update to glibc 2.3.1 version. The code is now LGPLed. Changed the K&R style
and added prototypes to avoid warnings.
2003-04-02 21:41:37 +00:00
Henning Geinitz a0b9f501f8 Used #include "../include/sane/config.h".
Henning Meier-Geinitz <henning@meier-geinitz.de>
2001-05-31 17:36:39 +00:00
Jochen Eisinger f0d5bc32ea 2000-11-20 Jochen Eisinger <jochen.eisinger@gmx.net>
* lib/md5.c include/md5.h: added md5 functions from GNU textutils
	* include/sane/sanei_auth.h sanei/sanei_auth.c: implemented new
	  SANE interface for user authorization using MD5 digest
2000-11-20 18:54:21 +00:00