summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5/srv/svr_principal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * svr_principal.c (kadm5_modify_principal): update for new tl_dataBarry Jaspan1996-11-011-20/+17
* * svr_principal.c (kadm5_modify_principal): fix modify_principal'sBarry Jaspan1996-10-211-12/+14
* * svr_principal.c: update for new pw_expiration semanticsBarry Jaspan1996-10-171-95/+78
* * svr_principal.c (kadm5_get_principal): Do not assume malloc(0)Ezra Peisach1996-10-041-6/+10
* * svr_principal.c: remove krb5_free_keyblock_contents (moved toBarry Jaspan1996-08-021-9/+0
* It's not an out-of-space error if malloc(0) returns 0.Sam Hartman1996-07-271-13/+15
* * Makefile.in, configure.in: break out server lib into aTom Yu1996-07-241-0/+1350