Displaying 20 results from an estimated 50000 matches similar to: "[Bug 494] PATCH: session.c: Allow multiple accounts on Windows 9x/Me"
2003 Feb 12
0
[Bug 494] New: PATCH: session.c: Allow multiple accounts on Windows 9x/Me
http://bugzilla.mindrot.org/show_bug.cgi?id=494
Summary: PATCH: session.c: Allow multiple accounts on Windows
9x/Me
Product: Portable OpenSSH
Version: -current
Platform: ix86
URL: http://cygbert.franken.de/session.patch
OS/Version: Cygwin on 9X/ME
Status: NEW
Severity: normal
2003 Feb 12
0
[Bug 493] PATCH: session.c: Allow multiple accounts on Windows 9x/Me
http://bugzilla.mindrot.org/show_bug.cgi?id=493
vinschen at redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vinschen at redhat.com
2003 Jan 09
1
[PATCH] Allow multiple accounts on Windows 9x/Me
Hi,
the following patch by Pierre A. Humblet <Pierre.Humblet at ieee.org>
allows to use more than one uid on 9x/Me boxes which is currently
blocked due to the behaviour of Cygwin's security code. After this
patch is applied to sshd, we can safely change the affected code in
Cygwin.
Thanks,
Corinna
Index: session.c
===================================================================
2003 Feb 12
0
[Bug 493] New: PATCH: session.c: Allow multiple accounts on Windows 9x/Me
http://bugzilla.mindrot.org/show_bug.cgi?id=493
Summary: PATCH: session.c: Allow multiple accounts on Windows
9x/Me
Product: Portable OpenSSH
Version: -current
Platform: ix86
URL: http://cygbert.franken.de/session.patch
OS/Version: Cygwin on 9X/ME
Status: NEW
Severity: normal
2001 Nov 20
1
[PATCH]: Allow SSHD to install as service under WIndows 9x/Me
Hi,
the following patch is a (hopefully least intrusive) extension
when sshd is started so that it daemonizes itself. In that case
Windows 9x/Me has a slight problem with sshd as soon as the current
user logs off. The sshd daemon will be killed as well. Since
installing services is very different between NT and 9x, the way
used for NT boxes isn't working well for 9x. For that reason
2003 Feb 19
3
[Bug 499] progressmeter.c doesn't build (at least) on Cygwin
http://bugzilla.mindrot.org/show_bug.cgi?id=499
------- Additional Comments From vinschen at redhat.com 2003-02-19 19:13 -------
Created an attachment (id=233)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=233&action=view)
Solves the progressmeter.c build problems
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the
2005 Apr 07
4
[Bug 1011] Multiple log entries for successful pubkey authentication
http://bugzilla.mindrot.org/show_bug.cgi?id=1011
Summary: Multiple log entries for successful pubkey
authentication
Product: Portable OpenSSH
Version: 4.0p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at
2000 Sep 16
15
Snapshot
Quite a few changes here, please test.
http://www.mindrot.org/misc/openssh/openssh-SNAP-20000916.tar.gz
-d
20000916
- (djm) New SuSE spec from Corinna Vinschen <corinna at vinschen.de>
- (djm) Update CygWin support from Corinna Vinschen <vinschen at cygnus.com>
- (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
Patch from Larry Jones <larry.jones at
2004 Aug 18
5
[Bug 915] [PATCH] Only copy basic Windows environment
http://bugzilla.mindrot.org/show_bug.cgi?id=915
Summary: [PATCH] Only copy basic Windows environment
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: Cygwin on NT/2k
Status: NEW
Severity: security
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
2006 Feb 08
7
4.3p2: call for testing
Hi all.
As most folks on this list will know, OpenSSH 4.3p1 had some problems
with login recording under some configurations. This has been resolved
in the current tree and we are looking at rolling a 4.3p2 release
to address them. For the most part the changes are fixes only; the
ChangeLog since 4.3p1 is below in its entirety.
There's one other change that is currently still not decided,
2001 Feb 28
2
[PATCH]: auth.c (pwcopy): Copy pw_gecos field when build for Cygwin
Hi,
the attached patch is very important for Cygwin. I don't know
how I could have missed that for months now :-( I hope this
can be included in 2.5.1p2.
The pw_gecos field in Cygwin's /etc/passwd contains Windows
specific authentication informations which let NT domain
users logon to a machine without the need to inform the
logon server (sshd in our case) about the name of the NT
2003 Nov 01
3
[Bug 752] Lack of Message file and Eventlog Application Source registry entries result in event log errors
http://bugzilla.mindrot.org/show_bug.cgi?id=752
Summary: Lack of Message file and Eventlog Application Source
registry entries result in event log errors
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Cygwin on NT/2k
Status: NEW
Severity: minor
Priority: P2
2019 Mar 13
2
[PATCH 2/2] Cygwin: implement case-insensitive Unicode user and group name matching
On Mar 13 10:53, Darren Tucker wrote:
> On Wed, 13 Mar 2019 at 00:59, Corinna Vinschen <vinschen at redhat.com> wrote:
> [...]
> > Great idea. I just built and tested it. Please go ahead.
>
> Applied, thanks.
>
> > What about my other patch to contrib/cygwin/ssh-host-config?
>
> The last message I have said "The commit message isn't quite right,
2003 Feb 19
2
[Bug 498] ssh default identity broken?
http://bugzilla.mindrot.org/show_bug.cgi?id=498
------- Additional Comments From vinschen at redhat.com 2003-02-19 18:49 -------
Apparently you didn't read /usr/doc/Cygwin/openssh-3.5p1.README.
Run ssh-host-config to create the host configuration files and keys
and run ssh-user-config to create your personal keys in ~/.ssh.
------- You are receiving this mail because: -------
You are
2001 Jul 11
2
[PATCH]: Cygwin: Allow sshd to switch user context without password
Hi,
the following patch checks if OpenSSH is running under a Cygwin
version >= 1.3.2 which allows switching user context without password.
Otherwise sshd allows changing the user context only if password
authentication is used as it was before.
Corinna
Index: openbsd-compat/bsd-cygwin_util.c
===================================================================
RCS file:
2019 Jan 26
2
[PATCH] Cygwin: Change service name to cygsshd
On Jan 26 18:12, Nico Kadel-Garcia wrote:
> On Sat, Jan 26, 2019 at 5:07 PM Corinna Vinschen <vinschen at redhat.com> wrote:
> >
> > Microsoft hijacked the sshd service name without asking.
>
> How many people use the SSH daemon from Cygwin, versus using only the
> client? I did some work with the daemon with rsync and tar, trying to
> link it to Linux backup
2019 Jan 27
2
[PATCH] Cygwin: Change service name to cygsshd
On Jan 26 22:00, Nico Kadel-Garcia wrote:
> On Sat, Jan 26, 2019 at 6:30 PM Corinna Vinschen <vinschen at redhat.com> wrote:
> >
> > On Jan 26 18:12, Nico Kadel-Garcia wrote:
> > > On Sat, Jan 26, 2019 at 5:07 PM Corinna Vinschen <vinschen at redhat.com> wrote:
> > > >
> > > > Microsoft hijacked the sshd service name without asking.
>
2003 Mar 31
4
[Bug 525] ad a "cygwin-port" product or component to this bugzilla
http://bugzilla.mindrot.org/show_bug.cgi?id=525
Summary: ad a "cygwin-port" product or component to this bugzilla
Product: Portable OpenSSH
Version: older versions
Platform: All
URL: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=831
09
OS/Version: All
Status: NEW
Severity:
2017 Mar 27
2
Is support being removed for ordinary users to run sshd?
Hello Darren,
Could you comment on this issue being raised by myself and
Corinna Vinschen?
This will create big problems for me.
I'm not clear if this is a conscious decision supported by solid
reasons or if it is just collateral damage.
Thank you for all you work!
Jack DoDDs
-------- Original Message --------
Date: Mon, 27 Mar 2017 16:31:03 +0200
Subject: Re: Announce: OpenSSH 7.5
2002 Jun 14
1
[PATCH]: auth-passwd.c: Eliminate a Cygwin special case
Hi,
as it turned out on the Cygwin mailing list, the special handling
of empty password in auth-passwd.c when running under Windows NT
results in problems.
Cause: The authentication methode "none" calls auth_password()
with an empty password. A piece of HAVE_CYGWIN code allows empty
passwords even if PermitEmptyPasswords is set to "no". This in
turn results in calling