Searched refs:username (Results 126 - 150 of 187) sorted by relevance

12345678

/freebsd-11-stable/contrib/dma/
H A Ddma.c69 char username[USERNAME_SIZE]; variable
111 addr = username;
H A Dspool.c241 username, getuid(), queue->sender);
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser46 usernames on the left and the actual address for that username on the
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp_var.h276 GLOBAL char *username; /* name of user logged in as. (dynamic) */ variable
/freebsd-11-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Daccept_sec_context.c206 n->user = strdup(type3.username);
H A Dkdc.c358 ret = krb5_ntlm_req_set_username(c->context, c->ntlm, type3->username);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.h105 * username - Username for Interworking network selection
107 char *username; member in struct:wpa_cred
H A Dinterworking.c607 "nai-realm-cred-username: EAP method not supported: %d",
614 /* Only tunneled methods with username/password supported */
616 "nai-realm-cred-username: Method: %d is not TTLS, PEAP, or FAST",
625 "nai-realm-cred-username: PEAP/FAST: Inner method not supported: %d",
632 "nai-realm-cred-username: MSCHAPv2 not supported");
643 "nai-realm-cred-username: TTLS, but inner not supported: %d",
653 "nai-realm-cred-username: TTLS, inner-non-eap not supported: %d",
663 "nai-realm-cred-username: inner-method not GTC or MSCHAPv2: %d",
700 if (cred->username == NULL ||
701 cred->username[
[all...]
/freebsd-11-stable/contrib/apr/include/
H A Dapr_thread_proc.h563 * Set the username used for running process
565 * @param username The username used
571 const char *username,
/freebsd-11-stable/contrib/serf/
H A Dserf_private.h443 char **username,
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-checkconf.c796 if(cfg->username && cfg->username[0]) {
797 if(getpwnam(cfg->username) == NULL)
798 fatal_exit("user '%s' does not exist.", cfg->username);
/freebsd-11-stable/contrib/libreadline/
H A Dcomplete.c1829 TEXT contains a partial username preceded by a random
1839 static char *username = (char *)NULL;
1846 FREE (username);
1851 username = savestring (&text[first_char_loc]);
1852 namelen = strlen (username);
1860 if (namelen == 0 || (STREQN (username, entry->pw_name, namelen)))
/freebsd-11-stable/crypto/openssh/
H A Dmonitor.c701 char *username; local
711 username = buffer_get_string(m, NULL);
713 pwent = getpwnamallow(username);
715 authctxt->user = xstrdup(username);
716 setproctitle("%s [priv]", pwent ? username : "unknown");
717 free(username);
/freebsd-11-stable/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c204 {"username", svnsync_opt_auth_username, 1,
205 N_("specify a username ARG (deprecated;\n"
207 "see --source-username and --sync-username)") },
244 {"source-username", svnsync_opt_source_username, 1,
245 N_("connect to source repository with username ARG") },
248 {"sync-username", svnsync_opt_sync_username, 1,
249 N_("connect to sync repository with username ARG") },
1983 const char *username = NULL, *source_username = NULL, *sync_username = NULL;
2071 opt_err = svn_utf_cstring_to_utf8(&username, opt_ar
1976 const char *username = NULL, *source_username = NULL, *sync_username = NULL; local
[all...]
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dproc.c315 const char *username,
321 if ((rv = apr_uid_get(&attr->uid, &gid, username,
/freebsd-11-stable/sys/netsmb/
H A Dsmb_conn.h319 char * username; member in struct:smb_vcspec
H A Dsmb_usr.c87 spec->username = dp->ioc_user;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dutil.c1184 svn_ra_serf__credentials_callback(char **username, char **password,
1238 *username = apr_pstrdup(pool, simple_creds->username);
1243 *username = apr_pstrdup(pool, session->proxy_username);
1183 svn_ra_serf__credentials_callback(char **username, char **password, serf_request_t *request, void *baton, int code, const char *authn_type, const char *realm, apr_pool_t *pool) argument
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y123 %type <s> pathstring pathname password username
140 : USER SP username CRLF check_secure
715 username
933 { "USER", USER, STR1, 1, "<sp> username" },
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_teap.c1120 u8 *pos, *end, *username, *password, *new_id; local
1139 username = pos;
1143 username, userlen);
1172 if (eap_user_get(sm, username, userlen, 1) != 0) {
1194 new_id = os_memdup(username, userlen);
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rpcap.c1857 if (auth->username)
1859 str_length = strlen(auth->username);
1911 if (auth->username)
1912 rpauth->slen1 = (uint16)strlen(auth->username);
1916 if (sock_bufferize(auth->username, rpauth->slen1, sendbuf,
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.c73 /** from cfg username, after daemonize setup performed */
75 /** from cfg username, after daemonize setup performed */
179 if(!(cfg->username = strdup(UB_USERNAME))) goto error_exit;
584 else S_STR("username:", username)
1032 else O_STR(opt, "username", username)
1487 free(cfg->username);
2151 /* translate username into uid and gid */
2152 if(cfg->username
[all...]
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dprotocol.c1488 type3.username = c->user;
1569 type3.username,
1650 free(type3.username);
/freebsd-11-stable/usr.sbin/ancontrol/
H A Dancontrol.c1424 an_enable_leap_mode(const char *iface, const char *username) argument
1453 len = strlen(username);
1458 strncpy(an_username.an_username, username, len);
/freebsd-11-stable/libexec/ftpd/
H A Dftpcmd.y122 %type <s> pathstring pathname password username
142 : USER SP username CRLF
787 username
1069 { "USER", USER, STR1, 1, "<sp> username" },

Completed in 401 milliseconds

12345678