index
:
ssh-agent-filter.git
debian
debian-bpo-wheezy
debian-jessie
debian-stretch
master
pristine-tar
filtering proxy for ssh-agent meant to be forwarded to untrusted servers
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
6 days
release 0.5.3
HEAD
0.5.3
master
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
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.2
0.5.2
Timo Weingärtner
2018-11-19
base64_encode: fix two-byte out-of-bounds stack write
Timo Weingärtner
2018-11-19
tests: describe the asserts
Timo Weingärtner
2018-07-18
release 0.5.1
0.5.1
Timo Weingärtner
2018-05-11
Partially revert "(re)unify client iostreams"
Timo Weingärtner
2018-01-09
release 0.5
0.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
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
2016-10-09
avoid warning about unused result of chdir()
Timo Weingärtner
2016-08-27
release 0.4.2
0.4.2
Timo Weingärtner
2016-08-27
update copyright
Timo Weingärtner
2016-08-27
exploit more help2man features
Timo Weingärtner
2016-08-23
clear O_NONBLOCK on client sockets
Timo Weingärtner
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.1
0.4.1
Timo Weingärtner
2015-09-06
update copyright
Timo Weingärtner
2015-09-06
Makefile: link to pthread
Timo Weingärtner
2015-08-31
call functions with namespace instead of using their names
Timo Weingärtner
2015-08-31
move rfc4251 types into their own namespace
Timo Weingärtner
[next]