- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 85 for Xguest (0.04 sec)
-
src/main/java/jcifs/smb/SmbSessionImpl.java
response = sessResponse; } if (!this.getConfig().isAllowGuestFallback() && response.isLoggedInAsGuest() && (!this.credentials.isGuest() && !this.credentials.isAnonymous())) { throw new SmbAuthException(NtStatus.NT_STATUS_LOGON_FAILURE); } if (!this.credentials.isAnonymous() && response.isLoggedInAsGuest()) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ServerMessageBlock2Response.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 8.1K bytes - Viewed (0) -
docs/en/docs/advanced/security/http-basic-auth.md
### Timing Attacks { #timing-attacks } But what's a "timing attack"? Let's imagine some attackers are trying to guess the username and password. And they send a request with a username `johndoe` and a password `love123`. Then the Python code in your application would be equivalent to something like: ```Python
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 5K bytes - Viewed (0) -
src/test/java/jcifs/config/BaseConfigurationTest.java
assertFalse(config.isDisableSpnegoIntegrity()); assertTrue(config.isEnforceSpnegoIntegrity()); assertTrue(config.isSendNTLMTargetName()); assertEquals("GUEST", config.getGuestUsername()); assertEquals("", config.getGuestPassword()); assertFalse(config.isAllowGuestFallback()); } @Test @DisplayName("Test NetBIOS configuration getters")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 20.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/RoleQueryHelperTest.java
} // Mock classes static class MockFessConfig extends FessConfig.SimpleImpl { @Override public String[] getSearchDefaultPermissionsAsArray() { return new String[] { "guest", "default" }; } @Override public List<String> getSearchGuestRoleList() { List<String> roles = new ArrayList<>(); roles.add("guest_role1");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 28.5K bytes - Viewed (0) -
cmd/generic-handlers_test.go
"net/url" "strconv" "strings" "testing" "github.com/minio/minio/internal/crypto" "github.com/minio/minio/internal/grid" xhttp "github.com/minio/minio/internal/http" ) // Tests request guess function for net/rpc requests. func TestGuessIsRPC(t *testing.T) { if guessIsRPCReq(nil) { t.Fatal("Unexpected return for nil request") } u, err := url.Parse("http://localhost:9000/minio/lock") if err != nil {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 6.2K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
"shared;/share/shared;no;no;no;all;" + USERNAME + ";all;all", "-g", "log level = 1", "-g", "security = user", "-g", "map to guest = bad user") .withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger(SmbFileIntegrationTest.class)))
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 56K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist_edit.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 24.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/advance.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 14.1K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/Trans2FindFirst2Response.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 8.6K bytes - Viewed (0)