index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
cli-agentfwd.c
Age
Commit message (
Expand
)
Author
2016-11-15
upgrade atomicio
Francois Perrad
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2015-03-01
allocate buffer and data in a single allocation
Matt Johnston
2015-01-04
clarify bad/unknown
Matt Johnston
2015-01-01
Handle invalid agent keys by skipping rather than exiting.
Catalin Patulea
2014-08-19
Make keepalive handling more robust, this should now match what OpenSSH does
Matt Johnston
2013-11-25
Fix some warnings
Matt Johnston
2013-11-14
rename random.h to dbrandom.h since some OSes have a system random.h
Matt Johnston
2013-11-14
use oldstyle comments
Matt Johnston
2013-04-07
ecc kind of works, needs fixing/testing
Matt Johnston
2013-04-06
Make _sign and _verify functions take a buffer* rather than void* and int
Matt Johnston
2013-03-23
Fix a few compile warnings
Matt Johnston
2011-12-04
- Remove unused variable/code
Matt Johnston
2011-04-07
Tidy error handling and get rid of some commented out code
Matt Johnston
2011-04-07
Fix check of wrong variable found by Klocwork
Matt Johnston
2009-08-13
- Don't print warning if SSH_AUTH_SOCK is unset
Matt Johnston
2009-07-31
- Handle failure to connect to forwarding socket
Matt Johnston
2009-07-30
Agent forwarding works
Matt Johnston
2009-07-06
- Client auth using an agent's key works. Still need to implement client
Matt Johnston
2009-07-06
New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList
Matt Johnston
2009-07-01
Talking to the agent works now. Can't interpret the pubkeys.
Matt Johnston
2009-07-01
Make it compile, update for changes in channel structure.
Matt Johnston
2005-07-18
- progress towards client agent forwarding
Matt Johnston