| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add refresh_config to the DAL with a corresponding libkdb5 API, | Greg Hudson | 2010-07-15 | 2 | -0/+13 |
| * | Addendum to r24185: make audit_as_req return void, since it's an | Greg Hudson | 2010-07-13 | 1 | -7/+4 |
| * | Add audit_as_req to the DAL with a corresponding libkdb5 API, | Greg Hudson | 2010-07-13 | 2 | -0/+18 |
| * | Add check_policy_as and check_policy_tgs to the DAL table with | Greg Hudson | 2010-07-13 | 2 | -0/+41 |
| * | Add check_transited_realms to the DAL table with a corresponding | Greg Hudson | 2010-07-12 | 2 | -0/+19 |
| * | Add sign_authdata to the DAL table with a corresponding libkdb5 API, | Greg Hudson | 2010-07-12 | 2 | -0/+25 |
| * | Fix a memory leak in libkadm5clnt's get_init_creds() | Greg Hudson | 2010-07-08 | 1 | -4/+3 |
| * | Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modules | Greg Hudson | 2010-07-08 | 1 | -1/+2 |
| * | Remove count parameters from get_principal, put_principal, | Greg Hudson | 2010-07-06 | 14 | -967/+767 |
| * | In kdb5.c, simplify the code for getting the profile config section | Greg Hudson | 2010-07-03 | 1 | -93/+54 |
| * | Remove assertions for non-nullity of init_module and fini_module in | Greg Hudson | 2010-07-03 | 1 | -3/+0 |
| * | Make the APIs for iterate, get_master_key_list, set_master_key_list, | Greg Hudson | 2010-07-03 | 2 | -38/+14 |
| * | Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operations | Greg Hudson | 2010-07-03 | 1 | -19/+19 |
| * | Remove store_master_key from the DAL table, and implement | Greg Hudson | 2010-07-02 | 3 | -29/+6 |
| * | Make krb5_db_free_principal and krb5_db_free_mkey_list return void. | Greg Hudson | 2010-07-02 | 1 | -8/+4 |
| * | Remove verify_master_key from the DAL table, as well as its associated | Greg Hudson | 2010-07-02 | 4 | -89/+0 |
| * | Remove db_ and similar prefixes from DAL function names, for | Greg Hudson | 2010-07-02 | 1 | -55/+54 |
| * | Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data to | Greg Hudson | 2010-07-02 | 9 | -82/+68 |
| * | Remove the set_master_key and get_master_key DAL interfaces and their | Greg Hudson | 2010-07-02 | 4 | -53/+0 |
| * | Remove errcode_2_string and release_errcode_string from the DAL table, | Greg Hudson | 2010-07-02 | 1 | -104/+29 |
| * | Remove db_supported_realms and db_free_supported_realms from the DAL | Greg Hudson | 2010-07-02 | 1 | -32/+0 |
| * | DAL improvements | Greg Hudson | 2010-07-02 | 3 | -3/+5 |
| * | Factor out a common socket creation sequence in net-server.c, which | Greg Hudson | 2010-06-30 | 1 | -116/+67 |
| * | Eliminate warnings in net-server.c | Greg Hudson | 2010-06-30 | 1 | -8/+8 |
| * | Improve coding style conformance in net-server.c | Greg Hudson | 2010-06-30 | 1 | -131/+155 |
| * | Fix a bug in r24147 where svctcp_create() was passing the wrong length | Greg Hudson | 2010-06-26 | 1 | -1/+1 |
| * | Make kadmin work over IPv6 | Greg Hudson | 2010-06-26 | 6 | -45/+145 |
| * | Adjust function names and declarations in libkadm5's client_init.c; in | Greg Hudson | 2010-06-25 | 1 | -149/+95 |
| * | Simplify the iprop conditionalization of _kadm5_init_any() | Greg Hudson | 2010-06-25 | 1 | -25/+19 |
| * | Make OFFLINE!=no work again | Tom Yu | 2010-06-21 | 1 | -6/+9 |
| * | Add correct error table when initializing gss-krb5 | Greg Hudson | 2010-06-21 | 1 | -1/+1 |
| * | only test t_locate_kdc if known-good DNS name is present | Tom Yu | 2010-06-18 | 1 | -6/+20 |
| * | Remove the code for krb5_append_addresses(), which was never used and | Greg Hudson | 2010-06-11 | 1 | -58/+0 |
| * | Eliminate actx_copy_addr in auth_con.c; use krb5_copy_addr instead | Greg Hudson | 2010-06-11 | 1 | -23/+6 |
| * | In yarrow.c, undefine k5-trace.h's TRACE before defining it to avoid a | Greg Hudson | 2010-06-10 | 1 | -0/+1 |
| * | Fix a couple of minor defects in trace.c | Greg Hudson | 2010-06-10 | 1 | -3/+2 |
| * | Stop checking the current time against the context expiration time in | Greg Hudson | 2010-06-08 | 3 | -29/+3 |
| * | Stop checking the current time against the context expiration time in | Greg Hudson | 2010-06-08 | 1 | -14/+0 |
| * | make depend | Greg Hudson | 2010-06-07 | 35 | -1586/+1729 |
| * | Trace logging | Greg Hudson | 2010-06-07 | 20 | -88/+568 |
| * | Add krb5_enctype_to_name() API | Greg Hudson | 2010-06-04 | 3 | -3/+30 |
| * | In krb5_cc_set_config, don't call krb5_cc_remove_cred; it's redundant | Greg Hudson | 2010-05-28 | 1 | -4/+0 |
| * | make depend | Greg Hudson | 2010-05-28 | 2 | -15/+12 |
| * | From Luke: make copies of S4U2Proxy authdata modules work when there | Greg Hudson | 2010-05-28 | 1 | -1/+1 |
| * | Remove the get_masters logic in locate_srv_conf_1 which was orphaned | Greg Hudson | 2010-05-27 | 2 | -63/+11 |
| * | Get t_ser to build again after the S4U authdata branch merge | Greg Hudson | 2010-05-27 | 1 | -2/+2 |
| * | FAST negotiation could erroneously succeed | Greg Hudson | 2010-05-25 | 1 | -0/+1 |
| * | Fix long lines and other formatting issues in fast.h | Greg Hudson | 2010-05-24 | 1 | -25/+36 |
| * | Fix long lines and other formatting issues in fast.c | Greg Hudson | 2010-05-24 | 1 | -56/+81 |
| * | Make signedpath authdata visible via GSS naming exts | Greg Hudson | 2010-05-23 | 5 | -2/+615 |