aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-20Get the kdb_hdb module to compile again. Probably still buggy,Greg Hudson4-293/+161
2010-07-19In kdb5_util's kdb5_ldap_create(), add back the assignment ofGreg Hudson1-0/+1
2010-07-19Allow Microsoft HMAC-MD5 checksum types to use non-RC4 keysGreg Hudson2-4/+6
2010-07-19In the DAL documentation, describe how a module can supply referralGreg Hudson1-1/+4
2010-07-15Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson14-236/+72
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 Hudson6-9/+25
2010-07-13Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson8-33/+24
2010-07-13Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson13-103/+77
2010-07-13Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson14-174/+156
2010-07-12Add check_transited_realms to the DAL table with a correspondingGreg Hudson6-40/+40
2010-07-12Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson8-116/+111
2010-07-09Addendum to r24180: make sure osa_adb_get_policy sets its outputGreg Hudson1-0/+1
2010-07-09Improve output variable handling of osa_adb_get_policy() in the db2Greg Hudson1-19/+20
2010-07-08Fix a memory leak in libkadm5clnt's get_init_creds()Greg Hudson1-4/+3
2010-07-08Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modulesGreg Hudson5-36/+20
2010-07-07Add a missing break in the parsing of krb5kdc's -P option. ReportedGreg Hudson1-0/+1
2010-07-06Remove count parameters from get_principal, put_principal,Greg Hudson45-2504/+1908
2010-07-04Follow-on to r24168: in kdb5_ldap_util, indirect throughGreg Hudson1-5/+5
2010-07-03In kdb5.c, simplify the code for getting the profile config sectionGreg Hudson1-93/+54
2010-07-03Remove assertions for non-nullity of init_module and fini_module inGreg Hudson1-3/+0
2010-07-03Make the APIs for iterate, get_master_key_list, set_master_key_list,Greg Hudson3-62/+24
2010-07-03Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson7-35/+33
2010-07-03Remove return value from void functionKen Raeburn1-1/+0
2010-07-02Remove store_master_key from the DAL table, and implementGreg Hudson6-52/+7
2010-07-02Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson7-25/+18
2010-07-02Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson12-152/+22
2010-07-02Remove db_ and similar prefixes from DAL function names, forGreg Hudson10-303/+279
2010-07-02Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson20-190/+145
2010-07-02Remove setup_master_key_name from the DAL table as it was not usedGreg Hudson3-8/+1
2010-07-02Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson18-269/+24
2010-07-02Follow-up to r24157: return correctly from krb5_ldap_lib_init() ifGreg Hudson1-0/+1
2010-07-02Follow-on to r24157: pass KRB5_KDB_DAL_VERSION to krb5_ldap_lib_init()Greg Hudson1-1/+1
2010-07-02Remove errcode_2_string and release_errcode_string from the DAL table,Greg Hudson6-141/+29
2010-07-02Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson7-76/+1
2010-07-02DAL improvementsGreg Hudson7-8/+25
2010-07-01In kpropd, when getting a wildcard address to listen on, try IPv6Greg Hudson1-11/+32
2010-06-30Factor out a common socket creation sequence in net-server.c, whichGreg Hudson1-116/+67
2010-06-30Eliminate warnings in net-server.cGreg Hudson1-8/+8
2010-06-30Improve coding style conformance in net-server.cGreg Hudson1-131/+155
2010-06-26Fix a bug in r24147 where svctcp_create() was passing the wrong lengthGreg Hudson1-1/+1
2010-06-26Make kadmin work over IPv6Greg Hudson7-45/+147
2010-06-25Adjust function names and declarations in libkadm5's client_init.c; inGreg Hudson1-149/+95
2010-06-25Simplify the iprop conditionalization of _kadm5_init_any()Greg Hudson1-25/+19
2010-06-22Remove some dead code in kdb5_stash() left behind by r24142Greg Hudson1-9/+0
2010-06-22In kprop's sockaddr2krbaddr(), fill in addr.magic to avoid copyingGreg Hudson1-0/+1
2010-06-21Eliminate a bunch of duplicated code in kdb5_stash() by usingGreg Hudson1-41/+3
2010-06-21kdb5_stash() contains its own kdb5_db_open() call (because it doesn'tGreg Hudson1-1/+1
2010-06-21Make OFFLINE!=no work againTom Yu1-6/+9
2010-06-21Add correct error table when initializing gss-krb5Greg Hudson1-1/+1