Displaying 20 results from an estimated 6000 matches similar to: "[PATCH] contrib/cygwin/ssh-host-config: Handle lastlog with more care"
2003 Nov 05
0
[PATCH] contrip/cygwin: Reworking the installation support
Hi,
the below patch to contrib/cygwin is a major rework to allow various
changes in the installation process on Cygwin machines. The important
changes are:
- New Makefile, providing a `cygwin-postinstall' target which allows
to create a base installation as in the Cygwin distribution, which
should be run right after a `make install'.
- Additional information given in the README
2014 Aug 29
1
[patch/cygwin]: Remove setting extra permissions on system directories
Hi,
please consider the below patch for OpenSSH 6.7. A fix in POSIX ACL
handling in Cygwin turned up this rather old code in the ssh-host-config
script. It opens the permissions for some directories, especially
/var/empty, for the "system" user for no good reason.
This results in sshd refusing to start because the permissions on
/var/empty are too open.
The below patch fixes that by
2001 Jul 11
0
[PATCH]: Cygwin: Changes to cygwin contrib area
Hi,
the following patch changes two files in the contrib/cygwin subdir:
It changes the Cygwin specific README file which adds some hints
related to the new feature to switch user context without password
(which means using public key and/or rhosts authentication). Some
old stuff is erased.
The changes to ssh-host-config are intended to allow an easier
startup for users which are new to Cygwin
2005 May 09
0
[PATCH] contrib/cygwin/ssh-host-config
Hi,
the below patch adds a test to the ssh-host-config script, which helps
the user by testing for one of the most annoying problems in a Cygwin
installation of OpenSSH and printing a message to help. Please apply
the patch.
Thanks,
Corinna
Index: contrib/cygwin/ssh-host-config
===================================================================
RCS file:
2011 Feb 21
1
[PATCH/cygwin]: Revised sshh-host-config script
Hi,
could somebody with checkin rights please apply the below patch?
It would be helpful to have this in 5.9p1.
I revamped the Cygwin-specific service installer script ssh-host-config.
The actual functionality is the same, the revisited version is just more
exact when it comes to check for problems which disallow to run certain
aspects of the script. So, part of this script and the also
2002 Jul 03
1
[PATCH]: Change Cygwin contrib files to better support PrivSep
Hi,
the following patch patches the files in contrib/cygwin. The changes
are necessary to allow a better support of privilege separation.
On NT machines the script asks now if it should create a user called
"sshd" and all that. Additionally it creates the /etc/ssh_config
and /etc/sshd_config files follows the latest versions.
Would you mind to apply this to the official OpenSSH
2009 Jul 07
0
[PATCH] contrib/cygwin/ssh-host-config: Improve support for automated updates
Hi,
The below patch fixes two problems.
The first one is a better support for automated scripts. The old
script had a logic problem when it came to asking the caller for
the user account to use for the sshd service.
The second is a problem in the usage of eval.
Could somebody with checkin rights please apply the patch?
Thanks,
Corinna
Index: contrib/cygwin/ssh-host-config
2002 Jul 10
1
[PATCH] Care for permissions of /var/empty in contrib/cygwin/ssh-host-config
Hi,
the following patch explicitely sets the permissions on /var/empty
to 755 when running the ssh-host-config script on Cygwin. I never
thought it would be necessary but apparently there are actually
users working with a umask of 0. Sigh.
Corinna
Index: contrib/cygwin/ssh-host-config
===================================================================
RCS file:
2005 Mar 13
0
[PATCH] contrib/cygwin/ssh-host-config: Reliability fix
Hi,
the below patch makes the query for the localized name of the local
administrators group more reliable. Can somebody check it in, please?
Thanks,
Corinna
Index: ssh-host-config
===================================================================
RCS file: /cvs/openssh_cvs/contrib/cygwin/ssh-host-config,v
retrieving revision 1.15
diff -p -u -r1.15 ssh-host-config
--- ssh-host-config 21 Sep
2001 Jan 30
1
HP-UX lastlog / contrib
Hi,
just built 2.3.0p1 on HP-UX 10.20 more or less smoothly
>From 1.2.3 I had documented --without-lastlog, can't
remember why, broke something.
So I tried my old configure settings for 2.3.0
which seams to break stuff:
loginrec.c:1338: warning: `struct lastlog' declared inside parameter list
some more dereferencing pointers and then Error 1 [of course]
Omitting the
2014 May 15
1
[patch/cygwin] contrib/cygwin/ssh-host-config
Hi,
would you mind to apply the below patch? It fixes Cygwin's
ssh-host-config script in various ways:
- Remove old code to remove the "sshd/22" entry from /etc/services.
This code fixes a problem which only existed in installations which
are more than 10 years old.
- Handle the StrictMode setting interactively.
- Fix regular expressions looking for white spaces.
- Make the
2001 Jun 13
0
[PATCH]: Add features to Cygwin's ssh-host-config script
Hi,
I have added two features to the ssh-host-config script which is used
in Cygwin installations to prepare the host based OpenSSH configuration.
Now it cares for a /var/log/lastlog file if it's not already installed
(Thanks to "Karl M" <karlm30 at hotmail.com> for that patch) and it now
asks the user if s/he wants to install sshd as a NT service and, if so,
installs it.
2001 Dec 18
1
[PATCH]: Fix typo in contrib/cygwin/README
Hi,
the following patch fixes just a typo in the Cygwin's README file.
Thanks,
Corinna
Index: contrib/cygwin/README
===================================================================
RCS file: /cvs/openssh_cvs/contrib/cygwin/README,v
retrieving revision 1.7
diff -u -p -r1.7 README
--- contrib/cygwin/README 27 Nov 2001 01:19:44 -0000 1.7
+++ contrib/cygwin/README 18 Dec 2001 19:07:14 -0000
2002 Jul 05
1
[PATCH]: Fix a bug in contrib/cygwin/ssh-host-config
Hi,
the following patch fixes a wrong path in a chown command. The
additional leading slash collides with accessing SMB shares using
double slashes as in "//server/share" on Windows systems.
Corinna
Index: contrib/cygwin/ssh-host-config
===================================================================
RCS file: /cvs/openssh_cvs/contrib/cygwin/ssh-host-config,v
retrieving revision
2008 Jul 11
2
[PATCH] contrib/cygwin/ssh-{host,user}-config
Hi,
attached a total revamp of the ssh-host-config and ssh-user-config
scripts. The underlying idea is that one of our maintainers has
contributed a unified configuration script environment for Cygwin,
called csih. This is now used by the below ssh config scripts as well.
There's also an additional file called sshd-inetd, which is a service
configuration file for inetutils. The Makefile
2009 Jul 29
1
[PATCH] contrib/cygwin/ssh-user-config
Hi,
the Cygwin ssh-user-config script calls the wrong error function.
Please apply the below patch.
Thanks,
Corinna
Index: contrib/cygwin/ssh-user-config
===================================================================
RCS file: /cvs/openssh/contrib/cygwin/ssh-user-config,v
retrieving revision 1.6
diff -u -p -r1.6 ssh-user-config
--- contrib/cygwin/ssh-user-config 12 Jul 2009 11:58:42
2002 Jul 07
1
[PATCH]: Some fixes in contrib/cygwin/ssh-host-config
Hi,
the attached patch changes the ssh-host-config script in the following
way:
- Actually exit if ssh processes are still running. The "exit 1"
is commented out for testing purposes and I accidentally left it
this way when sending the patch to this list :-(
- Create the Windows NT account "sshd" so that it's deactivated.
So even if the administrator(s) for some
2009 Dec 17
1
[PATCH] contrib/cygwin/Makefile: Install ssh-copy-id
Hi,
could somebody with checkin rights please apply the below patch
to the Cygwin postinstall Makefile? The patch adds two changes:
- Install ssh-copy-id and ssh-copy-id.1 as well.
- Gzip all man pages.
Thanks in advance,
Corinna
Index: contrib/cygwin/Makefile
===================================================================
RCS file: /cvs/openssh/contrib/cygwin/Makefile,v
retrieving
2008 Feb 18
1
[PATCH] Make sure /var/empty dir really exists
Hi,
could somebody please be so kind to apply the below patch to the Cygwin
specific file contrib/cygwin/ssh-host-config? It checks more thorough
that it's possible to create the /var/empty directory. It also fixes
bad English.
Thanks,
Corinna
Index: contrib/cygwin/ssh-host-config
===================================================================
RCS file:
2003 Aug 22
0
[PATCH] Small tweak to contrib/cygwin/ssh-user-config
Hi,
could somebody with checkin rights please apply the following patch
to contrib/cygwin/ssh-user-config? It just appends the RSA2 and DSA
keys to .ssh/authorized_keys instead of .ssh/authorized_keys2.
TIA,
Corinna
Index: contrib/cygwin/ssh-user-config
===================================================================
RCS file: /cvs/openssh_cvs/contrib/cygwin/ssh-user-config,v
retrieving