summaryrefslogtreecommitdiff
path: root/openbsd-compat/fake-rfc2553.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete CVS $Id from source files.Darren Tucker2016-08-171-2/+0
| | | | | Since -portable switched to git the CVS $Id tags are no longer being updated and are becoming increasingly misleading. Remove them.
* Strip trailing whitespace.Darren Tucker2016-08-021-5/+5
| | | | | Mechanically strip trailing whitespace on files not synced with OpenBSD (or in the case of bsd-snprint.c, rsync).
* Add AI_NUMERICSERV to fake-rfc2553.Darren Tucker2015-02-241-0/+3
| | | | Our getaddrinfo implementation always returns numeric values already.
* - (djm) [openbsd-compat/fake-rfc2553.c openbsd-compat/fake-rfc2553.h]Damien Miller2008-07-141-1/+4
| | | | | return EAI_FAMILY when trying to lookup unsupported address family; from vinschen AT redhat.com
* - (dtucker) [openbsd-compat/fake-rfc2553.h] Add sin6_scope_id to sockaddr_in6Darren Tucker2008-06-101-1/+2
| | | | since the new CIDR code in addmatch.c references it.
* - (dtucker) [openbsd-compat/fake-rfc2553.h] rename ssh_gai_strerror hackDarren Tucker2008-02-251-2/+2
| | | | | since it now conflicts with the helper function in misc.c. From vinschen AT redhat.com.
* - stevesk@cvs.openbsd.org 2006/07/12 22:28:52Damien Miller2006-07-241-2/+5
| | | | | [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@
* - (dtucker) [openbsd-compat/fake-rfc2553.h] MAX_INT -> INT_MAX since theDarren Tucker2005-08-031-5/+5
| | | | latter is specified in the standard.
* - (dtucker) [openbsd-compat/fake-rfc2553.h] Check for EAI_* definesDarren Tucker2005-08-031-5/+11
| | | | | individually and use a value less likely to collide with real values from netdb.h. Fixes compile warnings on FreeBSD 5.3. ok djm@
* - (dtucker) [openbsd-compat/fake-rfc2553.h] We now need EAI_SYSTEM too.Darren Tucker2005-02-111-1/+2
|
* - (dtucker) [openbsd-compat/fake-rfc2553.h] Bug #812: #undef getaddrinfoDarren Tucker2004-03-101-1/+4
| | | | before redefining it, silences warnings on Tru64.
* - (dtucker) [openbsd-compat/fake-rfc2553.h] Bug #563: Prepend ssh_ to compatDarren Tucker2004-02-101-1/+5
| | | | functions to avoid conflicts with Heimdal's libroken. ok djm@
* - (dtucker) [configure.ac openbsd-compat/fake-rfc2553.cDarren Tucker2003-09-221-2/+2
| | | | | | 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
* - (bal) openbsd-compat/ clean up. Considate headers, add in $Id$ on ourBen Lindstrom2003-08-291-2/+2
| | | | files, and added missing license to header.
* - (dtucker) [openbsd-compat/fake-rfc2553.h] Older Linuxes have AI_PASSIVE andDarren Tucker2003-08-081-1/+10
| | | | | AI_CANONNAME in netdb.h but not AI_NUMERICHOST, so check each definition separately before defining them.
* - (djm) Update license on fake-rfc2553.[ch]; ok itojun@Damien Miller2003-06-141-1/+30
|
* Fix typos in comments.Darren Tucker2003-06-111-2/+2
|
* - (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).Darren Tucker2003-06-051-1/+2
|
* - (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]Damien Miller2003-06-051-0/+115