Lines Matching refs:infof
264 infof(data, "Trying against %s", output_buffer.value); in krb5_auth()
291 infof(data, "Error creating security context"); in krb5_auth()
302 infof(data, "base64-encoding: %s", curl_easy_strerror(result)); in krb5_auth()
327 infof(data, "Server didn't accept auth data"); in krb5_auth()
635 infof(data, "Send: %s%s", prot_level == PROT_PRIVATE?enc:mic, in do_sec_send()
742 infof(data, "Trying to change the protection level after the" in sec_set_protection_level()
821 infof(data, "Failed initialization for %s. Skipping it.", in choose_mech()
827 infof(data, "Trying mechanism %s...", mech->name); in choose_mech()
835 infof(data, "Mechanism %s is not supported by the server (server " in choose_mech()
839 infof(data, "Mechanism %s was rejected by the server (server returned " in choose_mech()
844 infof(data, "server does not support the security extensions"); in choose_mech()