Re: ZDI-CAN-24744: Mintty Path Conversion Improper Input Validation Information Disclosure Vulnerability

2024-08-16 Thread Thomas Wolff via Cygwin
Am 16.08.2024 um 16:25 schrieb zdi-disclosures--- via Cygwin: The attachment could not be scanned for viruses because it is a password protected file. ZDI-CAN-24744: Mintty Path Conversion Improper Input Validation Information Disclosure Vulnerability ??? -- CVSS

***UNCHECKED*** ZDI-CAN-24744: Mintty Path Conversion Improper Input Validation Information Disclosure Vulnerability

2024-08-16 Thread zdi-disclosures--- via Cygwin
The attachment could not be scanned for viruses because it is a password protected file. ZDI-CAN-24744: Mintty Path Conversion Improper Input Validation Information Disclosure Vulnerability -- CVSS - 5.3: AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N -- ABSTRACT

Re: When displaying Chinese help information in Cygwin setup, the program does not respond. The code enters a dead loop.

2024-03-28 Thread Brian Inglis via Cygwin
On 2024-03-28 09:26, 赵伟 via Cygwin wrote: When displaying Chinese help information, the program does not respond. The code enters a dead loop in file "libgetopt++/include/getopt++/DefaultFormatter.h", because some Chinese help information does not contain spaces. diff --git a

When displaying Chinese help information, the program does not respond. The code enters a dead loop.

2024-03-28 Thread 赵伟 via Cygwin
When displaying Chinese help information, the program does not respond. The code enters a dead loop in file "libgetopt++/include/getopt++/DefaultFormatter.h"??Because some Chinese help information does not contain spaces. diff --git a/libgetopt++/include/getopt++/DefaultFormatter.h b

When displaying Chinese help information, the program does not respond. The code enters a dead loop.

2024-03-28 Thread 赵伟 via Cygwin
When displaying Chinese help information, the program does not respond.  The code enters a dead loop in file "libgetopt++/include/getopt++/DefaultFormatter.h"??Because some Chinese help information does not contain spaces. diff --git a/libgetopt++/include/getopt++/DefaultFormatter.h b

Re: Question about slow access to file information

2023-01-17 Thread Christian Franke via Cygwin
while, since a second ls soon after is fast). The problem is the 'noacl' mount option and the fact that POSIX only offers the *stat*() functions to retrieve file information. These functions always need to provide the full file information, even if only a small subset is ne

Re: Question about slow access to file information

2023-01-14 Thread gs-cygwin.com--- via Cygwin
econd ls soon after is fast). > > > > The problem is the 'noacl' mount option and the fact that POSIX only > > offers the *stat*() functions to retrieve file information. These > > functions always need to provide the full file information, even if only > > a sm

Re: Question about slow access to file information

2023-01-14 Thread Eliot Moss via Cygwin
after is fast). The problem is the 'noacl' mount option and the fact that POSIX only offers the *stat*() functions to retrieve file information. These functions always need to provide the full file information, even if only a small subset is needed. To determine the 'x'-pe

Re: Question about slow access to file information

2023-01-14 Thread Christian Franke via Cygwin
x27; mount option and the fact that POSIX only offers the *stat*() functions to retrieve file information. These functions always need to provide the full file information, even if only a small subset is needed. To determine the 'x'-permission bits in the 'stat.st_mode' field on

Re: Question about slow access to file information

2023-01-14 Thread Adam Dinwoodie via Cygwin
On Sat, Jan 14, 2023 at 11:42:58AM +1100, Eliot Moss via Cygwin wrote: > Dear Cygwin'ers - > > I have a separate drive mounted this way: > > d:/ /cygdrive/d ntfs binary,posix=0,user,noacl,auto 0 0 > > One thing I use it for is to store backup files. These tend to be 2 Gb > chunks, and there can

Question about slow access to file information

2023-01-13 Thread Eliot Moss via Cygwin
Dear Cygwin'ers - I have a separate drive mounted this way: d:/ /cygdrive/d ntfs binary,posix=0,user,noacl,auto 0 0 One thing I use it for is to store backup files. These tend to be 2 Gb chunks, and there can be hundreds of them in the backup directory. (The drive is 5Tb.) The Windows Disk M

RE: EXTERNAL SENDER: Mirror information

2022-06-16 Thread Dale Lobb via Cygwin
--delete --progress rsync://mirrors.kernel.org/sourceware/cygwin Best Regards, Dale Lobb -Original Message- From: Cygwin On Behalf Of Greenhill, Lloyd Sent: Wednesday, June 15, 2022 7:05 PM To: cygwin@cygwin.com Subject: EXTERNAL SENDER: Mirror information CAUTION: This email

