Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-23 | Fix installing dropbear.8 error when building in a separate directory. | Like Ma | |
(fix pull request #6) | |||
2014-03-07 | Fix "make install" dependency so that it works without prior "make" | Matt Johnston | |
2014-02-18 | Fix building with system libtomcrypt/libtommath | Matt Johnston | |
2014-02-07 | Fix linking -lcrypt for systems without libcrypt in /usr/lib | Nicolas Boos | |
2014-02-07 | Avoid linking dropbearconvert and dropbearkey to libz or libutil | Nicolas Boos | |
2013-12-11 | Fix so that "make install" for multi target won't fail on scp which doesn't | Mike Frysinger | |
have a manpage | |||
2013-12-11 | Turn dropbearmulti into a real target so we don't constantly re-link it | Mike Frysinger | |
2013-11-14 | rename random.h to dbrandom.h since some OSes have a system random.h | Matt Johnston | |
--HG-- rename : random.c => dbrandom.c rename : random.h => dbrandom.h | |||
2013-11-08 | Merge | Matt Johnston | |
--HG-- branch : ecc | |||
2013-11-08 | curve25519 | Matt Johnston | |
--HG-- branch : ecc | |||
2013-11-07 | refactor key generation, make it generate as required. | Matt Johnston | |
Needs UI in server command line options --HG-- branch : keyondemand | |||
2013-10-18 | Merge in changes from the past couple of releases | Matt Johnston | |
--HG-- branch : ecc | |||
2013-10-09 | - Fix "inst_scp" target since there isn't a manpage | Matt Johnston | |
- Fix "make install MULTI=1" | |||
2013-10-09 | Add @exec_prefix@ that was missing | Matt Johnston | |
2013-10-03 | Add manpage for dropbearconvert | Matt Johnston | |
Move dropbearkey to manual section 1 Add install target for manpages --HG-- rename : dropbearkey.8 => dropbearkey.1 | |||
2013-05-21 | Fix static library order, libtomcrypt depends on libtommath | Matt Johnston | |
--HG-- branch : ecc | |||
2013-05-21 | merge in HEAD | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-09 | start on ecdsa keys | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-07 | ecc kind of works, needs fixing/testing | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-01 | merge from head roundtrip changes | Matt Johnston | |
--HG-- branch : kexguess | |||
2013-03-31 | Don't bother waiting for a ssh-connection service reply - the server | Matt Johnston | |
will disconnect if it wasn't accepted | |||
2013-03-30 | Get rid of client/server specific buf_match_algo, use single | Matt Johnston | |
function with a couple of if statements instead --HG-- branch : kexguess | |||
2013-03-27 | more bits on ecc branch | Matt Johnston | |
--HG-- branch : ecc | |||
2013-03-26 | refactor kexdh code a bit, start working on ecdh etc | Matt Johnston | |
--HG-- branch : ecc | |||
2011-11-08 | Fix symlink target created by installdropbearmulti | Matt Johnston | |
2011-06-30 | Hopefully fix -lcrypt problem | Matt Johnston | |
--HG-- extra : convert_revision : 94d41df148dba424a62b442aebdb5cf0db11449a | |||
2011-02-25 | -lcrypt needs to be before object files when static linking | Matt Johnston | |
--HG-- extra : convert_revision : 8ecc9a039f16d8492d2b7f64e8602d3f6302e212 | |||
2010-07-21 | Work properly again with bundled libtom*. autoconf is a hassle. | Matt Johnston | |
--HG-- extra : convert_revision : 4077fc3332bd7c965aadbb05b02eba6d00fa9621 | |||
2010-07-21 | Use system libtomcrypt/libtommath if available. Doesn't currently | Matt Johnston | |
build due to clash in rsa_key identifier. --HG-- extra : convert_revision : c9a4726d1c89e17ee8e96801d1aaa8049216aae1 | |||
2009-09-02 | - scp progressbar needs strlcat(), so add compat.o | Matt Johnston | |
--HG-- extra : convert_revision : 0743230bac5ae28d1b773fb4d89c4d88b6a9a0c1 | |||
2009-07-06 | New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList | Matt Johnston | |
--HG-- branch : agent-client extra : convert_revision : 5465e639cc3f5ee0c6c55f0de6e7b6d5a8769da3 | |||
2009-07-01 | Make 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 notation | Matt Johnston | |
--HG-- extra : convert_revision : 8d1eddd800cc6c405f2b3eaad148433c0d6bc0c8 | |||
2008-11-17 | Only use -lcrypt for Dropbear server binary | Matt 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-11 | Fix up separate-directory building for libtomcrypt | Matt Johnston | |
Use $CC rather than $LD for linking --HG-- extra : convert_revision : 31dcd7a22983ef19d6c63248e415e71d292dd0ec | |||
2006-04-18 | Include CPPFLAGS in CFLAGS | Matt Johnston | |
--HG-- extra : convert_revision : 138a11bc1e2babcd8b1182e6cb2a85d4e9404b11 | |||
2005-09-20 | added keyboard-interactive client support | Matt Johnston | |
--HG-- extra : convert_revision : 3df738e42f4fc8b7f0f3ff9ca767386f54edb1ea | |||
2005-05-10 | * change include path for libtomcrypt 1.02 | Matt Johnston | |
--HG-- extra : convert_revision : 77a587ebc40afe3a2ac02db1676dfc01044c618a | |||
2005-03-02 | * don't add a 'static' prefix to binary names | Matt Johnston | |
--HG-- extra : convert_revision : 7d2393b48b6b8ed87d3bed5685cf598356eada8d | |||
2005-01-02 | 0.44 release changes | Matt Johnston | |
--HG-- extra : convert_revision : 47d6b5589a4eaf707ed1c3685d9ef49306af18d8 | |||
2004-12-17 | Pristine compilation works. | Matt Johnston | |
--HG-- extra : convert_revision : 64faed12a3a33720986786db602714dfaa4bc599 | |||
2004-09-21 | use inst_ rather than inst, so it doesn't try to install "all". | Matt Johnston | |
--HG-- extra : convert_revision : 17b3eab398414e4bd5e77289bcc73f6185c4c43f | |||
2004-09-12 | propagate 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-12 | propagate 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-24 | Nasty. | Matt Johnston | |
--HG-- extra : convert_revision : e1229cd01c3007206d2937ea390ad4966c289a5a | |||
2004-08-17 | Small fixes | Matt Johnston | |
--HG-- extra : convert_revision : 7f568ec9a453957b16efab56c215a4914f0cebf3 | |||
2004-08-17 | do the symlinks for multi-binary compiles | Matt Johnston | |
--HG-- extra : convert_revision : 1a0ab43c58435f03b261ef322d24fbb5c91e8abd | |||
2004-08-16 | dbclient works as "ssh" too | Matt Johnston | |
--HG-- extra : convert_revision : 4bf3c662e114ad16c54afdf923f2852e511f77eb | |||
2004-08-14 | Dropbearkey can now print out pubkey portions | Matt Johnston | |
--HG-- extra : convert_revision : 2d897b12ba8710efe0b042b36b1fd31b2469eb15 |