summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
AgeCommit message (Expand)Author
2018-02-14update some dependenciesMatt Johnston
2018-02-11build: Remove unused constructs: `space' and `AC_PROG_MAKE_SET'Michael Witten
2018-02-11Fix building default_options.hMatt Johnston
2017-06-27EXEEXT for a few more targets, dropbearmulti in particular for CygwinMatt Johnston
2017-06-27document --enable-static in place of STATIC=1Matt Johnston
2017-06-27add --enable-static configure argument. disable conflicting harden flagsMatt Johnston
2016-05-04Add generated header default_options.h to version control.Matt Johnston
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2016-03-17move m_burn and function attributes to dbhelpersMatt Johnston
2016-01-14Move dh group constants to a separate fileMatt Johnston
2015-02-28merge from defaultMatt Johnston
2015-02-24Some minor typo fixes, found by codespell.Thorsten Horstmann
2015-02-20Move generic network routines to netio.cMatt Johnston
2015-01-23Fix installing dropbear.8 error when building in a separate directory.Like Ma
2014-03-07Fix "make install" dependency so that it works without prior "make"Matt Johnston
2014-02-18Fix building with system libtomcrypt/libtommathMatt Johnston
2014-02-07Fix linking -lcrypt for systems without libcrypt in /usr/libNicolas Boos
2014-02-07Avoid linking dropbearconvert and dropbearkey to libz or libutilNicolas Boos
2013-12-11Fix so that "make install" for multi target won't fail on scp which doesn'tMike Frysinger
2013-12-11Turn dropbearmulti into a real target so we don't constantly re-link itMike Frysinger
2013-11-14rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston
2013-11-08MergeMatt Johnston
2013-11-08curve25519Matt Johnston
2013-11-07refactor key generation, make it generate as required.Matt Johnston
2013-10-18Merge in changes from the past couple of releasesMatt Johnston
2013-10-09- Fix "inst_scp" target since there isn't a manpageMatt Johnston
2013-10-09Add @exec_prefix@ that was missingMatt Johnston
2013-10-03Add manpage for dropbearconvertMatt Johnston
2013-05-21Fix static library order, libtomcrypt depends on libtommathMatt Johnston
2013-05-21merge in HEADMatt Johnston
2013-04-09start on ecdsa keysMatt Johnston
2013-04-07ecc kind of works, needs fixing/testingMatt Johnston
2013-04-01merge from head roundtrip changesMatt Johnston
2013-03-31Don't bother waiting for a ssh-connection service reply - the serverMatt Johnston
2013-03-30Get rid of client/server specific buf_match_algo, use singleMatt Johnston
2013-03-27more bits on ecc branchMatt Johnston
2013-03-26refactor kexdh code a bit, start working on ecdh etcMatt Johnston
2011-11-08Fix symlink target created by installdropbearmultiMatt Johnston
2011-06-30Hopefully fix -lcrypt problemMatt Johnston
2011-02-25-lcrypt needs to be before object files when static linkingMatt Johnston
2010-07-21Work properly again with bundled libtom*. autoconf is a hassle.Matt Johnston
2010-07-21Use system libtomcrypt/libtommath if available. Doesn't currentlyMatt Johnston
2009-09-02- scp progressbar needs strlcat(), so add compat.oMatt Johnston
2009-07-06New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston
2009-07-01Make it compile, update for changes in channel structure.Matt Johnston
2008-11-18- Use the right variable notationMatt Johnston
2008-11-17Only use -lcrypt for Dropbear server binaryMatt Johnston
2008-09-08* Patch from Frédéric Moulins adding options to authorized_keys.Matt Johnston
2006-10-11Fix up separate-directory building for libtomcryptMatt Johnston
2006-04-18Include CPPFLAGS in CFLAGSMatt Johnston