| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * win-mac.h: Since this file is now only Win32, remove non-Win32 | Tom Yu | 2002-06-15 | 2 | -98/+28 |
* | delete remnants of sys subdir | Ken Raeburn | 2002-06-12 | 3 | -54/+13 |
* | * syslog.h: Deleted | Ken Raeburn | 2002-06-12 | 2 | -102/+4 |
* | * bsdlib.h, bstring.h, fake-stdlib.h: Deleted | Ken Raeburn | 2002-06-12 | 4 | -925/+4 |
* | * kwinsock.h, macsock.h: Deleted | Ken Raeburn | 2002-06-12 | 3 | -944/+4 |
* | client-side TCP support | Ken Raeburn | 2002-06-11 | 2 | -1/+13 |
* | Separate send-to-kdc UDP code, export it via accessor interface, and call in to | Ken Raeburn | 2002-06-05 | 2 | -9/+21 |
* | * fake-addrinfo.h [COPY_FIRST_CANONNAME]: Include string.h | Ken Raeburn | 2002-06-04 | 2 | -2/+11 |
* | Add capability of looking up TCP addresses for KDC in DNS; not enabled yet. | Ken Raeburn | 2002-06-04 | 2 | -1/+8 |
* | * socket-utils.h (socklen) [! HAVE_SA_LEN]: Return a socklen_t instead of size_t | Ken Raeburn | 2002-05-31 | 2 | -4/+6 |
* | * fake-addrinfo.h (getaddrinfo, getnameinfo, gai_strerror, freeaddrinfo) | Ken Raeburn | 2002-05-31 | 2 | -14/+51 |
* | * configure.in: Check return type for getservbyname_r just as for | Ken Raeburn | 2002-05-31 | 3 | -5/+97 |
* | * MacTCP.h, AddressXlation.h: Deleted | Ken Raeburn | 2002-05-29 | 3 | -1189/+4 |
* | Reduce build-time per-system dependencies and krb5.h namespace intrusions | Ken Raeburn | 2002-05-25 | 3 | -32/+34 |
* | * fake-addrinfo.h (GET_HOST_BY_NAME, GET_HOST_BY_ADDR) | Ken Raeburn | 2002-04-26 | 2 | -4/+10 |
* | * configure.in: If the return type for gethostbyname_r can't be | Ken Raeburn | 2002-04-25 | 2 | -1/+5 |
* | * fake-addrinfo.h (getaddrinfo) [_AIX]: Declare and initialize variable "ai" | Ken Raeburn | 2002-04-25 | 2 | -7/+12 |
* | * configure.in: Check for gethostbyname_r, gethostbyaddr_r, getservbyname_r and | Ken Raeburn | 2002-04-12 | 3 | -23/+149 |
* | * port-sockets.h: Use Winsock 2 headers for Win32. | Danilo Almeida | 2002-04-11 | 3 | -2/+13 |
* | * krb.h: Do not include winsock.h for Win32, since we already use | Danilo Almeida | 2002-04-11 | 2 | -1/+5 |
* | * krb5.hin (krb5_c_valid_enctype, krb5_c_valid_cksumtype, | Ken Raeburn | 2002-04-06 | 2 | -0/+15 |
* | * krb5.hin: Default to KRB5_DEPRECATED=1, allowing compiler | Tom Yu | 2002-04-03 | 2 | -8/+27 |
* | * krb5.hin: Move a whole bunch of stuff under KRB5_DEPRECATED or | Tom Yu | 2002-04-02 | 2 | -9/+86 |
* | Add krb5_init_keyblock | Sam Hartman | 2002-03-29 | 2 | -0/+13 |
* | * fake-addrinfo.h (getaddrinfo) [__linux__]: Don't crash if hint is a null po... | Ken Raeburn | 2002-03-28 | 2 | -1/+4 |
* | * k5-int.h: Include errno.h. | Ken Raeburn | 2002-03-28 | 3 | -1/+6 |
* | * krb5.hin: Don't include <sys/types.h> any more. | Ken Raeburn | 2002-03-28 | 3 | -5/+4 |
* | * fake-addrinfo.h [NEED_FAKE_GETADDRINFO]: Include errno.h. | Ken Raeburn | 2002-03-28 | 2 | -1/+9 |
* | ignore autoconf.stmp | Ken Raeburn | 2002-03-27 | 1 | -0/+1 |
* | * fake-addrinfo.h (fake_getnameinfo) [__GNUC__ && __mips__]: Don't call | Ken Raeburn | 2002-03-26 | 2 | -0/+14 |
* | Change approach for getaddrinfo support. Now, only fake-addrinfo.h is | Ken Raeburn | 2002-03-26 | 3 | -545/+551 |
* | delete a macro def that should've gone away before last checkin | Ken Raeburn | 2002-03-12 | 1 | -2/+0 |
* | Restructure a little to permit wrapping a system implementation of getaddrinfo | Ken Raeburn | 2002-03-12 | 3 | -80/+273 |
* | * lsb_addr_cmp.h (krb4int_address_less): Declare | Ken Raeburn | 2002-03-12 | 2 | -0/+7 |
* | restore krb5_const definition, with a warning it's deprecated | Ken Raeburn | 2002-03-07 | 2 | -0/+9 |
* | * foreachaddr.c (SLOP): New macro. | Ken Raeburn | 2002-03-06 | 2 | -4/+27 |
* | * krb5.hin, k5-int.h: Use const instead of krb5_const. | Ken Raeburn | 2002-02-23 | 3 | -178/+181 |
* | * foreachaddr.c: New file, contents taken from code shared between | Ken Raeburn | 2002-02-20 | 2 | -0/+791 |
* | * fake-addrinfo.c (_XOPEN_SOURCE_EXTENDED): Define if not defined, and if not | Ken Raeburn | 2002-02-19 | 2 | -2/+18 |
* | update copyright | Ken Raeburn | 2002-02-19 | 1 | -1/+1 |
* | * fake-addrinfo.h: Always check for FAI_PREFIX, not just when fake getaddrinfo | Ken Raeburn | 2002-02-10 | 3 | -2/+63 |
* | * socket-utils.h (ss2sin6) [__GNUC__]: Define inline function only if IPv6 su... | Ken Raeburn | 2002-01-09 | 2 | -0/+7 |
* | * k5-int.h (krb5int_des_init_state): Change variable name in | Ezra Peisach | 2001-12-07 | 2 | -1/+6 |
* | When initiating GSSAPI context override tgs-enctypes | Sam Hartman | 2001-11-18 | 2 | -0/+8 |
* | * Link Yarrow into the build | Sam Hartman | 2001-11-16 | 2 | -0/+52 |
* | * Add krb5_c_init_state and krb5_c_free_state functions | Sam Hartman | 2001-11-06 | 3 | -4/+46 |
* | * fake-addrinfo.c (freeaddrinfo): Do not free NULL pointers | Ezra Peisach | 2001-10-30 | 2 | -2/+8 |
* | * k5-int.h: Do not use "usage" in argument names in | Ezra Peisach | 2001-10-26 | 2 | -2/+7 |
* | * Expose some rc4 crypto routines through the accessor mechanism; cleaner tha... | Sam Hartman | 2001-10-26 | 2 | -2/+24 |
* | * configure.in: Use of AC_DEFINE modified to include third | Ezra Peisach | 2001-10-24 | 2 | -5/+15 |