aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastd/hast_checksum.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* hastd: use zlib's crc32 implementation.Xin LI2023-02-031-2/+4
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Switch hastctl and hastd to libmd instead of openssl for sha256Allan Jude2017-02-041-14/+1
* Simplify code by changing functions types from int to avoid, as the functionsPawel Jakub Dawidek2011-12-151-15/+6
* Allow to checksum on-the-wire data using either CRC32 or SHA256.Pawel Jakub Dawidek2011-03-061-0/+169