aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kadm5
AgeCommit message (Expand)AuthorFilesLines
2010-08-31For the password quality interface:Greg Hudson6-11/+18
2010-08-28Revise the password quality pluggable interface to match the projectGreg Hudson8-136/+388
2010-08-26Create specific error codes for plugin-related failures, now that weGreg Hudson2-2/+2
2010-08-26Merge trunk changes from r24202 to r24258 to plugins2 branchGreg Hudson1-1/+1
2010-07-26In the plugins2 branch, untabify new files which accidentally usedGreg Hudson3-32/+32
2010-07-26In the plugins2 branch, rename "init" to "initvt" in all reference toGreg Hudson5-12/+12
2010-07-23On the plugins2 branch, add a comment to pwqual_dict.c labeling thatGreg Hudson1-0/+2
2010-07-22Proof of concept code for a candidate plugin frameworkGreg Hudson10-361/+553
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
2010-06-25Adjust function names and declarations in libkadm5's client_init.c; inGreg Hudson1-149/+95
2010-06-25Simplify the iprop conditionalization of _kadm5_init_any()Greg Hudson1-25/+19
2010-06-07make dependGreg Hudson4-44/+45
2010-05-18When parsing a KDC or admin server string, allow the name or addressGreg Hudson1-7/+32
2010-05-18Improve the error message from kadmin when hostname resolution failsGreg Hudson3-4/+7
2010-05-04Remove some unused fields from kadm5_config_params. Bump the clientGreg Hudson4-10/+2
2010-05-04Eliminate the unused realm_dbname field from krb5_realm_paramsGreg Hudson2-6/+1
2010-03-11Lazy history key creationGreg Hudson2-60/+37
2010-03-10Use KRB5_CONF_ macros instead of strings in the source file for profile confi...Zhanna Tsitkov1-3/+3
2010-02-28Remove some more test suite cruft:Greg Hudson1-7/+2
2010-02-24Two problems in kadm5_get_principal mask handlingGreg Hudson1-6/+8
2010-02-11Minimal support for updating history keyGreg Hudson5-131/+113
2010-01-28Handle migration from pre-1.7 databases with master key kvno != 1Greg Hudson1-1/+2
2010-01-19Change basename of libkadm5 libraries to avoid Heimdal conflictGreg Hudson4-2/+12
2010-01-14Make history key exempt from permitted_enctypesGreg Hudson1-7/+7
2010-01-08Restore interoperability with 1.6 addprinc -randkeyGreg Hudson1-0/+28
2010-01-07When retrieving the kadmin/history key, accept any enctype, as theGreg Hudson1-2/+2
2009-12-29MITKRB5-SA-2009-003 CVE-2009-3295 KDC null deref in referralsTom Yu1-0/+3
2009-12-28Whitespace fixes for new anonymous supportGreg Hudson1-2/+3
2009-12-28Anonymous support for KerberosSam Hartman5-22/+60
2009-11-23Check return value of gethostname in krb5_klog_initGreg Hudson1-2/+5
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson8-273/+271
2009-11-22In _kadm5_init_any on error - if we created a cache entry, destroy itEzra Peisach1-0/+8
2009-11-22Clean up some memory leaks by releasing contextEzra Peisach2-1/+5
2009-11-21Memory leak in _kadm5_init_any introduced with ipropdEzra Peisach1-0/+2
2009-11-20Correct argument to kadm5_get_principal is a pointer to a struct - notEzra Peisach1-2/+6
2009-11-20The size of kadm5_server_handle_rec differs between the client andEzra Peisach2-4/+11
2009-11-18minor reindentZhanna Tsitkov1-24/+16
2009-11-04Reindent and manually restore some BSD-style files that wereTom Yu5-256/+259
2009-11-03Reindent after making fixes for emacs-23Tom Yu1-2/+2
2009-10-31make mark-cstyleTom Yu37-5953/+5972
2009-10-29Rename api.3 to api.current in the libkadm5 unit tests. This way theGreg Hudson17-0/+0
2009-10-27Heimdal DB bridge plugin for KDC back endGreg Hudson1-1/+3
2009-10-26Remove the libkadm5 api.2 unit tests which don't pertain to the cpol,Greg Hudson14-6600/+0
2009-10-25Account lockoutGreg Hudson35-36/+8672