- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 10 for prohibit (0.04 sec)
-
src/main/java/jcifs/internal/smb1/com/SmbComSessionSetupAndX.java
this.ntHash = a.getUnicodeHash(tc, server.encryptionKey); // prohibit HTTP auth attempts for the null session if (this.lmHash.length == 0 && this.ntHash.length == 0) { throw new RuntimeException("Null setup prohibited."); } } else if (tc.getConfig().isDisablePlainTextPasswords()) {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbComSessionSetupAndX.java
ntHash = auth.getUnicodeHash(session.transport.server.encryptionKey); // prohibit HTTP auth attempts for the null session if (lmHash.length == 0 && ntHash.length == 0) { throw new RuntimeException("Null setup prohibited."); } } else if (DISABLE_PLAIN_TEXT_PASSWORDS) {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 7.1K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/CycleDetectingLockFactory.java
* {@code tryLock()} technically recovers from deadlock by eventually timing out, this behavior * is chosen based on the assumption that it is the application's wish to prohibit any cyclical * lock acquisitions. */ void handlePotentialDeadlock(PotentialDeadlockException exception); } /** * Pre-defined {@link Policy} implementations. *Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Sep 11 17:06:34 UTC 2025 - 35.9K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/CycleDetectingLockFactory.java
* {@code tryLock()} technically recovers from deadlock by eventually timing out, this behavior * is chosen based on the assumption that it is the application's wish to prohibit any cyclical * lock acquisitions. */ void handlePotentialDeadlock(PotentialDeadlockException exception); } /** * Pre-defined {@link Policy} implementations. *Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Sep 11 17:06:34 UTC 2025 - 35.9K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.bad_word_link_download=Scarica labels.bad_word_link_upload=Carica labels.bad_word_button_download=Scarica labels.bad_word_button_upload=Carica labels.bad_word_list_suggest_word=Parola proibita labels.bad_word_suggest_word=Parola proibita labels.bad_word_file=File parole proibite labels.user_configuration=Utente labels.user_list_name=Nome labels.user_password=Password labels.user_confirm_password=Password (conferma) labels.user_title_details=Utente
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 46.6K bytes - Viewed (0) -
src/main/resources/fess_message_it.properties
errors.failed_to_upload_elevate_file = Impossibile caricare il file delle parole elevate. errors.failed_to_download_badword_file = Impossibile scaricare il file delle parole proibite. errors.failed_to_upload_badword_file = Impossibile caricare il file delle parole proibite. errors.failed_to_download_mapping_file = Impossibile scaricare il file di mappatura. errors.failed_to_upload_mapping_file = Impossibile caricare il file di mappatura.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.3K bytes - Viewed (0) -
LICENSES/vendor/cyphar.com/go-pathrs/LICENSE
* limitation of liability shall not apply to liability for death or * * personal injury resulting from such party's negligence to the * * extent applicable law prohibits such limitation. Some * * jurisdictions do not allow the exclusion or limitation of * * incidental or consequential damages, so this exclusion and *
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Nov 12 14:46:31 UTC 2025 - 16.5K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableRangeMap.java
public static <K extends Comparable<?>, V> Builder<K, V> builder() { return new Builder<>(); } /** * A builder for immutable range maps. Overlapping ranges are prohibited. * * @since 14.0 */ @DoNotMock public static final class Builder<K extends Comparable<?>, V> { private final List<Entry<Range<K>, V>> entries; public Builder() {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 23 17:50:58 UTC 2025 - 14.8K bytes - Viewed (0) -
src/main/java/jcifs/Configuration.java
*/ boolean isUseRawNTLM(); /** * * Property {@code jcifs.smb.client.disablePlainTextPasswords} (boolean, default true) * * @return whether the usage of plaintext passwords is prohibited, defaults to false */ boolean isDisablePlainTextPasswords(); /** * * * Property {@code jcifs.resolveOrder} (string, default {@code LMHOSTS,DNS,WINS,BCAST}) *Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 25.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.31.md
- Changed Linux swap handling to restrict access to swap for containers in high priority Pods. New Pods that have a node- or cluster-critical priority are prohibited from accessing swap on Linux,
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Nov 12 11:33:21 UTC 2025 - 451.9K bytes - Viewed (0)