Re: Mirror information

2022-06-16 Thread Jon Turney
On 16/06/2022 01:04, Greenhill, Lloyd wrote: Hi team, I am installing Cygwin in a secure environment and when the installer gets the mirror list it is being blocked, Using the -O/--only-site option should prevent setup from trying to retrieve the mirror list. You'll then need to explicitly

Mirror information

2022-06-15 Thread Greenhill, Lloyd
one of its affiliates. It is intended exclusively for the addressee. The substance of this message, along with any attachments, may contain proprietary, confidential or privileged information or information that is otherwise legally exempt from disclosure. Any unauthorized review, use, disclosure

Re: Unable to extract GMP version information from gmp_version :mingw

2020-10-25 Thread Brian Inglis
On 2020-10-25 01:47, Jim McNamara via Cygwin wrote: > I got past the error message on configuring. > > I am trying to get past an error in the Makefile now. > > I posted it to gnucobol and am seeing if they can assist. It has something to > do with a default.conf file is missing in one of the so

Fwd: Unable to extract GMP version information from gmp_version :mingw

2020-10-25 Thread Jim McNamara via Cygwin
ssion issues i ran into with posix/windows. Thanks, Roboloki -- Forwarded message - From: Jim McNamara Date: Sun, Oct 25, 2020, 4:12 AM Subject: Fwd: Unable to extract GMP version information from gmp_version :mingw To: Cygwin Thanks Achim. I fixed the ld_library_path. I was wond

Fwd: Unable to extract GMP version information from gmp_version :mingw

2020-10-25 Thread Jim McNamara via Cygwin
this later today. Have a good night. Roboloki -- Forwarded message - From: Achim Gratz Date: Sun, Oct 25, 2020, 4:01 AM Subject: Re: Unable to extract GMP version information from gmp_version :mingw To: Jim McNamara via Cygwin writes: > I am experimenting with mingW64 w

Re: Unable to extract GMP version information from gmp_version :mingw

2020-10-25 Thread Achim Gratz
Jim McNamara via Cygwin writes: > I am experimenting with mingW64 with cygwin. Have you ever used a cross-compilation toolchain before? > My ./configure looks like this: > $ echo $LD_LIBRARY_PATHC:/cygwin/lib Not sure what you are trying to achieve there, but even if it was working it would be w

Re: Unable to extract GMP version information from gmp_version :mingw

2020-10-24 Thread Brian Inglis
king for libgmp... nochecking gmp.h usability... > yeschecking gmp.h presence... yeschecking for gmp.h... yeschecking for > gmp.h... (cached) yeschecking if linking against libgmp with "-lgmp" works... > yeschecking matching GMP version... configure: error: Unable to extract GMP >

Unable to extract GMP version information from gmp_version :mingw

2020-10-24 Thread Jim McNamara via Cygwin
... yeschecking for gmp.h... yeschecking for gmp.h... (cached) yeschecking if linking against libgmp with "-lgmp" works... yeschecking matching GMP version... configure: error: Unable to extract GMP version information from gmp_version I installed the gmp package for mingw64. I w

Re[2]: Need information on creating service user to connect from the Agent server to Windows hosts for installing agents on remote

2020-08-19 Thread Subramanya Narayanswamy via Cygwin
Hi Stephan, Thanks for the information. Issue is fixed and it was IBM ssh service which was blocking way for cygwin to bind address 0.0.0.0/22 on my windows machine. I disabled that service and cygwin worked smoothly. -- Thanks, Subbu Wednesday, 19 August 2020, 10:03PM +05:30 from Stephen

Re: Need information on creating service user to connect from the Agent server to Windows hosts for installing agents on remote

2020-08-19 Thread Stephen Carrier
I don't think /etc/sshd_config needs to be restricted though that could be a judgement call. Perhaps $ chmod 600 ssh_host_*_key is enough to fix the private key permissions, if in fact that is the problem. > $ cygrunsrv -Q cygsshd "cygrunsrv -V -Q cygsshd" will reveal even m

Re: Need information on creating service user to connect from the Agent server to Windows hosts for installing agents on remote

2020-08-16 Thread ASSI
Subramanya Narayanaswamy via Cygwin writes: > Hi Team, > > I'm facing below issue while trying to start CYGSSHD server. I'm running the > below command as an Administrator but not sure why cygsshd is not starting. > Any help? > -- > $ ne

Re: Need information on creating service user to connect from the Agent server to Windows hosts for installing agents on remote

2020-08-16 Thread Marco Atzeri via Cygwin
On 16.08.2020 10:17, Subramanya Narayanaswamy via Cygwin wrote: Hi Team, I'm facing below issue while trying to start CYGSSHD server. I'm running the below command as an Administrator but not sure why cygsshd is not starting. Any help? --

