Searched refs:password (Results 76 - 79 of 79) sorted by relevance

1234

/haiku/src/kits/network/libnetservices/
H A DHttpRequest.cpp231 BHttpRequest::SetPassword(const BString& password) argument
233 fOptPassword = password;
518 // If we received an username and password, add them
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp3057 // get the user and password from the authentication server
3059 char password[kPasswordBufferSize]; local
3064 &cancelled, user, sizeof(user), password, sizeof(password));
3072 request.password.SetTo(password);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequests.h335 visitor->Visit(this, password);
341 StringData password; // authentication; otherwise NULL means anonymous member in struct:MountRequest
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp552 request->password.GetString(), &user));

Completed in 115 milliseconds

1234