Lines Matching defs:user

119 		    const char *user, unsigned userlen,
188 const char *user; /* canonicalized user name */
191 unsigned ulen; /* length of canonicalized user name */
265 * Canonicalize a user name from on-wire to internal format
267 * Must be called once user name aquired if canon_user is non-NULL.
269 * in user name from wire protocol (need not be NUL terminated)
270 * len length of user name from wire protocol (0 = strlen(user))
272 * oparams the user, authid, ulen, alen, fields are
276 * responsible for setting user, ulen, authid, and alen in the oparams
286 * SASL_BADPROT -- invalid user/authid
360 /* required prompt ids, NULL = user/pass only */
385 * SASL_INTERACT -- user interaction needed to fill in prompts
464 const char *user_realm; /* realm for user (NULL = client supplied) */
506 * Canonicalize a user name from on-wire to internal format
508 * Must be called once user name aquired if canon_user is non-NULL.
510 * user user name from wire protocol (need not be NUL terminated)
511 * ulen length of user name from wire protocol (0 = strlen(user))
513 * oparams the user, authid, ulen, alen, fields are
517 * responsible for setting user, ulen, authid, and alen in the oparams
527 * SASL_BADPROT -- invalid user/authid
530 const char *user, unsigned ulen,
539 * canonicalized "user" (user to login as / authorization id), not
540 * the "authid" (user whose credentials are used / authentication id)
639 * user -- user name
648 * SASL_NOUSER -- no entry for user
649 * SASL_NOVERIFY -- no mechanism compatible entry for user
656 const char *user,
662 * query which mechanisms are available for user
665 * user -- NUL terminated user name
669 * mechanism names available to the user
676 * SASL_NOUSER -- user not found
678 * SASL_NOVERIFY -- user found, but no mechanisms available
682 const char *user,
755 * user canonicalization plug-in -- added cjn 1999-09-29
778 * user -- user to login as (may not be NUL terminated)
779 * len -- length of user name (0 = strlen(user))
781 * out -- buffer to copy user name
782 * out_max -- max length of user name
783 * out_len -- set to length of user name
793 const char *user, unsigned len,
800 const char *user, unsigned len,
853 const char *user, unsigned ulen);