Commit Graph
58 Commits
Author SHA1 Message Date
Jonas Stein 20edbdcb3d Update man
Remove Authors from man. We use now the AUTHORS file as single source.
Bugs go to github.
Compiled now with pandoc.
Closes: https://github.com/scsitape/stenc/issues/45
2022-04-27 15:11:02 +02:00
Jonas Stein 6c7492046b .rst file as source for man page
Added a human readable .rst file to generate man pages with pandoc
Usage:
pandoc --from rst --to man --file stenc.rst -o stenc.1
2022-04-25 21:13:07 +02:00
Jonas Stein 88b0bccea1 Add usage example 2022-04-25 01:32:10 +02:00
Jonas Stein 708932b383 Version bump 1.1.1
Version 1.1.1
1.1.1
2022-04-25 01:14:02 +02:00
Jonas Stein 226c5bcef0 remove duplicate test
Closes: https://github.com/scsitape/stenc/issues/41
2022-04-24 22:00:05 +02:00
Jonas Stein 4a7b143d50 Add tests to README 2022-04-24 21:19:57 +02:00
James WilsonandGitHub ff413aac3e Add unit tests and add const 2022-04-24 20:09:08 +02:00
f1a36eba42 Reintroduce HEX macro as fix
Co-authored-by: Paweł Marciniak <sunwire+git@gmail.com>
2022-04-24 16:35:52 +02:00
844306dbe4 cast to proper type (#38)
Co-authored-by: Paweł Marciniak <sunwire+git@gmail.com>
2022-04-24 12:52:30 +02:00
Jonas Stein 8ff2e4c4eb Codecleanup, Version bump 1.1.0 1.1.0 2022-04-22 00:47:33 +02:00
Jonas Stein 0ad0a208d5 Drop AC_CHECK_INCLUDES_DEFAULT
AC_CHECK_INCLUDES_DEFAULT requires autoconf at least version 2.70
Bug: https://github.com/scsitape/stenc/issues/33
2022-04-21 22:44:41 +02:00
Jonas Stein 59d5c6c0fa ignore temporary files 2022-04-21 22:24:51 +02:00
Jonas Stein 35b852cfeb add .clang-cormat
Add .clang-cormat config file to src folder for unified formatting.
1.0.9
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
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
Jonas SteinandGitHub d4ffed77ab Create c-cpp.yml 2022-04-07 20:16:55 +02:00
Jonas SteinandGitHub 82aca41962 do not make distbuilds anymore 2022-04-07 20:13:00 +02:00
Jonas SteinandGitHub b6b7cd90c0 Add LGTM Codeanalysis 2022-04-05 21:31:16 +02:00
John ColemanandGitHub e92ccb49ff Merge pull request #17 from fpiecka/patch-1
Remove duplicate zeroing
2020-11-13 20:11:27 -07:00
John ColemanandGitHub 9feb3f8739 Merge pull request #23 from sunwire/spec
Add example spec file for Fedora/CentOS/RHEL
2020-11-13 20:10:40 -07:00
John ColemanandGitHub 1dce245cce Merge pull request #25 from sunwire/license
Update GPL2 license
2020-11-13 20:10:18 -07:00
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
Paweł Marciniak 70859dfdaa Update GPL2 license 2020-11-11 14:29:13 +01:00
Paweł Marciniak fc403b6267 Remove BuildRoot tag, add smp flags to make and license macro 2020-11-11 13:57:35 +01:00
Jonas SteinandGitHub aefb37e563 link IBM Tape Library Guide
Add link to documentation. 
IBM Tape Library Guide for Open Systems
2020-11-09 12:02:19 +01:00
Paweł Marciniak 90586aa018 Add example spec file for Fedora/CentOS/RHEL 2020-07-26 22:06:11 +02:00
Jonas SteinandGitHub dc99d2b3e6 Merge pull request #20 from jonasstein/master
Release 1.0.8
1.0.8
2020-06-17 01:13:03 +02:00
Jonas Stein d9d8b158c5 Release 1.0.8 2020-06-17 01:11:56 +02:00
Jonas SteinandGitHub f175bf4c0b Merge pull request #19 from jonasstein/master
README .md syntax
2020-06-16 22:29:48 +02:00
Jonas Stein 41df2d0c0b README .md syntax 2020-06-16 22:28:45 +02:00
Jonas SteinandGitHub 2f3d5d27a5 Merge pull request #18 from jonasstein/master
README compile
2020-06-16 22:25:25 +02:00
Jonas Stein 57727c43fe README compile 2020-06-16 22:22:43 +02:00
Jonas SteinandGitHub 6fc15b72e7 Merge pull request #16 from JosefMeixner/errorreporting
Added output of strerror to undecoded error codes
2020-06-16 22:13:53 +02:00
Jonas SteinandGitHub 65464950e0 Merge pull request #10 from scsitape/jonasstein-patch-1
Create CONTRIBUTING.md
2020-06-16 22:07:24 +02:00
Jonas SteinandGitHub 1e89afd60e Merge pull request #14 from Malvineous/master
Fix errors in autogen.sh
2020-06-16 21:30:55 +02:00
Fedor PieckaandGitHub 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
Adam Nielsen a43678d209 Use Automake 'foreign' option
This avoids errors on missing files NEWS and README.
2018-12-21 00:02:34 +10:00
Adam Nielsen 9022262489 $VARS are not permitted in AC_INIT 2018-12-21 00:02:34 +10:00
Jonas SteinandGitHub 06f66198d9 Create CONTRIBUTING.md 2018-02-14 17:13:19 +01:00
Jonas Stein d2092a0902 Moving from SF to github 2018-02-14 16:46:07 +01:00
Jonas Stein 9b82067638 README abbreviations 2018-02-14 09:01:01 +01:00
Jonas Stein 5476b7da72 README: Headline 2018-02-14 08:58:59 +01:00
Jonas Stein a912487ea3 Write a new README in .md 2018-02-14 08:57:31 +01:00
User Lan at serverfault.comandJonas Stein 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
Jonas Stein 6992ff74de Delete empty NEWS file 2018-02-14 04:54:51 +01:00
Jonas Stein 24b3388802 ChangeLog: Merge entries from debian project 2018-02-14 04:53:24 +01:00
Adam NielsenandJonas Stein 4023deead8 Import double free bug fix from upstream git 2018-02-14 04:38:14 +01:00
Denys BerkovskyyandJonas Stein 5e3ce59ce8 Initial port to FreeBSD 2018-02-14 04:38:05 +01:00