aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/os/localaddr.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-09This commit was manufactured by cvs2svn to create tagkrb5-1.2.8-finalno author1-25/+208
2000-02-26forgot room for null pointer at end of local addr arrayKen Raeburn1-2/+2
2000-02-25Separate interface address processing from Kerberos-related functions.Ken Raeburn1-159/+230
2000-02-16* localaddr.c (krb5_os_localaddr): Dynamically grow buffer used for SIOCGIFCONFKen Raeburn1-10/+63
1999-11-02* localaddr.c (krb5_os_localaddr): Conditionalize INET6 support on newKen Raeburn1-2/+2
1999-10-18* localaddr.c (krb5_os_localaddr): Don't bother trying to create inet6 socket...Ken Raeburn1-9/+0
1999-10-17If INET6 support is built in but the socket creation fails, fall back to INETKen Raeburn1-2/+7
1999-10-17* localaddr.c (krb5_os_localaddr): Raise buffer size to 10K. Handle INET6Ken Raeburn1-4/+38
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1999-09-02from 1.1 branchKen Raeburn1-1/+1
1999-08-21Use multiple addresses, if present, on Mac and WindowsDanilo Almeida1-24/+51
1999-06-08Changed errno to SOCKET_ERRNO/SOCKET_SET_ERRNO for Mac OT SocketsLibAlexandra Ellwood1-3/+3
1999-05-27Removed call to getmyipaddr since Sockets has gethostnameAlexandra Ellwood1-11/+0
1999-01-27localaddr.c: On the macintosh, check to see if getmyipaddr returnsTheodore Tso1-0/+8
1998-12-05localaddr.c: Added missing KRB5_DLLIMP and KRB5_CALLCONF macros fromTheodore Tso1-1/+1
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-2/+315
1997-02-06Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1-2/+2
1995-07-06 * localaddr.c: moved to lib/crypto/os; just a stub hereTom Yu1-244/+4
1995-03-31Commit on the whole tree to make a checkpoint for a working windows worldKeith Vetter1-2/+2
1995-03-29* DNR.c: Add Apple MacTCP source file for domain name resolution.John Gilmore1-7/+11
1995-03-18* Makefile.in (LDFLAGS): Eliminate, duplicates config/pre.in.John Gilmore1-2/+0
1995-03-03Used the NEED_SOCKETS mechanism to pull in winsock.h on the PCKeith Vetter1-2/+1
1995-03-02Ported 2 files needed by the crypto library to work on the PCKeith Vetter1-1/+56
1995-02-28Avoid <krb5/...> includesJohn Gilmore1-4/+1
1994-08-18stamp out rcs keywordsMark Eichin1-6/+1
1994-06-10harmlessly add BSD_COMP for solarisMark Eichin1-0/+2
1994-01-19#include <sys/time.h> needed for AIXTheodore Tso1-0/+1
1993-10-15Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1-3/+3
1993-09-01Change export warning notice from "is assumed to require an export license"Theodore Tso1-2/+2
1992-02-23<sys/errno.h> -> <errno.h>John Carr1-1/+1
1991-06-06Update copyright noticeJohn Kohl1-2/+16
1991-02-19update copyright noticesJohn Kohl1-5/+5
1990-08-31need to save errno in case close failsJohn Kohl1-1/+2
1990-05-30patch XNS code to be like INET codeJohn Kohl1-2/+11
1990-05-25fix reference to copyright/distribution provisionsJohn Kohl1-1/+1
1990-02-05use ext-proto.h rather than stdlib.hJohn Kohl1-1/+2
1990-01-30(1) change to krb5_error_codeJohn Kohl1-5/+13
1990-01-30First versionBill Sommerfeld1-0/+191