Damien Miller
54c2c68956
This stated as a conversion of monitor*.[ch] to the new
...
buffer API, but it got away from me...
Includes a change from u_int -> size_t in the key API that
touches quite a few things
2012-09-20 01:22:35 +10:00
Damien Miller
bdc1f63423
fixes - bad message format in ssh_decrypt_challenge(), missing break in ssh_add_identity_constrained()
2012-03-27 09:43:50 +11:00
Damien Miller
fab052172d
fixes from Markus
2012-03-27 08:57:21 +11:00
Damien Miller
e237a835f2
gracefully skip unrecognised key types
2012-03-26 23:23:34 +11:00
Damien Miller
2c25fb2ede
refactor agent client code
...
removed fatal()
buffer_ => sshbuf_
changed lookup of identies to return a fully-deserialised list of keys
removed AuthenticationConnection abstration; all operations now use plain socket
2012-03-26 23:10:27 +11:00
Markus Friedl
aac1adfc7b
replace global 'datafellows' with new ssh->compat flag
2012-03-04 21:19:21 +01:00
Damien Miller
ea5ceecdc2
first cut at merging disentangled buffer and library code. buffer_* continue
...
to exist as thin wrappers around sshbuf_*
doesn't yet pass regress (breakage in hostkey checking, probably related to
new sshkey_* return values)
2012-01-17 14:32:48 +01:00
Markus Friedl
a87828ec88
import openssh as of 2012/01/05
2012-01-05 12:08:12 +01:00