| Commit message (Expand) | Author | Age | Files | Lines |
* | drop NEED_TIME_H processing in krb.h | Ken Raeburn | 2002-07-13 | 2 | -9/+3 |
* | Don't install port-sockets.h, and don't include it from <kerberosIV/krb.h>. | Ken Raeburn | 2002-07-12 | 4 | -5/+8 |
* | Put # for cpp directives in first column | Ken Raeburn | 2002-07-09 | 2 | -24/+28 |
* | Add hooks to optionally report local address used when contacting a KDC-like | Ken Raeburn | 2002-07-08 | 2 | -3/+13 |
* | log msgs for configure.in and fake-addrinfo.h changes accidentally checked in... | Ken Raeburn | 2002-07-05 | 1 | -0/+10 |
* | * port-sockets.h (SOCKET_WRITEV) [!_WIN32]: Use TMP after setting it, to sile... | Ken Raeburn | 2002-07-05 | 4 | -6/+27 |
* | * osconf.h (DEFAULT_PROFILE_PATH): Conditionalized for Mac OS X | Tom Yu | 2002-07-03 | 2 | -0/+10 |
* | * configure.in: Modify test for in6addr_any definition in C | Ezra Peisach | 2002-06-26 | 2 | -1/+8 |
* | * fake-addrinfo.h (GET_SERV_BY_PORT) [HAVE_GETSERVBYNAME_R && | Ken Raeburn | 2002-06-25 | 2 | -29/+54 |
* | * socket-utils.h (ss2sin6): Enable compilation of inline function version | Ken Raeburn | 2002-06-25 | 2 | -1/+4 |
* | * k5-util.h (krb5_compat_recvauth, krb5_compat_recvauth_version): Declaration... | Ken Raeburn | 2002-06-25 | 2 | -21/+2 |
* | move krb5_sete[ug]id from libkrb5util (fn) to k5-util.h (macro) | Ken Raeburn | 2002-06-25 | 3 | -5/+54 |
* | * port-sockets.h (win_socket_initialize): Delete declaration | Ken Raeburn | 2002-06-24 | 2 | -2/+5 |
* | Oops, missed one | Tom Yu | 2002-06-22 | 1 | -1/+1 |
* | * krb5.hin: Fix up yet more CALLCONV botches from last merge | Tom Yu | 2002-06-21 | 2 | -7/+11 |
* | * fake-addrinfo.h: If IPv6 support is compiled in, but the OS does | Ezra Peisach | 2002-06-21 | 3 | -0/+40 |
* | * port-sockets.h [!_WIN32 && !HAVE_MACSOCK_H]: Include krb5/autoconf.h, to ge... | Ken Raeburn | 2002-06-21 | 2 | -0/+7 |
* | * configure.in: Check for sys/uio.h. | Ken Raeburn | 2002-06-20 | 3 | -1/+10 |
* | Client-side TCP support update for Windows. | Ken Raeburn | 2002-06-18 | 2 | -0/+77 |
* | Fix missed pullup of kt_free_entry -> free_keytab_entry_contents | Tom Yu | 2002-06-18 | 1 | -0/+6 |
* | * krb5.hin: Delete inclusion of profile.h again | Ken Raeburn | 2002-06-15 | 2 | -6/+4 |
* | * krb5.hin: Conditionalize KRB5_CALLCONV_WRONG separately | Tom Yu | 2002-06-15 | 2 | -16/+88 |
* | * k5-int.h: Added krb5_kt_dfl_ops for KRB5_KEYTAB_ACCESSOR_FUNCTIONS | Tom Yu | 2002-06-15 | 2 | -15/+32 |
* | * krb5.hin: Fix BEGIN_DECLS conditional | Tom Yu | 2002-06-15 | 2 | -1/+7 |
* | * 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 |