similar to: [Bug 493] PATCH: session.c: Allow multiple accounts on Windows 9x/Me

Displaying 20 results from an estimated 100000 matches similar to: "[Bug 493] PATCH: session.c: Allow multiple accounts on Windows 9x/Me"

2003 Feb 12
3
[Bug 494] PATCH: session.c: Allow multiple accounts on Windows 9x/Me
http://bugzilla.mindrot.org/show_bug.cgi?id=494 ------- Additional Comments From vinschen at redhat.com 2003-02-12 21:03 ------- Created an attachment (id=227) --> (http://bugzilla.mindrot.org/attachment.cgi?id=227&action=view) Hmm, attaching the patch is simpler, isn't it? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching
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
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 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 ===================================================================
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
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
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
2003 Jan 09
0
[Bug 381] unable to access expired accounts using PAM with openssh-3.4P1
http://bugzilla.mindrot.org/show_bug.cgi?id=381 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From dtucker at zip.com.au 2003-01-09
2003 Feb 19
0
[Bug 499] New: progressmeter.c doesn't build (at least) on Cygwin
http://bugzilla.mindrot.org/show_bug.cgi?id=499 Summary: progressmeter.c doesn't build (at least) on Cygwin Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Cygwin on NT/2k Status: NEW Severity: critical Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at
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
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
2006 Mar 12
0
[Bug 95] Allow '%' expansion to work in ssh and ssh-add
http://bugzilla.mindrot.org/show_bug.cgi?id=95 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Comment #4 from djm at mindrot.org 2006-03-12 16:06 -------
2004 Jul 03
2
[Bug 890] Allow users to see output from failing PAM session modules.
http://bugzilla.mindrot.org/show_bug.cgi?id=890 Summary: Allow users to see output from failing PAM session modules. Product: Portable OpenSSH Version: -current Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: PAM support AssignedTo:
2003 Feb 18
2
[Bug 497] Cleanup of including compatibility headers
http://bugzilla.mindrot.org/show_bug.cgi?id=497 ------- Additional Comments From vinschen at redhat.com 2003-02-19 09:05 ------- Created an attachment (id=232) --> (http://bugzilla.mindrot.org/attachment.cgi?id=232&action=view) openbsd header patch ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2001 Nov 22
1
[PATCH]: Fix configure.ac to allow linking against PCRE on Cygwin
Hi, the current configure.ac file contains an unfortunately static setting of $LIBS when the host system is Cygwin. It always adds -lregex to $LIBS before the --with-pcre setting is evaluated. The later adding of -lpcreposix -lpcre doesn't work correctly since it follows later in the link order. The following patch changes that. The static $LIBS setting in the Cygwin case doesn't
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:
2002 Jul 22
0
[Bug 101] session.c modifications for correct UNICOS behavior
http://bugzilla.mindrot.org/show_bug.cgi?id=101 wendyp at cray.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From wendyp at cray.com 2002-07-23 08:44
2006 Jul 15
7
[Bug 493] NAT still work after flush it.
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=493 netfilter@linuxace.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |netfilter@linuxace.com Status|NEW |RESOLVED Resolution|
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