RE: Need information on creating service user to connect from the Agent server to Windows hosts for installing agents on remote

2020-08-16 Thread Subramanya Narayanaswamy via Cygwin
al Message- From: Stephen Carrier [mailto:carr...@berkeley.edu] Sent: Wednesday, August 12, 2020 9:29 PM To: Subramanya Narayanaswamy Cc: cygwin@cygwin.com Subject: Re: Need information on creating service user to connect from the Agent server to Windows hosts for installing agents on remote O

Re[2]: Need information on creating service user to connect from the Agent server to Windows hosts for installing agents on remote

2020-08-12 Thread Subramanya Narayanswamy via Cygwin
Thanks Stephen -- Thanks, Subbu Wednesday, 12 August 2020, 09:29PM +05:30 from Stephen Carrier carr...@berkeley.edu : >On Wed, Aug 12, 2020 at 01:43:30PM +, Subramanya Narayanaswamy via Cygwin >wrote: > Do you have any steps to follow to create an admin user using ssh-user-config > comm

Re: Need information on creating service user to connect from the Agent server to Windows hosts for installing agents on remote

2020-08-12 Thread Stephen Carrier
On Wed, Aug 12, 2020 at 01:43:30PM +, Subramanya Narayanaswamy via Cygwin wrote: > Do you have any steps to follow to create an admin user using ssh-user-config > command? Because when I run ssh-user-config it is taking SYSTEM user as > default user name and doesn't prompt to create new user

Re: Need information on creating service user to connect from the Agent server to Windows hosts for installing agents on remote

2020-08-12 Thread Andrey Repin
Greetings, Subramanya Narayanaswamy! > Do you have any steps to follow to create an admin user using > ssh-user-config command? Because when I run ssh-user-config it is taking > SYSTEM user as default user name and doesn't prompt to create new user for > the purpose of connecting remotely to the t

RE: Need information on creating service user to connect from the Agent server to Windows hosts for installing agents on remote

2020-08-12 Thread Subramanya Narayanaswamy via Cygwin
ygwin@cygwin.com Subject: Re: Need information on creating service user to connect from the Agent server to Windows hosts for installing agents on remote Greetings, Subramanya Narayanaswamy! Please bottom post in this list. > Thanks for the response. > Basically I have an Cloud control Agent serv

Re: Need information on creating service user to connect from the Agent server to Windows hosts for installing agents on remote

2020-08-11 Thread Andrey Repin
Greetings, Subramanya Narayanaswamy! Please bottom post in this list. > Thanks for the response. > Basically I have an Cloud control Agent server on LINUX host and Cloud > control would like connect to Windows hosts over an SSH protocol. For that, you need a REGULAR user, for which you need to

Re: Need information on creating service user to connect from the Agent server to Windows hosts for installing agents on remote

2020-08-11 Thread Marco Atzeri via Cygwin
On 11.08.2020 08:35, Subramanya Narayanaswamy via Cygwin wrote: Hi Andrey, Thanks for the response. Basically I have an Cloud control Agent server on LINUX host and Cloud control would like connect to Windows hosts over an SSH protocol. So for that I have installed CYGWIN on my client windows

RE: Need information on creating service user to connect from the Agent server to Windows hosts for installing agents on remote

2020-08-10 Thread Subramanya Narayanaswamy via Cygwin
[mailto:anrdae...@yandex.ru] Sent: Tuesday, August 11, 2020 4:08 AM To: Subramanya Narayanaswamy ; cygwin@cygwin.com Subject: Re: Need information on creating service user to connect from the Agent server to Windows hosts for installing agents on remote Greetings, Subramanya Narayanaswamy! >

Re: Need information on creating service user to connect from the Agent server to Windows hosts for installing agents on remote

2020-08-10 Thread Andrey Repin
Greetings, Subramanya Narayanaswamy! > I'm Trying to setup Cygwin installation on windows server 2012 and 2016. > I'm installing latest Cygwin version with packages openssh,openssl,zip,unzip. > When I run Cygwin.bat file and try to configure SSH host service to connect > from Agent server on this

Re: Need information on creating service user to connect from the Agent server to Windows hosts for installing agents on remote

2020-08-10 Thread Bill Stewart
On Mon, Aug 10, 2020 at 12:21 PM Subramanya Narayanaswamy via Cygwin wrote: When I run Cygwin.bat file and try to configure SSH host service to connect > from Agent server on this windows host, I don't get a prompt to create > CYGWIN user at all. By default it is taking the SYSTEM default user for

Need information on creating service user to connect from the Agent server to Windows hosts for installing agents on remote

