summaryrefslogtreecommitdiffhomepage
path: root/options.h
AgeCommit message (Expand)Author
2013-03-20Fix "-c none" so that it allows aes during authenticationMatt Johnston
2013-03-20Merge "none" cipher/MAC branch. Also adds sha256 and sha512Matt Johnston
2013-02-23DSS_PROTOK is not necessary now that private keys are includedMatt Johnston
2013-02-12Allow configuring "allow blank password option" at runtimePaul Eggleton
2012-06-29Improve RNG seeding.Matt Johnston
2012-05-17- Only request "none" cipher after auth has succeededMatt Johnston
2012-05-17Add ALLOW_NONE_PASSWORD_AUTH optionMatt Johnston
2012-05-17Merge in "-m"/"-c" codeMatt Johnston
2012-05-17ENABLE_USER_ALGO_LIST should work for the clientMatt Johnston
2012-05-17Add rough support for choosing ciphers/hashes with "-c" or "-m"Matt Johnston
2012-05-16Update insecure-nocrypto to current headMatt Johnston
2012-05-16Disable SHA256 and SHA512 by default in options.hMatt Johnston
2012-05-10- Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to beMatt Johnston
2012-05-09Fix empty password immediate loginMatt Johnston
2012-04-12Improve comment about sha1-96Matt Johnston
2011-10-26- Add ALLOW_BLANK_PASSWORD optionMatt Johnston
2011-02-28merge of '8a608f0ed5e4b491dba4bf330e560636ec7376fd'Matt Johnston
2011-02-28- Don't allow setting memLevel since that doesn't work properlyMatt Johnston
2011-02-28Compile fix for when both client and server agent forwarding is disabledMatt Johnston
2011-02-24It happened to sonyMatt Johnston
2009-09-08- Test for pam_fail_delay() function in configureMatt Johnston
2009-09-01Rearrange getaddrstring() etcMatt Johnston
2009-08-26- set $SSH_ORIGINAL_COMMAND if a command is forced, and log itMatt Johnston
2009-07-30propagate from branch 'au.asn.ucc.matt.dropbear.cli-agent' (head eb0dae4b62e2...Matt Johnston
2009-07-29propagate from branch 'au.asn.ucc.matt.dropbear' (head bbe4e11695a7b22bd89a72...Matt Johnston
2009-07-28Use /usr/bin/X11/xauth default path insteadMatt Johnston
2009-07-26- Add option to change zlib windowBits/memLevelMatt Johnston
2009-07-24Disable Blowfish by default, it has inefficient key memory useMatt Johnston
2009-07-01propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f792...Matt Johnston
2009-03-03- Turn DROPBEAR_SMALL_CODE off by defaultMatt Johnston
2008-11-11PAM shouldn't be on by defaultMatt Johnston
2008-11-07Idle timeout patch from Farrell Aultman. Needs testing, unsure if serverMatt Johnston
2008-11-06Update nocrypto branch to current headMatt Johnston
2008-11-06propagate from branch 'au.asn.ucc.matt.dropbear' (head cdcc3c729e29544e8b98a4...Matt Johnston
2008-11-05- Update manuals, include section on authorized_keysMatt Johnston
2008-11-05- Set a default path, since bash won't export one otherwise (though it will setMatt Johnston
2008-09-29- Get rid of blowfish and twofish CTR since they weren't likelyMatt Johnston
2008-09-29- Add Counter Mode supportMatt Johnston
2008-09-23propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704...Matt Johnston
2008-09-23Split options.h out into sysoptions.h for options that aren't usuallyMatt Johnston
2008-09-23propagate from branch 'au.asn.ucc.matt.dropbear.pubkey-options' (head 537a6eb...Matt Johnston
2008-09-18Add multihop 'onion-forwarding' mode. Needs refinement, works.Matt Johnston
2008-09-17propagate from branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head ...Matt Johnston
2008-09-17Rework netcat-alike to be a proper mode, with -B argument.Matt Johnston
2008-09-15- "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.Matt Johnston
2008-09-15- Split main socket var into ses.sock_in/ses.sock_out in preparationMatt Johnston
2008-09-08* Patch from Frédéric Moulins adding options to authorized_keys.Matt Johnston
2008-03-27Forgot to bump actual version numberMatt Johnston
2007-08-16propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a...Matt Johnston
2007-08-08Prepare for 0.50 releaseMatt Johnston