summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
AgeCommit message (Collapse)Author
2015-01-23Fix installing dropbear.8 error when building in a separate directory.Like Ma
(fix pull request #6)
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
have a manpage
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
--HG-- rename : random.c => dbrandom.c rename : random.h => dbrandom.h
2013-11-08MergeMatt Johnston
--HG-- branch : ecc
2013-11-08curve25519Matt Johnston
--HG-- branch : ecc
2013-11-07refactor key generation, make it generate as required.Matt Johnston
Needs UI in server command line options --HG-- branch : keyondemand
2013-10-18Merge in changes from the past couple of releasesMatt Johnston
--HG-- branch : ecc
2013-10-09- Fix "inst_scp" target since there isn't a manpageMatt Johnston
- Fix "make install MULTI=1"
2013-10-09Add @exec_prefix@ that was missingMatt Johnston
2013-10-03Add manpage for dropbearconvertMatt Johnston
Move dropbearkey to manual section 1 Add install target for manpages --HG-- rename : dropbearkey.8 => dropbearkey.1
2013-05-21Fix static library order, libtomcrypt depends on libtommathMatt Johnston
--HG-- branch : ecc
2013-05-21merge in HEADMatt Johnston
--HG-- branch : ecc
2013-04-09start on ecdsa keysMatt Johnston
--HG-- branch : ecc
2013-04-07ecc kind of works, needs fixing/testingMatt Johnston
--HG-- branch : ecc
2013-04-01merge from head roundtrip changesMatt Johnston
--HG-- branch : kexguess
2013-03-31Don't bother waiting for a ssh-connection service reply - the serverMatt Johnston
will disconnect if it wasn't accepted
2013-03-30Get rid of client/server specific buf_match_algo, use singleMatt Johnston
function with a couple of if statements instead --HG-- branch : kexguess
2013-03-27more bits on ecc branchMatt Johnston
--HG-- branch : ecc
2013-03-26refactor kexdh code a bit, start working on ecdh etcMatt Johnston
--HG-- branch : ecc
2011-11-08Fix symlink target created by installdropbearmultiMatt Johnston
2011-06-30Hopefully fix -lcrypt problemMatt Johnston
--HG-- extra : convert_revision : 94d41df148dba424a62b442aebdb5cf0db11449a
2011-02-25-lcrypt needs to be before object files when static linkingMatt Johnston
--HG-- extra : convert_revision : 8ecc9a039f16d8492d2b7f64e8602d3f6302e212
2010-07-21Work properly again with bundled libtom*. autoconf is a hassle.Matt Johnston
--HG-- extra : convert_revision : 4077fc3332bd7c965aadbb05b02eba6d00fa9621
2010-07-21Use system libtomcrypt/libtommath if available. Doesn't currentlyMatt Johnston
build due to clash in rsa_key identifier. --HG-- extra : convert_revision : c9a4726d1c89e17ee8e96801d1aaa8049216aae1
2009-09-02- scp progressbar needs strlcat(), so add compat.oMatt Johnston
--HG-- extra : convert_revision : 0743230bac5ae28d1b773fb4d89c4d88b6a9a0c1
2009-07-06New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston
--HG-- branch : agent-client extra : convert_revision : 5465e639cc3f5ee0c6c55f0de6e7b6d5a8769da3
2009-07-01Make it compile, update for changes in channel structure.Matt Johnston
--HG-- branch : agent-client extra : convert_revision : 84676a98a0848224078a716b1292744a34e9d80c
2008-11-18- Use the right variable notationMatt Johnston
--HG-- extra : convert_revision : 8d1eddd800cc6c405f2b3eaad148433c0d6bc0c8
2008-11-17Only use -lcrypt for Dropbear server binaryMatt Johnston
--HG-- extra : convert_revision : 7d3d93a5f58d60933277ab6f2595d662e5fb1815
2008-09-08* Patch from Frédéric Moulins adding options to authorized_keys.Matt Johnston
Needs review. --HG-- branch : pubkey-options extra : convert_revision : 26872f944d79ddacff1070aab32115a6d726392c
2006-10-11Fix up separate-directory building for libtomcryptMatt Johnston
Use $CC rather than $LD for linking --HG-- extra : convert_revision : 31dcd7a22983ef19d6c63248e415e71d292dd0ec
2006-04-18Include CPPFLAGS in CFLAGSMatt Johnston
--HG-- extra : convert_revision : 138a11bc1e2babcd8b1182e6cb2a85d4e9404b11
2005-09-20added keyboard-interactive client supportMatt Johnston
--HG-- extra : convert_revision : 3df738e42f4fc8b7f0f3ff9ca767386f54edb1ea
2005-05-10* change include path for libtomcrypt 1.02Matt Johnston
--HG-- extra : convert_revision : 77a587ebc40afe3a2ac02db1676dfc01044c618a
2005-03-02* don't add a 'static' prefix to binary namesMatt Johnston
--HG-- extra : convert_revision : 7d2393b48b6b8ed87d3bed5685cf598356eada8d
2005-01-020.44 release changesMatt Johnston
--HG-- extra : convert_revision : 47d6b5589a4eaf707ed1c3685d9ef49306af18d8
2004-12-17Pristine compilation works.Matt Johnston
--HG-- extra : convert_revision : 64faed12a3a33720986786db602714dfaa4bc599
2004-09-21use inst_ rather than inst, so it doesn't try to install "all".Matt Johnston
--HG-- extra : convert_revision : 17b3eab398414e4bd5e77289bcc73f6185c4c43f
2004-09-12propagate of 08347df3bca787bd3621602fe2b466c85c9dc3e2 and ↵Matt Johnston
717950f4061f1123659ee87c7c168805af920ab7 from branch 'matt.dbclient.rez' to 'matt.dbclient.authpam' --HG-- branch : private-rez extra : convert_revision : 555c429bf4e557ea5fd0af9db3987166d8217d8b
2004-09-12propagate of 717950f4061f1123659ee87c7c168805af920ab7 and ↵Matt Johnston
839f98f136788cc1466e4641bf796f96040a085d from branch 'matt.dbclient.authpam' to 'matt.dbclient.rez' --HG-- branch : private-rez extra : convert_revision : d58a4ff37f9784978a07df6a944f7dbae8196f6d
2004-08-24Nasty.Matt Johnston
--HG-- extra : convert_revision : e1229cd01c3007206d2937ea390ad4966c289a5a
2004-08-17Small fixesMatt Johnston
--HG-- extra : convert_revision : 7f568ec9a453957b16efab56c215a4914f0cebf3
2004-08-17do the symlinks for multi-binary compilesMatt Johnston
--HG-- extra : convert_revision : 1a0ab43c58435f03b261ef322d24fbb5c91e8abd
2004-08-16dbclient works as "ssh" tooMatt Johnston
--HG-- extra : convert_revision : 4bf3c662e114ad16c54afdf923f2852e511f77eb
2004-08-14Dropbearkey can now print out pubkey portionsMatt Johnston
--HG-- extra : convert_revision : 2d897b12ba8710efe0b042b36b1fd31b2469eb15