Displaying 2 results from an estimated 2 matches for "channel_forwarded_auth_socket_nam".
Did you mean:
channel_forwarded_auth_socket_name
2001 Jun 05
1
OpenSSH tmp cleanup
Hi,
I noticed that Markus has fixed the temporary file cleanup problems in
OpenSSH cvs. What files need patching for this ? I only noticed
changes in: session.c, channels.h and channels.c.
-Jarno
--
Jarno Huuskonen <Jarno.Huuskonen at uku.fi>
2001 May 11
1
Problems with OpenSSH2.9p1 on Linux/Sparc
...le and then type "cat <patchfile>
| patch -p1" from
your openssh2.9p1 directory to install.
----------------------------------------------------------
*** channels.c Fri May 11 16:06:04 2001
--- channels.c.new Fri May 11 16:07:29 2001
***************
*** 2623,2629 ****
snprintf(channel_forwarded_auth_socket_name, MAX_SOCKET_NAME,
"%s/agent.%d",
channel_forwarded_auth_socket_dir, (int) getpid());
! if (atexit(cleanup_socket) < 0) {
int saved = errno;
cleanup_socket();
packet_disconnect("socket: %.100s", strerror(saved));
--- 2623,2633 ----
snprintf(channel_forwa...