aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2018-01-09update copyrightTimo Weingärtner
2018-01-09add tests using shunit2Timo Weingärtner
2016-08-27update copyrightTimo Weingärtner
2016-08-27exploit more help2man featuresTimo Weingärtner
use an include file for explanatory text add environment, author and bug report information to the program's output
2015-09-06update copyrightTimo Weingärtner
2015-09-06Makefile: link to pthreadTimo Weingärtner
some versions of gcc reference a pthread function in the <thread> header
2015-08-28rename C++ header to .HTimo Weingärtner
2014-04-15rfc4251: move remaining non-inline functions to impl fileTimo Weingärtner
2014-03-06enable large file supportTimo Weingärtner
this should make some tests for LFS happy; we don't use sizes of or offsets in files here
2013-11-13use LDLIBS instead of LDFLAGSTimo Weingärtner
LDLIBS are put behind the prerequisites by make's built-in rules so linking won't fail with --as-needed.
2013-11-02replace __gnu_cxx::stdio_filebuf with boost::iostreamsTimo Weingärtner
2013-10-26ssh-askpass-noinput: a simpler confirmation dialogchrysn
this adds an ssh-askpass imlementation that will only show allow/deny buttons and is based on zenity.
2013-09-01move mpint/mpz conversion into separate fileTimo Weingärtner
these functions need linking against libgmp
2013-08-31Makefile: add libstdc++ to LDFLAGSTimo Weingärtner
2013-07-19Makefile: reset version.h on clean when in gitTimo Weingärtner
2013-07-01add manpage for afssh(1)Timo Weingärtner
using pandoc to generate groff from markdown
2013-06-17Initial commitTimo Weingärtner