aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2007-07-27Set KTFILEP field to null any time we close the fileKen Raeburn1-0/+3
2007-07-27Debugged version of patch worked up with LukeKen Raeburn5-18/+70
2007-07-27Check for null file handle in get_next.Ken Raeburn1-0/+4
2007-07-27If no salt is included with the key data, set the salt length field to 0.Ken Raeburn1-1/+2
2007-07-20Pull out code for looking up the current time, comparing the offset ofKen Raeburn4-37/+19
2007-07-19Added new autogenerated file to generate-files-mac targetAlexandra Ellwood1-1/+1
2007-07-13make dependKen Raeburn1-3/+3
2007-07-12Missed a sprintf->snprintf switchKen Raeburn1-1/+1
2007-07-12Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn34-273/+284
2007-07-12Nuke disabled support for ancient .klogin syntaxKen Raeburn4-871/+2
2007-07-04Make error_map.h depend on ktemplate.pm tooKen Raeburn1-1/+1
2007-07-04gss krb5 mech enhanced error messagesKen Raeburn25-48/+260
2007-07-04Use strdupKen Raeburn1-3/+1
2007-07-04Some handy debugging code for gssapi errors in credential acquisition; curren...Ken Raeburn1-0/+44
2007-07-04If error is KDC_ERR_S_PRINCIPAL_UNKNOWN, report the server nameKen Raeburn1-0/+14
2007-07-04In file-not-found case, report the filename soughtKen Raeburn1-4/+17
2007-07-04Remove debugging message accidentally left inKen Raeburn1-1/+0
2007-07-04Save a detailed message for FCC_NOFILE including the file nameKen Raeburn1-2/+13
2007-07-03Tell Emacs to use C mode for this fileKen Raeburn1-1/+1
2007-06-29Define a localtime_r wrapper around localtime if the system doesn'tKen Raeburn1-7/+17
2007-06-29Attach format attributes to declarations of various message-formattingKen Raeburn2-20/+23
2007-06-26fix MITKRB5-SA-2007-004 [CVE-2007-2442/VU#356961, CVE-2007-2443/VU#365313]Tom Yu2-5/+8
2007-06-20Move (BSD-licensed) mkstemp from libdb2 to libkrb5support, and renameKen Raeburn1-4/+0
2007-06-20set svn:eol-style to native for *.[ch]Ken Raeburn1-94/+94
2007-06-20provide asprintf functionality for internal useKen Raeburn1-3/+9
2007-06-19set eol-style and mime-type propertiesKen Raeburn1-677/+677
2007-06-18krb5_walk_realm_tree leaks in capaths caseTom Yu1-0/+3
2007-05-31Move CCAPI sources to krb5 repositoryAlexandra Ellwood2-3/+3
2007-05-31don't check for readability resolving SRVTAB: keytabKen Raeburn1-7/+0
2007-05-23Remove unused macroKen Raeburn1-3/+1
2007-05-21Change struct _krb5_context.os_context into a single element instead of array[1]Ken Raeburn10-43/+40
2007-05-10Fix various gcc warnings about pointer target signedness and qualifiersKen Raeburn11-36/+54
2007-05-10Rewrite weak key check to use a small custom struct instead of wedgingKen Raeburn1-10/+12
2007-05-10We're requiring that 'inline' work nowadays, so don't conditionalize its useKen Raeburn1-7/+1
2007-05-10Use new comparison inline fnKen Raeburn1-3/+2
2007-05-10Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn7-65/+27
2007-05-02 k5-int.h, gic_opt.cJeffrey Altman1-2/+12
2007-04-29rd_req_decoded needs to deal with referral realmsSam Hartman1-5/+21
2007-04-25race condition in referrals fallbackTom Yu1-0/+1
2007-04-16Add the new kadm5srv function krb5_get_principal_keys to the export listRuss Allbery1-0/+1
2007-04-16Add support for extracting existing keys from the KDC with kadmin.local.Russ Allbery2-0/+65
2007-04-13Revert previous change; krb5int_cm_call_select is used by the KDC, and shouldKen Raeburn1-7/+8
2007-04-13Produce a more informative error message for KDC_UNREACH with KDC not respondingKen Raeburn1-2/+11
2007-04-13Provide more detailed error message for 'client not found in kdb'Ken Raeburn1-0/+17
2007-04-13If select returns EINTR, recompute the expiration time and call it againKen Raeburn1-1/+5
2007-04-09EAI_NODATA deprecated, not always definedKen Raeburn2-2/+11
2007-04-05service location plugin returning no addresses handled incorrectlyKen Raeburn1-18/+18
2007-04-03MITKRB5-SA-2007-002: buffer overflow in krb5_klog_syslogTom Yu1-3/+7
2007-03-26Remove unused scc_default_format field from krb5_contextKen Raeburn2-13/+0
2007-03-25Initialize 'now' to avoid compiler warningKen Raeburn1-0/+1