Displaying 5 results from an estimated 5 matches for "fatbob".
Did you mean:
fatboy
2003 Nov 23
5
[Bug 763] Add Null packet keepalive option
http://bugzilla.mindrot.org/show_bug.cgi?id=763
Summary: Add Null packet keepalive option
Product: Portable OpenSSH
Version: 3.7p1
Platform: All
URL: http://marc.theaimsgroup.com/?l=openssh-unix-
dev&m=98460103932386&w=2
OS/Version: All
Status: NEW
Severity: enhancement
2001 Aug 13
1
[jakob@crt.se: Re: [PATCH] Maildir support]
..."/var/mail/"
----- Forwarded message from Jakob Schlyter <jakob at crt.se> -----
Delivered-To: openssh-unix-dev-list-93873 at shitei.mindrot.org
Date: Mon, 13 Aug 2001 21:05:59 +0200 (MEST)
From: Jakob Schlyter <jakob at crt.se>
To: Martin Johansson <martin at fatbob.nu>
Cc: <openssh-unix-dev at mindrot.org>
Subject: Re: [PATCH] Maildir support
In-Reply-To: <20010813210249.A15239 at fatbob.nu>
Precedence: bulk
On Mon, 13 Aug 2001, Martin Johansson wrote:
> On Mon, Aug 13, 2001 at 05:00:22PM +0200, Jakob Schlyter wrote:
>
> > why sho...
2000 Oct 10
2
[PATCH] X11 forwarding failure on later Linux dev kernels fix
Hi!
The return values from socket() changed from EINVAL to EAFNOTSUPPORT for
not supported address family in Linux 2.4.0-test8. This small patch fixes
the 'error: socket: Address family not supported by protocol' and
'Disconnecting: Command terminated on signal 11.' when enabling X11
forwarding.
Cheers
/Martin Johansson
--- channels.c.orig Wed Aug 23 00:46:24 2000
+++
2001 Aug 13
1
[PATCH] Maildir support
Hi!
Here is a patch against openssh-2.9.p2 that adds support for Maildir style
mailboxes, the way which qmail prefers to store mails in.
The changes/additions are the following:
1) $MAIL env. variable is set to $HOME/Maildir if it exists, or else to
_PATH_MAIL/$USER.
2) Mail checking (the main purpose of this patch) is done by first checking
whether $MAIL is a regular file or directory. If
2001 Sep 26
1
[PATCH] random SSH_MSG_IGNORE packets
Hi!
The following patch adds ability to configure the ssh client to
send SSH[2]_MSG_IGNORE packets of random length at random times
whithin a user-specified interval. The function is configured by
setting the config-file options BogusTrafficIntervalMax and
BogusTrafficIntervalMin, which defines the interval in seconds in
which the packets are randomly sent. It is disabled by default. It
suffices