Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-24 | debian release 0.4.2-1+deb9u1debian/0.4.2-1+deb9u1debian-stretch | Timo Weingärtner | |
2018-11-24 | backport fix for two-byte out-of-bounds stack write | Timo Weingärtner | |
Closes: #914501 | |||
2018-11-24 | prepare branch for stable update | Timo Weingärtner | |
2016-08-28 | release 0.4.2-1debian/0.4.2-1 | Timo Weingärtner | |
2016-08-28 | Merge tag '0.4.2' into debian | Timo Weingärtner | |
0.4.2 | |||
2016-08-28 | update copyright years | Timo Weingärtner | |
2016-08-28 | replace git: with https: in Vcs-Git: | Timo Weingärtner | |
2016-08-28 | Standards-Version: 3.9.8 | Timo Weingärtner | |
2016-08-28 | remove Build-Depends: bash-completion | Timo Weingärtner | |
2016-08-28 | debian/rules: enable more hardening/reproducibility/qa build flags | 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-07 | use debhelper for dpkg-maintscript-helper | Timo Weingärtner | |
2015-09-06 | release 0.4.1-1debian/0.4.1-1 | Timo Weingärtner | |
2015-09-06 | install bash_completions manually, clean up conffile from prior versions | Timo Weingärtner | |
2015-09-06 | drop debian/patches/ | Timo Weingärtner | |
2015-09-06 | Merge tag '0.4.1' into debian | Timo Weingärtner | |
0.4.1 | |||
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 | |
2015-08-28 | rename C++ header to .H | Timo Weingärtner | |
2014-10-21 | release 0.4-2debian/0.4-2 | Timo Weingärtner | |
2014-10-21 | Bump Standards-Version. | Timo Weingärtner | |
2014-10-21 | add debian/patches/0001-workaround-FTBFS-caused-by-doko | Timo Weingärtner | |
Matthias Klose put an asm statement into libstdc++'s thread header forcing applications to link with -lpthread Closes: #759859 | |||
2014-05-27 | release 0.4-1debian/0.4-1 | Timo Weingärtner | |
2014-05-27 | update copyright years | Timo Weingärtner | |
2014-05-27 | Bump Standards-Version. | Timo Weingärtner | |
2014-05-27 | Merge tag '0.4' into debian | Timo Weingärtner | |
0.4 | |||
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 | |
so we can have the CLOEXEC flag applied before a concurrent fork&exec. use select() to avoid blocking while holding the mutex. | |||
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 | |
boost::iostreams::array_source instead of istringstream boost::iostreams::back_insert_device instead of ostringstream this should save at least one copy each and still has length checks (input) or dynamic growth (output) | |||
2014-04-18 | use a boost stream directly | Timo Weingärtner | |
instead of declaring an intermediate stream_buffer | |||
2014-04-17 | rfc4251string: drop unused and dangerous constructor from just a pointer | Timo Weingärtner | |
better use std::istringstream or boost::iostream::array_source | |||
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 | |