| Commit message (Expand) | Author | Age | Files | Lines |
| * | FILE keytabs have been able to handle write operations since krb5 1.7, | Greg Hudson | 2010-10-26 | 1 | -9/+0 |
| * | Add a kadm5 RPC for purging old keys from the KDB (e.g., from | Tom Yu | 2010-10-08 | 1 | -0/+47 |
| * | Propagate modprinc -unlock from master to slave KDCs | Greg Hudson | 2010-10-05 | 1 | -26/+52 |
| * | When we display enctypes, display the input name rather than the | Greg Hudson | 2010-06-08 | 1 | -2/+2 |
| * | Whitespace fixes for new anonymous support | Greg Hudson | 2009-12-28 | 1 | -7/+8 |
| * | Anonymous support for Kerberos | Sam Hartman | 2009-12-28 | 1 | -4/+15 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -22/+22 |
| * | Fix printf argument type mismatches related to pw_max_fail in | Greg Hudson | 2009-10-26 | 1 | -4/+5 |
| * | Account lockout | Greg Hudson | 2009-10-25 | 1 | -7/+48 |
| * | Update the kadmin client code to most current coding practices | Greg Hudson | 2009-09-24 | 1 | -1230/+1014 |
| * | Fix a braino in r22782: we don't use strcpy even safely; use strlcpy | Greg Hudson | 2009-09-22 | 1 | -1/+1 |
| * | Improve the mechanism used for addprinc -randkey. In the kadmin | Greg Hudson | 2009-09-21 | 1 | -43/+61 |
| * | Fix addprinc -randkey when policy requires multiple character classes | Greg Hudson | 2009-09-21 | 1 | -6/+7 |
| * | Implement s4u extensions | Greg Hudson | 2009-09-13 | 1 | -3/+7 |
| * | Modify kadm5 initializers to accept krb5 contexts | Greg Hudson | 2009-08-17 | 1 | -3/+3 |
| * | Move KRB5_KDB_OK_AS_DELEGATE from kdb_ext.h to kdb.h. Add kadmin | Greg Hudson | 2009-04-27 | 1 | -1/+9 |
| * | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 1 | -1/+1 |
| * | Master Key Migration Project | Will Fiveash | 2009-01-30 | 1 | -0/+2 |
| * | In kadmin, free the correct item in an error case (fixes a double-free | Greg Hudson | 2009-01-23 | 1 | -1/+1 |
| * | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 1 | -0/+8 |
| * | Add prototype for kadm5_init_iprop. FOr the client - adds a dummy argument | Ezra Peisach | 2008-12-16 | 1 | -1/+1 |
| * | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 1 | -17/+19 |
| * | Fix a kadmin bug introduced in a recent set of string handling | Greg Hudson | 2008-11-06 | 1 | -1/+1 |
| * | Convert many uses of strcpy/strcat (and sometimes sprintf) to accepted | Greg Hudson | 2008-11-05 | 1 | -10/+9 |
| * | Use asprintf instead of malloc/strcpy/strcat in many places | Greg Hudson | 2008-10-20 | 1 | -30/+9 |
| * | Finished KLL to KIM shim. | Alexandra Ellwood | 2008-10-01 | 1 | -5/+6 |
| * | Use a valid UTF8 password for randkey password | Alexandra Ellwood | 2008-08-13 | 1 | -5/+9 |
| * | Merge from branch sun-iprop | Ken Raeburn | 2008-06-24 | 1 | -1/+12 |
| * | Apple PKINIT patch commit | Alexandra Ellwood | 2008-05-30 | 1 | -6/+89 |
| * | fixed mispelling in kadmin error message | Alexandra Ellwood | 2007-10-16 | 1 | -1/+1 |
| * | Will Fiveash and Mark Phalan report that kadmin's unlock command calls | Tom Yu | 2007-10-04 | 1 | -1/+1 |
| * | Add -clearpolicy to kadmin addprinc usage | Russ Allbery | 2006-12-16 | 1 | -1/+1 |
| * | whitespace | Ken Raeburn | 2006-09-12 | 1 | -292/+285 |
| * | whitespace | Ken Raeburn | 2006-09-12 | 1 | -18/+14 |
| * | kadmin_startup(): Turn off KLL automatic prompting support in kadmin | Alexandra Ellwood | 2006-07-18 | 1 | -0/+13 |
| * | (kadmin_cpw): Don't crash if principal name is not given. Based on a | Ken Raeburn | 2006-06-20 | 1 | -4/+12 |
| * | (kadmin_startup): Properly skip "\@" and "\/" sequences when | Ken Raeburn | 2006-06-15 | 1 | -2/+2 |
| * | * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename and | Ken Raeburn | 2006-05-16 | 1 | -3/+2 |
| * | Partial merge from Novell LDAP integration branch, not including the | Ken Raeburn | 2006-04-13 | 1 | -0/+15 |
| * | 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 |
| * | Novell Database Abstraction Layer merge. | Ken Raeburn | 2005-06-21 | 1 | -11/+181 |
| * | * kadmin.c (kadmin_startup): New flag "-N" to prevent fallback to | Tom Yu | 2005-02-12 | 1 | -1/+4 |
| * | Use null pointer as service name to request host-based service name | Tom Yu | 2004-06-24 | 1 | -8/+1 |
| * | use host-based service name for kadmin client | Tom Yu | 2004-06-24 | 1 | -3/+16 |
| * | This commit merges the RPCSEC_GSS integration branch onto the trunk. | Tom Yu | 2004-06-16 | 1 | -1/+4 |
| * | * kadmin.h, keytab.c: Remove inclusion of k5-int.h | Ezra Peisach | 2004-05-31 | 1 | -1/+0 |
| * | * getdate.y: Include krb5.h and kadmin.h. | Ken Raeburn | 2004-05-30 | 1 | -7/+6 |
| * | Added a little more buffer space than the supplied patch, and used sizeof | Ken Raeburn | 2003-07-24 | 1 | -2/+2 |
| * | Register writable keytabs by default | Sam Hartman | 2003-05-19 | 1 | -6/+0 |