summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5/srv/svr_principal.c
Commit message (Expand)AuthorAgeFilesLines
* Fix apply_keysalt_policy bugGreg Hudson2012-08-151-1/+1
* Policy extensions + new policy: allowed ks typesNicolas Williams2012-07-301-36/+222
* Null pointer deref in kadmind [CVE-2012-1013]Richard Basch2012-05-291-1/+1
* Allow clearpolicy restriction for kadmin addprincGreg Hudson2012-04-261-4/+5
* Try all history keys to decrypt password historyGreg Hudson2012-04-241-23/+23
* Fix password reuse check with cpw -keepoldGreg Hudson2012-04-041-0/+3
* Only store master mey list in DAL handleGreg Hudson2012-03-211-21/+15
* Refactor salt computation into libkdb5Greg Hudson2011-10-241-47/+15
* Add kadmin functionality for string attributesGreg Hudson2011-09-211-0/+52
* Make fewer db lookups in kadm5_create_principal_3Greg Hudson2011-06-241-19/+10
* 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
* Add a kadm5 RPC for purging old keys from the KDB (e.g., fromTom Yu2010-10-081-0/+62
* Use a different construction for defaulting ks_tuple and n_ks_tuple inGreg Hudson2010-09-301-33/+31
* kadm5_hook: new plugin interfaceSam Hartman2010-09-291-9/+63
* 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
* Password quality pluggable interfaceGreg Hudson2010-09-011-3/+3
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-061-247/+210
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-021-31/+20
* Two problems in kadm5_get_principal mask handlingGreg Hudson2010-02-241-6/+8
* Minimal support for updating history keyGreg Hudson2010-02-111-70/+46
* Handle migration from pre-1.7 databases with master key kvno != 1Greg Hudson2010-01-281-1/+2
* Restore interoperability with 1.6 addprinc -randkeyGreg Hudson2010-01-081-0/+28
* make mark-cstyleTom Yu2009-10-311-1130/+1131
* Heimdal DB bridge plugin for KDC back endGreg Hudson2009-10-271-1/+3
* Account lockoutGreg Hudson2009-10-251-5/+32
* Improve the mechanism used for addprinc -randkey. In the kadminGreg Hudson2009-09-211-12/+23
* Remove unused variables resulting from r22521, and also remove theGreg Hudson2009-08-171-2/+0
* Remove kadmin v1 API supportGreg Hudson2009-08-131-136/+52
* prefer structure assignment to memcpyKen Raeburn2009-02-031-1/+1
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-4/+4
* Master Key Migration ProjectWill Fiveash2009-01-301-23/+130
* If USE_VALGRIND, check that source principal is defined before copying.Ken Raeburn2009-01-221-0/+8
* delete trailing whitespace, including insanely long 'blank' linesKen Raeburn2009-01-201-64/+62
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-1/+1
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* fix resource leak in USE_PASSWORD_SERVER codeKen Raeburn2008-08-281-34/+27
* kadm5_decrypt_key(). This patch prevents the returned keyblock's Jeffrey Altman2008-07-211-1/+2
* kadm5_setkey_principal_3 not copying key_data_ver and key_data_kvnoAlexandra Ellwood2008-06-251-0/+2
* Add header for kill() in USE_PASSWORD_SERVER caseAlexandra Ellwood2008-05-301-0/+2
* (more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn2008-04-301-1/+1
* Add support for extracting existing keys from the KDC with kadmin.local.Russ Allbery2007-04-161-0/+55
* * svr_principal.c (kadm5_use_password_server): Define only if USE_PASSWORD_SE...Ken Raeburn2006-11-021-0/+2
* need to export kadm5_set_use_password_serverAlexandra Ellwood2006-05-041-2/+2
* Partial merge from Novell LDAP integration branch, not including theKen Raeburn2006-04-131-11/+23
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-1/+1
* Fix additional cases where krb5.h is included before k5-int.h. In most cases,Ken Raeburn2005-11-181-1/+1
* coding styleKen Raeburn2005-07-221-45/+32
* Novell Database Abstraction Layer merge.Ken Raeburn2005-06-211-69/+231