aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2008-07-22Catch a few more cases of unchecked k5_mutex_lock callsKen Raeburn1-1/+3
2008-07-21Another check for null return from krb5_cc_default_nameKen Raeburn1-11/+19
2008-07-21Check for null name to krb5_cc_resolve, and return an errorKen Raeburn1-1/+3
2008-07-21This patch addresses the issues raised in this ticket and ticket 5936Jeffrey Altman1-18/+19
2008-07-21kadm5_decrypt_key(). This patch prevents the returned keyblock's Jeffrey Altman1-1/+2
2008-07-21krb5_string_to_keysalts()Jeffrey Altman1-1/+1
2008-07-21There are two mutex locking issues that Roland Dowdeswell noticed in Jeffrey Altman1-0/+13
2008-07-21Assign fixed ordinals to comerr32.dll exportsJeffrey Altman1-7/+7
2008-07-21ccdefault.c:Jeffrey Altman1-2/+4
2008-07-20Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn6-6/+6
2008-07-18Use mkstemp(), and fstat() the file to make sure that the mkstemp()Tom Yu1-19/+60
2008-07-18Revert due to potential file modes race conditionTom Yu1-18/+14
2008-07-18Make krb5_rc_io_creat() use mkstempTom Yu1-14/+18
2008-07-17In krb5_rc_io_creat(), unlink any existing rcache file before tryingTom Yu1-1/+2
2008-07-16Fix indirection on assignment to minor statusTom Yu1-4/+4
2008-07-16Check return value from k5_mutex_lock() to partially mitigate someTom Yu2-10/+23
2008-07-15 r1926@ken-wireless: raeburn | 2008-07-15 16:49:17 -0400Ken Raeburn2-0/+72
2008-07-15krb5_get_cred_via_tkt() should null out_cred on errorsTom Yu1-0/+1
2008-07-12Use all local addresses except loopback addresses, even if a non-loopbackKen Raeburn1-17/+26
2008-07-09Use autogenerated darwin.exports files for server frameworksAlexandra Ellwood4-2/+6
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 Ellwood1-1/+2
2008-07-07krb5int_gic_opte_copy should copy elements individuallyAlexandra Ellwood1-2/+13
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-27misc uninitialized-storage accessesKen Raeburn1-0/+1
2008-06-27use-after-free bugsKen Raeburn1-1/+1
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 Raeburn7-12/+25
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 Ellwood2-20/+86
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-25Bump minor version number. Update dependenciesKen Raeburn1-1/+4
2008-06-25Pull in xdr_sizeof from tirpc2.3 (which has the same license as our current r...Ken Raeburn3-0/+167
2008-06-24Include kdb_log.h for missing prototypes. Declare conv_princ_2db &Ezra Peisach1-2/+3
2008-06-24Merge from branch sun-ipropKen Raeburn19-73/+3004
2008-06-19Remove test115 for 'bad client params', no longer appropriateKen Raeburn1-104/+0
2008-06-18This patch is derived from a patch originally submitted to RTJeffrey Altman2-2/+7
2008-06-18Disable check for invalid client-side admin config parameters in theKen Raeburn1-1/+5