Attached are three small patches to the following files:
/bin/ssh-host-config
/bin/ssh-user-config
/usr/doc/Cygwin/openssh-3.4p1-5.README
to fix some installation issues and better explain using sshd in Windows.
The ssh-user-config changes are due to the fact that the default cygwin
umask is 000
C:\cygwin\usr\doc\Cygwin\cron.README states
cygrunsrv -I cron -p /usr/sbin/cron -a -D
Does that fail for you?
> From: [EMAIL PROTECTED] [mailto:cygwin-owner@;cygwin.com]On Behalf
> Of Todd Shoenfelt
>
> I know I've seen documentation on setting up cygwin's cron daemaon, but
> I can't seem to f
> From: Of Igor Pechtchanski
> >
> > Anyway, we're making progress in being able to compile with CL.EXE, but
> > we're having trouble with include files. We use the flag
> > '-I/home/user/dg/include' to point to the include directory, but it
> > can't find it.
/home/user/dg/include
makes no sense
/usr/doc/Cygwin/openssh-3.4p1-5.README states that RSA authentication only
works if sshd runs under a user account (as opposed to the SYSTEM account).
To that end, I've created 2 shell scripts to allow one to "switch" from
running sshd as SYSTEM to running as a user, and visa versa.
These scripts
I've updated my sshd install scripts to support named options:
$ sshd_system.sh -?
Usage: sshd_system.sh [options]
options:
-P|--port port
-s|--sshd "sshd options"(quotes are required)
-f|--config sshd_config_file (default is /etc/sshd_config)
-c|--
Tom,
The Windows Telnet Service fixes the MORE and DOSKEY problems you describe.
If you want to disallow external telnet, you could block port 23, and
require users to ssh in, and then run
% telnet localhost
Of course, they'll have to enter their NTLM username/password.
You could even change t
I'm trying to compile a simple expat program:
#include
#include
int main() {
XML_ParserCreate(NULL);
return 0;
}
but I get:
$ gcc -lexpat -L/lib expattest.c
/cygdrive/...:expattest.c: undefined reference to `XML_ParserCreate'
yet:
$ nm /lib/libexpat.a | grep XML_ParserCreate
T _XML_
> From: Laurynas Biveinis
>
> I want to burn CDs with full cygwin distribution with sources and so on.
> I've downloaded everything from
> ftp://ftp.gwdg.de/pub/linux/sources.redhat/cygwin/release, but it takes
> almost 1 GB. How should I burn it into 2 CDs so that setup.exe still
> works correctly
Version 2.5.0-1 of email has been uploaded.
Email is a simple command-line program to send emails. It can be configured
to use either your sendmail installation or directly via SMTP.
It supports binary attachments, and a simple text based address book, with
groups.
Also, if GnuPG is installed, it
The following package has recently been added to the Cygwin distribution:
email-2.3.0-2:
Command line sending of email, optionally with GnuPG encryption.
Email is a simple command-line program to send emails. It can be configured
to use either your sendmail installation or directly via SMTP.
It s
The cygwin email package has been updated to the current stable version
2.5.1.
To ease packaging, the default configuration files that were stored in
/etc/defaults/etc/email/ are now stored in /etc/defaults/etc/.
The actual configuration files are still kept in /etc/email.
Upstream changelog:
I've updated the version of cppunit to 0.12.0-1.
This is a bugfix release. The Cygwin release is the vanilla version,
no additional patches.
===
New in CppUnit 1.12.0:
--
* Portability:
- autogen.sh
I've made a new version of 'email' available for installation.
This is the most recent version of email available from
http://www.cleancode.org/projects/email.
Changes since 2.5.1:
- Minimal TLS support
- Added UTF-8 support for headers and message
- Added a timeout option
- Fixed bug that was c
I've made a new version of 'email' available for installation.
This is the most recent version of email available from
http://www.cleancode.org/projects/email.
Changes since 2.5.1:
- Minimal TLS support
- Added UTF-8 support for headers and message
- Added a timeout option
- Fixed bug that was c
14 matches
Mail list logo