summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Make windows debug message line endings match the Mac endings.Kevin Koch2008-01-225-6/+30
* Add ccs_pipe_compareAlexandra Ellwood2008-01-156-2/+39
* improve debugging of ticket verification in ksuRuss Allbery2007-12-301-5/+5
* Wrap krb5_db_get_principal function with get_principal (which willKen Raeburn2007-12-226-16/+50
* Implement SWAP16 for Mac without compiler warningKen Raeburn2007-12-221-1/+9
* Rename krb4_sendto to set_response since that's what it doesKen Raeburn2007-12-191-4/+4
* Remove unused args to krb4_sendto and unused global. Use byte-order macros d...Ken Raeburn2007-12-191-20/+14
* Remove excess parameters in formatting log callsKen Raeburn2007-12-191-14/+12
* Make some stuff static that we don't need accessible outside kerberos_v4.cKen Raeburn2007-12-191-5/+5
* Add the CCAPI design sketch to the new directoryKevin Koch2007-12-171-0/+148
* fix CVE-2007-5894: apparent uninit length in ftpd.c:reply()Tom Yu2007-12-141-1/+1
* fix CVE-2007-5902: integer overflow in svcauth_gss_get_principal()Tom Yu2007-12-141-1/+1
* fix CVE-2007-5971: double-free in gss_krb5int_make_seal_token_v3()Tom Yu2007-12-141-1/+0
* fix CVE-2007-5972: double fclose() in krb5_def_store_mkey()Tom Yu2007-12-141-2/+1
* fix CVE-2007-5971: free of non-heap pointer in gss_indicate_mechs()Tom Yu2007-12-141-1/+1
* Remove Mac-specific bit unused in KfM that causes test failures nowKen Raeburn2007-12-141-8/+0
* KFW: BUG: KRB5CRED: Set identity data before sending notificationJeffrey Altman2007-12-121-1/+1
* copy correct key for lucid context acceptor_subkeyKevin Coffman2007-12-121-1/+1
* KFW BUG: WIX: 64-bit installer attempts to uninstall 32-bit NSIS Jeffrey Altman2007-12-121-2/+3
* Remove no-longer-needed include of Kerberos.hKevin Koch2007-12-0331-31/+0
* Conditionalize #pragma mark with TARGET_OS_MAC; remove any Windows #pragma di...Kevin Koch2007-11-212-19/+35
* Disable warnings about #pragma markKevin Koch2007-11-202-0/+8
* On Windows, UINT64_MAX isn't defined; define itKevin Koch2007-11-151-0/+4
* On Windows, UINT64_MAX isn't defined; get it from k5-platform.hKevin Koch2007-11-151-0/+4
* The khm_show_main_window() function is no longer calledJeffrey Altman2007-11-141-7/+18
* Include k5-platform.hKen Raeburn2007-11-041-0/+2
* Use 0 and 1 instead of relying on TRUE/FALSE being defined everywhereKen Raeburn2007-11-011-2/+3
* Conditionalize "#pragma mark" on TARGET_OS_MAC.Ken Raeburn2007-11-0118-20/+114
* On Windows, disable a pragma warning; add comment about what a pipe isKevin Koch2007-10-311-0/+5
* Set GNU warning options in CFLAGS and CXXFLAGS separately, avoiding optionsKen Raeburn2007-10-312-5/+16
* Add some dependenciesKen Raeburn2007-10-311-1/+20
* Correct the filenames in commentsKen Raeburn2007-10-312-2/+2
* Test more installed headers for C++ compatibilityKen Raeburn2007-10-313-1/+21
* Set CXX_LINK, CXX_LINK_STATIC, and CXX_LINK_SHARED, parallel to CC_ versions.Ken Raeburn2007-10-314-1/+45
* Use ac_cv_c_compiler_gnu instead of copying it to krb5_cv_prog_gccKen Raeburn2007-10-313-11/+10
* Include k5-platform.hKen Raeburn2007-10-301-0/+2
* Don't use GNU make featuresKen Raeburn2007-10-301-2/+1
* Define htonll, ntohll using k5_ versions if needed. Drop Mac-specific bitsKen Raeburn2007-10-291-8/+4
* On Mac, include TargetConditionals.h and architecture/byte_order.h,Ken Raeburn2007-10-291-0/+28
* Test that C++ code can use our installed headersKen Raeburn2007-10-295-3/+53
* CredentialsCache.h needs uint32_t and other definitions which aren't in Windo...Kevin Koch2007-10-291-0/+1
* Checkpoint some incomplete UNIX makefilesKen Raeburn2007-10-268-0/+303
* delete unused configure.inTom Yu2007-10-231-19/+0
* Include time.h for time()Alexandra Ellwood2007-10-231-0/+1
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-2257-230/+389
* Check dependencies for fakeka.cKen Raeburn2007-10-221-0/+15
* Don't leak fd on fork errorKen Raeburn2007-10-201-0/+1
* KFW: BUG: WIX: Beta value hard coded Jeffrey Altman2007-10-181-1/+1
* Reject socket fds > FD_SETSIZEKen Raeburn2007-10-182-0/+22
* fixed mispelling in kadmin error messageAlexandra Ellwood2007-10-161-1/+1