Damien Miller
|
c726a5f036
|
fix a crash when loading RSA1 keys
tidy and refactor a little more
|
2012-09-20 17:39:24 +02:00 |
|
Damien Miller
|
055804bec5
|
move ssh-agent to new buffer API
factor out key parsing to make it more readable and separable in
the future.
|
2012-09-20 17:39:24 +02:00 |
|
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
|
725fecd4cc
|
defatal rsa.[ch]
|
2012-09-19 05:03:02 +10:00 |
|
Damien Miller
|
68cf42d1fe
|
convert everything to new authfile.[ch] API
NB. bugs remain
|
2012-03-04 21:19:22 +01:00 |
|
Markus Friedl
|
509563f6c9
|
no need to modify the global datafellows flag from the agents,
since we can pass the compat flag directly to sshkey_sign()
|
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 |
|