]> andersk Git - openssh.git/commit
- djm@cvs.openbsd.org 2008/05/08 12:02:23
authordjm <djm>
Mon, 19 May 2008 05:05:07 +0000 (05:05 +0000)
committerdjm <djm>
Mon, 19 May 2008 05:05:07 +0000 (05:05 +0000)
commit3593bdc01eb0692e3542e0b7c1cff8add83c963c
treea460f43c548c6b78a83457b9411bd65b41048428
parent17f02f0a582588c2df79e9031a3d2ae8126e94ff
   - djm@cvs.openbsd.org 2008/05/08 12:02:23
     [auth-options.c auth1.c channels.c channels.h clientloop.c gss-serv.c]
     [monitor.c monitor_wrap.c nchan.c servconf.c serverloop.c session.c]
     [ssh.c sshd.c]
     Implement a channel success/failure status confirmation callback
     mechanism. Each channel maintains a queue of callbacks, which will
     be drained in order (RFC4253 guarantees confirm messages are not
     reordered within an channel).
     Also includes a abandonment callback to clean up if a channel is
     closed without sending confirmation messages. This probably
     shouldn't happen in compliant implementations, but it could be
     abused to leak memory.
     ok markus@ (as part of a larger diff)
15 files changed:
ChangeLog
auth-options.c
auth1.c
channels.c
channels.h
clientloop.c
gss-serv.c
monitor.c
monitor_wrap.c
nchan.c
servconf.c
serverloop.c
session.c
ssh.c
sshd.c
This page took 0.049801 seconds and 5 git commands to generate.