aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kadm5/srv
AgeCommit message (Expand)AuthorFilesLines
2010-08-31For the password quality interface:Greg Hudson5-11/+17
2010-08-28Revise the password quality pluggable interface to match the projectGreg Hudson7-116/+366
2010-08-26Create specific error codes for plugin-related failures, now that weGreg Hudson2-2/+2
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 Hudson4-7/+7
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 Hudson9-356/+505
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 Hudson4-292/+244
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-07make dependGreg Hudson1-20/+21
2010-05-04Remove some unused fields from kadm5_config_params. Bump the clientGreg Hudson1-1/+1
2010-03-11Lazy history key creationGreg Hudson1-38/+37
2010-02-24Two problems in kadm5_get_principal mask handlingGreg Hudson1-6/+8
2010-02-11Minimal support for updating history keyGreg Hudson3-129/+99
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 Hudson2-1/+6
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-28Anonymous support for KerberosSam Hartman2-0/+14
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson2-101/+101
2009-11-18minor reindentZhanna Tsitkov1-24/+16
2009-11-04Reindent and manually restore some BSD-style files that wereTom Yu1-34/+34
2009-11-03Reindent after making fixes for emacs-23Tom Yu1-2/+2
2009-10-31make mark-cstyleTom Yu12-2633/+2641
2009-10-27Heimdal DB bridge plugin for KDC back endGreg Hudson1-1/+3
2009-10-25Account lockoutGreg Hudson4-6/+69
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu1-14/+18
2009-09-21Improve the mechanism used for addprinc -randkey. In the kadminGreg Hudson1-12/+23
2009-09-16Re-run make depend without autoconf.h in the source treeGreg Hudson1-58/+56
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov1-56/+58
2009-08-17Bump sonames of libkadm5 libraries, since r22527 changed their ABIsGreg Hudson1-1/+1
2009-08-17Modify kadm5 initializers to accept krb5 contextsGreg Hudson1-27/+11
2009-08-17Remove unused variables resulting from r22521, and also remove theGreg Hudson2-36/+0
2009-08-13Remove kadmin v1 API supportGreg Hudson5-229/+62
2009-08-10Convert all uses of strtok() in libraries to strtok_r() for threadGreg Hudson1-3/+4
2009-08-03Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson1-0/+2
2009-06-06kadmind is parsing acls good deref NULL pointer on errorEzra Peisach1-13/+17
2009-06-06kadm5int_acl_parse_restrictions could ref uninitialized variableEzra Peisach1-1/+1
2009-05-07Allow more than 10 past keys to be stored by a policyGreg Hudson1-5/+2
2009-02-03prefer structure assignment to memcpyKen Raeburn1-1/+1
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn3-6/+6
2009-01-30Master Key Migration ProjectWill Fiveash4-26/+172
2009-01-30Changed the name match_config_pattern to krb5_match_config_pattern. Check str...Zhanna Tsitkov1-1/+1
2009-01-29Introduced match_config_pattern function to find a pattern in the config valu...Zhanna Tsitkov1-0/+1
2009-01-23Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov1-0/+1
2009-01-23Add some output parameter initializations n order to eliminate someGreg Hudson1-1/+2