aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)AuthorFilesLines
2010-07-15Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson1-31/+17
2010-07-15Addendum to r24182: Fix a comment referencing the db_invokeGreg Hudson1-4/+2
2010-07-15Add refresh_config to the DAL with a corresponding libkdb5 API,Greg Hudson1-6/+9
2010-07-13Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson1-13/+7
2010-07-13Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson1-28/+21
2010-07-13Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson1-43/+49
2010-07-12Add check_transited_realms to the DAL table with a correspondingGreg Hudson1-14/+15
2010-07-12Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson1-32/+77
2010-07-08Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modulesGreg Hudson1-10/+14
2010-07-06Remove count parameters from get_principal, put_principal,Greg Hudson2-55/+26
2010-07-03Make the APIs for iterate, get_master_key_list, set_master_key_list,Greg Hudson1-24/+10
2010-07-03Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson1-9/+7
2010-07-02Remove store_master_key from the DAL table, and implementGreg Hudson1-21/+0
2010-07-02Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson1-8/+5
2010-07-02Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson1-26/+6
2010-07-02Remove db_ and similar prefixes from DAL function names, forGreg Hudson1-58/+57
2010-07-02Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson1-37/+22
2010-07-02Remove setup_master_key_name from the DAL table as it was not usedGreg Hudson1-6/+0
2010-07-02Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson1-34/+0
2010-07-02Remove errcode_2_string and release_errcode_string from the DAL table,Greg Hudson1-15/+0
2010-07-02Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson1-16/+1
2010-07-02DAL improvementsGreg Hudson1-1/+12
2010-06-10Remove some unused (as of yet) trace macro definitionsGreg Hudson1-10/+0
2010-06-07Trace loggingGreg Hudson4-1/+397
2010-06-04Add krb5_enctype_to_name() APIGreg Hudson1-0/+2
2010-05-12Reimplement krb5_get_in_tkt_with_skey in terms of krb5_get_init_creds,Greg Hudson2-28/+0
2010-05-10Add lockout-related performance tuning variablesGreg Hudson1-0/+2
2010-05-04Eliminate the unused realm_dbname field from krb5_realm_paramsGreg Hudson1-1/+0
2010-05-04Remove krb5_db_set_option and the associated DAL entry. It was notGreg Hudson1-17/+0
2010-05-03Correct the DAL documentation for db_createGreg Hudson1-3/+4
2010-04-30Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2-0/+29
2010-04-20Add KRB5_INIT_CREDS_STEP_FLAG_CONTINUE for parity with Heimdal.Greg Hudson1-4/+6
2010-04-14Introduce new krb5_tkt_creds APIGreg Hudson2-9/+96
2010-04-08Add krb5_cc_dup() to make it possible to copy ccache handlesGreg Hudson1-0/+7
2010-03-23krb5_typed_data not castable to krb5_pa_data on 64-bit MacOSXTom Yu2-11/+13
2010-03-20Change KRB5_AUTHDATA_SIGNTICKET from 142 to 512Greg Hudson1-1/+1
2010-03-18UntabifyKen Raeburn1-6/+6
2010-03-18Copyright noticeKen Raeburn1-1/+29
2010-03-17Merge users/raeburn/branches/network-mergeKen Raeburn1-0/+50
2010-03-10Use KRB5_CONF_ macros instead of strings in the source file for profile confi...Zhanna Tsitkov1-3/+5
2010-03-10Remove vestigial include/spnego-asn1.hGreg Hudson1-90/+0
2010-02-20Use bswap16 and bswap32 on NetBSDKen Raeburn1-2/+14
2010-02-01Correct the DAL documentation ofGreg Hudson1-5/+9
2010-01-29Correct the DAL documentation for how modules should handle referralsGreg Hudson1-17/+29
2010-01-28Handle migration from pre-1.7 databases with master key kvno != 1Greg Hudson1-0/+8
2010-01-27Get rid of kdb_ext.h and allow out-of-tree KDB pluginsGreg Hudson2-169/+133
2010-01-25In the DAL comments, document KRB5_KDB_INCLUDE_PAC, and correct theGreg Hudson1-7/+14
2010-01-25Document the DAL interface in comments, as an aid to moduleGreg Hudson1-184/+546
2010-01-19Add krb5_allow_weak_crypto APIGreg Hudson1-0/+5
2010-01-06Since krb5int_validate_times is used only inside krb dir do not export it and...Zhanna Tsitkov1-4/+0