2020-08-10 Thread Subramanya Narayanaswamy via Cygwin
Hi Team, I'm Trying to setup Cygwin installation on windows server 2012 and 2016. I'm installing latest Cygwin version with packages openssh,openssl,zip,unzip. When I run Cygwin.bat file and try to configure SSH host service to connect from Agent server on this windows host, I don't get a

Comodo Users Information

2019-03-14 Thread Jennifer Spinnin
Hi, I wanted to know if you would want to obtain our recent and updated Contacts of "Comodo Users." I can give you counts and pricing for you to review the data quality we provide if you are interested. Regards Jennifer Spinnin Manager - Demand Generation To opt out, please reply

Confirm your request for information.

2019-03-11 Thread Kunal Ghosh
I have tons of e-books on VLSI Physical design (with LIVE examples) and RISC-V architecture to be uploaded and shared for FREE, but I guess you are facing email address errors. Are you looking for some FREE interesting e-books to go through? Subscribe using below link and the books will be dropp

Confirm your request for information.

2019-03-09 Thread Kunal Ghosh
I have tons of e-books on VLSI Physical design (with LIVE examples) and RISC-V architecture to be uploaded and shared for FREE, but I guess you are facing email address errors. Are you looking for some FREE interesting e-books to go through? Subscribe using below link and the books will be dropp

Re: More information: Problem with cygserver (LookupAccountSid()) -- interlocking with its clients

2019-02-14 Thread Corinna Vinschen
On Feb 13 21:56, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin wrote: > I was trying to figure out what SID cygserver was trying to access... > > When I run ipcs without cygserver running, I see this SID is being retrieved > successfully: > > 359 2451151 [main] ipcs 10404 pwdgrp::fetch_accou

More information: Problem with cygserver (LookupAccountSid()) -- interlocking with its clients

2019-02-13 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin
I was trying to figure out what SID cygserver was trying to access... When I run ipcs without cygserver running, I see this SID is being retrieved successfully: 359 2451151 [main] ipcs 10404 pwdgrp::fetch_account_from_windows: line: When I run ipcs with cygserver, the SID, which looks very

Re: Hdparm- Detailed information from USB-Device

2018-10-05 Thread Marco Atzeri
ion I am using has the tag: V6.9-20070228 Btw: Getting detailed information from my local hard drive (/dev/sda) works as expected. Many thanks for a short reply! Yours, Felix The warning is not related to the failure. https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings

Hdparm- Detailed information from USB-Device

2018-10-04 Thread Felix Lösch
Getting detailed information from my local hard drive (/dev/sda) works as expected. Many thanks for a short reply! Yours, Felix -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscr

Re: Another setup v2.889 regression? additional information

2018-03-04 Thread Brian Inglis
On 2018-03-04 09:58, Houder wrote: > On 2018-03-04 16:11, Houder wrote: >> Because there are problems with setup v2.889, I decided to do >> some testing of my own. >> I started out with empty directories for the repo (a.k.a. the >> Local Directory?) and the root directory ... >> After having downlo

Another setup v2.889 regression? additional information

2018-03-04 Thread Houder
On 2018-03-04 16:11, Houder wrote: Hi, Because there are problems with setup v2.889, I decided to do some testing of my own. I started out with empty directories for the repo (a.k.a. the Local Directory?) and the root directory ... After having downloaded and installed the "required" packages,

Confirm your request for information.

2017-10-13 Thread Kunal Ghosh
the link above to give us permission to send you information. It's fast and easy! If you cannot click the full URL above, please copy and paste it into your web browser --- If you do not want to confirm, simply ignore this message. Thank you and happy learning !! Kunal Outer Ring Road Bang

[ANNOUNCEMENT] Updated: copyright-update 2015.0928+git20e4e0e-1 -- Update copyright information in files

2015-10-14 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: https://github.com/jaalto/project--copyright-update License : GPL Update the copyright information in set of files, possibly recursively, matching content criteria. The updating affects copyright year, GPL address information etc. CHANGES SINCE

Re: Necessary To Query SACL Information?

2014-10-13 Thread Corinna Vinschen
On Oct 12 20:37, Bryan Berns wrote: > I noticed when I launch an executable, Cygwin queries SACL information > on the executable (which I can see in Process Monitor as a > 'QuerySecurityFile' operation). On some of my protected file servers, > this generates a failure

Re: Necessary To Query SACL Information?

2014-10-12 Thread Bryan Berns
Arg. Responding to myself. Apparently ALL_SECURITY_INFORMATION is internally defined and doesn't contain the flag for SACL information (so much for being 'ALL'). I'll keep exploring... -- Problem reports: http://cygwin.com/problems.html FAQ: h

Necessary To Query SACL Information?

