summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5/srv
Commit message (Expand)AuthorAgeFilesLines
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* krb5_get_error_message cannot return NULL, and returns "Success" onGreg Hudson2010-11-011-4/+2
* Add a kadm5 RPC for purging old keys from the KDB (e.g., fromTom Yu2010-10-082-0/+64
* Performance issue in LDAP policy fetchGreg Hudson2010-10-071-4/+4
* Add a name field to the pwqual plugin vtable and log pwqual moduleGreg Hudson2010-10-056-1/+24
* WhitespaceGreg Hudson2010-09-301-33/+24
* Use a different construction for defaulting ks_tuple and n_ks_tuple inGreg Hudson2010-09-301-33/+31
* make dependSam Hartman2010-09-291-2/+24
* kadm5_hook: new plugin interfaceSam Hartman2010-09-294-9/+266
* Formatting fixGreg Hudson2010-09-151-2/+2
* kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman2010-09-151-37/+16
* Make dependGreg Hudson2010-09-081-28/+100
* In k5_pwqual_load(), if the last vtable initializer fails, return 0Greg Hudson2010-09-041-0/+1
* Fix output argument ordering and handling in k5_pwqual_load()Greg Hudson2010-09-032-4/+6
* Prevent a double free in k5_pwqual_load()Greg Hudson2010-09-031-0/+1
* Password quality pluggable interfaceGreg Hudson2010-09-0111-360/+767
* Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modulesGreg Hudson2010-07-081-1/+2
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-064-292/+244
* Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2010-07-021-12/+0
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-022-33/+22
* Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson2010-07-021-1/+0
* make dependGreg Hudson2010-06-071-20/+21
* Remove some unused fields from kadm5_config_params. Bump the clientGreg Hudson2010-05-041-1/+1
* Lazy history key creationGreg Hudson2010-03-111-38/+37
* Two problems in kadm5_get_principal mask handlingGreg Hudson2010-02-241-6/+8
* Minimal support for updating history keyGreg Hudson2010-02-113-129/+99
* Handle migration from pre-1.7 databases with master key kvno != 1Greg Hudson2010-01-281-1/+2
* Change basename of libkadm5 libraries to avoid Heimdal conflictGreg Hudson2010-01-192-1/+6
* Make history key exempt from permitted_enctypesGreg Hudson2010-01-141-7/+7
* Restore interoperability with 1.6 addprinc -randkeyGreg Hudson2010-01-081-0/+28
* When retrieving the kadmin/history key, accept any enctype, as theGreg Hudson2010-01-071-2/+2
* Anonymous support for KerberosSam Hartman2009-12-282-0/+14
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-101/+101
* minor reindentZhanna Tsitkov2009-11-181-24/+16
* Reindent and manually restore some BSD-style files that wereTom Yu2009-11-041-34/+34
* Reindent after making fixes for emacs-23Tom Yu2009-11-031-2/+2
* make mark-cstyleTom Yu2009-10-3112-2633/+2641
* Heimdal DB bridge plugin for KDC back endGreg Hudson2009-10-271-1/+3
* Account lockoutGreg Hudson2009-10-254-6/+69
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-14/+18
* Improve the mechanism used for addprinc -randkey. In the kadminGreg Hudson2009-09-211-12/+23
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-161-58/+56
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-161-56/+58
* Bump sonames of libkadm5 libraries, since r22527 changed their ABIsGreg Hudson2009-08-171-1/+1
* Modify kadm5 initializers to accept krb5 contextsGreg Hudson2009-08-171-27/+11
* Remove unused variables resulting from r22521, and also remove theGreg Hudson2009-08-172-36/+0
* Remove kadmin v1 API supportGreg Hudson2009-08-135-229/+62
* Convert all uses of strtok() in libraries to strtok_r() for threadGreg Hudson2009-08-101-3/+4
* Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson2009-08-031-0/+2
* kadmind is parsing acls good deref NULL pointer on errorEzra Peisach2009-06-061-13/+17