summaryrefslogtreecommitdiffstats
path: root/src/util/support/fake-addrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Include autoconf.h before system headersGreg Hudson2014-07-081-5/+2
* Avoid using length fields in socket addressesGreg Hudson2014-07-041-9/+0
* Use sa_setport and sa_getport where appropriateGreg Hudson2014-06-271-9/+2
* Fix COPY_FIRST_CANONNAME hostent searchViktor Dukhovni2013-01-311-11/+11
* Require IPv6 supportKen Raeburn2012-02-281-11/+0
* Mark and reindent util/supportTom Yu2009-11-301-608/+613
* make mark-cstyleTom Yu2009-10-311-28/+28
* Disable the COPY_FIRST_CANONNAME workaround on Linux glibc 2.4 andGreg Hudson2009-08-281-5/+16
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-15/+21
* Zero sockaddrs in fai_add_entry() so we can compare them with memcmp()Alexandra Ellwood2007-03-191-0/+2
* Don't use struct in6_addr if we don't have IPv6 supportKen Raeburn2007-02-161-0/+7
* * fake-addrinfo.c (krb5int_lock_fac, krb5int_unlock_fac): Define only if FAI_...Ken Raeburn2006-11-021-0/+4
* Add supp-int.h to provide prototypes for declared internal functions.Ezra Peisach2006-10-181-1/+1
* Fix AIX version of GET_HOST_BY_NAME to use TMP.ent for the result, notKen Raeburn2006-09-281-1/+1
* *sigh*Ken Raeburn2006-06-211-3/+3
* (GET_HOST_BY_NAME, GET_HOST_BY_ADDR) [GETHOSTBYNAME_RETURNS_INT]: TestKen Raeburn2006-06-211-9/+11
* Revert part of previous changes: Move temporary values that don't needKen Raeburn2006-06-211-18/+23
* getaddrinfo code uses vars outside of storage durationKen Raeburn2006-06-201-82/+93
* * fake-addrinfo.c (krb5int_in6addr_any): Always defineKen Raeburn2006-01-251-5/+1
* * fake_addrinfo.c (getaddrinfo): AI_NUMERICSERV fix for AIXKen Raeburn2005-09-091-1/+6
* * fake-addrinfo.c (fai_add_hosts_by_name): Pass null pointer instead of telnetKen Raeburn2005-05-181-2/+31
* * fake-addrinfo.c (HAVE_GETADDRINFO, HAVE_GETNAMEINFO)[_WIN32]: Don't defineKen Raeburn2004-11-191-8/+7
* Make static linking not require -lsocket, -lnsl, etc.Ken Raeburn2004-11-151-104/+1
* move getaddrinfo hacks into support lib for easier maintenanceKen Raeburn2004-11-031-5/+1347
* Add a mutex to protect the per-process fake-getaddrinfo data cache.Ken Raeburn2004-07-231-1/+26
* * fake-addrinfo.c: New file.Ken Raeburn2004-07-191-0/+45
* * fake-addrinfo.c: DeletedKen Raeburn2004-05-061-8/+0
* * New directory.Ken Raeburn2004-05-041-0/+8