search for: 13_session

Displaying 1 result from an estimated 1 matches for "13_session".

2001 Oct 25
2
SIGCHLD race *trivial* patch
...haps it too should have a check to break out of its loop if the child is terminated and there are no channels still open. (*) I hope :) Cheers, Nico Index: 2_9_p2_w_gss_krb5_named_keys.10/session.h --- 2_9_p2_w_gss_krb5_named_keys.10/session.h Tue, 26 Jun 2001 16:27:13 -0400 willian (OpenSSH/i/13_session.h 1.2 644) +++ 2_9_p2_w_gss_krb5_named_keys.10(w)/session.h Thu, 25 Oct 2001 14:58:32 -0400 willian (OpenSSH/i/13_session.h 1.2 644) @@ -28,6 +28,7 @@ void do_authenticated(Authctxt *ac); +int session_still_used(); int session_open(int id); void session_input_channel_req(int id, void *arg);...