Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2011 22:56:14 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/hastctl Makefile src/sbin/hastd Makefile control.c crc32.c crc32.h hast.conf.5 hast.h hast_checksum.c hast_checksum.h hast_proto.c hastd.c parse.y primary.c token.l
Message-ID:  <201103062256.p26Mub1d044504@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2011-03-06 22:56:14 UTC

  FreeBSD src repository

  Modified files:
    sbin/hastctl         Makefile 
    sbin/hastd           Makefile control.c hast.conf.5 hast.h 
                         hast_proto.c hastd.c parse.y primary.c 
                         token.l 
  Added files:
    sbin/hastd           crc32.c crc32.h hast_checksum.c 
                         hast_checksum.h 
  Log:
  SVN rev 219351 on 2011-03-06 22:56:14Z by pjd
  
  Allow to checksum on-the-wire data using either CRC32 or SHA256.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.5       +2 -1      src/sbin/hastctl/Makefile
  1.7       +2 -2      src/sbin/hastd/Makefile
  1.13      +3 -0      src/sbin/hastd/control.c
  1.1       +115 -0    src/sbin/hastd/crc32.c (new)
  1.1       +28 -0     src/sbin/hastd/crc32.h (new)
  1.12      +15 -1     src/sbin/hastd/hast.conf.5
  1.10      +7 -0      src/sbin/hastd/hast.h
  1.1       +169 -0    src/sbin/hastd/hast_checksum.c (new)
  1.1       +44 -0     src/sbin/hastd/hast_checksum.h (new)
  1.5       +8 -178    src/sbin/hastd/hast_proto.c
  1.40      +7 -1      src/sbin/hastd/hastd.c
  1.9       +43 -2     src/sbin/hastd/parse.y
  1.55      +19 -10    src/sbin/hastd/primary.c
  1.4       +5 -0      src/sbin/hastd/token.l



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103062256.p26Mub1d044504>