History log of /freebsd-10-stable/sbin/hastd/hast_checksum.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 228543 15-Dec-2011 pjd

Simplify code by changing functions types from int to avoid, as the functions
always return 0.

Found by: Clang Static Analyzer
MFC after: 1 week


# 219351 06-Mar-2011 pjd

Allow to checksum on-the-wire data using either CRC32 or SHA256.

MFC after: 2 weeks