summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5
Commit message (Expand)AuthorAgeFilesLines
* Fix apply_keysalt_policy bugGreg Hudson2012-08-151-1/+1
* Constify krb5_string_to_keysalts()'s string argNicolas Williams2012-07-303-12/+14
* Policy extensions + new policy: allowed ks typesNicolas Williams2012-07-3016-77/+489
* Add control over session key enctype negotiationNicolas Williams2012-06-062-0/+8
* 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-172-2/+2
* Allow clearpolicy restriction for kadmin addprincGreg Hudson2012-04-261-4/+5
* Try all history keys to decrypt password historyGreg Hudson2012-04-243-45/+62
* 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
* Remove admin_keytab references in code and docsGreg Hudson2012-03-043-16/+2
* 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-2110-0/+278
* Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn2011-09-051-1/+1
* 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-048-32/+0
* Remember and close the kadmin socket we openedGreg Hudson2011-08-262-1/+9
* Simplify and fix chpass_util error generationGreg Hudson2011-07-061-34/+20
* isspace should only get unsigned-char values or EOFKen Raeburn2011-07-011-2/+4
* make dependEzra Peisach2011-07-011-4/+12
* Make fewer db lookups in kadm5_create_principal_3Greg Hudson2011-06-241-19/+10
* Use zapfree in krb5_free_key_data_contents()Greg Hudson2011-06-241-6/+3
* Fix a minor memory leak in the pwqual loaderGreg Hudson2011-06-231-0/+1
* Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson2011-06-232-2/+3
* Mark up strings for translationGreg Hudson2011-06-1011-52/+58
* Resolve a few miscellaneous warningsGreg Hudson2011-03-142-6/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0913-60/+30
* Make dependGreg Hudson2011-02-254-45/+47
* 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
* Implement restrict_anonymous_to_tgt realm flagGreg Hudson2010-12-012-0/+8
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-284-4/+4
* krb5_get_error_message cannot return NULL, and returns "Success" onGreg Hudson2010-11-011-4/+2
* Declare xdr_purgekeys_argKen Raeburn2010-10-231-0/+1
* Add a kadm5 RPC for purging old keys from the KDB (e.g., fromTom Yu2010-10-088-0/+135
* 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-057-1/+28
* WhitespaceGreg Hudson2010-09-302-42/+30
* 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-295-9/+321
* 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-084-66/+145
* 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-033-7/+9