Markus Friedl
dcdd40541b
replace some active_state with ssh
2012-09-21 12:04:08 +02:00
Damien Miller
d01ff4fdfa
remove legacy packet_ calls from ttymodes.c
2012-09-21 19:59:25 +10:00
Markus Friedl
7ce2b783cb
roaming: PACKET_SKIP_COMPAT
2012-09-21 00:58:36 +02:00
Markus Friedl
0a153a1e28
ssh.c: PACKET_SKIP_COMPAT
2012-09-21 00:58:36 +02:00
Damien Miller
6526ead4fe
remove last compat packet_ function from mux.c
...
add ssh argument to global confirm callbacks. We'll need to put
the head of this list under struct ssh at some time in the future.
2012-09-21 08:15:59 +10:00
Damien Miller
5020b06a6b
remove the last traces of the old buffer API
...
yay :)
2012-09-21 05:35:30 +10:00
Damien Miller
a873d2e3a2
convert mux.c to new buffer API
2012-09-20 17:38:56 +10:00
Markus Friedl
e3403f3457
update to openssh-6.1
2012-07-30 20:41:29 +02: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
Damien Miller
68cf42d1fe
convert everything to new authfile.[ch] API
...
NB. bugs remain
2012-03-04 21:19:22 +01:00
Markus Friedl
aac1adfc7b
replace global 'datafellows' with new ssh->compat flag
2012-03-04 21:19:21 +01:00
Markus Friedl
ee43f74f13
clientloop.c: packet_ -> ssh_packet, dispatch_ -> ssh_dispatch_
2012-03-04 21:19:21 +01:00
Markus Friedl
ce73007d5b
create struct ssh in ssh_connect() and pass it to ssh_login(),
...
ssh_exchange_identification(), ssh_kex2() and ssh_userauth2()
so we can avoid accessing the global connections state from there.
2012-03-04 21:19:21 +01:00
Markus Friedl
14d8f87192
de-fatal ssh_packet_{init,start}_compression()
2012-03-04 21:19:18 +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