| Commit message (Expand) | Author | Age | Files | Lines |
| * | Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IO | Ken Raeburn | 2005-04-13 | 1 | -1/+0 |
| * | * localaddr.c (print_addr): If getnameinfo returns EAI_SYSTEM, report what the | Ken Raeburn | 2004-10-06 | 1 | -5/+8 |
| * | * localaddr.c (foreach_localaddr): Be more careful not to walk past the end of | Ken Raeburn | 2004-10-06 | 1 | -6/+9 |
| * | * localaddr.c (get_ifreq_array): Split out from foreach_localaddr general | Ken Raeburn | 2004-10-06 | 1 | -27/+44 |
| * | * localaddr.c (foreach_localaddr) [HAVE_STRUCT_IF_LADDRCONF && 0]: Fix | Ken Raeburn | 2004-10-05 | 1 | -2/+2 |
| * | * localaddr.c (get_if_laddrconf, foreach_localaddr): New implementation for | Ken Raeburn | 2004-10-01 | 1 | -0/+198 |
| * | [needs the include/configure.in checkin of a few minutes ago, too] | Ken Raeburn | 2004-07-22 | 1 | -2/+8 |
| * | zap remaining bits of macsock.h support | Ken Raeburn | 2004-07-17 | 1 | -1/+1 |
| * | Rename header file foreachaddr.c to foreachaddr.h, now that it isn't | Ken Raeburn | 2004-05-05 | 1 | -1/+1 |
| * | * localaddr.c: Incorporate foreach_localaddr implementation. Export it as | Ken Raeburn | 2004-05-05 | 1 | -1/+787 |
| * | * localaddr.c (print_addr) [TEST]: Don't mix size_t and socklen_t, just assume | Ken Raeburn | 2002-10-28 | 1 | -7/+3 |
| * | protoize | Ken Raeburn | 2002-09-03 | 1 | -7/+5 |
| * | * localaddr.c (get_localaddrs): Add prototype before being used | Ezra Peisach | 2002-07-23 | 1 | -0/+3 |
| * | * localaddr.c (get_localaddrs): Split out main body of krb5_os_localaddr, add | Ken Raeburn | 2002-07-08 | 1 | -2/+16 |
| * | Change approach for getaddrinfo support. Now, only fake-addrinfo.h is | Ken Raeburn | 2002-03-26 | 1 | -2/+1 |
| * | * localaddr.c: Include foreachaddr.c. | Ken Raeburn | 2002-02-20 | 1 | -692/+2 |
| * | update copyright dates | Ken Raeburn | 2002-02-14 | 1 | -1/+1 |
| * | get local ipv6 addresses on linux | Ken Raeburn | 2002-02-10 | 1 | -1/+90 |
| * | update comment | Ken Raeburn | 2002-01-09 | 1 | -2/+3 |
| * | * localaddr.c (krb5_os_localaddr_profile): Cast argument to | Ezra Peisach | 2001-10-10 | 1 | -2/+2 |
| * | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 1 | -4/+4 |
| * | Danilo says we can get rid of the DLLIMP stuff now | Ken Raeburn | 2001-10-04 | 1 | -2/+2 |
| * | provide fake addrinfo implementation; get ipv6 addrs for solaris 8 | Ken Raeburn | 2001-09-29 | 1 | -13/+204 |
| * | implement libdefaults/extra_addresses | Ken Raeburn | 2001-08-02 | 1 | -40/+162 |
| * | localaddr.c (foreach_localaddr): support SIOCGIFNUM, for Solaris | Ken Raeburn | 2001-04-26 | 1 | -0/+11 |
| * | move socklen_t, socklen handling from krb5 library to include/k5-int.h | Ken Raeburn | 2001-04-26 | 1 | -24/+0 |
| * | * localaddr.c (krb5_os_localaddr): Don't look for -1 return value from | Ken Raeburn | 2001-03-05 | 1 | -1/+3 |
| * | localaddr.c: Add getnameinfo support. Annotate for lclint. | Ken Raeburn | 2000-12-18 | 1 | -203/+283 |
| * | getifaddrs() support | Ken Raeburn | 2000-10-10 | 1 | -9/+198 |
| * | pullup from 1.2 branch | Ken Raeburn | 2000-06-27 | 1 | -19/+60 |
| * | 2000-05-09 Alexandra Ellwood <lxs@mit.edu> | Alexandra Ellwood | 2000-05-09 | 1 | -0/+2 |
| * | forgot room for null pointer at end of local addr array | Ken Raeburn | 2000-02-26 | 1 | -2/+2 |
| * | Separate interface address processing from Kerberos-related functions. | Ken Raeburn | 2000-02-25 | 1 | -159/+230 |
| * | * localaddr.c (krb5_os_localaddr): Dynamically grow buffer used for SIOCGIFCONF | Ken Raeburn | 2000-02-16 | 1 | -10/+63 |
| * | * localaddr.c (krb5_os_localaddr): Conditionalize INET6 support on new | Ken Raeburn | 1999-11-02 | 1 | -2/+2 |
| * | * localaddr.c (krb5_os_localaddr): Don't bother trying to create inet6 socket... | Ken Raeburn | 1999-10-18 | 1 | -9/+0 |
| * | If INET6 support is built in but the socket creation fails, fall back to INET | Ken Raeburn | 1999-10-17 | 1 | -2/+7 |
| * | * localaddr.c (krb5_os_localaddr): Raise buffer size to 10K. Handle INET6 | Ken Raeburn | 1999-10-17 | 1 | -4/+38 |
| * | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 1 | -1/+4 |
| * | from 1.1 branch | Ken Raeburn | 1999-09-02 | 1 | -1/+1 |
| * | Use multiple addresses, if present, on Mac and Windows | Danilo Almeida | 1999-08-21 | 1 | -24/+51 |
| * | Changed errno to SOCKET_ERRNO/SOCKET_SET_ERRNO for Mac OT SocketsLib | Alexandra Ellwood | 1999-06-08 | 1 | -3/+3 |
| * | Removed call to getmyipaddr since Sockets has gethostname | Alexandra Ellwood | 1999-05-27 | 1 | -11/+0 |
| * | localaddr.c: On the macintosh, check to see if getmyipaddr returns | Theodore Tso | 1999-01-27 | 1 | -0/+8 |
| * | localaddr.c: Added missing KRB5_DLLIMP and KRB5_CALLCONF macros from | Theodore Tso | 1998-12-05 | 1 | -1/+1 |
| * | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 1 | -2/+315 |
| * | Windows/NT integration (V1_0_WIN32_BRANCH merge) | Richard Basch | 1997-02-06 | 1 | -2/+2 |
| * | * localaddr.c: moved to lib/crypto/os; just a stub here | Tom Yu | 1995-07-06 | 1 | -244/+4 |
| * | Commit on the whole tree to make a checkpoint for a working windows world | Keith Vetter | 1995-03-31 | 1 | -2/+2 |
| * | * DNR.c: Add Apple MacTCP source file for domain name resolution. | John Gilmore | 1995-03-29 | 1 | -7/+11 |