aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-07-15krb5_get_cred_via_tkt() should null out_cred on errorsTom Yu1-0/+1
2008-07-14Use RFC 3542's IPV6_RECVPKTINFO if available. (And IP_RECVPKTINFO too.)Ken Raeburn1-2/+12
2008-07-12In FREE_SET_DATA, reset the current count as wellKen Raeburn1-1/+1
2008-07-12Use all local addresses except loopback addresses, even if a non-loopbackKen Raeburn1-17/+26
2008-07-10Add comment and <TargetConditionals.h> to previousTom Yu1-0/+11
2008-07-10Use #pragma pop on the Mac to ensure that the krb5_gic_opt_extTom Yu1-0/+8
2008-07-10CCacheServer crashes iterating over creds which have been destroyedAlexandra Ellwood1-7/+4
2008-07-10Apply patch from Apple to handle missing krb5.conf for zeroconfTom Yu1-2/+5
2008-07-09Don't print spurious errors to debug logsAlexandra Ellwood2-6/+8
2008-07-09Add macro so we don't print deprecated warnings while building KfMAlexandra Ellwood2-3/+3
2008-07-09Use autogenerated darwin.exports files for server frameworksAlexandra Ellwood4-2/+6
2008-07-09Don't use "ccache" in error string printed to userAlexandra Ellwood1-1/+1
2008-07-09Use -dead_strip when linking dynamic libraries on DarwinKen Raeburn1-1/+1
2008-07-09add copyright to lib/crypto/enc_provider/aes.cTom Yu1-0/+26
2008-07-08Changes to krb5_kt_default_name changed the krb5 ABI. RevertedAlexandra Ellwood2-2/+3
2008-07-08Add kerberos iconAlexandra Ellwood1-0/+0
2008-07-07Add EnableTransactions launchd option to CCacheServerAlexandra Ellwood1-0/+2
2008-07-07krb5int_gic_opte_copy should copy elements individuallyAlexandra Ellwood1-2/+13
2008-07-06kdc does not compile with glibc 2.8 Ezra Peisach1-2/+2
2008-07-03stop exporting a few symbols internal to aes implementationKen Raeburn1-5/+0
2008-07-01Added type checking for 64-bit platformsAlexandra Ellwood1-7/+10
2008-07-01krb5_get_error_message returns const char *Alexandra Ellwood1-2/+2
2008-06-30memcpy(NULL, ptr, 0) is invalid, so don't do itKen Raeburn1-1/+2
2008-06-30make dependKen Raeburn1-1/+2
2008-06-27Big endian stash file supportAlexandra Ellwood1-2/+18
2008-06-27Check for strdup failure. Fix a memory leak in one failure caseKen Raeburn1-0/+32
2008-06-27misc uninitialized-storage accessesKen Raeburn3-3/+5
2008-06-27fix ktutil listing with timestampKen Raeburn1-1/+2
2008-06-27use-after-free bugsKen Raeburn4-6/+4
2008-06-27When returning an error, don't also pass back an invalid pointerKen Raeburn1-1/+3
2008-06-27call kg_delete_lucidctx_id before freeing, not afterKen Raeburn1-1/+1
2008-06-27Memory leak, and possible freed-memory dereference, in an error (smallKen Raeburn1-1/+1
2008-06-27misc memory leaksKen Raeburn10-16/+39
2008-06-27fix free of automatic storageKen Raeburn1-4/+4
2008-06-27Don't do FD_SETSIZE check on Windows.Ken Raeburn1-1/+3
2008-06-27Fix off-by-one error in range check on file descriptor numberKen Raeburn1-1/+1
2008-06-27Fix possible null pointer deref, possible uninit ptr use, possibleKen Raeburn1-6/+13
2008-06-26Apple PKINIT LKDC supportAlexandra Ellwood3-21/+96
2008-06-25Rolled back patch because tickets 4495 and 5124 fix this bugAlexandra Ellwood1-4/+1
2008-06-25krb5_do_preauth_tryagain should check for NULL padataAlexandra Ellwood1-1/+4
2008-06-25kadm5_setkey_principal_3 not copying key_data_ver and key_data_kvnoAlexandra Ellwood1-0/+2
2008-06-25Add new launchd flags to CCacheServer plist fileAlexandra Ellwood1-0/+9
2008-06-25Bump minor version number. Update dependenciesKen Raeburn1-1/+4
2008-06-25kdb library now depends on gssrpc; add it to link commandsKen Raeburn1-1/+1
2008-06-25Pull in xdr_sizeof from tirpc2.3 (which has the same license as our current r...Ken Raeburn5-0/+171
2008-06-24Include kdb_log.h for missing prototypes. Declare conv_princ_2db &Ezra Peisach1-2/+3
2008-06-24Merge from branch sun-ipropKen Raeburn48-188/+5843
2008-06-20Suppress some glibc issues found on x86_64Ken Raeburn1-0/+69
2008-06-20Remove unused fileKen Raeburn1-86/+0
2008-06-19Remove test115 for 'bad client params', no longer appropriateKen Raeburn1-104/+0