index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
cli-kex.c
Age
Commit message (
Expand
)
Author
2013-05-21
merge in HEAD
Matt Johnston
2013-04-14
requirenext fixup for firstkexfollows
Matt Johnston
2013-04-14
merge
Matt Johnston
2013-04-14
-y -y to disable hostkey checking
Matt Johnston
2013-04-08
- Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string()
Matt Johnston
2013-04-07
ecc kind of works, needs fixing/testing
Matt Johnston
2013-04-04
Take transmit and receive keys into use separately
Matt Johnston
2013-04-03
Don't usually need to recalculate dh_e for the repeated kexdh_init packet
Matt Johnston
2013-04-01
merge from head roundtrip changes
Matt Johnston
2013-04-01
Move the more verbose TRACE() statements into TRACE2()
Matt Johnston
2013-03-29
first_kex_packet_follows working, needs tidying
Matt Johnston
2013-03-29
More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,
Matt Johnston
2013-03-27
more bits on ecc branch
Matt Johnston
2013-03-26
refactor kexdh code a bit, start working on ecdh etc
Matt Johnston
2013-03-23
Fix a few compile warnings
Matt Johnston
2009-09-01
Rearrange getaddrstring() etc
Matt Johnston
2009-06-12
- Make -i and -W pass through multihop arguments
Matt Johnston
2007-02-25
Remove a newline from the kex prompt question, from FreeWRT
Matt Johnston
2007-02-22
Improve known_hosts checking.
Matt Johnston
2007-02-11
Add '-y' option to dbclient to accept the host key without checking
Matt Johnston
2006-07-07
Fixes from Erik Hovland:
Matt Johnston
2006-06-07
Look at HOME before /etc/passwd when looking for ~/.ssh/known_hosts
Matt Johnston
2006-04-12
don't fail fatally if the client can't get homedir from getpwuid(), fallback
Matt Johnston
2005-01-11
Read "y/n" response for fingerprints from /dev/tty directly so that dbclient
Matt Johnston
2005-01-02
Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Matt Johnston
2004-08-24
Fix if the first write fails
Matt Johnston
2004-08-17
default initialisers for mp_ints
Matt Johnston
2004-08-16
create known_hosts properly
Matt Johnston
2004-08-16
- don't crash when trying to add to known_hosts if it doesn't exist
Matt Johnston
2004-08-14
License boilerplate etc, add Mihnea as an author to some of the files
Matt Johnston
2004-08-09
add new entries to known_hosts
Matt Johnston
2004-08-08
- Hostkey checking is mostly there, just aren't appending yet.
Matt Johnston
2004-07-28
Client mostly works up to password auth
Matt Johnston
2004-07-27
Progressing client support
Matt Johnston
2004-07-26
snapshot of stuff
Matt Johnston