| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit fixes up the in-tree callers of krb5_read_password() and | Tom Yu | 2002-11-06 | 4 | -4/+15 |
* | * k5-int.h (krb5_ser_handle): Now points to const. | Ken Raeburn | 2002-10-31 | 3 | -4/+12 |
* | Wrong ASN.1 definition and padata type for new hardware preauth | Ken Hornstein | 2002-10-30 | 2 | -2/+10 |
* | Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txt | Ken Hornstein | 2002-10-24 | 3 | -0/+94 |
* | No support for negative password expiration last-req hint | Ken Hornstein | 2002-10-24 | 1 | -1/+2 |
* | gic_pwd doesn't support password expiration notification via last_req hint | Ken Hornstein | 2002-10-23 | 2 | -0/+6 |
* | Implement an install-headers target to install public headers into KRB5_INCDIR; | Sam Hartman | 2002-10-07 | 4 | -2/+10 |
* | Fix DES_INT32 definition | Tom Yu | 2002-09-27 | 3 | -138/+234 |
* | * socket-utils.h (sa2sin, sa2sin6): Add redundant cast to (void *) | Tom Yu | 2002-09-27 | 2 | -7/+17 |
* | * port-sockets.h: Include sys/filio.h if available | Ken Raeburn | 2002-09-19 | 2 | -0/+7 |
* | update comments | Ken Raeburn | 2002-09-19 | 1 | -1/+1 |
* | Support reading a list of TCP port numbers from the KDC config file; default | Ken Raeburn | 2002-09-18 | 4 | -1/+14 |
* | * cm.h: New file | Ken Raeburn | 2002-09-18 | 2 | -0/+41 |
* | * configure.in: Check for sys/filio.h | Ken Raeburn | 2002-09-18 | 2 | -1/+5 |
* | * krb.h: Add extern "C" markers in case a C++ compiler is used | Ken Raeburn | 2002-09-18 | 2 | -0/+12 |
* | Permit building against either the in-tree version of db2 or a system version | Ken Raeburn | 2002-09-13 | 2 | -0/+17 |
* | * foreachaddr.c: Include errno.h instead of declaring errno | Ken Raeburn | 2002-09-03 | 2 | -1/+3 |
* | * fake-addrinfo.h (gaiptr, faiptr, gniptr): Delete duplicate declarations | Ken Raeburn | 2002-09-03 | 2 | -16/+5 |
* | * configure.in: Use AH_TEMPLATE to put undefined definition of | Ezra Peisach | 2002-09-03 | 3 | -1/+14 |
* | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 6 | -5/+17 |
* | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 1 | -0/+1 |
* | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 2 | -0/+21 |
* | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 6 | -6/+18 |
* | * k5-int.h (krb5int_sendto_udp, krb5int_sendto_tcp): Declarations deleted. | Ken Raeburn | 2002-08-21 | 2 | -5/+8 |
* | * port-sockets.h (SG_BUF): New macro | Ken Raeburn | 2002-08-21 | 2 | -0/+6 |
* | * k5-int.h (struct _krb5_context): Add new member udp_pref_limit | Ken Raeburn | 2002-08-16 | 2 | -8/+18 |
* | 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 |