Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for getSID (0.33 sec)

  1. src/main/java/jcifs/smb/DirFileEntryEnumIterator1.java

                        th.getConfig().getListSize() - FIND_OVERHEAD),
                    this.response);
    
                this.nextRequest = new Trans2FindNext2(
                    th.getConfig(),
                    this.response.getSid(),
                    this.response.getResumeKey(),
                    this.response.getLastName(),
                    th.getConfig().getListCount(),
                    th.getConfig().getListSize() - FIND_OVERHEAD);
            }
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sat Nov 13 15:13:49 GMT 2021
    - 5.3K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/smb1/trans2/Trans2FindFirst2Response.java

        public Trans2FindFirst2Response ( Configuration config ) {
            super(config, SMB_COM_TRANSACTION2, SmbComTransaction.TRANS2_FIND_FIRST2);
        }
    
    
        /**
         * @return the sid
         */
        public final int getSid () {
            return this.sid;
        }
    
    
        /**
         * @return the isEndOfSearch
         */
        public final boolean isEndOfSearch () {
            return this.isEndOfSearch;
        }
    
    
        /**
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 5.7K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/smb1/ACE.java

         */
        public int getAccessMask() {
            return access;
        }
    
        /**
         * Return the SID associated with this ACE.
         */
        public SID getSID() {
            return sid;
        }
    
        int decode( byte[] buf, int bi ) {
            allow = buf[bi++] == (byte)0x00;
            flags = buf[bi++] & 0xFF;
            int size = ServerMessageBlock.readInt2(buf, bi);
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 7.2K bytes
    - Viewed (0)
  4. src/main/java/jcifs/internal/dtyp/ACE.java

            }
            return "Invalid";
        }
    
    
        @Override
        public int getAccessMask () {
            return this.access;
        }
    
    
        @Override
        public SID getSID () {
            return this.sid;
        }
    
    
        @Override
        public int decode ( byte[] buf, int bi, int len ) {
            this.allow = buf[ bi++ ] == (byte) 0x00;
            this.flags = buf[ bi++ ] & 0xFF;
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 5.4K bytes
    - Viewed (0)
  5. src/main/java/jcifs/ACE.java

        /**
         * 
         */
        public static final int FLAGS_INHERITED = 0x10;
    
    
        /**
         * Return the SID associated with this ACE.
         * 
         * @return ACE target SID
         */
        SID getSID ();
    
    
        /**
         * Returns the access mask associated with this ACE. Use the
         * constants for <tt>FILE_READ_DATA</tt>, <tt>FILE_WRITE_DATA</tt>,
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 6.5K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb/SmbFile.java

            int ai;
    
            if ( resolveSids ) {
                SID[] sids = new SID[aces.length];
                for ( ai = 0; ai < aces.length; ai++ ) {
                    sids[ ai ] = aces[ ai ].getSID();
                }
    
                for ( int off = 0; off < sids.length; off += 64 ) {
                    int len = sids.length - off;
                    if ( len > 64 )
                        len = 64;
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 81.6K bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const SYS_GETRESUID ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_GETRLIMIT ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_GETRUSAGE ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_GETSID ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_GETSOCKNAME ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_GETSOCKOPT ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_GETTIMEOFDAY ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  8. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_GETRUSAGE = 445
    pkg syscall (netbsd-arm64-cgo), const SYS_GETRUSAGE ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_GETSID = 286
    pkg syscall (netbsd-arm64-cgo), const SYS_GETSID ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_GETSOCKNAME = 32
    pkg syscall (netbsd-arm64-cgo), const SYS_GETSOCKNAME ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_GETSOCKOPT = 118
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_GETSGROUPS = 288
    pkg syscall (darwin-arm64), const SYS_GETSGROUPS ideal-int
    pkg syscall (darwin-arm64), const SYS_GETSID = 310
    pkg syscall (darwin-arm64), const SYS_GETSID ideal-int
    pkg syscall (darwin-arm64), const SYS_GETSOCKNAME = 32
    pkg syscall (darwin-arm64), const SYS_GETSOCKNAME ideal-int
    pkg syscall (darwin-arm64), const SYS_GETSOCKOPT = 118
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_GETRUSAGE = 117 #53466
    pkg syscall (freebsd-riscv64), const SYS_GETRUSAGE ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_GETSID = 310 #53466
    pkg syscall (freebsd-riscv64), const SYS_GETSID ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_GETSOCKNAME = 32 #53466
    pkg syscall (freebsd-riscv64), const SYS_GETSOCKNAME ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top