summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Only request "none" cipher after auth has succeededinsecure-nocryptoMatt Johnston2012-05-175-15/+54
|
* Add ALLOW_NONE_PASSWORD_AUTH optionMatt Johnston2012-05-172-9/+13
|
* Merge in "-m"/"-c" codeMatt Johnston2012-05-177-4/+163
|\
| * ENABLE_USER_ALGO_LIST should work for the clientMatt Johnston2012-05-174-65/+27
| |
| * Add rough support for choosing ciphers/hashes with "-c" or "-m"Matt Johnston2012-05-177-11/+208
| |
* | Update insecure-nocrypto to current headMatt Johnston2012-05-164-28/+65
|\ \
| * | Update nocrypto branch to current headMatt Johnston2008-11-063-32/+25
| | |
| * | propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston2008-11-064-9/+60
| |\ \ | | | | | | | | | | | | | | | | | | | | cdcc3c729e29544e8b98a408e2dc60e4483dfd2a) to branch 'au.asn.ucc.matt.dropbear.insecure-nocrypto' (head 0ca38a1cf349f7426ac9de34ebe4c3e3735effab)
| | * | Comment cleanupsMatt Johnston2006-10-021-3/+3
| | | |
| | * | explicit merge of '0501e6f661b5415eb76f3b312d183c3adfbfb712'Matt Johnston2006-10-022-0/+25
| | |\ \ | | | | | | | | | | | | | | | and '2b954d406290e6a2be8eb4a262d3675ac95ac544'
| | * \ \ propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston2006-03-104-18/+58
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7ad1775ed65e75dbece27fe6b65bf1a234db386a) to branch 'au.asn.ucc.matt.dropbear.insecure-nocrypto' (head 88ed2b94d9bfec9a4f661caf592ed01da5eb3b6a)
| | | * | | - a hack for grahame to run dropbear with "none" cipher.Matt Johnston2005-09-234-18/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DO NOT USE IF YOU DON'T KNOW THE CONSEQUENCES Here is your noose. Use it wisely.
* | | | | | Disable SHA256 and SHA512 by default in options.hMatt Johnston2012-05-161-2/+2
| | | | | |
* | | | | | - Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to beMatt Johnston2012-05-105-11/+52
| |_|_|_|/ |/| | | | | | | | | | | | | | getting keyed incorrectly
* | | | | Don't TRACE() the pw_passwdMatt Johnston2012-05-091-1/+0
| | | | |
* | | | | Fix empty password immediate loginMatt Johnston2012-05-093-11/+4
| | | | |
* | | | | Return immediate success for blank passwords if allowedMatt Johnston2012-05-093-22/+37
| | | | |
* | | | | Server shouldn't return "localhost" in response to -R forward connectionsMatt Johnston2012-05-093-8/+14
| | | | | | | | | | | | | | | | | | | | if that wasn't what the client requested.
* | | | | Initialise agent_fd to -1 so we don't end up closing stdin (fd 0)Matt Johnston2012-05-091-0/+1
| | | | | | | | | | | | | | | | | | | | if public key authentication is disabled
* | | | | - Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWDMatt Johnston2012-05-093-23/+35
| | | | | | | | | | | | | | | | | | | | | | | | | - Fix build if ENABLE_SVR_REMOTETCPFWD is disabled but ENABLE_SVR_LOCALTCPFWD is enabled
* | | | | Ignore -q if SCP_PROGRESS isn't setMatt Johnston2012-04-241-2/+2
| | | | |
* | | | | Split listening port argument at the rightmost colon, allows binding toMatt Johnston2012-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specific IPv6 addresses. From OpenWRT, https://dev.openwrt.org/browser/trunk/package/dropbear/patches/300-ipv6_addr_port_split.patch
* | | | | Improve comment about sha1-96Matt Johnston2012-04-121-3/+4
| | | | |
* | | | | Slight formatting change for ENABLE_CLI_AGENTFWD if statementMatt Johnston2012-04-091-5/+3
| | | | |
* | | | | Fixed compilation with unset ENABLE_{SVR,CLI}_AGENTFWD.Andrey Mazo2012-03-265-14/+23
| | | | | | | | | | | | | | | | | | | | Got rid of ENABLE_AGENTFWD macro.
* | | | | Rename HAVE_FORK to USE_VFORKMatt Johnston2012-04-096-19/+23
| | | | | | | | | | | | | | | | | | | | | | | | | It makes it a bit more obvious why there's a test there since HAVE_FORK is the normal case.
* | | | | check for fork() and not __uClinux__Mike Frysinger2012-04-086-40/+41
| | | | |
* | | | | fix out-of-tree cleaningMike Frysinger2012-04-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we build out of tree and then run `make clean`, we hit an infinite loop where libtommath tries to enter subdirs that don't exist and run `make clean`.
* | | | | Added signature for changeset 85f835f2fe0aMatt Johnston2012-02-231-0/+1
| | | | |
* | | | | Added tag DROPBEAR_2012.55 for changeset d354464b2aa6Matt Johnston2012-02-230-0/+0
| | | | |
* | | | | - Improve CHANGES descriptionDROPBEAR_2012.55Matt Johnston2012-02-231-5/+7
| | | | |
* | | | | 2012.55Matt Johnston2012-02-223-1/+24
| | | | |
* | | | | - Fix minor leakMatt Johnston2012-02-221-13/+4
| | | | |
* | | | | Fix accidentally committed changeMatt Johnston2012-02-221-3/+3
| | | | |
* | | | | - Initialise sa_mask properlyMatt Johnston2011-12-043-5/+6
| | | | |
* | | | | - MergeMatt Johnston2012-02-213-1/+3
|\ \ \ \ \
| * | | | | - Make sure sa_mask is setMatt Johnston2012-02-212-0/+2
| | | | | |
| * | | | | - Burn buffers to 0x00 insteadMatt Johnston2012-02-211-1/+1
| | | | | |
* | | | | | - Fix use-after-free if multiple command requests were sent. MoveMatt Johnston2011-12-044-11/+19
| | | | | | | | | | | | | | | | | | | | | | | | the original_command into chansess struct since that makes more sense
* | | | | | - Remove unused variable/codeMatt Johnston2011-12-041-2/+1
| | | | | |
* | | | | | - Make sure we don't use channel-specific data after it has been freedMatt Johnston2011-12-042-7/+18
| | | | | | | | | | | | | | | | | | | | | | | | with a ChanType->closehandler()
* | | | | | - Fix some format strings in TRACE()sMatt Johnston2011-12-042-3/+3
| | | | | |
* | | | | | - We don't need to test for NULL before free()Matt Johnston2011-12-042-8/+1
|/ / / / /
* | | | | MergeMatt Johnston2012-02-102-0/+6
|\ \ \ \ \
| * | | | | Clear a few buffers when possibleMatt Johnston2012-02-102-0/+6
| | | | | |
* | | | | | Put better #if guards around IPv6 socket options for IPV6_TCLASS andMatt Johnston2011-11-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | IPV6_V6ONLY. From Gustavo Zacarias.
* | | | | | Added signature for changeset 3f12086c2ef2Matt Johnston2011-11-081-0/+1
| | | | | |
* | | | | | Added tag DROPBEAR_2011.54 for changeset 3f12086c2ef2Matt Johnston2011-11-080-0/+0
| | | | | |
* | | | | | Changelog and version bump for 2011.54DROPBEAR_2011.54Matt Johnston2011-11-083-1/+41
| | | | | |
* | | | | | Fix symlink target created by installdropbearmultiMatt Johnston2011-11-081-2/+4
|/ / / / /