summaryrefslogtreecommitdiffhomepage
path: root/cli-session.c
AgeCommit message (Expand)Author
2008-09-23propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704...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- Split main socket var into ses.sock_in/ses.sock_out in preparationMatt Johnston
2008-09-14propagate from branch 'au.asn.ucc.matt.dropbear' (head f21045c791002d81fc6b8d...Matt Johnston
2007-08-16propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a...Matt Johnston
2007-02-16Fix for -pedantic -ansi compilation, change // to /**/, plus some signednessMatt Johnston
2006-06-07add -f background option to dbclientMatt Johnston
2006-06-07Add -N "no remote command" dbclient option.Matt Johnston
2006-03-21propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b...Matt Johnston
2006-03-21A hack to make dbclient to tcp forwarding netcat style.Matt Johnston
2006-02-11Only read /dev/random once when the program startsMatt Johnston
2005-09-20added keyboard-interactive client supportMatt Johnston
2005-07-18- progress towards client agent forwardingMatt Johnston
2005-07-08rename PubkeyList to SignKeyList for clarityMatt Johnston
2005-03-02* Reset the non-blocking status of stdout and stderr as well on exitMatt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-11-27- Fixed a couple of compile warningsMatt Johnston
2004-08-26- added circular buffering for channelsMatt Johnston
2004-08-24Nasty.Matt Johnston
2004-08-23oops, the fcntl() was commented outMatt Johnston
2004-08-22Move the revert-to-non-blocking-stdin code to cli-session so itMatt Johnston
2004-08-14License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston
2004-08-12cleaning up the pubkey definesMatt Johnston
2004-08-12Oops, forgot to call the actual code.Matt Johnston
2004-08-12TCP forwarding works.Matt Johnston
2004-08-10just checkpointingMatt Johnston
2004-08-06- client pubkey auth worksMatt Johnston
2004-08-03Pubkey auth is mostly there for the client. Something strange withMatt Johnston
2004-08-02Banner printingMatt Johnston
2004-08-01added window-size change handlingMatt Johnston
2004-08-01- Added terminal mode handling etc for the client, and window changeMatt Johnston
2004-07-30tty raw mode support works mostlyMatt Johnston
2004-07-30we're nearly there yetMatt Johnston
2004-07-29set the isserver flag (oops)Matt Johnston
2004-07-28Client mostly works up to password authMatt Johnston
2004-07-27Progressing client supportMatt Johnston
2004-07-26snapshot of stuffMatt Johnston