Displaying 20 results from an estimated 300 matches similar to: "OpenSSH_3.6.1p2 getsockopt TCP_NODELAY bogus message on Solaris 8"
2013 Jul 03
5
[Bug 2124] New: TCP_NODELAY not set by sshd for non-interactive non-exec sessions
https://bugzilla.mindrot.org/show_bug.cgi?id=2124
Bug ID: 2124
Summary: TCP_NODELAY not set by sshd for non-interactive
non-exec sessions
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: sshd
2003 Apr 09
1
[Bug 541] packet_set_interactive typo
http://bugzilla.mindrot.org/show_bug.cgi?id=541
Summary: packet_set_interactive typo
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: furrier at
2000 Apr 07
3
DG/UX R4.20MU03
Has anyone had any experience with ssh and DG/UX? I tried the ./configure and
it could not determine the hosttype. After that problem was worked-arounded I
get a LOT of warnings about declaring functions multiple times and then the
compile fails with:
packet.c: In function `packet_set_interactive':
packet.c:803: `IPTOS_LOWDELAY' undeclared (first use this function)
packet.c:803: (Each
2001 Dec 24
2
OpenSSH-3.0.2p1 and Linux libc5
Hi, all. I'm trying to compile OpenSSH-3.0.2p1 on a Linux libc5
system, and it fails when compiling packet.c with the following:
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I. -DETCDIR=\"/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/libexec/sftp-server\"
2001 Jan 12
0
Socket options not properly set for ssh and sshd.
I mentioned this problem in a previous post (in November). This time
I'm including a patch.
Version: OpenSSH_2.3.0p1
Keywords: setsockopt keepalive hang masquerade interactive
Symptom: For protocol 2, socket options (especially keepalive) are not
being properly set for OpenSSH_2.3.0p1, even when request in the config
files.
Furthermore (for either protocol), keepalive is only set for
2000 Nov 05
0
Socket options not properly set for ssh and sshd.
I'm sending this only to openssh-unix-dev at mindrot.org (since I'm using
the ported version of OpenSSH) and not to openssh at openssh.com, even
though I believe this to be a general problem. Please advise if you
think I should redirect this to the other mailing list.
Version: OpenSSH_2.2.0p1
Keywords: setsockopt keepalive hang masquerade
Symptom: For protocol 2, socket options
2003 Oct 26
1
getsockopt TCP_NODELAY: Socket operation on non-socket
We get the warning above whenever we use a ProxyCommand. We _know_ it's
a pipe, so we can't use sockopts on it. So we shouldn't bitch about it.
This breaks all kinds of things which use SSH transparently; including
pine, which really wants the first thing it receives from an IMAP server
to be a valid imap greeting... which $subject is not.
$ ssh -o "proxycommand sh -c '(
2003 Aug 27
1
SSH-2.0-OpenSSH_3.6.1p2 - Bug #442
"DiNisco, Jeff" wrote:
> I read in the change log that you fixed a bug that denies access to
> accounts with locked passwords. My environment is dependent on public
> key authentication. The account used does not have a person associated
> with it but rather a service. I want to keep the password locked. Is
> there a way to turn this fix off?
What platform are we
2003 Oct 06
0
OpenSSH_3.6.1p2: key authentication on HP-UX.
The address you sent this to is not the appropriate place for general
problem reports regarding Portable OpenSSH. Unless you're reporting a
security exposure you should use openssh-unix-dev.
Gina Demars wrote:
>
> We currently upgraded one of our HP-UX systems to version 3.6.1p2.
With the appropriate security patch, I hope?
> I have
> RSA keys from other Unix systems that are
2003 Jul 06
1
OpenSSH_3.6.1p2 (Gentoo Linux build) hangs on SSH2_MSG_SERVICE_ACCEPT
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi there,
One of our customer is experiencing a strange hang on their ssh server which
I updated last night for him and rebuilt from the Gentoo port (this happened
before and after the update). I can trigger it from a fresh boot by logging
once or twice as root with an RSA key, then trying to log in as a regular
user, getting the password wrong, and
2008 Feb 01
2
pheno package (PR#10674)
Full_Name: Anja Eggert
Version: 2.4.1
OS:
Submission from: (NULL) (139.30.70.203)
I want to install the pheno package. This is not working. What can I do?
Thank you very much,
Anja
2016 Nov 14
2
save failed to open mailbox quarantine
I use postfix. The folder name is still uppercase when forwarded to dovecot, as
can be seen in /var/log/mail.log.
Am Montag, 14. November 2016, 15:20:40 schrieb Steffen Kaiser:
> - gpg control packet
>
> On Mon, 14 Nov 2016, Eggert Ehmke FTV Spandau wrote:
> > I have dovecot 2.2.13 set up with spamassassin and amavis. This works fine
> > so far, Spam emails are forwarded to
2016 Nov 14
1
save failed to open mailbox quarantine
See attached.
Am Montag, 14. November 2016, 15:26:54 schrieben Sie:
> - gpg control packet
>
> On Mon, 14 Nov 2016, Eggert Ehmke FTV Spandau wrote:
> > I use postfix. The folder name is still uppercase when forwarded to
> > dovecot, as can be seen in /var/log/mail.log.
>
> post your config, do you use %Ln or %Lu to lower-case the username
> somewhere in passdb?
1999 Dec 28
0
Patches to report rsaref build and to call pam_setcred
I've attached two patches. The first just changes the output of "ssh -V"
to print that it was built against rsaref if libRSAglue (which is built
as part of openssl only when it is built against rsaref) is present at
build-time. The second adds appropriate calls to pam_setcred() in sshd.
Without them, our systems can't access AFS because the PAM modules only
get tokens at a
2001 Sep 17
1
autoconf cleanup for AC_FUNC_GETPGRP and GETPGRP_VOID
> From: Akim Demaille <akim at epita.fr>
> Date: 17 Sep 2001 11:22:19 +0200
>
> | 2001-09-16 Tim Van Holder <tim.van.holder at pandora.be>
> | * lib/autoconf/functions.m4: (AC_FUNC_GETPGRP) Don't rely on
> | setpgrp() being present.
I looked into that problem a bit more. Several programs use
AC_FUNC_GETPGRP and GETPGRP_VOID, including Bash, Gawk, and
2009 Oct 25
2
Hundreds of auth-worker sockets in /etc/dovecot
I run dovecot 1.2.6, before last update I had 1.2.2. on Debian Lenny. I
noticed that my config directory /etc/dovecot is filled up with hundreds of
old auth-worker.12345 sockets. I guess they should have been cleaned up, is
there a misconfiguration? When I remember right, this did not happen with
dovecot 1.1.
2016 Nov 14
2
save failed to open mailbox quarantine
I have dovecot 2.2.13 set up with spamassassin and amavis. This works fine so
far, Spam emails are forwarded to "username+Quarantine at mydomain.de". The
recipient_delimiter=+ is set, the Quarantine folder exists. However, Dovecot
tries to deliver it to a folder quarantine, that does not exist. In the
dovecot-deliver.log there are these lines:
Nov 14 14:16:13 lda(username at
2001 Sep 27
2
openssh-2.9.9p2, AC_SYS_LARGEFILE, SCO, and HPUX
openssh-2.9.9p2/configure.in says:
# Disabled until it works on SCO and HPUX
#AC_SYS_LARGEFILE
As an autoconf maintainer I'd like to fix this. Can you please
explain what's broken on SCO and HPUX?
I'm puzzled by the comment, as AC_SYS_LARGEFILE is a feature
introduced in autoconf 2.50, whereas openssh-2.9.9p2/configure was
built with autoconf 2.13.
Anyway, some older GNU
2006 Aug 04
1
[LLVMdev] Building llvm under cygwin
Hello Anton
Thu, 3 Aug 2006 23:13:52 +0400 you wrote:
> I won't be available for the next 10-12 hours if you'll need some more
> files.
Well. I have one idea. Could you please execute "sort --version" from
your cygwin shell and let me know, whether it's GNU one (it should
reply with the words "textutils") or windows-supplied one (it should
just give you and
2000 Jan 20
1
MS Excel/NT/Samba timestamp - serious problem, bug?
A rather distressing timestamp issue (to multiple users here). Anyone
seen similar behavior or have a suggestion/solution?
Problem:
Opening and closing an excel file (no changes/keystrokes to file) on
the Samba server causes the file to be saved with time stamp of
closing. (There is no autosave set on Excel - also see other info below)
MS Excel 97 SR-2
NT 4.0 SP5
Solaris 2.6 or 2.7 (2