aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-01-29CCAPI changes to the mac-specific code to use new kipc changesAlexandra Ellwood1-11/+16
2008-01-23Windows: avoid use of cygwin mkdir and rmdir commandsJeffrey Altman2-4/+4
2008-01-23Update build instructions to indicate PATH ordering; add troubleshooting tip ...Kevin Koch1-9/+20
2008-01-22Correct makefile so pingtest buildsKevin Koch1-10/+21
2008-01-22Windows CCAPI snapshot. Should build & pass ping testKevin Koch51-69/+6514
2008-01-22Windows debug message line endings were already correct; revert cci_debugging.c.Kevin Koch3-16/+4
2008-01-22Make windows debug message line endings match the Mac endings.Kevin Koch5-6/+30
2008-01-15Add ccs_pipe_compareAlexandra Ellwood6-2/+39
2007-12-30improve debugging of ticket verification in ksuRuss Allbery1-5/+5
2007-12-22Wrap krb5_db_get_principal function with get_principal (which willKen Raeburn6-16/+50
2007-12-22Implement SWAP16 for Mac without compiler warningKen Raeburn1-1/+9
2007-12-19Rename krb4_sendto to set_response since that's what it doesKen Raeburn1-4/+4
2007-12-19Remove unused args to krb4_sendto and unused global. Use byte-order macros d...Ken Raeburn1-20/+14
2007-12-19Remove excess parameters in formatting log callsKen Raeburn1-14/+12
2007-12-19Make some stuff static that we don't need accessible outside kerberos_v4.cKen Raeburn1-5/+5
2007-12-17Add the CCAPI design sketch to the new directoryKevin Koch1-0/+148
2007-12-14fix CVE-2007-5894: apparent uninit length in ftpd.c:reply()Tom Yu1-1/+1
2007-12-14fix CVE-2007-5902: integer overflow in svcauth_gss_get_principal()Tom Yu1-1/+1
2007-12-14fix CVE-2007-5971: double-free in gss_krb5int_make_seal_token_v3()Tom Yu1-1/+0
2007-12-14fix CVE-2007-5972: double fclose() in krb5_def_store_mkey()Tom Yu1-2/+1
2007-12-14fix CVE-2007-5971: free of non-heap pointer in gss_indicate_mechs()Tom Yu1-1/+1
2007-12-14Remove Mac-specific bit unused in KfM that causes test failures nowKen Raeburn1-8/+0
2007-12-12KFW: BUG: KRB5CRED: Set identity data before sending notificationJeffrey Altman1-1/+1
2007-12-12copy correct key for lucid context acceptor_subkeyKevin Coffman1-1/+1
2007-12-12KFW BUG: WIX: 64-bit installer attempts to uninstall 32-bit NSIS Jeffrey Altman1-2/+3
2007-12-03Remove no-longer-needed include of Kerberos.hKevin Koch31-31/+0
2007-11-21Conditionalize #pragma mark with TARGET_OS_MAC; remove any Windows #pragma di...Kevin Koch2-19/+35
2007-11-20Disable warnings about #pragma markKevin Koch2-0/+8
2007-11-15On Windows, UINT64_MAX isn't defined; define itKevin Koch1-0/+4
2007-11-15On Windows, UINT64_MAX isn't defined; get it from k5-platform.hKevin Koch1-0/+4
2007-11-14The khm_show_main_window() function is no longer calledJeffrey Altman1-7/+18
2007-11-04Include k5-platform.hKen Raeburn1-0/+2
2007-11-01Use 0 and 1 instead of relying on TRUE/FALSE being defined everywhereKen Raeburn1-2/+3
2007-11-01Conditionalize "#pragma mark" on TARGET_OS_MAC.Ken Raeburn18-20/+114
2007-10-31On Windows, disable a pragma warning; add comment about what a pipe isKevin Koch1-0/+5
2007-10-31Set GNU warning options in CFLAGS and CXXFLAGS separately, avoiding optionsKen Raeburn2-5/+16
2007-10-31Add some dependenciesKen Raeburn1-1/+20
2007-10-31Correct the filenames in commentsKen Raeburn2-2/+2
2007-10-31Test more installed headers for C++ compatibilityKen Raeburn3-1/+21
2007-10-31Set CXX_LINK, CXX_LINK_STATIC, and CXX_LINK_SHARED, parallel to CC_ versions.Ken Raeburn4-1/+45
2007-10-31Use ac_cv_c_compiler_gnu instead of copying it to krb5_cv_prog_gccKen Raeburn3-11/+10
2007-10-30Include k5-platform.hKen Raeburn1-0/+2
2007-10-30Don't use GNU make featuresKen Raeburn1-2/+1
2007-10-29Define htonll, ntohll using k5_ versions if needed. Drop Mac-specific bitsKen Raeburn1-8/+4
2007-10-29On Mac, include TargetConditionals.h and architecture/byte_order.h,Ken Raeburn1-0/+28
2007-10-29Test that C++ code can use our installed headersKen Raeburn5-3/+53
2007-10-29CredentialsCache.h needs uint32_t and other definitions which aren't in Windo...Kevin Koch1-0/+1
2007-10-26Checkpoint some incomplete UNIX makefilesKen Raeburn8-0/+303
2007-10-23delete unused configure.inTom Yu1-19/+0
2007-10-23Include time.h for time()Alexandra Ellwood1-0/+1