| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Addendum to r24200: fix kdb5_ldap_util call site of | Greg Hudson | 2010-07-21 | 1 | -1/+1 |
| * | Revert the part of r24157 which added the dal_version argument to the | Greg Hudson | 2010-07-21 | 7 | -20/+19 |
| * | Get the kdb_hdb module to compile again. Probably still buggy, | Greg Hudson | 2010-07-20 | 4 | -293/+161 |
| * | In kdb5_util's kdb5_ldap_create(), add back the assignment of | Greg Hudson | 2010-07-19 | 1 | -0/+1 |
| * | Allow Microsoft HMAC-MD5 checksum types to use non-RC4 keys | Greg Hudson | 2010-07-19 | 2 | -4/+6 |
| * | In the DAL documentation, describe how a module can supply referral | Greg Hudson | 2010-07-19 | 1 | -1/+4 |
| * | Add check_allowed_to_delegate to the DAL with a corresponding libkdb5 | Greg Hudson | 2010-07-15 | 14 | -236/+72 |
| * | Addendum to r24182: Fix a comment referencing the db_invoke | Greg Hudson | 2010-07-15 | 1 | -4/+2 |
| * | Add refresh_config to the DAL with a corresponding libkdb5 API, | Greg Hudson | 2010-07-15 | 6 | -9/+25 |
| * | Addendum to r24185: make audit_as_req return void, since it's an | Greg Hudson | 2010-07-13 | 8 | -33/+24 |
| * | Add audit_as_req to the DAL with a corresponding libkdb5 API, | Greg Hudson | 2010-07-13 | 13 | -103/+77 |
| * | Add check_policy_as and check_policy_tgs to the DAL table with | Greg Hudson | 2010-07-13 | 14 | -174/+156 |
| * | Add check_transited_realms to the DAL table with a corresponding | Greg Hudson | 2010-07-12 | 6 | -40/+40 |
| * | Add sign_authdata to the DAL table with a corresponding libkdb5 API, | Greg Hudson | 2010-07-12 | 8 | -116/+111 |
| * | Addendum to r24180: make sure osa_adb_get_policy sets its output | Greg Hudson | 2010-07-09 | 1 | -0/+1 |
| * | Improve output variable handling of osa_adb_get_policy() in the db2 | Greg Hudson | 2010-07-09 | 1 | -19/+20 |
| * | 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 | 5 | -36/+20 |
| * | Add a missing break in the parsing of krb5kdc's -P option. Reported | Greg Hudson | 2010-07-07 | 1 | -0/+1 |
| * | Remove count parameters from get_principal, put_principal, | Greg Hudson | 2010-07-06 | 45 | -2504/+1908 |
| * | Follow-on to r24168: in kdb5_ldap_util, indirect through | Greg Hudson | 2010-07-04 | 1 | -5/+5 |
| * | 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 | 3 | -62/+24 |
| * | Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operations | Greg Hudson | 2010-07-03 | 7 | -35/+33 |
| * | Remove return value from void function | Ken Raeburn | 2010-07-03 | 1 | -1/+0 |
| * | Remove store_master_key from the DAL table, and implement | Greg Hudson | 2010-07-02 | 6 | -52/+7 |
| * | Make krb5_db_free_principal and krb5_db_free_mkey_list return void. | Greg Hudson | 2010-07-02 | 7 | -25/+18 |
| * | Remove verify_master_key from the DAL table, as well as its associated | Greg Hudson | 2010-07-02 | 12 | -152/+22 |
| * | Remove db_ and similar prefixes from DAL function names, for | Greg Hudson | 2010-07-02 | 10 | -303/+279 |
| * | Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data to | Greg Hudson | 2010-07-02 | 20 | -190/+145 |
| * | Remove setup_master_key_name from the DAL table as it was not used | Greg Hudson | 2010-07-02 | 3 | -8/+1 |
| * | Remove the set_master_key and get_master_key DAL interfaces and their | Greg Hudson | 2010-07-02 | 18 | -269/+24 |
| * | Follow-up to r24157: return correctly from krb5_ldap_lib_init() if | Greg Hudson | 2010-07-02 | 1 | -0/+1 |
| * | Follow-on to r24157: pass KRB5_KDB_DAL_VERSION to krb5_ldap_lib_init() | Greg Hudson | 2010-07-02 | 1 | -1/+1 |
| * | Remove errcode_2_string and release_errcode_string from the DAL table, | Greg Hudson | 2010-07-02 | 6 | -141/+29 |
| * | Remove db_supported_realms and db_free_supported_realms from the DAL | Greg Hudson | 2010-07-02 | 7 | -76/+1 |
| * | DAL improvements | Greg Hudson | 2010-07-02 | 7 | -8/+25 |
| * | In kpropd, when getting a wildcard address to listen on, try IPv6 | Greg Hudson | 2010-07-01 | 1 | -11/+32 |
| * | 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 | 7 | -45/+147 |
| * | 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 |