Age | Commit message (Collapse) | Author |
|
update maxfd if maxfd gets closed.
|
|
|
|
|
|
|
|
TODO; cleanup headers
|
|
call channel_free_all before calling waitpid() in serverloop.
fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE
|
|
|
|
|
|
|
|
|
|
bug reported by bowman@math.ualberta.ca
|
|
|
|
fixes the server-discards-data-before-connected-bug found by onoe@sm.sony.co.jp
|
|
|
|
problems.
channel_new now returns a Channel *, favour Channel * over channel id.
remove old channel_allocate interface.
|
|
|
|
~? help text; ok markus@
|
|
|
|
should fix some of the blocking problems for rsync over SSH-1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
don't send channel data after rekeying is started.
|
|
todo: we should not send any non-KEX messages after we send KEXINIT
|
|
(1) force rekeying with ~R, or
(2) if the server requests rekeying.
works against ssh-2.0.12/2.0.13/2.1.0/2.2.0/2.3.0/2.3.1/2.4.0
|
|
|
|
|
|
|
|
|
|
- more strict prototypes, include necessary headers
- use paths.h/pathnames.h decls
- size_t typecase to int -> u_long
|
|
|
|
|
|
|
|
rename util.[ch] -> misc.[ch]
|
|
|
|
|
|
with u_char.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the details. everything is now under Tatu's licence (which I copied from his
readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd
developers under a 2-term bsd licence. We're not changing any rules, just
being accurate.
|
|
|