10 Commits

Author SHA1 Message Date
Markus Friedl
011c12f689 sync cvs as of 2012-12-14 (keep cipher-ctr.c) 2012-12-30 09:09:52 +01:00
Damien Miller
4036138982 convert ssh-add.c to new buffer API
that was refreshingly easy...
2012-09-21 04:47:42 +10:00
Markus Friedl
19d6c6ae8b do not leak existing comment 2012-04-02 21:13:32 +02:00
Damien Miller
a40866a6be hush warnings for certificate loading if file is not present 2012-03-27 09:42:55 +11:00
Damien Miller
fab052172d fixes from Markus 2012-03-27 08:57:21 +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
5853fac4dc ssh-add: fix calls to sshkey_parse_private(), passphrase before filename 2012-03-04 21:19:22 +01:00
Damien Miller
68cf42d1fe convert everything to new authfile.[ch] API
NB. bugs remain
2012-03-04 21:19:22 +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