2014-10-12 Thread Bryan Berns
I noticed when I launch an executable, Cygwin queries SACL information on the executable (which I can see in Process Monitor as a 'QuerySecurityFile' operation). On some of my protected file servers, this generates a failure audit. Looking at the source code, I'm going to gues

Re: Dup'd sockets lose error information

2014-05-05 Thread Corinna Vinschen
qq qq? Ping? On Apr 24 16:14, Corinna Vinschen wrote: > On Apr 23 17:38, Corinna Vinschen wrote: > > On Apr 23 16:25, qq qq wrote: > > > The following code is a simplified app that was used to test-connect > > > to local ports 55000+ (none of which were actually listening) and > > > received fals

Re: Dup'd sockets lose error information

2014-04-24 Thread Corinna Vinschen
On Apr 23 17:38, Corinna Vinschen wrote: > On Apr 23 16:25, qq qq wrote: > > The following code is a simplified app that was used to test-connect > > to local ports 55000+ (none of which were actually listening) and > > received false-positive "connected" results because Cygwin's dup() > > for sock

Re: Dup'd sockets lose error information

2014-04-23 Thread Corinna Vinschen
On Apr 23 16:25, qq qq wrote: > The following code is a simplified app that was used to test-connect > to local ports 55000+ (none of which were actually listening) and > received false-positive "connected" results because Cygwin's dup() > for socket causes SO_ERROR to be lost.  Since FD_SETSIZE is

Dup'd sockets lose error information

2014-04-23 Thread qq qq
The following code is a simplified app that was used to test-connect to local ports 55000+ (none of which were actually listening) and received false-positive "connected" results because Cygwin's dup() for socket causes SO_ERROR to be lost.  Since FD_SETSIZE is only 64 on Cygwin, the app uses du

information needed from xdelta users

2013-09-14 Thread Eric Blake
I'm in the middle of repackaging xdelta for cygwin 64, and stumbled into a rather big rathole. The original xdelta came with a development library for linking into C programs, but it hasn't had an upstream release since 1.1.4 in 2007. Meanwhile, a new xdelta3 package is under active development;

Request for proxy information

2013-08-20 Thread wynfield
I am trying to use ekiga, but need to avoid port forwarding, which is required by it. As a workaround I could use "Siproxd - a masquerading SIP Proxy Server". It has been reported that Siproxd, builds on the cygwin environmnt. But, that no support, whatsover if provided for cygwin. Has anywo

[ANNOUNCEMENT] New package: copyright-update 2010.0307 -- Update copyright information in files

2012-02-26 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://freshmeat.net/projects/copyright-update License : GPL Update the copyright information in set of files, possibly recursively, matching content criteria. The updating affects copyright year, GPL address information etc. CHANGES SINCE LAST

Re: Cygwin dll: UID and GID information not shown from remote drive

2011-12-13 Thread Corinna Vinschen
On Dec 13 16:24, Jari Aalto wrote: > > ** To CC Emacs BTS, use 10257(at)debbugs.gnu.org > > My full original bug report was sent initially to Emacs, because the editor > started considering remotes file as read-only and requiring confirmation > after every save. See: > > http://debbugs.gnu.o

Cygwin dll: UID and GID information not shown from remote drive

2011-12-13 Thread Jari Aalto
** To CC Emacs BTS, use 10257(at)debbugs.gnu.org My full original bug report was sent initially to Emacs, because the editor started considering remotes file as read-only and requiring confirmation after every save. See: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10257 It appears that Cyg

Re: Contributing license information?

2011-10-31 Thread Luke Kendall
ritten, and you're the boss, so what you say, goes! One of the above is a showstopper so you're going to have to do what others have suggested and put the information in the packages. cgf Okay, that's blunt but quite clear. So we'll go ahead with the other approach.

Re: Contributing license information?

2011-10-31 Thread Christopher Faylor
ld. One of the above is a showstopper so you're going to have to do what others have suggested and put the information in the packages. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.ht

Re: Contributing license information?

