summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-0645-2504/+1908
* Follow-on to r24168: in kdb5_ldap_util, indirect throughGreg Hudson2010-07-041-5/+5
* In kdb5.c, simplify the code for getting the profile config sectionGreg Hudson2010-07-031-93/+54
* Remove assertions for non-nullity of init_module and fini_module inGreg Hudson2010-07-031-3/+0
* Make the APIs for iterate, get_master_key_list, set_master_key_list,Greg Hudson2010-07-033-62/+24
* Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson2010-07-037-35/+33
* Remove return value from void functionKen Raeburn2010-07-031-1/+0
* Remove store_master_key from the DAL table, and implementGreg Hudson2010-07-026-52/+7
* Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson2010-07-027-25/+18
* Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2010-07-0212-152/+22
* Remove db_ and similar prefixes from DAL function names, forGreg Hudson2010-07-0210-303/+279
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-0220-190/+145
* Remove setup_master_key_name from the DAL table as it was not usedGreg Hudson2010-07-023-8/+1
* Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson2010-07-0218-269/+24
* Follow-up to r24157: return correctly from krb5_ldap_lib_init() ifGreg Hudson2010-07-021-0/+1
* Follow-on to r24157: pass KRB5_KDB_DAL_VERSION to krb5_ldap_lib_init()Greg Hudson2010-07-021-1/+1
* Remove errcode_2_string and release_errcode_string from the DAL table,Greg Hudson2010-07-026-141/+29
* Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson2010-07-027-76/+1
* DAL improvementsGreg Hudson2010-07-027-8/+25
* In kpropd, when getting a wildcard address to listen on, try IPv6Greg Hudson2010-07-011-11/+32
* Factor out a common socket creation sequence in net-server.c, whichGreg Hudson2010-06-301-116/+67
* Eliminate warnings in net-server.cGreg Hudson2010-06-301-8/+8
* Improve coding style conformance in net-server.cGreg Hudson2010-06-301-131/+155
* Fix a bug in r24147 where svctcp_create() was passing the wrong lengthGreg Hudson2010-06-261-1/+1
* Make kadmin work over IPv6Greg Hudson2010-06-267-45/+147
* Adjust function names and declarations in libkadm5's client_init.c; inGreg Hudson2010-06-251-149/+95
* Simplify the iprop conditionalization of _kadm5_init_any()Greg Hudson2010-06-251-25/+19
* Remove some dead code in kdb5_stash() left behind by r24142Greg Hudson2010-06-221-9/+0
* In kprop's sockaddr2krbaddr(), fill in addr.magic to avoid copyingGreg Hudson2010-06-221-0/+1
* Eliminate a bunch of duplicated code in kdb5_stash() by usingGreg Hudson2010-06-211-41/+3
* kdb5_stash() contains its own kdb5_db_open() call (because it doesn'tGreg Hudson2010-06-211-1/+1
* Make OFFLINE!=no work againTom Yu2010-06-211-6/+9
* Add correct error table when initializing gss-krb5Greg Hudson2010-06-211-1/+1
* only test t_locate_kdc if known-good DNS name is presentTom Yu2010-06-182-6/+25
* In PKINIT, notice if DH_compute_key() returns a value less than theGreg Hudson2010-06-141-2/+18
* Adjust the PKINIT DH debugging code:Greg Hudson2010-06-141-7/+8
* Use getaddrinfo() in kprop and kpropd, and recognize IPv6 addressesGreg Hudson2010-06-115-162/+191
* Remove the code for krb5_append_addresses(), which was never used andGreg Hudson2010-06-111-58/+0
* Eliminate actx_copy_addr in auth_con.c; use krb5_copy_addr insteadGreg Hudson2010-06-111-23/+6
* In yarrow.c, undefine k5-trace.h's TRACE before defining it to avoid aGreg Hudson2010-06-101-0/+1
* Remove some unused (as of yet) trace macro definitionsGreg Hudson2010-06-101-10/+0
* Fix a couple of minor defects in trace.cGreg Hudson2010-06-101-3/+2
* kadmin ktadd may display wrong name of default keytabGreg Hudson2010-06-082-4/+7
* When we display enctypes, display the input name rather than theGreg Hudson2010-06-086-9/+10
* Stop checking the current time against the context expiration time inGreg Hudson2010-06-083-29/+3
* Stop checking the current time against the context expiration time inGreg Hudson2010-06-081-14/+0
* make dependGreg Hudson2010-06-0754-1996/+2181
* Trace loggingGreg Hudson2010-06-0724-89/+965
* Add krb5_enctype_to_name() APIGreg Hudson2010-06-044-3/+32
* In krb5_cc_set_config, don't call krb5_cc_remove_cred; it's redundantGreg Hudson2010-05-281-4/+0