Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-25 | update documentation to mention confirmation stuff | Timo Weingärtner | |
Thanks: Christian Amsüss <chrysn@fsfe.org> for requesting that feature | |||
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 | |
normal ssh authentications get dissected to allow the user a more informed decision. | |||
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 | |
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 | |
SOCK_CLOEXEC is currently only available on linux >= 2.6.27 so fcntl is used as a fallback. | |||
2013-09-19 | ssh-agent-filter.bash-completion: add missing license | 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-09-18 | afssh.1.md: complete the sentence. | Timo Weingärtner | |
2013-09-08 | release 0.20.2 | Timo Weingärtner | |
2013-09-01 | move mpint/mpz conversion into separate file | Timo Weingärtner | |
these functions need linking against libgmp | |||
2013-08-31 | add basic bash-completion | Timo Weingärtner | |
escaping of some special chars is not handled yet | |||
2013-08-31 | reorganize import code for name-list and mpint | Timo Weingärtner | |
reuse some common parts | |||
2013-08-31 | Makefile: add libstdc++ to LDFLAGS | Timo Weingärtner | |
2013-08-31 | remove some inline specifiers | Timo Weingärtner | |
* from functions defined inside the struct * from non-trivial functions | |||
2013-08-31 | remove declarations for default copy and move | Timo Weingärtner | |
2013-08-31 | use more uniform initialization | Timo 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-19 | rfc4251string: add length checks | Timo Weingärtner | |
2013-07-19 | Makefile: reset version.h on clean when in git | 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 | |
also clean up socket in debug mode also exit when catching SIGINT | |||
2013-07-19 | rfc4251string: implement name-list (as vector<string>) | Timo Weingärtner | |
2013-07-19 | rfc4251string: don't store the length | Timo Weingärtner | |
2013-07-01 | add manpage for afssh(1) | Timo Weingärtner | |
using pandoc to generate groff from markdown | |||
2013-07-01 | fix README formatting, rename to README.md | Timo Weingärtner | |
2013-06-20 | add README | Timo Weingärtner | |
2013-06-20 | add detection for output to terminal vs. pipe | Timo Weingärtner | |
2013-06-20 | afssh: add interactive key selection using whiptail/dialog | Timo Weingärtner | |
2013-06-20 | afssh: add safeguard against empty or non-running ssh-agent | Timo Weingärtner | |
2013-06-20 | afssh: factor out usage | Timo Weingärtner | |
2013-06-18 | documentation update | Timo Weingärtner | |
ssh-agent-filter.C: remove remains of initial plan to wrap ssh in the filter afssh: add --help | |||
2013-06-18 | afssh: use temporary directory for socket | Timo Weingärtner | |
2013-06-18 | release 0.10.1 | Timo Weingärtner | |
2013-06-18 | add afssh: wrapper around ssh-agent-filter and ssh | 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 | |