summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Add refresh_config to the DAL with a corresponding libkdb5 API,Greg Hudson2010-07-152-0/+13
* Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson2010-07-131-7/+4
* Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson2010-07-132-0/+18
* Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson2010-07-132-0/+41
* Add check_transited_realms to the DAL table with a correspondingGreg Hudson2010-07-122-0/+19
* Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson2010-07-122-0/+25
* Fix a memory leak in libkadm5clnt's get_init_creds()Greg Hudson2010-07-081-4/+3
* Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modulesGreg Hudson2010-07-081-1/+2
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-0614-967/+767
* In kdb5.c, simplify the code for getting the profile config sectionGreg Hudson2010-07-031-93/+54
* Remove assertions for non-nullity of init_module and fini_module inGreg Hudson2010-07-031-3/+0
* Make the APIs for iterate, get_master_key_list, set_master_key_list,Greg Hudson2010-07-032-38/+14
* Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson2010-07-031-19/+19
* Remove store_master_key from the DAL table, and implementGreg Hudson2010-07-023-29/+6
* Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson2010-07-021-8/+4
* Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2010-07-024-89/+0
* Remove db_ and similar prefixes from DAL function names, forGreg Hudson2010-07-021-55/+54
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-029-82/+68
* Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson2010-07-024-53/+0
* Remove errcode_2_string and release_errcode_string from the DAL table,Greg Hudson2010-07-021-104/+29
* Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson2010-07-021-32/+0
* DAL improvementsGreg Hudson2010-07-023-3/+5
* Factor out a common socket creation sequence in net-server.c, whichGreg Hudson2010-06-301-116/+67
* Eliminate warnings in net-server.cGreg Hudson2010-06-301-8/+8
* Improve coding style conformance in net-server.cGreg Hudson2010-06-301-131/+155
* Fix a bug in r24147 where svctcp_create() was passing the wrong lengthGreg Hudson2010-06-261-1/+1
* Make kadmin work over IPv6Greg Hudson2010-06-266-45/+145
* Adjust function names and declarations in libkadm5's client_init.c; inGreg Hudson2010-06-251-149/+95
* Simplify the iprop conditionalization of _kadm5_init_any()Greg Hudson2010-06-251-25/+19
* Make OFFLINE!=no work againTom Yu2010-06-211-6/+9
* Add correct error table when initializing gss-krb5Greg Hudson2010-06-211-1/+1
* only test t_locate_kdc if known-good DNS name is presentTom Yu2010-06-181-6/+20
* Remove the code for krb5_append_addresses(), which was never used andGreg Hudson2010-06-111-58/+0
* Eliminate actx_copy_addr in auth_con.c; use krb5_copy_addr insteadGreg Hudson2010-06-111-23/+6
* In yarrow.c, undefine k5-trace.h's TRACE before defining it to avoid aGreg Hudson2010-06-101-0/+1
* Fix a couple of minor defects in trace.cGreg Hudson2010-06-101-3/+2
* Stop checking the current time against the context expiration time inGreg Hudson2010-06-083-29/+3
* Stop checking the current time against the context expiration time inGreg Hudson2010-06-081-14/+0
* make dependGreg Hudson2010-06-0735-1586/+1729
* Trace loggingGreg Hudson2010-06-0720-88/+568
* Add krb5_enctype_to_name() APIGreg Hudson2010-06-043-3/+30
* In krb5_cc_set_config, don't call krb5_cc_remove_cred; it's redundantGreg Hudson2010-05-281-4/+0
* make dependGreg Hudson2010-05-282-15/+12
* From Luke: make copies of S4U2Proxy authdata modules work when thereGreg Hudson2010-05-281-1/+1
* Remove the get_masters logic in locate_srv_conf_1 which was orphanedGreg Hudson2010-05-272-63/+11
* Get t_ser to build again after the S4U authdata branch mergeGreg Hudson2010-05-271-2/+2
* FAST negotiation could erroneously succeedGreg Hudson2010-05-251-0/+1
* Fix long lines and other formatting issues in fast.hGreg Hudson2010-05-241-25/+36
* Fix long lines and other formatting issues in fast.cGreg Hudson2010-05-241-56/+81
* Make signedpath authdata visible via GSS naming extsGreg Hudson2010-05-235-2/+615