aboutsummaryrefslogtreecommitdiff
path: root/ssh-agent-filter.C
AgeCommit message (Collapse)Author
2013-08-31use more uniform initializationTimo Weingärtner
std::string(1, <some char>) becomes std::string{<some char>} also fix accidental use of ssize_t instead of size_t with gmp This yielded two warnings (-Wnarrowing) where a size_t is used to initialize an rfc4251uint32, they were fixed with a cast.
2013-07-19remove unneeded namespace qualification, ADL works hereTimo Weingärtner
2013-07-19improve debug modeTimo Weingärtner
also clean up socket in debug mode also exit when catching SIGINT
2013-06-18documentation updateTimo Weingärtner
ssh-agent-filter.C: remove remains of initial plan to wrap ssh in the filter afssh: add --help
2013-06-18remove double quoting caused by using boost::filesystem::pathTimo Weingärtner
2013-06-17fix description of debug optionTimo Weingärtner
2013-06-17Initial commitTimo Weingärtner