- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for useNtStatus (0.08 sec)
-
src/main/java/jcifs/config/BaseConfiguration.java
| ( this.useNtStatus ? SmbConstants.FLAGS2_STATUS32 : 0 ) | ( this.useUnicode || this.forceUnicode ? SmbConstants.FLAGS2_UNICODE : 0 ); } if ( this.capabilities == 0 ) { this.capabilities = ( this.useNTSmbs ? SmbConstants.CAP_NT_SMBS : 0 ) | ( this.useNtStatus ? SmbConstants.CAP_STATUS32 : 0 )
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 20.4K bytes - Viewed (0) -
src/main/java/jcifs/config/PropertyConfiguration.java
this.oemEncoding = p.getProperty("jcifs.encoding", SmbConstants.DEFAULT_OEM_ENCODING); this.useNtStatus = Config.getBoolean(p, "jcifs.smb.client.useNtStatus", true); this.useExtendedSecurity = Config.getBoolean(p, "jcifs.smb.client.useExtendedSecurity", true);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 8.9K bytes - Viewed (0)