| Commit message (Expand) | Author | Age | Files | Lines |
* | Make principal renaming work in libkadm5srv by converting to explicit | Greg Hudson | 2011-01-25 | 1 | -15/+49 |
* | update dependencies | Ken Raeburn | 2010-12-05 | 1 | -15/+15 |
* | Implement restrict_anonymous_to_tgt realm flag | Greg Hudson | 2010-12-01 | 2 | -0/+8 |
* | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 4 | -4/+4 |
* | krb5_get_error_message cannot return NULL, and returns "Success" on | Greg Hudson | 2010-11-01 | 1 | -4/+2 |
* | Declare xdr_purgekeys_arg | Ken Raeburn | 2010-10-23 | 1 | -0/+1 |
* | Add a kadm5 RPC for purging old keys from the KDB (e.g., from | Tom Yu | 2010-10-08 | 8 | -0/+135 |
* | Performance issue in LDAP policy fetch | Greg Hudson | 2010-10-07 | 1 | -4/+4 |
* | Add a name field to the pwqual plugin vtable and log pwqual module | Greg Hudson | 2010-10-05 | 7 | -1/+28 |
* | Whitespace | Greg Hudson | 2010-09-30 | 2 | -42/+30 |
* | Use a different construction for defaulting ks_tuple and n_ks_tuple in | Greg Hudson | 2010-09-30 | 1 | -33/+31 |
* | make depend | Sam Hartman | 2010-09-29 | 1 | -2/+24 |
* | kadm5_hook: new plugin interface | Sam Hartman | 2010-09-29 | 5 | -9/+321 |
* | Formatting fix | Greg Hudson | 2010-09-15 | 1 | -2/+2 |
* | kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_... | Sam Hartman | 2010-09-15 | 1 | -37/+16 |
* | Make depend | Greg Hudson | 2010-09-08 | 4 | -66/+145 |
* | 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 |
* | Password quality pluggable interface | Greg Hudson | 2010-09-01 | 13 | -365/+818 |
* | Use xdr_int32 instead of xdr_u_int in xdr_krb5_enctype(), since | Greg Hudson | 2010-07-26 | 1 | -1/+1 |
* | 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 | 6 | -297/+247 |
* | Remove verify_master_key from the DAL table, as well as its associated | Greg Hudson | 2010-07-02 | 1 | -12/+0 |
* | Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data to | Greg Hudson | 2010-07-02 | 2 | -33/+22 |
* | Remove the set_master_key and get_master_key DAL interfaces and their | Greg Hudson | 2010-07-02 | 1 | -1/+0 |
* | Make kadmin work over IPv6 | Greg Hudson | 2010-06-26 | 3 | -27/+65 |
* | 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 depend | Greg Hudson | 2010-06-07 | 4 | -44/+45 |
* | When parsing a KDC or admin server string, allow the name or address | Greg Hudson | 2010-05-18 | 1 | -7/+32 |
* | Improve the error message from kadmin when hostname resolution fails | Greg Hudson | 2010-05-18 | 3 | -4/+7 |
* | Remove some unused fields from kadm5_config_params. Bump the client | Greg Hudson | 2010-05-04 | 4 | -10/+2 |
* | Eliminate the unused realm_dbname field from krb5_realm_params | Greg Hudson | 2010-05-04 | 2 | -6/+1 |
* | Lazy history key creation | Greg Hudson | 2010-03-11 | 2 | -60/+37 |
* | Use KRB5_CONF_ macros instead of strings in the source file for profile confi... | Zhanna Tsitkov | 2010-03-10 | 1 | -3/+3 |
* | Remove some more test suite cruft: | Greg Hudson | 2010-02-28 | 1 | -7/+2 |
* | Two problems in kadm5_get_principal mask handling | Greg Hudson | 2010-02-24 | 1 | -6/+8 |
* | Minimal support for updating history key | Greg Hudson | 2010-02-11 | 5 | -131/+113 |
* | Handle migration from pre-1.7 databases with master key kvno != 1 | Greg Hudson | 2010-01-28 | 1 | -1/+2 |
* | Change basename of libkadm5 libraries to avoid Heimdal conflict | Greg Hudson | 2010-01-19 | 4 | -2/+12 |
* | Make history key exempt from permitted_enctypes | Greg Hudson | 2010-01-14 | 1 | -7/+7 |
* | Restore interoperability with 1.6 addprinc -randkey | Greg Hudson | 2010-01-08 | 1 | -0/+28 |
* | When retrieving the kadmin/history key, accept any enctype, as the | Greg Hudson | 2010-01-07 | 1 | -2/+2 |
* | MITKRB5-SA-2009-003 CVE-2009-3295 KDC null deref in referrals | Tom Yu | 2009-12-29 | 1 | -0/+3 |
* | Whitespace fixes for new anonymous support | Greg Hudson | 2009-12-28 | 1 | -2/+3 |
* | Anonymous support for Kerberos | Sam Hartman | 2009-12-28 | 5 | -22/+60 |
* | Check return value of gethostname in krb5_klog_init | Greg Hudson | 2009-11-23 | 1 | -2/+5 |
* | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 8 | -273/+271 |