Jonas Stein
|
35b852cfeb
|
add .clang-cormat
Add .clang-cormat config file to src folder for unified formatting.
|
2022-04-20 01:00:40 +02:00 |
|
Jonas Stein
|
88a507932e
|
reformat and cleanup more
reformat the source in an unified way.
(improve later with clang-format config)
fix order of includes
use proper delete[] operator
|
2022-04-20 00:24:59 +02:00 |
|
Jonas Stein
|
aa2244308d
|
cleaned code
removed std namespace
initialized variables
cleaned endl
added const for constants
tagged new version 1.0.8
|
2022-04-20 00:12:52 +02:00 |
|
Paweł Marciniak
|
e1e3676660
|
Use /dev/random to create a key (#22)
Co-authored-by: Paweł Marciniak <sunwire+git@gmail.com>
|
2022-04-19 22:16:37 +02:00 |
|
John Coleman
|
e92ccb49ff
|
Merge pull request #17 from fpiecka/patch-1
Remove duplicate zeroing
|
2020-11-13 20:11:27 -07:00 |
|
sunwire
|
b650fb67c0
|
Update URL from sf to github (#21)
* Correct url from sf to github
Co-authored-by: Paweł Marciniak <sunwire+git@gmail.com>
|
2020-11-13 00:25:23 +01:00 |
|
Fedor Piecka
|
a4f407f361
|
Remove duplicate zeroing
memset zeroes whole &kad. No need to set it's parts to zero. Proposed in
|
2020-05-29 06:37:31 +02:00 |
|
Josef Meixner
|
e8d1f6b66b
|
Added output of strerror to undecoded error codes
|
2020-04-13 12:11:26 +02:00 |
|
User Lan at serverfault.com
|
3cbc9a1dd5
|
Initialize the SCSI command properly
This fixes Sense Code: Illegal Request (0x05)
Source:
https://serverfault.com/questions/864580/what-could-cause-a-sense-error-when-setting-lto-encryption
|
2018-02-14 05:03:03 +01:00 |
|
Adam Nielsen
|
4023deead8
|
Import double free bug fix from upstream git
|
2018-02-14 04:38:14 +01:00 |
|
Denys Berkovskyy
|
5e3ce59ce8
|
Initial port to FreeBSD
|
2018-02-14 04:38:05 +01:00 |
|
Denys Berkovskyy
|
0c3dd74309
|
Remove generated files, add autogen.sh script (preparation for editing configure.ac for FreeBSD port)
|
2018-02-14 04:37:37 +01:00 |
|
Denys Berkovskyy
|
f4465cd21b
|
Fix inclusion of standard headers on non-linux systems
|
2018-02-14 04:37:29 +01:00 |
|
John Coleman
|
3066499e09
|
Import stenc-1.0.7
https://sourceforge.net/projects/stenc/files/source/stenc-1.0.7.tar.gz/download
|
2018-02-14 04:13:34 +01:00 |
|
John Coleman
|
db613c9828
|
Import stenc-1.0.6
Import https://sourceforge.net/projects/stenc/files/source/stenc-1.0.6.tar.gz/download
|
2018-02-14 04:11:24 +01:00 |
|