| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Get rid of periods in Python test success messages | Greg Hudson | 2011-11-03 | 1 | -1/+1 |
| * | Refactor salt computation into libkdb5 | Greg Hudson | 2011-10-24 | 2 | -0/+51 |
| * | Make reindent | Tom Yu | 2011-10-17 | 1 | -1/+1 |
| * | Create e_data as pa_data in KDC interfaces | Greg Hudson | 2011-10-04 | 2 | -5/+5 |
| * | Fix krb5_dbe_get_strings error handling | Greg Hudson | 2011-09-24 | 1 | -8/+12 |
| * | Support special salt type in default krb5_dbe_cpw | Greg Hudson | 2011-09-22 | 1 | -0/+36 |
| * | Fix string attribute unit tests | Greg Hudson | 2011-09-21 | 3 | -6/+14 |
| * | Add KRB5_TL_STRING_ATTRS and libkdb5 accessors | Greg Hudson | 2011-09-21 | 4 | -1/+286 |
| * | Silence various "may be used uninitialized" warnings from GCC caused | Ken Raeburn | 2011-09-05 | 1 | -0/+1 |
| * | Skip redundant inclusion of iprop.h | Ken Raeburn | 2011-09-04 | 2 | -2/+18 |
| * | Define KRB5_TL_DB_ARGS unconditionally in kdb.h | Greg Hudson | 2011-07-26 | 1 | -5/+0 |
| * | Get static linking working again, mostly | Greg Hudson | 2011-06-28 | 1 | -1/+1 |
| * | Mark up strings for translation | Greg Hudson | 2011-06-10 | 3 | -31/+37 |
| * | Fix multiple tl-data updates over iprop | Greg Hudson | 2011-05-22 | 1 | -35/+8 |
| * | Resolve a few miscellaneous warnings | Greg Hudson | 2011-03-14 | 2 | -9/+15 |
| * | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 7 | -30/+8 |
| * | Make depend | Greg Hudson | 2011-02-25 | 1 | -27/+24 |
| * | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 1 | -1/+1 |
| * | Propagate modprinc -unlock from master to slave KDCs | Greg Hudson | 2010-10-05 | 2 | -0/+42 |
| * | Protoize old-style function definitions in kdb5.c and normalize | Greg Hudson | 2010-10-04 | 1 | -131/+75 |
| * | Make krb5_dbe_def_search_enctype skip key data entries with invalid | Greg Hudson | 2010-09-28 | 1 | -6/+4 |
| * | Whitespace | Greg Hudson | 2010-09-15 | 1 | -26/+29 |
| * | kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_... | Sam Hartman | 2010-09-15 | 4 | -48/+80 |
| * | Whitespace | Greg Hudson | 2010-09-15 | 1 | -1/+1 |
| * | Fix warnings in encrypt_key and decrypt_key. Avoid a segfault if NULL | Sam Hartman | 2010-09-15 | 2 | -6/+10 |
| * | Make depend | Greg Hudson | 2010-09-08 | 1 | -23/+26 |
| * | Revert the part of r24157 which added the dal_version argument to the | Greg Hudson | 2010-07-21 | 1 | -2/+8 |
| * | Add check_allowed_to_delegate to the DAL with a corresponding libkdb5 | Greg Hudson | 2010-07-15 | 2 | -11/+11 |
| * | 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 |
| * | Remove count parameters from get_principal, put_principal, | Greg Hudson | 2010-07-06 | 8 | -670/+520 |
| * | 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 | 3 | -77/+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 | 7 | -49/+46 |
| * | Remove the set_master_key and get_master_key DAL interfaces and their | Greg Hudson | 2010-07-02 | 3 | -52/+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 | 2 | -3/+4 |
| * | make depend | Greg Hudson | 2010-06-07 | 1 | -39/+44 |
| * | Remove krb5_db_set_option and the associated DAL entry. It was not | Greg Hudson | 2010-05-04 | 1 | -16/+0 |