summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5/srv
Commit message (Expand)AuthorAgeFilesLines
* Make salt defaulting work for keysaltsTom Yu2014-01-062-3/+3
* Don't cache active master key list in kadmindGreg Hudson2013-10-252-18/+23
* Add kadmin support for principals without keysGreg Hudson2013-07-151-3/+8
* Avoid allocating zero key_data structuresGreg Hudson2013-07-151-11/+13
* Use k5calloc instead of k5alloc where appropriateGreg Hudson2013-07-113-3/+3
* Fix various warningsGreg Hudson2013-06-073-8/+11
* Reduce boilerplate in makefilesGreg Hudson2013-05-161-3/+0
* make dependGreg Hudson2013-03-241-23/+19
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-091-5/+3
* Get rid of krb5_read_realm_paramsGreg Hudson2013-01-161-2/+0
* Simplify KDC host referral codeGreg Hudson2013-01-111-1/+0
* make dependGreg Hudson2013-01-101-1/+1
* Fold kadm5 internal policy functions into callersGreg Hudson2013-01-093-57/+8
* Allow principals to refer to nonexistent policiesGreg Hudson2013-01-092-175/+65
* Fix various result checksNickolai Zeldovich2013-01-071-1/+1
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-191-12/+12
* Fix apply_keysalt_policy bugGreg Hudson2012-08-151-1/+1
* Constify krb5_string_to_keysalts()'s string argNicolas Williams2012-07-301-1/+1
* Policy extensions + new policy: allowed ks typesNicolas Williams2012-07-303-52/+398
* Fix -DDEBUG compilation errorsHenry B. Hotz2012-06-042-3/+3
* Null pointer deref in kadmind [CVE-2012-1013]Richard Basch2012-05-291-1/+1
* Add missing $(LIBS) to some shared librariesTom Yu2012-05-171-1/+1
* Allow clearpolicy restriction for kadmin addprincGreg Hudson2012-04-261-4/+5
* Try all history keys to decrypt password historyGreg Hudson2012-04-242-43/+58
* Fix password reuse check with cpw -keepoldGreg Hudson2012-04-041-0/+3
* Suppress some gcc uninitialized variable warningsGreg Hudson2012-03-221-1/+1
* Only store master mey list in DAL handleGreg Hudson2012-03-213-25/+17
* Refactor salt computation into libkdb5Greg Hudson2011-10-241-47/+15
* make dependTom Yu2011-10-141-6/+6
* Add kadmin functionality for string attributesGreg Hudson2011-09-212-0/+59
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-1/+1
* Get rid of variables triggering gcc's "defined but not used"Ken Raeburn2011-09-045-20/+0
* Make fewer db lookups in kadm5_create_principal_3Greg Hudson2011-06-241-19/+10
* Fix a minor memory leak in the pwqual loaderGreg Hudson2011-06-231-0/+1
* Mark up strings for translationGreg Hudson2011-06-108-19/+25
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-099-42/+24
* Make dependGreg Hudson2011-02-251-26/+31
* In kadm5_rename_principal, fix an oversight which would cause errorsGreg Hudson2011-02-131-1/+2
* Make principal renaming work in libkadm5srv by converting to explicitGreg Hudson2011-01-251-15/+49
* update dependenciesKen Raeburn2010-12-051-15/+15
* 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