Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Slot (0.17 sec)

  1. src/main/java/jcifs/http/NtlmHttpFilter.java

             * technique that NTLMv2 specifically thwarts. A real NTLM Filter would
             * need to do a NETLOGON RPC that JCIFS will likely never implement
             * because it requires a lot of extra crypto not used by CIFS.
             */
            p.setProperty("jcifs.smb.lmCompatibility", "0");
            p.setProperty("jcifs.smb.client.useExtendedSecurity", "false");
    
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 14.8K bytes
    - Viewed (0)
  2. README.md

     * A proper test suite
     * Various fixes
    
    ## Others
    
    ### This jcifs or jcifs-ng
    
    jcifs-ng will be a proper choice for many users. 
    There are a lot of SMB devices in the world.
    Some of them only work with the old jcifs library.
    If you want to support many SMB devices, CodeLibs jcifs library will be helpful.
    Plain Text
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Wed May 10 09:29:34 GMT 2023
    - 1.5K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/http/NtlmHttpFilter.java

             * techinque that NTLMv2 specifically thwarts. A real NTLM Filter would
             * need to do a NETLOGON RPC that JCIFS will likely never implement
             * because it requires a lot of extra crypto not used by CIFS.
             */
            Config.setProperty( "jcifs.smb1.smb.lmCompatibility", "0" );
            Config.setProperty( "jcifs.smb1.smb.client.useExtendedSecurity", "false" );
    
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 10.4K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_fr.properties

    labels.storage_secret_key	=	Clef secrète
    labels.storage_bucket	=	Bucket
    labels.send_testmail	=	Envoyer un email de test
    labels.backup_configuration	=	Sauvegarde
    labels.backup_name	=	Nom
    labels.backup_bulk_file	=	Fichier en lot
    labels.backup_button_upload	=	Télécharger
    labels.process_time_is_exceeded	=	La limite d'un temps de recherche a été dépassée. Le résultat partiel peut être affiché.
    labels.user_given_name	=	Prénom
    labels.givenName	=	Prénom
    Properties
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMailDeliveryDepartmentCreator.java

            return new SMailDeliveryDepartment(createPostalParkingLot(), createPostalPersonnel());
        }
    
        // -----------------------------------------------------
        //                                    Postal Parking Lot
        //                                    ------------------
        protected SMailPostalParkingLot createPostalParkingLot() {
            final SMailPostalParkingLot parkingLot = new SMailPostalParkingLot();
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7K bytes
    - Viewed (0)
  6. src/main/resources/fess_message_fr.properties

    success.changed_password=Mot de passe modifié.
    success.started_data_update=Processus de mise à jour des données démarré.
    success.reindex_started=Réindexation commencée.
    success.bulk_process_started=Le processus en lot est démarré.
    success.print_thread_dump=Dump du thread ajouté dans le fichier journal.
    success.install_plugin=Installation du plugin {0}.
    success.delete_plugin=Suppression du plugin {0}.
    success.upload_file_to_storage=Chargé {0}
    Properties
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Mon Feb 06 22:59:17 GMT 2023
    - 14.2K bytes
    - Viewed (0)
Back to top