Lines Matching defs:qop

333 		   unsigned char *pszQop,	/* qop-value: "", "auth",
337 HASHHEX HEntity, /* H(entity body) if qop="auth-int" */
2376 char *qop,
2387 if (qop == NULL)
2388 qop = "auth";
2403 (unsigned char *) qop, /* qop-value: "", "auth",
2407 HEntity, /* H(entity body) if qop="auth-int" */
2427 (unsigned char *) qop, /* qop-value: "", "auth",
2431 HEntity, /* H(entity body) if qop="auth-int" */
2566 char qop[1024], cipheropts[1024];
2580 qop[0] = '\0';
2583 if (*qop) strcat(qop, ",");
2584 strcat(qop, "auth");
2587 if (*qop) strcat(qop, ",");
2588 strcat(qop, "auth-int");
2601 if (*qop) strcat(qop, ",");
2602 strcat(qop, "auth-conf");
2619 if (*qop == '\0') {
2626 * digest-challenge = 1#( realm | nonce | qop-options | stale | maxbuf |
2679 * qop-options A quoted string of one or more tokens indicating the
2686 /* add qop to challenge */
2689 "qop",
2690 (unsigned char *) qop, TRUE) != SASL_OK) {
2854 char *qop = NULL;
2905 * nonce-count | qop | digest-uri | response | maxbuf | charset |
2942 } else if (strcasecmp(name, "qop") == 0) {
2943 _plug_strdup(sparams->utils, value, &qop, NULL);
3033 * "=" nc-value nc-value = 8LHEX qop = "qop" "="
3034 * qop-value digest-uri = "digest-uri" "=" digest-uri-value
3292 /* defaulting qop to "auth" if not specified */
3293 if (qop == NULL) {
3294 _plug_strdup(sparams->utils, "auth", &qop, NULL);
3298 if ((!strcasecmp(qop, "auth-conf")) && (cipher != NULL)) {
3341 } else if (!strcasecmp(qop, "auth-int") &&
3346 } else if (!strcasecmp(qop, "auth") && stext->requiressf == 0) {
3353 "protocol violation: client requested invalid qop");
3356 "protocol violation: client requested invalid qop");
3367 qop,
3574 if (qop!=NULL)
3575 sparams->utils->free (qop);
3853 char *qop,
3875 if (qop == NULL) {
3876 /* default to a qop of just authentication */
3877 qop = "auth";
3895 (unsigned char *) qop, /* qop-value: "", "auth",
3899 HEntity, /* H(entity body) if qop="auth-int" */
3917 (unsigned char *) qop, /* qop-value: "", "auth",
3921 HEntity, /* H(entity body) if qop="auth-int" */
3947 char *qop = NULL;
3959 qop = "auth-conf";
3971 qop = "auth-int";
3978 qop = "auth";
4013 qop,
4080 "qop", (unsigned char *) qop, FALSE) != SASL_OK) {
4300 } else if (strcasecmp(name, "qop") == 0) {
4326 gettext("Server doesn't support known qop level"));
4329 "Server doesn't support known qop level");
4851 * (username | realm | nonce | cnonce | nonce-count | qop digest-uri |
4908 * (username | realm | nonce | cnonce | nonce-count | qop digest-uri |