1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/ssh/files
John Polstra 4b40e7aa2b Prevent this server error message:
fatal: Local: Agent socket bind failed: Address already in use

It would happen when the server tried to create the Unix domain
socket "/tmp/ssh-username/agent-socket-123", if the file already
existed.  It could already exist if it happened to be left over from
a system crash.  This patch unlinks the file before attempting the
bind operation.

I will send this patch to ssh-bugs@cs.hut.fi too.
1997-07-19 19:28:35 +00:00
..
patch-aa Update from ssh-1.2.19 to ssh-1.2.20. All patches applied still, I just 1997-04-25 05:01:06 +00:00
patch-ac Update from ssh-1.2.19 to ssh-1.2.20. All patches applied still, I just 1997-04-25 05:01:06 +00:00
patch-ae Upgrade to 1.2.18 1997-03-28 23:30:39 +00:00
patch-af Handle expired and changed password timeouts now 1997-06-11 11:09:00 +00:00
patch-al Update from ssh-1.2.19 to ssh-1.2.20. All patches applied still, I just 1997-04-25 05:01:06 +00:00
patch-ao Prevent this server error message: 1997-07-19 19:28:35 +00:00