summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5/srv/svr_principal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix MITKRB5-SA-2004-004Tom Yu2004-12-201-35/+64
* kill() might overwrite errno. Save it beforehandAlexandra Ellwood2003-09-021-1/+1
* Fixed handling of krb5_net_write() failing (need to call waitpid() on child e...Alexandra Ellwood2003-09-021-14/+8
* Fixed comment (part of adding Apple Password Server support)Alexandra Ellwood2003-09-021-2/+1
* Added Apple password server supportAlexandra Ellwood2003-09-021-0/+145
* Thanks, patch appliedTom Yu2002-11-071-1/+1
* * svr_principal.c (kadm5_decrypt_key): For now, coerce enctype ofTom Yu2001-10-251-0/+7
* * svr_principal.c (add_to_history): If the policy a principal uses hasMitchell Berger2001-10-161-0/+35
* * svr_principal.c (check_pw_reuse): Change argument forEzra Peisach2001-07-311-1/+1
* * svr_principal.c (check_pw_reuse): Cleanup assignment in conditionalEzra Peisach2001-06-081-4/+5
* * svr_principal.c: Cleanup assignments in conditionalsEzra Peisach2001-06-041-109/+131
* * adb_openclose.c, adb_policy.c, server_acl.c, server_dict.c,Ezra Peisach2001-02-181-49/+55
* Remove keepold argument from create_principal_3, since it is ratherTom Yu2000-02-271-3/+2
* Add client-side stubs and functions with additional capabilities toTom Yu2000-02-141-13/+66
* * svr_principal.c (kadm5_randkey_principal_3): Fix typo inEzra Peisach1998-12-071-2/+2
* * svr_principal.c (kadm5_create_principal): Modify to callTom Yu1998-12-051-8/+44
* * svr_principal.c (kadm5_create_principal):Tom Yu1998-11-171-3/+5
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-36/+36
* * server_acl.h: Fix ACL_ALL_MASK to include ACL_SETKEYTom Yu1997-07-011-1/+1
* * svr_principal.c: Add new function kadm5_setv4key_principalTom Yu1997-06-291-0/+130
* add kadm5_setkey_principalBarry Jaspan1997-04-231-0/+142
* * svr_principal.c (add_to_history): Don't call realloc() on a NULLTom Yu1997-03-091-3/+8
* * svr_principal.c (kadm5_modify_principal): fix memory leakBarry Jaspan1996-11-111-8/+17
* * svr_principal.c (kadm5_modify_principal): don't free theBarry Jaspan1996-11-061-2/+7