aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kadm5
AgeCommit message (Expand)AuthorFilesLines
2013-01-11Suppress some gcc uninitialized variable warningsGreg Hudson1-1/+1
2012-07-23Fix -DDEBUG compilation errorsHenry B. Hotz2-3/+3
2012-05-29Null pointer deref in kadmind [CVE-2012-1013]Richard Basch1-1/+1
2012-05-15Try all history keys to decrypt password historyGreg Hudson3-45/+62
2011-10-14make dependTom Yu1-6/+6
2011-09-21Add kadmin functionality for string attributesGreg Hudson10-0/+278
2011-09-05Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn1-1/+1
2011-09-04Reindent per krb5-batch-reindent.el.Ken Raeburn1-1/+1
2011-09-04Get rid of variables triggering gcc's "defined but not used"Ken Raeburn8-32/+0
2011-08-26Remember and close the kadmin socket we openedGreg Hudson2-1/+9
2011-07-06Simplify and fix chpass_util error generationGreg Hudson1-34/+20
2011-07-01isspace should only get unsigned-char values or EOFKen Raeburn1-2/+4
2011-07-01make dependEzra Peisach1-4/+12
2011-06-24Make fewer db lookups in kadm5_create_principal_3Greg Hudson1-19/+10
2011-06-24Use zapfree in krb5_free_key_data_contents()Greg Hudson1-6/+3
2011-06-23Fix a minor memory leak in the pwqual loaderGreg Hudson1-0/+1
2011-06-23Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson2-2/+3
2011-06-10Mark up strings for translationGreg Hudson11-52/+58
2011-03-14Resolve a few miscellaneous warningsGreg Hudson2-6/+1
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson13-60/+30
2011-02-25Make dependGreg Hudson4-45/+47
2011-02-13In kadm5_rename_principal, fix an oversight which would cause errorsGreg Hudson1-1/+2
2011-01-25Make principal renaming work in libkadm5srv by converting to explicitGreg Hudson1-15/+49
2010-12-05update dependenciesKen Raeburn1-15/+15
2010-12-01Implement restrict_anonymous_to_tgt realm flagGreg Hudson2-0/+8
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson4-4/+4
2010-11-01krb5_get_error_message cannot return NULL, and returns "Success" onGreg Hudson1-4/+2
2010-10-23Declare xdr_purgekeys_argKen Raeburn1-0/+1
2010-10-08Add a kadm5 RPC for purging old keys from the KDB (e.g., fromTom Yu8-0/+135
2010-10-07Performance issue in LDAP policy fetchGreg Hudson1-4/+4
2010-10-05Add a name field to the pwqual plugin vtable and log pwqual moduleGreg Hudson7-1/+28
2010-09-30WhitespaceGreg Hudson2-42/+30
2010-09-30Use a different construction for defaulting ks_tuple and n_ks_tuple inGreg Hudson1-33/+31
2010-09-29make dependSam Hartman1-2/+24
2010-09-29kadm5_hook: new plugin interfaceSam Hartman5-9/+321
2010-09-15Formatting fixGreg Hudson1-2/+2
2010-09-15kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman1-37/+16
2010-09-08Make dependGreg Hudson4-66/+145
2010-09-04In k5_pwqual_load(), if the last vtable initializer fails, return 0Greg Hudson1-0/+1
2010-09-03Fix output argument ordering and handling in k5_pwqual_load()Greg Hudson3-7/+9
2010-09-03Prevent a double free in k5_pwqual_load()Greg Hudson1-0/+1
2010-09-01Password quality pluggable interfaceGreg Hudson13-365/+818
2010-07-26Use xdr_int32 instead of xdr_u_int in xdr_krb5_enctype(), sinceGreg Hudson1-1/+1
2010-07-08Fix a memory leak in libkadm5clnt's get_init_creds()Greg Hudson1-4/+3
2010-07-08Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modulesGreg Hudson1-1/+2
2010-07-06Remove count parameters from get_principal, put_principal,Greg Hudson6-297/+247
2010-07-02Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson1-12/+0
2010-07-02Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2-33/+22
2010-07-02Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson1-1/+0
2010-06-26Make kadmin work over IPv6Greg Hudson3-27/+65