summaryrefslogtreecommitdiff
path: root/options.h
Commit message (Collapse)AuthorAgeFilesLines
* - Only request "none" cipher after auth has succeededinsecure-nocryptoMatt Johnston2012-05-171-4/+0
|
* Add ALLOW_NONE_PASSWORD_AUTH optionMatt Johnston2012-05-171-7/+5
|
* Merge in "-m"/"-c" codeMatt Johnston2012-05-171-2/+5
|\
| * ENABLE_USER_ALGO_LIST should work for the clientMatt Johnston2012-05-171-1/+1
| |
| * Add rough support for choosing ciphers/hashes with "-c" or "-m"Matt Johnston2012-05-171-0/+3
| |
* | Update insecure-nocrypto to current headMatt Johnston2012-05-161-1/+19
|\ \
| * | Update nocrypto branch to current headMatt Johnston2008-11-061-6/+13
| | |
| * | propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston2008-11-061-0/+17
| |\ \ | | | | | | | | | | | | | | | | | | | | cdcc3c729e29544e8b98a408e2dc60e4483dfd2a) to branch 'au.asn.ucc.matt.dropbear.insecure-nocrypto' (head 0ca38a1cf349f7426ac9de34ebe4c3e3735effab)
| | * | Comment cleanupsMatt Johnston2006-10-021-3/+3
| | | |
| | * | propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston2006-03-101-0/+20
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 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-231-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | 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-101-0/+2
| |_|_|/ |/| | | | | | | | | | | getting keyed incorrectly
* | | | Fix empty password immediate loginMatt Johnston2012-05-091-2/+1
| | | |
* | | | Improve comment about sha1-96Matt Johnston2012-04-121-3/+4
| | | |
* | | | - Add ALLOW_BLANK_PASSWORD optionMatt Johnston2011-10-261-3/+10
| | | | | | | | | | | | | | | | - Don't reject blank-password logins via public key
* | | | merge of '8a608f0ed5e4b491dba4bf330e560636ec7376fd'Matt Johnston2011-02-281-9/+5
|\ \ \ \ | | | | | | | | | | | | | | | and 'b31879a384d3bf8cbcbe2ed731d7d79d49799b1d'
| * | | | - Don't allow setting memLevel since that doesn't work properlyMatt Johnston2011-02-281-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Better handling of the case where compressing makes the data larger (possibly only happens when memLevel is adjusted, but better to be safe)
* | | | | Compile fix for when both client and server agent forwarding is disabledMatt Johnston2011-02-281-1/+1
|/ / / /
* | | | It happened to sonyMatt Johnston2011-02-241-1/+2
| | | |
* | | | - Test for pam_fail_delay() function in configureMatt Johnston2009-09-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | - Recognise "username:" as a PAM prompt - Add some randomness to the auth-failure delay - Fix wrongly committed options.h/debug.h
* | | | Rearrange getaddrstring() etcMatt Johnston2009-09-011-2/+2
| | | |
* | | | - set $SSH_ORIGINAL_COMMAND if a command is forced, and log itMatt Johnston2009-08-261-1/+2
| | | | | | | | | | | | | | | | if LOG_COMMANDS is set
* | | | propagate from branch 'au.asn.ucc.matt.dropbear.cli-agent' (head ↵Matt Johnston2009-07-301-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | eb0dae4b62e243ba37a897beb7ba81a4f637d8b3) to branch 'au.asn.ucc.matt.dropbear' (head ff0abce7b29e61630e3b09e5fc5820ae6e192808)
| * \ \ \ propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston2009-07-291-1/+23
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bbe4e11695a7b22bd89a722600eb4a4020b6fdf3) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 276cf5e82276b6c879d246ba64739ec6868f5150)
| * \ \ \ \ propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston2009-07-011-18/+35
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 899a8851a5edf840b2f7925bcc26ffe99dcac54d) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 6bbab8364de17bd9ecb1dee5ffb796e48c0380d2)
| * \ \ \ \ \ propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston2008-09-231-1/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4fb35083f0f46ea667e7043e7d4314aecd3df46c) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 833d0adef6cdbf43ea75283524c665e70b0ee1ee)
| | * \ \ \ \ \ propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston2007-08-161-1/+6
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8a7db1e2fdc5636abb338adb636babc32f465739) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head d82c25da2f7e4fb6da510d806c64344e80bb270d)
| | | * \ \ \ \ \ propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston2006-03-211-16/+47
| | | |\ \ \ \ \ \ | | | | | |_|_|/ / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0501e6f661b5415eb76f3b312d183c3adfbfb712) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 01038174ec27245b51bd43a66c01ad930880f67b)
| | | * | | | | | - progress towards client agent forwardingMatt Johnston2005-07-181-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (incomplete and does not compile)
* | | | | | | | | Use /usr/bin/X11/xauth default path insteadMatt Johnston2009-07-281-1/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | - Add option to change zlib windowBits/memLevelMatt Johnston2009-07-261-0/+21
| | | | | | | |
* | | | | | | | Disable Blowfish by default, it has inefficient key memory useMatt Johnston2009-07-241-1/+2
| |_|_|_|/ / / |/| | | | | |
* | | | | | | - Turn DROPBEAR_SMALL_CODE off by defaultMatt Johnston2009-03-031-3/+4
| | | | | | |
* | | | | | | PAM shouldn't be on by defaultMatt Johnston2008-11-111-2/+2
| | | | | | |
* | | | | | | Idle timeout patch from Farrell Aultman. Needs testing, unsure if serverMatt Johnston2008-11-071-2/+6
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | code works
* | | | | | - Update manuals, include section on authorized_keysMatt Johnston2008-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change default PATH to /usr/bin:/bin - Mention DEBUG_TRACE in -v help text
* | | | | | - Set a default path, since bash won't export one otherwise (though it will setMatt Johnston2008-11-051-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | one, leading to mysterious problems) - Rearrange some options
* | | | | | - Get rid of blowfish and twofish CTR since they weren't likelyMatt Johnston2008-09-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | to be that useful
* | | | | | - Add Counter Mode supportMatt Johnston2008-09-291-9/+13
|/ / / / /
* | | | | Split options.h out into sysoptions.h for options that aren't usuallyMatt Johnston2008-09-231-206/+6
| | | | | | | | | | | | | | | | | | | | user-changed
* | | | | propagate from branch 'au.asn.ucc.matt.dropbear.pubkey-options' (head ↵Matt Johnston2008-09-231-2/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 537a6ebebb46424b967ffe787f0f8560e5f447e8) to branch 'au.asn.ucc.matt.dropbear' (head 10b2f286b9886364db39dfbb4f8f46e49e345d87)
| * | | | | Add multihop 'onion-forwarding' mode. Needs refinement, works.Matt Johnston2008-09-181-2/+6
| | | | | |
| * | | | | propagate from branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head ↵Matt Johnston2008-09-171-0/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b02ba6628cf2095017c60d202ac630f231e6b553) to branch 'au.asn.ucc.matt.dropbear' (head 636506b73e973b004cc058b07e6f36a25ff902f8)
| | * | | | | Rework netcat-alike to be a proper mode, with -B argument.dbclient-netcat-alikeMatt Johnston2008-09-171-0/+4
| | | | | | |
| * | | | | | - "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.Matt Johnston2008-09-151-1/+1
| | | | | | |
| * | | | | | - Split main socket var into ses.sock_in/ses.sock_out in preparationMatt Johnston2008-09-151-0/+4
| |/ / / / / | | | | | | | | | | | | | | | | | | for -J proxy_cmd option (and some prelim options for that)
* | | | | | * Patch from Frédéric Moulins adding options to authorized_keys.Matt Johnston2008-09-081-0/+5
|/ / / / / | | | | | | | | | | | | | | | Needs review.
* | | | | Forgot to bump actual version numberDROPBEAR_0.51Matt Johnston2008-03-271-1/+1
|/ / / /
* | | | Prepare for 0.50 releaseMatt Johnston2007-08-081-1/+1
| | | |