| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Make windows debug message line endings match the Mac endings. | Kevin Koch | 2008-01-22 | 5 | -6/+30 |
| * | Add ccs_pipe_compare | Alexandra Ellwood | 2008-01-15 | 6 | -2/+39 |
| * | improve debugging of ticket verification in ksu | Russ Allbery | 2007-12-30 | 1 | -5/+5 |
| * | Wrap krb5_db_get_principal function with get_principal (which will | Ken Raeburn | 2007-12-22 | 6 | -16/+50 |
| * | Implement SWAP16 for Mac without compiler warning | Ken Raeburn | 2007-12-22 | 1 | -1/+9 |
| * | Rename krb4_sendto to set_response since that's what it does | Ken Raeburn | 2007-12-19 | 1 | -4/+4 |
| * | Remove unused args to krb4_sendto and unused global. Use byte-order macros d... | Ken Raeburn | 2007-12-19 | 1 | -20/+14 |
| * | Remove excess parameters in formatting log calls | Ken Raeburn | 2007-12-19 | 1 | -14/+12 |
| * | Make some stuff static that we don't need accessible outside kerberos_v4.c | Ken Raeburn | 2007-12-19 | 1 | -5/+5 |
| * | Add the CCAPI design sketch to the new directory | Kevin Koch | 2007-12-17 | 1 | -0/+148 |
| * | fix CVE-2007-5894: apparent uninit length in ftpd.c:reply() | Tom Yu | 2007-12-14 | 1 | -1/+1 |
| * | fix CVE-2007-5902: integer overflow in svcauth_gss_get_principal() | Tom Yu | 2007-12-14 | 1 | -1/+1 |
| * | fix CVE-2007-5971: double-free in gss_krb5int_make_seal_token_v3() | Tom Yu | 2007-12-14 | 1 | -1/+0 |
| * | fix CVE-2007-5972: double fclose() in krb5_def_store_mkey() | Tom Yu | 2007-12-14 | 1 | -2/+1 |
| * | fix CVE-2007-5971: free of non-heap pointer in gss_indicate_mechs() | Tom Yu | 2007-12-14 | 1 | -1/+1 |
| * | Remove Mac-specific bit unused in KfM that causes test failures now | Ken Raeburn | 2007-12-14 | 1 | -8/+0 |
| * | KFW: BUG: KRB5CRED: Set identity data before sending notification | Jeffrey Altman | 2007-12-12 | 1 | -1/+1 |
| * | copy correct key for lucid context acceptor_subkey | Kevin Coffman | 2007-12-12 | 1 | -1/+1 |
| * | KFW BUG: WIX: 64-bit installer attempts to uninstall 32-bit NSIS | Jeffrey Altman | 2007-12-12 | 1 | -2/+3 |
| * | Remove no-longer-needed include of Kerberos.h | Kevin Koch | 2007-12-03 | 31 | -31/+0 |
| * | Conditionalize #pragma mark with TARGET_OS_MAC; remove any Windows #pragma di... | Kevin Koch | 2007-11-21 | 2 | -19/+35 |
| * | Disable warnings about #pragma mark | Kevin Koch | 2007-11-20 | 2 | -0/+8 |
| * | On Windows, UINT64_MAX isn't defined; define it | Kevin Koch | 2007-11-15 | 1 | -0/+4 |
| * | On Windows, UINT64_MAX isn't defined; get it from k5-platform.h | Kevin Koch | 2007-11-15 | 1 | -0/+4 |
| * | The khm_show_main_window() function is no longer called | Jeffrey Altman | 2007-11-14 | 1 | -7/+18 |
| * | Include k5-platform.h | Ken Raeburn | 2007-11-04 | 1 | -0/+2 |
| * | Use 0 and 1 instead of relying on TRUE/FALSE being defined everywhere | Ken Raeburn | 2007-11-01 | 1 | -2/+3 |
| * | Conditionalize "#pragma mark" on TARGET_OS_MAC. | Ken Raeburn | 2007-11-01 | 18 | -20/+114 |
| * | On Windows, disable a pragma warning; add comment about what a pipe is | Kevin Koch | 2007-10-31 | 1 | -0/+5 |
| * | Set GNU warning options in CFLAGS and CXXFLAGS separately, avoiding options | Ken Raeburn | 2007-10-31 | 2 | -5/+16 |
| * | Add some dependencies | Ken Raeburn | 2007-10-31 | 1 | -1/+20 |
| * | Correct the filenames in comments | Ken Raeburn | 2007-10-31 | 2 | -2/+2 |
| * | Test more installed headers for C++ compatibility | Ken Raeburn | 2007-10-31 | 3 | -1/+21 |
| * | Set CXX_LINK, CXX_LINK_STATIC, and CXX_LINK_SHARED, parallel to CC_ versions. | Ken Raeburn | 2007-10-31 | 4 | -1/+45 |
| * | Use ac_cv_c_compiler_gnu instead of copying it to krb5_cv_prog_gcc | Ken Raeburn | 2007-10-31 | 3 | -11/+10 |
| * | Include k5-platform.h | Ken Raeburn | 2007-10-30 | 1 | -0/+2 |
| * | Don't use GNU make features | Ken Raeburn | 2007-10-30 | 1 | -2/+1 |
| * | Define htonll, ntohll using k5_ versions if needed. Drop Mac-specific bits | Ken Raeburn | 2007-10-29 | 1 | -8/+4 |
| * | On Mac, include TargetConditionals.h and architecture/byte_order.h, | Ken Raeburn | 2007-10-29 | 1 | -0/+28 |
| * | Test that C++ code can use our installed headers | Ken Raeburn | 2007-10-29 | 5 | -3/+53 |
| * | CredentialsCache.h needs uint32_t and other definitions which aren't in Windo... | Kevin Koch | 2007-10-29 | 1 | -0/+1 |
| * | Checkpoint some incomplete UNIX makefiles | Ken Raeburn | 2007-10-26 | 8 | -0/+303 |
| * | delete unused configure.in | Tom Yu | 2007-10-23 | 1 | -19/+0 |
| * | Include time.h for time() | Alexandra Ellwood | 2007-10-23 | 1 | -0/+1 |
| * | Set close-on-exec flag in most places where file descriptors are | Ken Raeburn | 2007-10-22 | 57 | -230/+389 |
| * | Check dependencies for fakeka.c | Ken Raeburn | 2007-10-22 | 1 | -0/+15 |
| * | Don't leak fd on fork error | Ken Raeburn | 2007-10-20 | 1 | -0/+1 |
| * | KFW: BUG: WIX: Beta value hard coded | Jeffrey Altman | 2007-10-18 | 1 | -1/+1 |
| * | Reject socket fds > FD_SETSIZE | Ken Raeburn | 2007-10-18 | 2 | -0/+22 |
| * | fixed mispelling in kadmin error message | Alexandra Ellwood | 2007-10-16 | 1 | -1/+1 |