summaryrefslogtreecommitdiffhomepage
path: root/svr-agentfwd.c
AgeCommit message (Expand)Author
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2015-02-24Some minor typo fixes, found by codespell.Thorsten Horstmann
2013-11-14rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston
2011-04-07Clean up fd on failure. Found by KlocworkMatt Johnston
2011-02-28Compile fix for when both client and server agent forwarding is disabledMatt Johnston
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
2009-07-30Agent forwarding worksMatt Johnston
2008-09-23propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704...Matt Johnston
2008-09-08* Patch from Frédéric Moulins adding options to authorized_keys.Matt Johnston
2008-01-13Make a copy of passwd fields since getpwnam()'s retval isn't safe to keepMatt Johnston
2005-07-18- progress towards client agent forwardingMatt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-08-27merge of 50be59810e462f9f44f55e421227d6aa0b31982bMatt Johnston
2004-08-26- added circular buffering for channelsMatt Johnston
2004-08-12Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston
2004-08-10just checkpointingMatt Johnston
2004-07-27Progressing client supportMatt Johnston
2004-06-03Fixed stupid agentfwd error (using the listening FD, not the accepted on. gah)Matt Johnston
2004-06-03Mostly done with the listener changeoverMatt Johnston
2004-06-01syntactical fixups - it compiles, but channel handling code requires fixing.Matt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston