summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/localaddr.c
Commit message (Expand)AuthorAgeFilesLines
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-131-1/+0
* * localaddr.c (print_addr): If getnameinfo returns EAI_SYSTEM, report what theKen Raeburn2004-10-061-5/+8
* * localaddr.c (foreach_localaddr): Be more careful not to walk past the end ofKen Raeburn2004-10-061-6/+9
* * localaddr.c (get_ifreq_array): Split out from foreach_localaddr generalKen Raeburn2004-10-061-27/+44
* * localaddr.c (foreach_localaddr) [HAVE_STRUCT_IF_LADDRCONF && 0]: FixKen Raeburn2004-10-051-2/+2
* * localaddr.c (get_if_laddrconf, foreach_localaddr): New implementation forKen Raeburn2004-10-011-0/+198
* [needs the include/configure.in checkin of a few minutes ago, too]Ken Raeburn2004-07-221-2/+8
* zap remaining bits of macsock.h supportKen Raeburn2004-07-171-1/+1
* Rename header file foreachaddr.c to foreachaddr.h, now that it isn'tKen Raeburn2004-05-051-1/+1
* * localaddr.c: Incorporate foreach_localaddr implementation. Export it asKen Raeburn2004-05-051-1/+787
* * localaddr.c (print_addr) [TEST]: Don't mix size_t and socklen_t, just assumeKen Raeburn2002-10-281-7/+3
* protoizeKen Raeburn2002-09-031-7/+5
* * localaddr.c (get_localaddrs): Add prototype before being usedEzra Peisach2002-07-231-0/+3
* * localaddr.c (get_localaddrs): Split out main body of krb5_os_localaddr, addKen Raeburn2002-07-081-2/+16
* Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn2002-03-261-2/+1
* * localaddr.c: Include foreachaddr.c.Ken Raeburn2002-02-201-692/+2
* update copyright datesKen Raeburn2002-02-141-1/+1
* get local ipv6 addresses on linuxKen Raeburn2002-02-101-1/+90
* update commentKen Raeburn2002-01-091-2/+3
* * localaddr.c (krb5_os_localaddr_profile): Cast argument toEzra Peisach2001-10-101-2/+2
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-4/+4
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-2/+2
* provide fake addrinfo implementation; get ipv6 addrs for solaris 8Ken Raeburn2001-09-291-13/+204
* implement libdefaults/extra_addressesKen Raeburn2001-08-021-40/+162
* localaddr.c (foreach_localaddr): support SIOCGIFNUM, for SolarisKen Raeburn2001-04-261-0/+11
* move socklen_t, socklen handling from krb5 library to include/k5-int.hKen Raeburn2001-04-261-24/+0
* * localaddr.c (krb5_os_localaddr): Don't look for -1 return value fromKen Raeburn2001-03-051-1/+3
* localaddr.c: Add getnameinfo support. Annotate for lclint.Ken Raeburn2000-12-181-203/+283
* getifaddrs() supportKen Raeburn2000-10-101-9/+198
* pullup from 1.2 branchKen Raeburn2000-06-271-19/+60
* 2000-05-09 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-05-091-0/+2
* forgot room for null pointer at end of local addr arrayKen Raeburn2000-02-261-2/+2
* Separate interface address processing from Kerberos-related functions.Ken Raeburn2000-02-251-159/+230
* * localaddr.c (krb5_os_localaddr): Dynamically grow buffer used for SIOCGIFCONFKen Raeburn2000-02-161-10/+63
* * localaddr.c (krb5_os_localaddr): Conditionalize INET6 support on newKen Raeburn1999-11-021-2/+2
* * localaddr.c (krb5_os_localaddr): Don't bother trying to create inet6 socket...Ken Raeburn1999-10-181-9/+0
* If INET6 support is built in but the socket creation fails, fall back to INETKen Raeburn1999-10-171-2/+7
* * localaddr.c (krb5_os_localaddr): Raise buffer size to 10K. Handle INET6Ken Raeburn1999-10-171-4/+38
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* from 1.1 branchKen Raeburn1999-09-021-1/+1
* Use multiple addresses, if present, on Mac and WindowsDanilo Almeida1999-08-211-24/+51
* Changed errno to SOCKET_ERRNO/SOCKET_SET_ERRNO for Mac OT SocketsLibAlexandra Ellwood1999-06-081-3/+3
* Removed call to getmyipaddr since Sockets has gethostnameAlexandra Ellwood1999-05-271-11/+0
* localaddr.c: On the macintosh, check to see if getmyipaddr returnsTheodore Tso1999-01-271-0/+8
* localaddr.c: Added missing KRB5_DLLIMP and KRB5_CALLCONF macros fromTheodore Tso1998-12-051-1/+1
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-2/+315
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-2/+2
* * localaddr.c: moved to lib/crypto/os; just a stub hereTom Yu1995-07-061-244/+4
* Commit on the whole tree to make a checkpoint for a working windows worldKeith Vetter1995-03-311-2/+2
* * DNR.c: Add Apple MacTCP source file for domain name resolution.John Gilmore1995-03-291-7/+11