aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog162
1 files changed, 160 insertions, 2 deletions
diff --git a/changelog b/changelog
index dba174e..6b24c0e 100644
--- a/changelog
+++ b/changelog
@@ -1,4 +1,162 @@
-commit 87f2de93a6522bbcf17d1960e78641df8ecd85d3 (HEAD -> master)
+commit 267e770d08ffcddb17c09710a50ed65d10e9ad63
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2026-03-07 22:24:24 +0100
+
+ release 0.5.3
+
+commit c212ae94dce33e150bc384db54a3c4d471c75bd7
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2026-03-07 18:44:02 +0100
+
+ follow API break of nettle 4
+
+commit 60b84f1d9e64254c817bfa1b9a54a1a723af0712
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2026-03-07 18:06:40 +0100
+
+ tests: use empty $HOME
+
+commit 19304907075d2cc69805dae81493f28483be305b
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2026-03-05 19:22:39 +0100
+
+ tests: work around https://github.com/kward/shunit2/issues/112
+
+commit 7fc3abd4b250ceae28c2b0705625d708260cfc38
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-05-17 15:12:31 +0200
+
+ fix typo: puposes purposes
+
+commit adbbb81f7a82829363b41f6de8fc403caece3f33
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-05-17 13:10:24 +0200
+
+ add SOCK_NONBLOCK on listen socket creation to possibly save a syscall
+
+commit 3088eda994ea0812e4aebf414334304723108671
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-05-17 12:37:22 +0200
+
+ factor out alter_fd_flags()
+
+ this also saves one syscall each time the flags are already as they should be
+
+commit 2927e78b226ede4df9d6eee9701485ed32c8d48a
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-05-11 13:41:06 +0200
+
+ add some more documentation: dissected requests for confirmation, threat model
+
+commit 74b15a1fe3be3bd549e5fdbfbaf0b64db48a7a76
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-05-11 13:38:09 +0200
+
+ apply some more const
+
+commit 56ced7e19f4bce304f567aea3d6cd67769bb89e3
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-04-27 12:50:51 +0200
+
+ handle some edge cases when dup2()ing /dev/null
+
+commit daf69a87ec7d01673362c1c9bbdbcb61c71ab83e
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-04-27 12:41:34 +0200
+
+ s/arm/arm_exceptions/
+
+commit fcdfa65579518c2d9d9fa74231455a08a0e783f3
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-04-27 12:40:17 +0200
+
+ factor out communication with the upstream agent
+
+commit b8b65de84dff999f11bcb3379b576c47faa020b5
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-04-25 22:06:21 +0200
+
+ rfc4251::string: allow construction from std::initializer_list<char>
+
+commit 34781d9036c6e564209780154f781b04cd040805
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-04-25 17:52:03 +0200
+
+ factor out socket creation with CLOEXEC
+
+commit 1ed4729f59343b8041387b8802610c25de599085
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-04-25 17:45:45 +0200
+
+ add const to most rfc4251:: variables
+
+commit 145c64e6c4e4151e869104e12da71786b8c31932
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-04-22 23:33:14 +0200
+
+ replace strcpy() with something clang-tidy doesn't complain about
+
+commit fc0e196e4fd302d681725c9e5549e34b93a91075
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-04-22 23:31:12 +0200
+
+ use std:: containers instead of C-style arrays
+
+commit b929b048a1839c3da1cadf7f116b0f767f40267e
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-04-22 23:29:10 +0200
+
+ implement separate rfc4251::(string|mpint|name_list) types
+
+commit 9d25142d506d1559b134d465ff0434ffbde7dca8
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-04-18 00:04:19 +0200
+
+ rfc4251.H: use template for fixed-length-types
+
+commit b3989076c699ee2d3e01377d17edec9a8bd0b2c3
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-04-21 13:26:03 +0200
+
+ add .gitignore
+
+commit 664ad8e38fd0f077e1fba5e69325fb3a36a75e19
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-04-18 00:03:31 +0200
+
+ add a test for cert signature dissection
+
+commit df63d26366b39ad8eb1c1ba5876b57b6a15208ed
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-04-29 17:28:15 +0200
+
+ use C++17 constructor template argument deduction (CTAD)
+
+commit d17162f5c6f7d002bf68fac48bcadd2db0c033e7
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2021-04-18 00:02:42 +0200
+
+ use C++17 std::optional for dissectors, refactor
+
+commit 013ca71f8e07f462266f5c795930739b37c6d5fb
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2020-08-24 13:42:39 +0200
+
+ use C++17 std::filesystem instead of boost
+
+commit f8351aef302fa2da6183096fdf0013b2f29900ae
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2020-08-14 23:35:47 +0200
+
+ upgrade to C++17
+
+commit 6036ef52c956d8de14279b6f160ece60ae596eae (tag: 0.5.2)
+Author: Timo Weingärtner <timo@tiwe.de>
+Date: 2018-11-23 23:20:30 +0100
+
+ release 0.5.2
+
+commit 87f2de93a6522bbcf17d1960e78641df8ecd85d3
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2018-11-19 21:27:42 +0100
@@ -12,7 +170,7 @@ Date: 2018-11-18 16:42:06 +0100
tests: describe the asserts
-commit cc7b883c67b78021c13df453abeb35d8d9055c35 (tag: 0.5.1, tiwe/master)
+commit cc7b883c67b78021c13df453abeb35d8d9055c35 (tag: 0.5.1)
Author: Timo Weingärtner <timo@tiwe.de>
Date: 2018-07-18 20:42:58 +0200