summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5
Commit message (Expand)AuthorAgeFilesLines
* Stop generating gssapi_krb5.hGreg Hudson2014-02-261-4/+4
* Simplify ulog_mapGreg Hudson2014-02-201-4/+3
* Refactor krb5_string_to_keysalts()Tom Yu2014-01-081-115/+64
* Make salt defaulting work for keysaltsTom Yu2014-01-064-6/+6
* Default to normal salt instead of "ignore"Tom Yu2014-01-061-1/+1
* Fix uninitialized warning in client_init.cGreg Hudson2013-12-211-0/+3
* Allow realm in kadm5_init service namesGreg Hudson2013-12-211-48/+48
* Simplify libkadm5 client realm initializationGreg Hudson2013-12-211-47/+4
* Avoid deprecated krb5_get_in_tkt_with_keytabBen Kaduk2013-11-041-9/+13
* Don't cache active master key list in kadmindGreg Hudson2013-10-253-18/+26
* Add kadmin support for principals without keysGreg Hudson2013-07-152-3/+9
* 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-075-22/+17
* Make empty passwords work via init_creds APIsGreg Hudson2013-05-271-27/+0
* Reduce boilerplate in makefilesGreg Hudson2013-05-164-11/+0
* make dependGreg Hudson2013-03-244-43/+36
* Modernize k5bufGreg Hudson2013-02-142-11/+11
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-091-5/+3
* Get rid of krb5_read_realm_paramsGreg Hudson2013-01-164-180/+0
* Remove unused krb5_realm_params fieldsGreg Hudson2013-01-152-69/+1
* Clean up style of alt_prof.cGreg Hudson2013-01-121-417/+354
* Simplify KDC host referral codeGreg Hudson2013-01-113-49/+13
* make dependGreg Hudson2013-01-104-4/+4
* Fold kadm5 internal policy functions into callersGreg Hudson2013-01-099-190/+9
* Allow principals to refer to nonexistent policiesGreg Hudson2013-01-097-623/+73
* Fix various result checksNickolai Zeldovich2013-01-071-1/+1
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-194-22/+22
* Remove MAX_ULOGENTRIESNicolas Williams2012-10-051-3/+1
* Improve kpropd behavior in iprop modeNicolas Williams2012-10-052-0/+6
* 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