aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-07Add test case to test that new mkey stash code is backward compat with old fo...mkey_keytabWill Fiveash6-2/+68
2008-07-15Files updated as a result of code review from Ken RaeburnWill Fiveash5-79/+79
2008-07-01Talked with MIT people and decided to revert the logic of Will Fiveash4-72/+34
2008-06-27The logic of the krb5_db_def_fetch_mkey_keytab() was off a bit when checking ...Will Fiveash1-3/+5
2008-06-25Masterkey Keytab StashWill Fiveash6-23/+27
2008-06-25All relevant tests in local src tree passWill Fiveash2-47/+55
2008-06-24fixed a few more bugs, most tests are passing but may have some more work to doWill Fiveash2-24/+35
2008-06-19second commit to backup files, tweaked some logic to better support kdb5_util...Will Fiveash11-67/+139
2008-06-06first commit to backup my changesWill Fiveash22-108/+349
2008-06-06Branch for the changes to stash the master key in a keytab instead of the old...Will Fiveash0-0/+0
2008-06-06Annotate that 'protocol' in svc_register means an IPPROTO_ valueKen Raeburn1-1/+1
2008-06-06On Mac OS X, try poking launchd to get the portmapper launched beforeKen Raeburn1-3/+55
2008-06-06Check for GSS_C_NO_CREDENTIAL before loop checkKen Raeburn1-3/+3
2008-06-04We're not using this makedepend implementation any moreKen Raeburn10-3026/+0
2008-06-03Revert a few const specs to reduce warningsKen Raeburn1-5/+5
2008-06-03Fix various minor format-string issuesKen Raeburn7-22/+25
2008-06-03Passing 0 to krb5_build_principal requires a castKen Raeburn1-1/+1
2008-06-02Don't use 'log' as a global variable nameKen Raeburn1-40/+40
2008-06-02Explicitly note number as unsigned to shut gcc upKen Raeburn1-1/+1
2008-06-02Partial const-ification, as indicated by the modern Tcl API, exceptKen Raeburn2-93/+104
2008-06-02Fix a few incompatible-pointer warnings that aren't just about signednessKen Raeburn5-13/+17
2008-06-02Change krb5_context.db_context to point to the real structure type,Ken Raeburn16-142/+142
2008-05-30Add header for kill() in USE_PASSWORD_SERVER caseAlexandra Ellwood1-0/+2
2008-05-30Apple PKINIT patch commitAlexandra Ellwood20-10/+4912
2008-05-30No prototype when building kdb5_util without krb4 supportAlexandra Ellwood1-1/+2
2008-05-30Warnings in server_stubs.c (signed vs unsigned errmsg, gcc printf)Alexandra Ellwood1-39/+44
2008-05-30signed vs unsigned char * warnings in kdb_xdr.cAlexandra Ellwood1-6/+6
2008-05-27Profile library should not call rw_access earlier than neededAlexandra Ellwood3-9/+20
2008-05-19Use $(DL_LIB) instead of explicit -ldlKen Raeburn1-1/+1
2008-05-17Force hostname to lowercase before constructing kadmin principal name.Ken Raeburn1-2/+22
2008-05-16Minor spelling & comment formattingKen Raeburn1-13/+19
2008-05-15Move auto var to outer scope, because its storage is used beyond the inner scopeKen Raeburn1-1/+1
2008-05-15Don't test error code when it's known to be 0Ken Raeburn1-3/+1
2008-05-15Fix minor bug in kg_save_name failure cleanup codeKen Raeburn1-1/+1
2008-05-15Free context after use, not beforeKen Raeburn1-2/+2
2008-05-11Fix a typo in krb5.conf: ldap_server should be ldap_servers, as theRuss Allbery1-2/+2
2008-05-07Added kim documentationAlexandra Ellwood30-0/+8143
2008-05-07Move KIM implementation to the krb5 repositoryAlexandra Ellwood56-0/+20880
2008-04-30(more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn10-31/+31
2008-04-30After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn21-51/+51
2008-04-28Properly escape - in kdb5_ldap_util man pageRuss Allbery1-55/+55
2008-04-25Left-shifting all the way in signed math is undefined, use unsignedKen Raeburn1-1/+1
2008-04-25Multiple assignments without sequence points invoke undefinedKen Raeburn1-6/+12
2008-04-25Generate a large enough array to hold all the base/extension pairs.Alexandra Ellwood1-11/+17
2008-04-24Remove sched_yield usesKen Raeburn1-56/+10
2008-04-24Don't do UTF-8 bits (and include Apple headers) when just rebuilding dependen...Ken Raeburn1-2/+2
2008-04-18fix possible buffer overrun in handling generic-error returnKen Raeburn1-2/+3
2008-04-03Pull out generic array expansion code from array_append macro into aKen Raeburn1-7/+22
2008-03-29Coverity CID 220: NULL check of "buf" after dereferenceKen Raeburn1-1/+3
2008-03-29Coverity CID 46: mech_type will always have the address of anKen Raeburn1-3/+0