2011-10-30 Thread Luke Kendall
Cygwin package. My motivation is to make it easy for people to find the license information, if they need it. (Preparing this information has required a lot of work on my part, so I would be happy if something could be done to make it easy to keep the information up to date as packages are added and

Re: Contributing license information?

2011-10-25 Thread David Sastre
le in every Cygwin package. My motivation is to make it easy for > > >>people to find the license information, if they need it. > > >> > > >>(Preparing this information has required a lot of work on my part, > > >>so I would be happy if something co

Re: Contributing license information?

2011-10-25 Thread Corinna Vinschen
On Oct 25 12:00, Luke Kendall wrote: > Corinna Vinschen wrote: > >On Aug 19 11:09, Luke Kendall wrote: > >>Soon, I will have prepared a list of the location of every license > >>file in every Cygwin package. My motivation is to make it easy for > >>people to f

Re: Contributing license information?

2011-10-24 Thread Luke Kendall
Corinna Vinschen wrote: On Aug 19 11:09, Luke Kendall wrote: Soon, I will have prepared a list of the location of every license file in every Cygwin package. My motivation is to make it easy for people to find the license information, if they need it. (Preparing this information has

Re: Contributing license information?

2011-10-21 Thread Corinna Vinschen
On Oct 21 18:41, David Sastre wrote: > On Fri, Oct 21, 2011 at 10:59:01AM +0200, Corinna Vinschen wrote: > > On Oct 21 13:02, Luke Kendall wrote: > > > Can I ask a related question: for the few shell scripts and /etc > > > files provided in base-files: what license are they under? The > > > packag

Re: Contributing license information?

2011-10-21 Thread David Sastre
On Fri, Oct 21, 2011 at 10:59:01AM +0200, Corinna Vinschen wrote: > On Oct 21 13:02, Luke Kendall wrote: > > Can I ask a related question: for the few shell scripts and /etc > > files provided in base-files: what license are they under? The > > package contains lots of licenses, as we've been disc

Re: Contributing license information?

2011-10-21 Thread Corinna Vinschen
On Oct 21 13:02, Luke Kendall wrote: > Can I ask a related question: for the few shell scripts and /etc > files provided in base-files: what license are they under? The > package contains lots of licenses, as we've been discussing, but I > couldn't find any indication of which license applies to t

Re: Contributing license information?

2011-10-20 Thread Luke Kendall
license information, if they need it. (Preparing this information has required a lot of work on my part, so I would be happy if something could be done to make it easy to keep the information up to date as packages are added and modified.) What is the best way to contribute the license-location

Re: Contributing license information?

2011-10-20 Thread Corinna Vinschen
uke Kendall wrote: > > Corinna Vinschen wrote: > > >On Aug 19 11:09, Luke Kendall wrote: > > >>Soon, I will have prepared a list of the location of every license > > >>file in every Cygwin package. My motivation is to make it easy for > > >>p

Re: Contributing license information?

2011-10-20 Thread Corinna Vinschen
On Oct 20 14:48, Luke Kendall wrote: > Corinna Vinschen wrote: > >On Aug 19 11:09, Luke Kendall wrote: > >>Soon, I will have prepared a list of the location of every license > >>file in every Cygwin package. My motivation is to make it easy for > >>people to f

Re: Contributing license information?

2011-10-19 Thread Luke Kendall
Corinna Vinschen wrote: On Aug 19 11:09, Luke Kendall wrote: Soon, I will have prepared a list of the location of every license file in every Cygwin package. My motivation is to make it easy for people to find the license information, if they need it. (Preparing this information has

Re: Contributing license information?

2011-08-22 Thread Luke Kendall
Corinna Vinschen wrote: On Aug 19 11:09, Luke Kendall wrote: Soon, I will have prepared a list of the location of every license file in every Cygwin package. My motivation is to make it easy for people to find the license information, if they need it. (Preparing this information has

Re: Contributing license information?

2011-08-19 Thread Corinna Vinschen
On Aug 19 11:09, Luke Kendall wrote: > Soon, I will have prepared a list of the location of every license > file in every Cygwin package. My motivation is to make it easy for > people to find the license information, if they need it. > > (Preparing this information has required a

Contributing license information?

2011-08-18 Thread Luke Kendall
Soon, I will have prepared a list of the location of every license file in every Cygwin package. My motivation is to make it easy for people to find the license information, if they need it. (Preparing this information has required a lot of work on my part, so I would be happy if something

Re: [ANNOUNCEMENT] Updated: since 1.1-1 -- tail(1) work-alike that saves and uses state information

2011-02-17 Thread Matthias Andree
Am 17.02.2011 23:50, schrieb Jari Aalto: > > PACKAGE DESCRIPTION > === > > Homepage: http://freshmeat.net/projects/since That would be http://welz.org.za/projects/since -- Matthias Andree -- Problem reports: http://cygwin.com/problems.html FAQ: http://c

[ANNOUNCEMENT] Updated: since 1.1-1 -- tail(1) work-alike that saves and uses state information

2011-02-17 Thread Jari Aalto
file since the last time it was run). CHANGES SINCE LAST RELEASE == Not available. This project does not maintain Change Logs. INSTALL OR UPGRADE NOTES Standard install. CYGWIN INSTALLATION INFORMATION === To insta

Re: Perl-5.10.README: outdated information

2010-11-27 Thread Reini Urban
2010/11/27 Gerrit P. Haase: > the Perl README states: > === > - The CPAN repository and build directory *must* reside in a path >  mounted in binmode: > >    mount -s -b -f c:/cygwin/home/username/.cpan /home/username/.cpan >    mount -u -b -f c:/cygwin/home/username/.cpan /home/username/.cpan > >

Perl-5.10.README: outdated information

2010-11-27 Thread Gerrit P. Haase
:/cygwin/home/Gerrit/.cpan /home/Gerrit/.cpan mount: unknown option -- s Usage: mount [OPTION] [ ] mount -a mount Display information about mounted filesystems, or mount a filesystem -a, --all mount all filesystems mentioned in fstab -c, --change-cygdrive-prefix

Re: cygwin 1.7.6: df shows wrong (different?) drive information

2010-08-20 Thread Corinna Vinschen
On Aug 19 23:14, Rolf Campbell wrote: > When I run "df -h " where dir is part of a > native-NTFS-mounted-drive, then df prints details about the root > drive (not the mounted drive). That should be fixed in CVS now. Thanks for the report, Corinna -- Corinna Vinschen Please, se

cygwin 1.7.6: df shows wrong (different?) drive information

2010-08-19 Thread Rolf Campbell
it prints information about the root drive, but if you specify any subdir, then it prints the correct drive information. For example (not actual output): Drive 0, 100G: mounted as "C:\" Drive 1, 200G: mounted as "C:\1" Drive 2, 300G: mounted as "C:\2" and "D:\"

Re: Information on CwRsync 3.0.7

2010-04-27 Thread Christopher Faylor
on and is it 56-Bit >or greater? "If greater than 56 bit, what is the purpose of the >encryption?" > >Thank you for your time, We don't support cwrsync here. A google search should uncover where it is supported. However, this is free software and there is no entity

RE: Information on CwRsync 3.0.7

2010-04-27 Thread Jason Pyeron
> -Original Message- > From: Jason Pyeron > Sent: Tuesday, April 27, 2010 8:51 > Subject: RE: Information on CwRsync 3.0.7 > > > > -Original Message- > > From: Maxey, Wanda (GE Infra, Energy, Non-GE) > > Sent: Tuesday, April 27, 2010 8:10

RE: Information on CwRsync 3.0.7

2010-04-27 Thread Jason Pyeron
> -Original Message- > From: Maxey, Wanda (GE Infra, Energy, Non-GE) > Sent: Tuesday, April 27, 2010 8:10 > Subject: Information on CwRsync 3.0.7 CwRsync is not a "product" of cygwin.com Please see: http://www.itefix.no/i2/contact http://www.itefix

Information on CwRsync 3.0.7

2010-04-27 Thread Maxey, Wanda (GE Infra, Energy, Non-GE)
I'm with General Electric and I'm looking for the ECCN number Export Controls for this software. Does this software use any type of encryption algorithms? If so, what type of encryption and is it 56-Bit or greater? "If greater than 56 bit, what is the purpose of the encryption?" Thank you

Re: Problems running courierauth (UNIX-sockets) - more information

2010-01-17 Thread Oliver Meier
Hi Corinna I compiled the current snapshot and it works... Thanks for your help Herzliche Grüsse aus der Schweiz Oliver > Hi Corinna > > Thanks for your fast solution. I'll try to compile and test a > cvs-snapshot... > > Greetz > Oliver > -- Problem reports: http://cygwin.com/problems.

Re: Problems running courierauth (UNIX-sockets) - more information

2010-01-13 Thread Oliver Meier
Hi Corinna Thanks for your fast solution. I'll try to compile and test a cvs-snapshot... Greetz Oliver > > Done. A wrong condition for checking virtual filesystems (like /proc) > also catched unix sockets accidentally. I fixed this in CVS. > > > Thanks for the report, > Corinna > > -- > Corinn

Re: Problems running courierauth (UNIX-sockets) - more information

2010-01-13 Thread Corinna Vinschen
On Jan 13 01:31, Oliver Meier wrote: > Hi There > > I have more information concerning my courierauth problem > > strace of authdaemon gives me: > > -- snip -- > [...] > -- snip -- > > it seems, that /usr/local/var/spool/authdaemon/socket.tmp cannot be r

Re: Problems running courierauth (UNIX-sockets) - more information

2010-01-12 Thread Oliver Meier
Hi There I have more information concerning my courierauth problem strace of authdaemon gives me: -- snip -- 254 158676 [main] authdaemond 38964 path_conv::check: this->path(C:\cygwin\usr\local\var\spool\authdaemon\socket.tmp), has_acls(1) 691 159367 [main] authdaemond 38964 alloc

Re: cygcheck -cd : No setup information

2009-10-25 Thread Larry Hall (Cygwin)
On 10/25/2009 09:47 PM, Paul McFerrin wrote: What gives. I see thru-out the source code reference to "fopen(a, ..., "rt") but when I look at the various manual paes for fopen, I find nothing about the "t". What is "t"? Any GURU want to answer? The opposite of "rb". b = binary. t = text. Yes

Re: cygcheck -cd : No setup information

2009-10-25 Thread Paul McFerrin
Larry Hall (Cygwin) wrote: On 10/25/2009 09:47 PM, Paul McFerrin wrote: What gives. I see thru-out the source code reference to "fopen(a, ..., "rt") but when I look at the various manual paes for fopen, I find nothing about the "t". What is "t"? Any GURU want to answer? The opposite of "rb"

Re: cygcheck -cd : No setup information

2009-10-25 Thread Paul McFerrin
What gives. I see thru-out the source code reference to "fopen(a, ..., "rt") but when I look at the various manual paes for fopen, I find nothing about the "t". What is "t"? Any GURU want to answer? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cyg

Re: cygcheck -cd : No setup information

2009-10-25 Thread Paul McFerrin
17:02 last-cache -rwxrwxrwx 1 paul None17 Oct 25 17:02 last-action So just by downloading something, the problem went away (Humm). I can't explain this or reproduce it anymore Paul McFerrin wrote: Here is my ENTIRE chgcheck -c output: $ cygcheck -c Cygwin Package Information No se

Re: cygcheck -cd : No setup information

2009-10-25 Thread Paul McFerrin
Here is my ENTIRE chgcheck -c output: $ cygcheck -c Cygwin Package Information No setup information found The -s option does provide system information but without the package info but at the end, I get the following: Cygwin Package Information No setup information found Use -h to see help

Re: cygcheck -cd : No setup information

2009-10-25 Thread Dave Korn
Paul McFerrin wrote: > What setup information is chgcheck looking for? File > /etc/setup/installed.db is present. That's where it ought to be looking. Does it contain a line with the cygwin version? Has something gone wrong with the mount points? What do you see when you

cygcheck -cd : No setup information

2009-10-24 Thread Paul McFerrin
I just got gone setting up a cygwin 1.7 installation on my USB flash drive. Everything look good except for one thing. When I do the following: $ cygcheck -cd cygwin|sed -e "1,2d" -re "s/cygwin[ \t]+//" $ cygcheck -cd cygwin Cygwin Package Information No set

Additional information: Cygwin/OpenSSH authentication without applying group policies...

2009-10-20 Thread Carsten . Porzler
cygwin-ow...@cygwin.com schrieb am 21.10.2009 08:39:40: > [Bild entfernt] > > Cygwin/OpenSSH authentication without applying group policies... > > Carsten.Porzler > > an: > > cygwin > > 21.10.2009 08:40 > > Gesendet von: > > cygwin-ow...@cygwin.com > > Dear Cygwin community, > > we are

Re: dll links or pkgconfig/libtool information is wrong

2009-05-27 Thread jean-luc malet
$cygcheck -c libGL1 libGL-devel Cygwin Package Information Package VersionStatus libGL-devel 7.2-2 OK libGL1 7.2-2 OK I'll try to make a small lib that cause the error... but I think that anything that do opengl shall fail thank

Re: dll links or pkgconfig/libtool information is wrong

2009-05-27 Thread Dave Korn
jean-luc malet wrote: > On Tue, May 26, 2009 at 6:00 PM, Dave Korn >> jean-luc malet wrote: >>> this dll use 2 others dll : -lglut -lGL >>> $pkg-config.exe --libs gl >>> -lGL >>> but /bin/ contain cygGL-1.dll >>> when static linking with -lGL this works fine because libGL.a exist >>> when creating

Re: dll links or pkgconfig/libtool information is wrong

2009-05-27 Thread jean-luc malet
On Tue, May 26, 2009 at 6:00 PM, Dave Korn wrote: > jean-luc malet wrote: >> hi! >> I'm creating a dll using gcc and cygwin >> this dll use 2 others dll : -lglut -lGL >> $pkg-config.exe --libs gl >> -lGL >> but /bin/ contain cygGL-1.dll >> when static linking with -lGL this works fine because libG

Re: dll links or pkgconfig/libtool information is wrong

2009-05-26 Thread Dave Korn
jean-luc malet wrote: > hi! > I'm creating a dll using gcc and cygwin > this dll use 2 others dll : -lglut -lGL > $pkg-config.exe --libs gl > -lGL > but /bin/ contain cygGL-1.dll > when static linking with -lGL this works fine because libGL.a exist > when creating the dll -lGL don't work at all, I

  1   2   3   >