Re: hardware upgrade status

2013-03-20 Thread Antonio Querubin
On Tue, 19 Mar 2013, Christopher Faylor wrote: http://cygwin.com/ is now available. Would it be too much to ask that the server be dual-stacked and given an IPv6 address? :) Antonio Querubin e-mail: t...@lavanauts.org xmpp: antonioqueru...@gmail.com -- Problem reports: http

Re: IPv6 help (Re: inetutils, r* commands)

2010-03-16 Thread Antonio Querubin
any IPv4 address, things should be a little easier. Antonio Querubin 808-545-5282 x3003 e-mail/xmpp: t...@lava.net -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: IPv6 help (Re: inetutils, r* commands)

2010-03-16 Thread Antonio Querubin
V4 anyway, why? V4 routing through a V6-only network is job of the routers. An INET6 socket should always use mapped addresses to represent IPv4 connections by design. Antonio Querubin 808-545-5282 x3003 e-mail/xmpp: t...@lava.net -- Problem reports: http://cygwin.c

Re: IPv6 help (Re: inetutils, r* commands)

2010-03-16 Thread Antonio Querubin
might find it simpler to just make all sockets/sockaddrs AF_INET6. The only time you might worry about the actual AF would be on display output. Ie. display IPv4-mapped addresses as IPv4. Antonio Querubin 808-545-5282 x3003 e-mail/xmpp: t...@lava.net -- Problem reports: http://cygwi

Re: cygwin-1.7, sshd, tcpd, and IPv6/Vista

2008-12-30 Thread Antonio Querubin
ny sshd: all or, am I right that doing so is perfectly safe even with a munged up hosts file -- and if so, should I modify the default hosts.allow shipped with tcp_wrappers? It's perfecty valid. FreeBSD's default /etc/hosts.allow is setup that way so you're in good company. Anton

RE: getsockname problem

2006-04-07 Thread Antonio Querubin
On Fri, 7 Apr 2006, Dave Korn wrote: Should have read the man page instead! s = socket(AF_INET, SOCK_RAW, IPPROTO_ICMP); printf("socket = %d\nlength = %d\n", s, len); rc = getsockname(s, (struct sockaddr *) &sa, &len); http://www.opengroup.org/onlinepubs/007908799/xns/getsockname

Re: getsockname problem

2006-04-07 Thread Antonio Querubin
On Fri, 7 Apr 2006, Reid Thompson wrote: well,,, not 'any' other linux system... $ ./getsockname socket = -1 length = 16 getsockname rc = -1 returned length = 16 getsockname: Bad file descriptor That points out an error in getting the raw socket, not in getsockname() itself. getsockname() c

getsockname problem

2006-04-07 Thread Antonio Querubin
I've run into a problem where getsockname() doesn't work as expected. Below is a test program where it fails under cygwin but runs on any other Unix/Linux system. I searched the mail archives for any limitations #include #include #include #include int main() { struct sockaddr_in sa;

Re: IPv6 integration status in Cygwin

2004-02-09 Thread Antonio Querubin
On Mon, 9 Feb 2004, Larry Hall wrote: > At 12:54 PM 2/9/2004, Antonio Querubin you wrote: > >I was looking through the archives and noticed there hasn't been much > >recent work on integrating IPv6 into Cygwin. I've been using Jun-ya > >Kato's IPv6 extensi

IPv6 integration status in Cygwin

2004-02-09 Thread Antonio Querubin
ng setup. Reply off-list if you wish. Antonio Querubin [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

detecting runtime environment

2004-01-09 Thread Antonio Querubin
I want a program (written in C) to behave a little differently depending on whether it's started in a cygwin window or started from a DOS/Windows command prompt window. Is there a standard method for detecting, at run-time, which environment a program was started in? -- Unsubscribe info: htt