Lines Matching refs:user
44 * "user [string]" - the user name that must match (if method is 2)
52 * 2 - user + password
126 char user[256];
161 strcpy(config.user, "user");
218 else if(!strcmp(key, "user")) {
219 strcpy(config.user, value);
220 logmsg("user [%s] set", config.user);
466 if((ulen != strlen(config.user)) ||
468 memcmp(&buffer[SOCKS5_UNAME], config.user, ulen) ||