aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-02Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson7-25/+18
2010-07-02Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson12-152/+22
2010-07-02Remove db_ and similar prefixes from DAL function names, forGreg Hudson10-303/+279
2010-07-02Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson20-190/+145
2010-07-02Remove setup_master_key_name from the DAL table as it was not usedGreg Hudson3-8/+1
2010-07-02Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson18-269/+24
2010-07-02Follow-up to r24157: return correctly from krb5_ldap_lib_init() ifGreg Hudson1-0/+1
2010-07-02Follow-on to r24157: pass KRB5_KDB_DAL_VERSION to krb5_ldap_lib_init()Greg Hudson1-1/+1
2010-07-02Remove errcode_2_string and release_errcode_string from the DAL table,Greg Hudson6-141/+29
2010-07-02Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson7-76/+1
2010-07-02DAL improvementsGreg Hudson7-8/+25
2010-07-01In kpropd, when getting a wildcard address to listen on, try IPv6Greg Hudson1-11/+32
2010-06-30Factor out a common socket creation sequence in net-server.c, whichGreg Hudson1-116/+67
2010-06-30Eliminate warnings in net-server.cGreg Hudson1-8/+8
2010-06-30Improve coding style conformance in net-server.cGreg Hudson1-131/+155
2010-06-26Fix a bug in r24147 where svctcp_create() was passing the wrong lengthGreg Hudson1-1/+1
2010-06-26Make kadmin work over IPv6Greg Hudson7-45/+147
2010-06-25Adjust function names and declarations in libkadm5's client_init.c; inGreg Hudson1-149/+95
2010-06-25Simplify the iprop conditionalization of _kadm5_init_any()Greg Hudson1-25/+19
2010-06-22Remove some dead code in kdb5_stash() left behind by r24142Greg Hudson1-9/+0
2010-06-22In kprop's sockaddr2krbaddr(), fill in addr.magic to avoid copyingGreg Hudson1-0/+1
2010-06-21Eliminate a bunch of duplicated code in kdb5_stash() by usingGreg Hudson1-41/+3
2010-06-21kdb5_stash() contains its own kdb5_db_open() call (because it doesn'tGreg Hudson1-1/+1
2010-06-21Make OFFLINE!=no work againTom Yu1-6/+9
2010-06-21Add correct error table when initializing gss-krb5Greg Hudson1-1/+1
2010-06-18only test t_locate_kdc if known-good DNS name is presentTom Yu2-6/+25
2010-06-14In PKINIT, notice if DH_compute_key() returns a value less than theGreg Hudson1-2/+18
2010-06-14Adjust the PKINIT DH debugging code:Greg Hudson1-7/+8
2010-06-11Use getaddrinfo() in kprop and kpropd, and recognize IPv6 addressesGreg Hudson5-162/+191
2010-06-11Remove the code for krb5_append_addresses(), which was never used andGreg Hudson1-58/+0
2010-06-11Eliminate actx_copy_addr in auth_con.c; use krb5_copy_addr insteadGreg Hudson1-23/+6
2010-06-10In yarrow.c, undefine k5-trace.h's TRACE before defining it to avoid aGreg Hudson1-0/+1
2010-06-10Remove some unused (as of yet) trace macro definitionsGreg Hudson1-10/+0
2010-06-10Fix a couple of minor defects in trace.cGreg Hudson1-3/+2
2010-06-08kadmin ktadd may display wrong name of default keytabGreg Hudson2-4/+7
2010-06-08When we display enctypes, display the input name rather than theGreg Hudson6-9/+10
2010-06-08Stop checking the current time against the context expiration time inGreg Hudson3-29/+3
2010-06-08Stop checking the current time against the context expiration time inGreg Hudson1-14/+0
2010-06-07make dependGreg Hudson54-1996/+2181
2010-06-07Trace loggingGreg Hudson24-89/+965
2010-06-04Add krb5_enctype_to_name() APIGreg Hudson4-3/+32
2010-05-28In krb5_cc_set_config, don't call krb5_cc_remove_cred; it's redundantGreg Hudson1-4/+0
2010-05-28make dependGreg Hudson2-15/+12
2010-05-28From Luke: make copies of S4U2Proxy authdata modules work when thereGreg Hudson1-1/+1
2010-05-27Remove the get_masters logic in locate_srv_conf_1 which was orphanedGreg Hudson2-63/+11
2010-05-27Get t_ser to build again after the S4U authdata branch mergeGreg Hudson1-2/+2
2010-05-25In testrealm.py, stash the passwords in testdir/passwords so that theyGreg Hudson1-1/+6
2010-05-25FAST negotiation could erroneously succeedGreg Hudson1-0/+1
2010-05-24Fix long lines and other formatting issues in fast.hGreg Hudson1-25/+36
2010-05-24Fix long lines and other formatting issues in fast.cGreg Hudson1-56/+81