aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kadm5/srv/svr_principal.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-24Two problems in kadm5_get_principal mask handlingGreg Hudson1-6/+8
2010-02-11Minimal support for updating history keyGreg Hudson1-70/+46
2010-01-28Handle migration from pre-1.7 databases with master key kvno != 1Greg Hudson1-1/+2
2010-01-08Restore interoperability with 1.6 addprinc -randkeyGreg Hudson1-0/+28
2009-10-31make mark-cstyleTom Yu1-1130/+1131
2009-10-27Heimdal DB bridge plugin for KDC back endGreg Hudson1-1/+3
2009-10-25Account lockoutGreg Hudson1-5/+32
2009-09-21Improve the mechanism used for addprinc -randkey. In the kadminGreg Hudson1-12/+23
2009-08-17Remove unused variables resulting from r22521, and also remove theGreg Hudson1-2/+0
2009-08-13Remove kadmin v1 API supportGreg Hudson1-136/+52
2009-02-03prefer structure assignment to memcpyKen Raeburn1-1/+1
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-4/+4
2009-01-30Master Key Migration ProjectWill Fiveash1-23/+130
2009-01-22If USE_VALGRIND, check that source principal is defined before copying.Ken Raeburn1-0/+8
2009-01-20delete trailing whitespace, including insanely long 'blank' linesKen Raeburn1-64/+62
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-1/+1
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson1-2/+1
2008-08-28fix resource leak in USE_PASSWORD_SERVER codeKen Raeburn1-34/+27
2008-07-21kadm5_decrypt_key(). This patch prevents the returned keyblock's Jeffrey Altman1-1/+2
2008-06-25kadm5_setkey_principal_3 not copying key_data_ver and key_data_kvnoAlexandra Ellwood1-0/+2
2008-05-30Add header for kill() in USE_PASSWORD_SERVER caseAlexandra Ellwood1-0/+2
2008-04-30(more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn1-1/+1
2007-04-16Add support for extracting existing keys from the KDC with kadmin.local.Russ Allbery1-0/+55
2006-11-02* svr_principal.c (kadm5_use_password_server): Define only if USE_PASSWORD_SE...Ken Raeburn1-0/+2
2006-05-04need to export kadm5_set_use_password_serverAlexandra Ellwood1-2/+2
2006-04-13Partial merge from Novell LDAP integration branch, not including theKen Raeburn1-11/+23
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn1-1/+1
2005-11-18Fix additional cases where krb5.h is included before k5-int.h. In most cases,Ken Raeburn1-1/+1
2005-07-22coding styleKen Raeburn1-45/+32
2005-06-21Novell Database Abstraction Layer merge.Ken Raeburn1-69/+231
2004-12-20fix MITKRB5-SA-2004-004Tom Yu1-35/+64
2003-09-02kill() might overwrite errno. Save it beforehandAlexandra Ellwood1-1/+1
2003-09-02Fixed handling of krb5_net_write() failing (need to call waitpid() on child e...Alexandra Ellwood1-14/+8
2003-09-02Fixed comment (part of adding Apple Password Server support)Alexandra Ellwood1-2/+1
2003-09-02Added Apple password server supportAlexandra Ellwood1-0/+145
2002-11-07Thanks, patch appliedTom Yu1-1/+1
2001-10-25 * svr_principal.c (kadm5_decrypt_key): For now, coerce enctype ofTom Yu1-0/+7
2001-10-16* svr_principal.c (add_to_history): If the policy a principal uses hasMitchell Berger1-0/+35
2001-07-31 * svr_principal.c (check_pw_reuse): Change argument forEzra Peisach1-1/+1
2001-06-08 * svr_principal.c (check_pw_reuse): Cleanup assignment in conditionalEzra Peisach1-4/+5
2001-06-04 * svr_principal.c: Cleanup assignments in conditionalsEzra Peisach1-109/+131
2001-02-18 * adb_openclose.c, adb_policy.c, server_acl.c, server_dict.c,Ezra Peisach1-49/+55
2000-02-27Remove keepold argument from create_principal_3, since it is ratherTom Yu1-3/+2
2000-02-14Add client-side stubs and functions with additional capabilities toTom Yu1-13/+66
1998-12-07 * svr_principal.c (kadm5_randkey_principal_3): Fix typo inEzra Peisach1-2/+2
1998-12-05 * svr_principal.c (kadm5_create_principal): Modify to callTom Yu1-8/+44
1998-11-17 * svr_principal.c (kadm5_create_principal):Tom Yu1-3/+5
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-36/+36
1997-07-01 * server_acl.h: Fix ACL_ALL_MASK to include ACL_SETKEYTom Yu1-1/+1
1997-06-29 * svr_principal.c: Add new function kadm5_setv4key_principalTom Yu1-0/+130