aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin/cli/keytab.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-19Fix type mismatches detected by LTOGreg Hudson1-2/+2
2023-10-09Fix unimportant memory leaksSteve Grubb1-1/+5
2023-07-24Eliminate old-style function declarationsKen Hornstein1-2/+2
2016-08-10Fix a variety of one-time leaksGreg Hudson1-9/+12
2016-02-19Add get_principal_keys RPC to kadminSimo Sorce1-44/+67
2014-10-16Parse "ktadd -norandkey" in remote kadmin clientTom Yu1-7/+5
2014-08-21kadm5_randkey_principal interop with Solaris KDCTomas Kuthan1-5/+2
2014-07-08Include autoconf.h before system headersGreg Hudson1-5/+0
2014-01-06Make salt defaulting work for keysaltsTom Yu1-1/+1
2011-09-04Get rid of variables triggering gcc's "defined but not used"Ken Raeburn1-4/+0
2011-06-10Mark up strings for translationGreg Hudson1-42/+49
2011-02-01kadmin's ktremove can remove wrong entries when removing kvno 0Greg Hudson1-1/+2
2010-06-08kadmin ktadd may display wrong name of default keytabGreg Hudson1-3/+7
2010-06-08When we display enctypes, display the input name rather than theGreg Hudson1-1/+1
2010-05-21Remove an unneeded conditional in the cleanup for kadmin's keytabGreg Hudson1-5/+3
2009-10-31make mark-cstyleTom Yu1-6/+6
2009-09-25Fix a few bugs in kadmin's keytab.c from r22785Greg Hudson1-13/+10
2009-09-24Update the kadmin client code to most current coding practicesGreg Hudson1-387/+383
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-2/+2
2007-07-12Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat...Ken Raeburn1-9/+5
2007-04-16Add support for extracting existing keys from the KDC with kadmin.local.Russ Allbery1-0/+27
2007-01-20Include k5-int.h instead of krb5.h when 'private' functions are neededKen Raeburn1-1/+1
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn1-1/+1
2005-11-18Fix additional cases where krb5.h is included before k5-int.h. In most cases,Ken Raeburn1-0/+1
2004-05-31 * kadmin.h, keytab.c: Remove inclusion of k5-int.hEzra Peisach1-1/+0
2001-02-26 * ss_wrapper.c: Include kadmin.hEzra Peisach1-26/+28
2000-02-19 * keytab.c (add_usage): Update usage message.Tom Yu1-3/+33
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-21/+32
1997-06-27 * keytab.c (add_principal): Don't call kadm5_free_key_data; that'sTom Yu1-1/+5
1997-05-28 * keytab.c (add_principal): use kadm5_free_key_dataBarry Jaspan1-5/+1
1996-11-13revert kt_default_name changes; see ChangeLogs for detailsTom Yu1-9/+5
1996-11-13 * keytab.c (process_keytab): Retrieve *keytab_str usingTom Yu1-3/+9
1996-08-11 * keytab.c: reset static global "quiet" each time; don't printBarry Jaspan1-4/+6
1996-08-02 * keytab.c (add_principal): free_keyblock -> free_keyblock_contentsBarry Jaspan1-1/+1
1996-07-22this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1-0/+420