Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |