Searched refs:username (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/drivers/s390/net/ |
D | netiucv.c | 1465 char username[9]; in user_write() local 1479 username[i]= toupper(*p); in user_write() 1491 username[i++] = ' '; in user_write() 1492 username[8] = '\0'; in user_write() 1494 if (memcmp(username, priv->conn->userid, 9) && in user_write() 1502 if (!strncmp(username, cp->userid, 9) && cp->netdev != ndev) { in user_write() 1505 "to %s already exists\n", username); in user_write() 1510 memcpy(priv->conn->userid, username, 9); in user_write() 1867 char *username) in netiucv_new_connection() argument 1896 if (username) { in netiucv_new_connection() [all …]
|
/linux-2.6.39/Documentation/filesystems/ |
D | cifs.txt | 35 user=username,pass=password,unc=//ip_address_of_server/sharename 38 mount //ip_address_of_server/sharename /mnt_target -o user=username, pass=password
|
D | afs.txt | 203 Currently the username, realm, password and proposed ticket lifetime are
|
/linux-2.6.39/fs/cifs/ |
D | connect.c | 61 char *username; member 899 vol->username = value; in cifs_parse_mount_options() 1829 if (strncmp(ses->user_name, vol->username, in cifs_find_smb_ses() 1832 if (strlen(vol->username) != 0 && in cifs_find_smb_ses() 1929 if (volume_info->username) { in cifs_get_smb_ses() 1930 ses->user_name = kstrdup(volume_info->username, GFP_KERNEL); in cifs_get_smb_ses() 2775 volume_info->username = ""; in cifs_mount() 2776 } else if (volume_info->username) { in cifs_mount() 2778 cFYI(1, "Username: %s", volume_info->username); in cifs_mount() 3261 char username[MAX_USERNAME_SIZE + 1]; in cifs_construct_tcon() local [all …]
|
D | README | 91 //server/usersharename /mnt/username cifs user 0 0 202 user=<username> 225 username=someuser 264 username during CIFS session establishment 360 this might be useful when comma is contained within username
|
D | CHANGES | 189 mount override username (so that null user connection is attempted) 231 Allow null user to be specified on mount ("username="). Do not return 881 Fix oops when username not passed in on mount. Extensive fixes and improvements
|
/linux-2.6.39/security/selinux/include/ |
D | security.h | 137 int security_get_user_sids(u32 callsid, char *username,
|
/linux-2.6.39/include/scsi/ |
D | libiscsi.h | 282 char *username; member
|
/linux-2.6.39/drivers/scsi/ |
D | libiscsi.c | 2822 kfree(session->username); in iscsi_session_teardown() 3251 return iscsi_switch_str_param(&session->username, buf); in iscsi_set_param() 3330 len = sprintf(buf, "%s\n", session->username); in iscsi_session_get_param()
|
D | scsi_transport_iscsi.c | 1859 iscsi_session_attr(username, ISCSI_PARAM_USERNAME, 1); 2137 SETUP_SESSION_RD_ATTR(username, ISCSI_PASSWORD); in iscsi_register_transport()
|
/linux-2.6.39/security/selinux/ss/ |
D | services.c | 2131 char *username, in security_get_user_sids() argument 2159 user = hashtab_search(policydb.p_users.table, username); in security_get_user_sids()
|
/linux-2.6.39/Documentation/ |
D | Smack.txt | 52 username smack
|
/linux-2.6.39/Documentation/uml/ |
D | UserModeLinux-HOWTO.txt | 1281 where uid is the user id or username that UML will be run as. This
|