| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Ensure valid key in krb5int_yarrow_cipher_encrypt_block | Ezra Peisach | 2010-09-04 | 1 | -0/+6 |
* | In k5_pwqual_load(), if the last vtable initializer fails, return 0 | Greg Hudson | 2010-09-04 | 1 | -0/+1 |
* | Fix output argument ordering and handling in k5_pwqual_load() | Greg Hudson | 2010-09-03 | 3 | -7/+9 |
* | Prevent a double free in k5_pwqual_load() | Greg Hudson | 2010-09-03 | 1 | -0/+1 |
* | clean up memory leak and potential unused variable in crypto tests | Ezra Peisach | 2010-09-03 | 2 | -0/+5 |
* | Password quality pluggable interface | Greg Hudson | 2010-09-01 | 15 | -366/+820 |
* | Make relative plugin module paths be interpreted as relative to | Greg Hudson | 2010-08-30 | 1 | -2/+35 |
* | Add plugin.o to T_ETYPES_OBJS because init_ctx.o needs it now | Tom Yu | 2010-08-27 | 1 | -1/+1 |
* | New plugin infrastructure | Greg Hudson | 2010-08-27 | 5 | -0/+381 |
* | Add an expansion error table for libkrb5, since krb5_err.et is full | Greg Hudson | 2010-08-26 | 2 | -5/+43 |
* | rd_req_decoded: clarify behavior in comment | Sam Hartman | 2010-08-25 | 1 | -1/+8 |
* | Allow krb5_gss_register_acceptor_identity to unset keytab name | Greg Hudson | 2010-08-19 | 2 | -10/+8 |
* | Add GIC option for password/account expiration callback | Greg Hudson | 2010-08-12 | 6 | -24/+227 |
* | Remove two unused source files in lib/gssapi/generic | Greg Hudson | 2010-08-12 | 2 | -118/+0 |
* | Move the password expiry warning code out of | Greg Hudson | 2010-08-10 | 1 | -84/+92 |
* | Use xdr_int32 instead of xdr_u_int in xdr_krb5_enctype(), since | Greg Hudson | 2010-07-26 | 1 | -1/+1 |
* | Fix XDR decoding of large values in xdr_u_int | Greg Hudson | 2010-07-26 | 1 | -1/+1 |
* | Revert the part of r24157 which added the dal_version argument to the | Greg Hudson | 2010-07-21 | 1 | -2/+8 |
* | Allow Microsoft HMAC-MD5 checksum types to use non-RC4 keys | Greg Hudson | 2010-07-19 | 2 | -4/+6 |
* | 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 |
* | 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 |