summaryrefslogtreecommitdiffhomepage
path: root/options.h
AgeCommit message (Expand)Author
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-08Prepare for 0.50 releaseMatt Johnston
2007-08-08- Add -K keepalive flag for dropbear and dbclientMatt Johnston
2007-07-25Add -W <windowsize> argument and document it.Matt Johnston
2007-07-24Rearrange the channel buffer sizes into three neat use-editable values inMatt Johnston
2007-07-19Just use /dev/urandom since that's what everyone ends up using anyway.Matt Johnston
2007-04-16Add -u option to specify /dev/urandom insteadMatt Johnston
2007-03-17Allow reading dbclient password from an environment varMatt Johnston
2007-02-220.49 probably doneMatt Johnston
2007-02-22merge of 'a9b0496634cdd25647b65e585cc3240f3fa699ee'Matt Johnston
2007-02-22Add -p [address:]port option for binding to addresses, patch fromMatt Johnston
2007-02-12Changes for 0.49test1Matt Johnston
2006-10-11Fix up separate-directory building for libtomcryptMatt Johnston
2006-08-07merge of '9a4e042fd565f46141e81e0c1ab90260303348fe'Matt Johnston
2006-08-07Add (disabled by default) LOG_COMMANDS option to log the commands executedMatt Johnston
2006-07-07From Erik HovlandMatt Johnston
2006-06-120.49 is close to done.Matt Johnston
2006-06-10increase the size of listening sockets if the port count increasesMatt Johnston
2006-03-090.48 bumpMatt Johnston
2006-03-090.48 progressMatt Johnston
2006-03-08Update to scp from OpenSSH portable 4.3p2Matt Johnston
2006-03-08* Per-IP connection unauthed connection limitsMatt Johnston
2005-12-09 * options.h: bump the version numberMatt Johnston
2005-11-30 * options.h, common-kex.c: fix support of 4096 byte host keysMatt Johnston
2005-09-20added keyboard-interactive client supportMatt Johnston
2005-09-02disapproval of revision ac41ae96770156bca2c0193b500ee07ee8d9a027Matt Johnston
2005-09-02Increase algorithm list buffer lengthMatt Johnston
2005-08-30bytes/bits in a comment.Matt Johnston
2005-08-30- "twofish-cbc" is an alias for "twofish256-cbc"Matt Johnston
2005-08-30- Fixed twofish algorithm naming so it actually works.Matt Johnston
2005-07-08* preparing for 0.46 releaseMatt Johnston
2005-07-08* move RSA_BLINDING to options.hMatt Johnston
2005-06-01* defined USING_LISTENERS when tcp forwarding is enabled but notMatt Johnston
2005-03-07* fix comment style in options.hMatt Johnston
2005-03-07changes for 0.45Matt Johnston
2005-02-28* add SSH_ASKPASS support (based on patch from Paul WhittakerMatt Johnston
2005-02-28* respect DO_HOST_LOOKUP config optionMatt Johnston
2005-01-020.44 release changesMatt Johnston
2004-12-20Cleaned up the random code, use /dev/random by default,Matt Johnston
2004-09-14Oops, PAM was on by default in options.hMatt Johnston
2004-09-140.44test4 probablyMatt Johnston
2004-09-14PAM improvementsMatt Johnston