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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssh-agent-filter.C
Age
Commit message (
Expand
)
Author
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
2015-08-28
rename C++ header to .H
Timo Weingärtner
2014-05-27
update copyright
Timo Weingärtner
2014-05-26
add dissection of pam_ssh_agent_auth data
Timo Weingärtner
2014-05-12
use a mutex for fd creation and forks
Timo Weingärtner
2014-05-10
also replace custom fatal errors with exceptions
Timo Weingärtner
2014-05-09
throw system_error instead of calling perror, exit
Timo Weingärtner
2014-05-09
factor out cloexec setting and stream exception arming
Timo Weingärtner
2014-05-09
add more #include's, add using's for often-used names
Timo Weingärtner
2014-04-20
use boost::iostreams instead of std::stringstreams
Timo Weingärtner
2014-04-18
use a boost stream directly
Timo Weingärtner
2014-04-14
rfc4251*: add constructors from std::istream and use them
Timo Weingärtner
2014-04-14
do clean exit after receiving signal
Timo Weingärtner
2014-03-22
tab align auth_data_ssh dissection for readability
Timo Weingärtner
2013-11-02
(re)unify client iostreams
Timo Weingärtner
2013-11-02
replace __gnu_cxx::stdio_filebuf with boost::iostreams
Timo Weingärtner
2013-10-23
add quotes around ssh-agent-filter's name
Timo Weingärtner
2013-10-11
add confirmed key operations
Timo Weingärtner
2013-10-09
improve inserting into (allow|confirm)ed_pubkeys
Timo Weingärtner
2013-10-09
add cmdline options for confirmation
Timo Weingärtner
2013-10-09
add confirmation via ssh-askpass
Timo Weingärtner
2013-09-22
add CLOEXEC flag to sockets
Timo Weingärtner
2013-09-18
add one missing exception activation
Timo Weingärtner
2013-09-18
also print out SSH_AUTH_SOCK in debug mode
Timo Weingärtner
2013-08-31
use more uniform initialization
Timo Weingärtner
2013-07-19
remove unneeded namespace qualification, ADL works here
Timo Weingärtner
2013-07-19
improve debug mode
Timo Weingärtner
2013-06-18
documentation update
Timo Weingärtner
2013-06-18
remove double quoting caused by using boost::filesystem::path
Timo Weingärtner
2013-06-17
fix description of debug option
Timo Weingärtner
2013-06-17
Initial commit
Timo Weingärtner