| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txt | Ken Hornstein | 2002-10-24 | 1 | -0/+5 |
| * | gic_pwd doesn't support password expiration notification via last_req hint | Ken Hornstein | 2002-10-23 | 1 | -0/+5 |
| * | Implement an install-headers target to install public headers into KRB5_INCDIR; | Sam Hartman | 2002-10-07 | 1 | -0/+4 |
| * | * socket-utils.h (sa2sin, sa2sin6): Add redundant cast to (void *) | Tom Yu | 2002-09-27 | 1 | -0/+5 |
| * | * port-sockets.h: Include sys/filio.h if available | Ken Raeburn | 2002-09-19 | 1 | -0/+4 |
| * | * cm.h: New file | Ken Raeburn | 2002-09-18 | 1 | -0/+2 |
| * | * configure.in: Check for sys/filio.h | Ken Raeburn | 2002-09-18 | 1 | -0/+4 |
| * | Permit building against either the in-tree version of db2 or a system version | Ken Raeburn | 2002-09-13 | 1 | -0/+8 |
| * | * foreachaddr.c: Include errno.h instead of declaring errno | Ken Raeburn | 2002-09-03 | 1 | -0/+2 |
| * | * fake-addrinfo.h (gaiptr, faiptr, gniptr): Delete duplicate declarations | Ken Raeburn | 2002-09-03 | 1 | -0/+5 |
| * | * configure.in: Use AH_TEMPLATE to put undefined definition of | Ezra Peisach | 2002-09-03 | 1 | -0/+9 |
| * | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 1 | -0/+4 |
| * | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 1 | -0/+4 |
| * | * k5-int.h (krb5int_sendto_udp, krb5int_sendto_tcp): Declarations deleted. | Ken Raeburn | 2002-08-21 | 1 | -0/+4 |
| * | * port-sockets.h (SG_BUF): New macro | Ken Raeburn | 2002-08-21 | 1 | -0/+4 |
| * | * k5-int.h (struct _krb5_context): Add new member udp_pref_limit | Ken Raeburn | 2002-08-16 | 1 | -0/+4 |
| * | Don't install port-sockets.h, and don't include it from <kerberosIV/krb.h>. | Ken Raeburn | 2002-07-12 | 1 | -0/+4 |
| * | Put # for cpp directives in first column | Ken Raeburn | 2002-07-09 | 1 | -0/+4 |
| * | Add hooks to optionally report local address used when contacting a KDC-like | Ken Raeburn | 2002-07-08 | 1 | -0/+8 |
| * | 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 | 1 | -0/+5 |
| * | * configure.in: Modify test for in6addr_any definition in C | Ezra Peisach | 2002-06-26 | 1 | -0/+6 |
| * | * fake-addrinfo.h (GET_SERV_BY_PORT) [HAVE_GETSERVBYNAME_R && | Ken Raeburn | 2002-06-25 | 1 | -0/+8 |
| * | * socket-utils.h (ss2sin6): Enable compilation of inline function version | Ken Raeburn | 2002-06-25 | 1 | -0/+3 |
| * | * k5-util.h (krb5_compat_recvauth, krb5_compat_recvauth_version): Declaration... | Ken Raeburn | 2002-06-25 | 1 | -0/+2 |
| * | move krb5_sete[ug]id from libkrb5util (fn) to k5-util.h (macro) | Ken Raeburn | 2002-06-25 | 1 | -0/+10 |
| * | * port-sockets.h (win_socket_initialize): Delete declaration | Ken Raeburn | 2002-06-24 | 1 | -0/+5 |
| * | * krb5.hin: Fix up yet more CALLCONV botches from last merge | Tom Yu | 2002-06-21 | 1 | -0/+4 |
| * | * fake-addrinfo.h: If IPv6 support is compiled in, but the OS does | Ezra Peisach | 2002-06-21 | 1 | -0/+8 |
| * | * port-sockets.h [!_WIN32 && !HAVE_MACSOCK_H]: Include krb5/autoconf.h, to ge... | Ken Raeburn | 2002-06-21 | 1 | -0/+5 |
| * | * configure.in: Check for sys/uio.h. | Ken Raeburn | 2002-06-20 | 1 | -0/+6 |
| * | Client-side TCP support update for Windows. | Ken Raeburn | 2002-06-18 | 1 | -0/+13 |
| * | * krb5.hin: Delete inclusion of profile.h again | Ken Raeburn | 2002-06-15 | 1 | -0/+4 |
| * | * krb5.hin: Conditionalize KRB5_CALLCONV_WRONG separately | Tom Yu | 2002-06-15 | 1 | -0/+34 |
| * | * k5-int.h: Added krb5_kt_dfl_ops for KRB5_KEYTAB_ACCESSOR_FUNCTIONS | Tom Yu | 2002-06-15 | 1 | -0/+19 |
| * | * krb5.hin: Fix BEGIN_DECLS conditional | Tom Yu | 2002-06-15 | 1 | -0/+4 |
| * | * win-mac.h: Since this file is now only Win32, remove non-Win32 | Tom Yu | 2002-06-15 | 1 | -0/+10 |
| * | delete remnants of sys subdir | Ken Raeburn | 2002-06-12 | 1 | -0/+13 |
| * | * bsdlib.h, bstring.h, fake-stdlib.h: Deleted | Ken Raeburn | 2002-06-12 | 1 | -0/+4 |
| * | client-side TCP support | Ken Raeburn | 2002-06-11 | 1 | -0/+7 |
| * | Separate send-to-kdc UDP code, export it via accessor interface, and call in to | Ken Raeburn | 2002-06-05 | 1 | -0/+6 |
| * | * fake-addrinfo.h [COPY_FIRST_CANONNAME]: Include string.h | Ken Raeburn | 2002-06-04 | 1 | -0/+2 |
| * | Add capability of looking up TCP addresses for KDC in DNS; not enabled yet. | Ken Raeburn | 2002-06-04 | 1 | -0/+5 |
| * | * socket-utils.h (socklen) [! HAVE_SA_LEN]: Return a socklen_t instead of size_t | Ken Raeburn | 2002-05-31 | 1 | -0/+3 |
| * | * fake-addrinfo.h (getaddrinfo, getnameinfo, gai_strerror, freeaddrinfo) | Ken Raeburn | 2002-05-31 | 1 | -0/+8 |
| * | * configure.in: Check return type for getservbyname_r just as for | Ken Raeburn | 2002-05-31 | 1 | -0/+12 |
| * | Reduce build-time per-system dependencies and krb5.h namespace intrusions | Ken Raeburn | 2002-05-25 | 1 | -0/+15 |
| * | * fake-addrinfo.h (GET_HOST_BY_NAME, GET_HOST_BY_ADDR) | Ken Raeburn | 2002-04-26 | 1 | -0/+6 |
| * | * configure.in: If the return type for gethostbyname_r can't be | Ken Raeburn | 2002-04-25 | 1 | -0/+3 |
| * | * fake-addrinfo.h (getaddrinfo) [_AIX]: Declare and initialize variable "ai" | Ken Raeburn | 2002-04-25 | 1 | -0/+5 |