Age | Commit message (Expand) | Author |
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.20.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.10.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 |
2015-08-28 | rename C++ header to .H | Timo Weingärtner |
2014-05-27 | release 0.40.4 | 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-26 | rfc4251uint64: fix byte order conversion | 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-17 | rfc4251string: drop unused and dangerous constructor from just a pointer | Timo Weingärtner |
2014-04-15 | rfc4251: move remaining non-inline functions to impl file | 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-04-14 | cosmetic: fix double semicolons | Timo Weingärtner |
2014-03-23 | rfc4251string: add more operators | Timo Weingärtner |
2014-03-22 | tab align auth_data_ssh dissection for readability | Timo Weingärtner |
2014-03-06 | enable large file support | Timo Weingärtner |
2013-12-19 | release 0.3.10.3.1 | Timo Weingärtner |
2013-11-13 | use LDLIBS instead of LDFLAGS | 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-26 | confirm the license statement about files i created | chrysn |
2013-10-26 | release 0.30.3 | Timo Weingärtner |
2013-10-26 | ssh-askpass-noinput: a simpler confirmation dialog | chrysn |
2013-10-25 | update documentation to mention confirmation stuff | Timo Weingärtner |
2013-10-23 | add quotes around ssh-agent-filter's name | Timo Weingärtner |
2013-10-23 | rfc4251.h: add #include <stdexcept> | Timo Weingärtner |
2013-10-11 | add confirmed key operations | Timo Weingärtner |
2013-10-11 | update bash-completion for confirmation options | Timo Weingärtner |
2013-10-09 | improve inserting into (allow|confirm)ed_pubkeys | Timo Weingärtner |