| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix apply_keysalt_policy bug | Greg Hudson | 2012-08-15 | 1 | -1/+1 |
* | Policy extensions + new policy: allowed ks types | Nicolas Williams | 2012-07-30 | 1 | -36/+222 |
* | Null pointer deref in kadmind [CVE-2012-1013] | Richard Basch | 2012-05-29 | 1 | -1/+1 |
* | Allow clearpolicy restriction for kadmin addprinc | Greg Hudson | 2012-04-26 | 1 | -4/+5 |
* | Try all history keys to decrypt password history | Greg Hudson | 2012-04-24 | 1 | -23/+23 |
* | Fix password reuse check with cpw -keepold | Greg Hudson | 2012-04-04 | 1 | -0/+3 |
* | Only store master mey list in DAL handle | Greg Hudson | 2012-03-21 | 1 | -21/+15 |
* | Refactor salt computation into libkdb5 | Greg Hudson | 2011-10-24 | 1 | -47/+15 |
* | Add kadmin functionality for string attributes | Greg Hudson | 2011-09-21 | 1 | -0/+52 |
* | Make fewer db lookups in kadm5_create_principal_3 | Greg Hudson | 2011-06-24 | 1 | -19/+10 |
* | In kadm5_rename_principal, fix an oversight which would cause errors | Greg Hudson | 2011-02-13 | 1 | -1/+2 |
* | Make principal renaming work in libkadm5srv by converting to explicit | Greg Hudson | 2011-01-25 | 1 | -15/+49 |
* | Add a kadm5 RPC for purging old keys from the KDB (e.g., from | Tom Yu | 2010-10-08 | 1 | -0/+62 |
* | Use a different construction for defaulting ks_tuple and n_ks_tuple in | Greg Hudson | 2010-09-30 | 1 | -33/+31 |
* | kadm5_hook: new plugin interface | Sam Hartman | 2010-09-29 | 1 | -9/+63 |
* | 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 |
* | Password quality pluggable interface | Greg Hudson | 2010-09-01 | 1 | -3/+3 |
* | Remove count parameters from get_principal, put_principal, | Greg Hudson | 2010-07-06 | 1 | -247/+210 |
* | Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data to | Greg Hudson | 2010-07-02 | 1 | -31/+20 |
* | 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 | 1 | -70/+46 |
* | Handle migration from pre-1.7 databases with master key kvno != 1 | Greg Hudson | 2010-01-28 | 1 | -1/+2 |
* | Restore interoperability with 1.6 addprinc -randkey | Greg Hudson | 2010-01-08 | 1 | -0/+28 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -1130/+1131 |
* | Heimdal DB bridge plugin for KDC back end | Greg Hudson | 2009-10-27 | 1 | -1/+3 |
* | Account lockout | Greg Hudson | 2009-10-25 | 1 | -5/+32 |
* | Improve the mechanism used for addprinc -randkey. In the kadmin | Greg Hudson | 2009-09-21 | 1 | -12/+23 |
* | Remove unused variables resulting from r22521, and also remove the | Greg Hudson | 2009-08-17 | 1 | -2/+0 |
* | Remove kadmin v1 API support | Greg Hudson | 2009-08-13 | 1 | -136/+52 |
* | prefer structure assignment to memcpy | Ken Raeburn | 2009-02-03 | 1 | -1/+1 |
* | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 1 | -4/+4 |
* | Master Key Migration Project | Will Fiveash | 2009-01-30 | 1 | -23/+130 |
* | If USE_VALGRIND, check that source principal is defined before copying. | Ken Raeburn | 2009-01-22 | 1 | -0/+8 |
* | delete trailing whitespace, including insanely long 'blank' lines | Ken Raeburn | 2009-01-20 | 1 | -64/+62 |
* | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 1 | -1/+1 |
* | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 1 | -2/+1 |
* | fix resource leak in USE_PASSWORD_SERVER code | Ken Raeburn | 2008-08-28 | 1 | -34/+27 |
* | kadm5_decrypt_key(). This patch prevents the returned keyblock's | Jeffrey Altman | 2008-07-21 | 1 | -1/+2 |
* | kadm5_setkey_principal_3 not copying key_data_ver and key_data_kvno | Alexandra Ellwood | 2008-06-25 | 1 | -0/+2 |
* | Add header for kill() in USE_PASSWORD_SERVER case | Alexandra Ellwood | 2008-05-30 | 1 | -0/+2 |
* | (more) After malloc/realloc/calloc/strdup/asprintf failures, use | Ken Raeburn | 2008-04-30 | 1 | -1/+1 |
* | Add support for extracting existing keys from the KDC with kadmin.local. | Russ Allbery | 2007-04-16 | 1 | -0/+55 |
* | * svr_principal.c (kadm5_use_password_server): Define only if USE_PASSWORD_SE... | Ken Raeburn | 2006-11-02 | 1 | -0/+2 |
* | need to export kadm5_set_use_password_server | Alexandra Ellwood | 2006-05-04 | 1 | -2/+2 |
* | Partial merge from Novell LDAP integration branch, not including the | Ken Raeburn | 2006-04-13 | 1 | -11/+23 |
* | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -1/+1 |
* | Fix additional cases where krb5.h is included before k5-int.h. In most cases, | Ken Raeburn | 2005-11-18 | 1 | -1/+1 |
* | coding style | Ken Raeburn | 2005-07-22 | 1 | -45/+32 |
* | Novell Database Abstraction Layer merge. | Ken Raeburn | 2005-06-21 | 1 | -69/+231 |