| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 6 days | release 0.5.3HEAD0.5.3master | Timo Weingärtner | |
| 6 days | follow API break of nettle 4 | Timo Weingärtner | |
| 6 days | tests: use empty $HOME | Timo Weingärtner | |
| 6 days | tests: work around https://github.com/kward/shunit2/issues/112 | Timo Weingärtner | |
| 6 days | fix typo: puposes purposes | Timo Weingärtner | |
| 6 days | add SOCK_NONBLOCK on listen socket creation to possibly save a syscall | Timo Weingärtner | |
| 6 days | factor out alter_fd_flags() | Timo Weingärtner | |
| this also saves one syscall each time the flags are already as they should be | |||
| 6 days | add some more documentation: dissected requests for confirmation, threat model | Timo Weingärtner | |
| 6 days | apply some more const | Timo Weingärtner | |
| 6 days | handle some edge cases when dup2()ing /dev/null | Timo Weingärtner | |
| 6 days | s/arm/arm_exceptions/ | Timo Weingärtner | |
| 6 days | factor out communication with the upstream agent | Timo Weingärtner | |
| 6 days | rfc4251::string: allow construction from std::initializer_list<char> | Timo Weingärtner | |
| 6 days | factor out socket creation with CLOEXEC | Timo Weingärtner | |
| 6 days | add const to most rfc4251:: variables | Timo Weingärtner | |
| 6 days | replace strcpy() with something clang-tidy doesn't complain about | Timo Weingärtner | |
| 6 days | use std:: containers instead of C-style arrays | Timo Weingärtner | |
| 6 days | implement separate rfc4251::(string|mpint|name_list) types | Timo Weingärtner | |
| 6 days | rfc4251.H: use template for fixed-length-types | Timo Weingärtner | |
| 6 days | add .gitignore | Timo Weingärtner | |
| 6 days | add a test for cert signature dissection | Timo Weingärtner | |
| 6 days | use C++17 constructor template argument deduction (CTAD) | Timo Weingärtner | |
| 6 days | use C++17 std::optional for dissectors, refactor | Timo Weingärtner | |
| 2020-08-24 | use C++17 std::filesystem instead of boost | Timo Weingärtner | |
| 2020-08-14 | upgrade to C++17 | Timo Weingärtner | |
| 2018-11-23 | release 0.5.20.5.2 | Timo Weingärtner | |
| 2018-11-19 | base64_encode: fix two-byte out-of-bounds stack write | Timo Weingärtner | |
| BASE64_ENCODE_LENGTH() calculates the encoded size without padding | |||
| 2018-11-19 | tests: describe the asserts | Timo Weingärtner | |
| 2018-07-18 | release 0.5.10.5.1 | Timo Weingärtner | |
| 2018-05-11 | Partially revert "(re)unify client iostreams" | Timo Weingärtner | |
| This partially reverts commit a42c87e6a761a56ebc63cd7728fa2126b2e8805f. | |||
| 2018-01-09 | release 0.50.5 | Timo Weingärtner | |
| 2018-01-09 | update copyright | Timo Weingärtner | |
| 2018-01-09 | add tests using shunit2 | Timo Weingärtner | |
| 2018-01-06 | add dissection for cert signing requests | Timo Weingärtner | |
| 2017-12-27 | follow API change in nettle 3.4 | Timo Weingärtner | |
| Closes: 884400 | |||
| 2016-10-11 | fixup! afssh: use realpath instead of readlink -f, with fallback | Timo Weingärtner | |
| 2016-10-11 | afssh: use realpath instead of readlink -f, with fallback | Timo Weingärtner | |
| this add compatibility for some BSD systems which don't have -f to readlink while retaining compatibility with GNU systems without a readlink command Thanks: Konstantinos Koukopoulos <kouk@transifex.com> | |||
| 2016-10-09 | avoid warning about unused result of chdir() | Timo Weingärtner | |
| 2016-08-27 | release 0.4.20.4.2 | Timo Weingärtner | |
| 2016-08-27 | update copyright | Timo Weingärtner | |
| 2016-08-27 | exploit more help2man features | Timo Weingärtner | |
| use an include file for explanatory text add environment, author and bug report information to the program's output | |||
| 2016-08-23 | clear O_NONBLOCK on client sockets | Timo Weingärtner | |
| on *BSD client sockets inherit flags from the listening socket | |||
| 2016-02-10 | fix lintian spelling-error-in-manpage ssh-askpass-noinput.1.gz acutally actually | Timo Weingärtner | |
| 2015-10-05 | s/Invocation:/Usage:/ to make help2man recognize SYNOPSIS | Timo Weingärtner | |
| 2015-09-08 | afssh: call ssh without arguments for usage | Timo Weingärtner | |
| 2015-09-06 | release 0.4.10.4.1 | Timo Weingärtner | |
| 2015-09-06 | update copyright | Timo Weingärtner | |
| 2015-09-06 | Makefile: link to pthread | Timo Weingärtner | |
| some versions of gcc reference a pthread function in the <thread> header | |||
| 2015-08-31 | call functions with namespace instead of using their names | Timo Weingärtner | |
| avoids problems with ADL Closes: #797235 | |||
| 2015-08-31 | move rfc4251 types into their own namespace | Timo Weingärtner | |
