Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 291 for logoff (0.05 seconds)

  1. src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java

         */
    
        /** SMB2 negotiate protocol command */
        protected static final short SMB2_NEGOTIATE = 0x00;
        /** SMB2 session setup command */
        protected static final short SMB2_SESSION_SETUP = 0x01;
        /** SMB2 logoff command */
        protected static final short SMB2_LOGOFF = 0x02;
        /** SMB2 tree connect command */
        protected static final short SMB2_TREE_CONNECT = 0x0003;
        /** SMB2 tree disconnect command */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 31 08:00:57 GMT 2025
    - 24K bytes
    - Click Count (0)
  2. src/main/java/jcifs/smb/SmbTransportImpl.java

                }
                if (log.isTraceEnabled()) {
                    log.trace("Existing session " + ssn + " does not match " + tf.getCredentials());
                }
            }
    
            /* logoff old sessions */
            if (tf.getConfig().getSessionTimeout() > 0 && this.sessionExpiration < (now = System.currentTimeMillis())) {
                this.sessionExpiration = now + tf.getConfig().getSessionTimeout();
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 69.8K bytes
    - Click Count (0)
  3. src/main/java/jcifs/internal/smb1/ServerMessageBlock.java

        /**
         * SMB command to setup a session with extended attributes.
         */
        public static final byte SMB_COM_SESSION_SETUP_ANDX = (byte) 0x73;
    
        /**
         * SMB command to logoff from a session with extended attributes.
         */
        public static final byte SMB_COM_LOGOFF_ANDX = (byte) 0x74;
    
        /**
         * SMB command to connect to a tree share with extended attributes.
         */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 38.9K bytes
    - Click Count (0)
  4. .github/logo.svg

    logo.svg...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Oct 23 05:59:13 GMT 2019
    - 978 bytes
    - Click Count (0)
  5. src/main/webapp/images/logo.png

    logo.png...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Oct 30 11:04:53 GMT 2015
    - 2.3K bytes
    - Click Count (0)
  6. docs/en/docs/img/logo-margin/logo-teal.svg

    logo-teal.svg...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Feb 04 20:56:59 GMT 2024
    - 6.4K bytes
    - Click Count (0)
  7. src/main/webapp/images/logo-head.png

    logo-head.png...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Oct 30 11:04:53 GMT 2015
    - 907 bytes
    - Click Count (0)
  8. src/main/webapp/images/logo-top.png

    logo-top.png...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Oct 30 11:23:45 GMT 2015
    - 1.5K bytes
    - Click Count (0)
  9. docs/assets/images/logo-square.png

    logo-square.png...
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 3.7K bytes
    - Click Count (0)
  10. samples/guide/docs/images/logo-square.png

    logo-square.png...
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Mon Jun 24 12:59:42 GMT 2019
    - 3.7K bytes
    - Click Count (0)
Back to Top