index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
svr-agentfwd.c
Age
Commit message (
Expand
)
Author
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2015-02-24
Some minor typo fixes, found by codespell.
Thorsten Horstmann
2013-11-14
rename random.h to dbrandom.h since some OSes have a system random.h
Matt Johnston
2011-04-07
Clean up fd on failure. Found by Klocwork
Matt Johnston
2011-02-28
Compile fix for when both client and server agent forwarding is disabled
Matt Johnston
2011-02-23
Improve capitalisation for all logged strings
Matt Johnston
2009-07-30
Agent forwarding works
Matt Johnston
2008-09-23
propagate 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-13
Make a copy of passwd fields since getpwnam()'s retval isn't safe to keep
Matt Johnston
2005-07-18
- progress towards client agent forwarding
Matt Johnston
2005-01-02
Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Matt Johnston
2004-08-27
merge of 50be59810e462f9f44f55e421227d6aa0b31982b
Matt Johnston
2004-08-26
- added circular buffering for channels
Matt Johnston
2004-08-12
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston
2004-08-10
just checkpointing
Matt Johnston
2004-07-27
Progressing client support
Matt Johnston
2004-06-03
Fixed stupid agentfwd error (using the listening FD, not the accepted on. gah)
Matt Johnston
2004-06-03
Mostly done with the listener changeover
Matt Johnston
2004-06-01
syntactical fixups - it compiles, but channel handling code requires fixing.
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston