Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-14 | - (djm) [openbsd-compat/fake-rfc2553.c openbsd-compat/fake-rfc2553.h] | Damien Miller | |
return EAI_FAMILY when trying to lookup unsupported address family; from vinschen AT redhat.com | |||
2008-06-10 | - (dtucker) [openbsd-compat/fake-rfc2553.h] Add sin6_scope_id to sockaddr_in6 | Darren Tucker | |
since the new CIDR code in addmatch.c references it. | |||
2008-02-25 | - (dtucker) [openbsd-compat/fake-rfc2553.h] rename ssh_gai_strerror hack | Darren Tucker | |
since it now conflicts with the helper function in misc.c. From vinschen AT redhat.com. | |||
2006-07-24 | - stevesk@cvs.openbsd.org 2006/07/12 22:28:52 | Damien Miller | |
[auth-options.c canohost.c channels.c includes.h readconf.c servconf.c ssh-keyscan.c ssh.c sshconnect.c sshd.c] move #include <netdb.h> out of includes.h; ok djm@ | |||
2005-08-03 | - (dtucker) [openbsd-compat/fake-rfc2553.h] MAX_INT -> INT_MAX since the | Darren Tucker | |
latter is specified in the standard. | |||
2005-08-03 | - (dtucker) [openbsd-compat/fake-rfc2553.h] Check for EAI_* defines | Darren Tucker | |
individually and use a value less likely to collide with real values from netdb.h. Fixes compile warnings on FreeBSD 5.3. ok djm@ | |||
2005-02-11 | - (dtucker) [openbsd-compat/fake-rfc2553.h] We now need EAI_SYSTEM too. | Darren Tucker | |
2004-03-10 | - (dtucker) [openbsd-compat/fake-rfc2553.h] Bug #812: #undef getaddrinfo | Darren Tucker | |
before redefining it, silences warnings on Tru64. | |||
2004-02-10 | - (dtucker) [openbsd-compat/fake-rfc2553.h] Bug #563: Prepend ssh_ to compat | Darren Tucker | |
functions to avoid conflicts with Heimdal's libroken. ok djm@ | |||
2003-09-22 | - (dtucker) [configure.ac openbsd-compat/fake-rfc2553.c | Darren Tucker | |
openbsd-compat/fake-rfc2553.h] Bug #659: Test for and handle systems with where gai_strerror is defined as "const char *". Part of patch supplied by bugzilla-openssh at thewrittenword.com | |||
2003-08-29 | - (bal) openbsd-compat/ clean up. Considate headers, add in $Id$ on our | Ben Lindstrom | |
files, and added missing license to header. | |||
2003-08-08 | - (dtucker) [openbsd-compat/fake-rfc2553.h] Older Linuxes have AI_PASSIVE and | Darren Tucker | |
AI_CANONNAME in netdb.h but not AI_NUMERICHOST, so check each definition separately before defining them. | |||
2003-06-14 | - (djm) Update license on fake-rfc2553.[ch]; ok itojun@ | Damien Miller | |
2003-06-11 | Fix typos in comments. | Darren Tucker | |
2003-06-05 | - (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c). | Darren Tucker | |
2003-06-05 | - (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch] | Damien Miller | |