- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 11 for NdrObject (0.06 sec)
-
src/main/java/jcifs/smb1/dcerpc/msrpc/netdfs.java
package jcifs.smb1.dcerpc.msrpc; import jcifs.smb1.dcerpc.DcerpcMessage; import jcifs.smb1.dcerpc.ndr.NdrBuffer; import jcifs.smb1.dcerpc.ndr.NdrException; import jcifs.smb1.dcerpc.ndr.NdrLong; import jcifs.smb1.dcerpc.ndr.NdrObject; /** * DCE/RPC interface for Distributed File System (DFS) operations. * Provides structures and methods for DFS management and enumeration. */ public class netdfs { /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 21.2K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/srvsvc.java
* The server information. */ public NdrObject info; /** * Constructs a ServerGetInfo request. * @param servername the server name * @param level the information level * @param info the information container */ public ServerGetInfo(final String servername, final int level, final NdrObject info) { this.servername = servername;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 27K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/lsarpc.java
package jcifs.smb1.dcerpc.msrpc; import jcifs.smb1.dcerpc.DcerpcMessage; import jcifs.smb1.dcerpc.rpc; import jcifs.smb1.dcerpc.ndr.NdrBuffer; import jcifs.smb1.dcerpc.ndr.NdrException; import jcifs.smb1.dcerpc.ndr.NdrObject; import jcifs.smb1.dcerpc.ndr.NdrSmall; /** * LSA RPC (Local Security Authority Remote Procedure Call) definitions. * Provides interface definitions and data structures for LSA RPC operations. */ public class lsarpc {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 42.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/rpc.java
package jcifs.smb1.dcerpc; import jcifs.smb1.dcerpc.ndr.NdrBuffer; import jcifs.smb1.dcerpc.ndr.NdrException; import jcifs.smb1.dcerpc.ndr.NdrObject; /** * RPC data structure definitions for DCE/RPC protocol support. * This class contains NDR (Network Data Representation) encodable/decodable structures * used in DCE/RPC communications. */ public class rpc { /** * Private constructor to prevent instantiation of utility class.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 11.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/srvsvc.java
* The server information. */ public NdrObject info; /** * Constructs a ServerGetInfo request. * @param servername the server name * @param level the information level * @param info the information container */ public ServerGetInfo(final String servername, final int level, final NdrObject info) { this.servername = servername;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 26.3K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/netdfs.java
package jcifs.dcerpc.msrpc; import jcifs.dcerpc.DcerpcMessage; import jcifs.dcerpc.ndr.NdrBuffer; import jcifs.dcerpc.ndr.NdrException; import jcifs.dcerpc.ndr.NdrLong; import jcifs.dcerpc.ndr.NdrObject; /** * DCE/RPC interface for Distributed File System (DFS) operations. * Provides structures and methods for DFS management and enumeration. */ @SuppressWarnings("all") public class netdfs { /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 21.8K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/lsarpc.java
package jcifs.dcerpc.msrpc; import jcifs.dcerpc.DcerpcMessage; import jcifs.dcerpc.rpc; import jcifs.dcerpc.ndr.NdrBuffer; import jcifs.dcerpc.ndr.NdrException; import jcifs.dcerpc.ndr.NdrObject; import jcifs.dcerpc.ndr.NdrSmall; /** * LSA RPC (Local Security Authority Remote Procedure Call) interface definitions. * This class provides data structures and constants for interacting with the
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 44.5K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/rpc.java
package jcifs.dcerpc; import jcifs.dcerpc.ndr.NdrBuffer; import jcifs.dcerpc.ndr.NdrException; import jcifs.dcerpc.ndr.NdrObject; /** * RPC data structure definitions for DCE/RPC protocol support. * This class contains NDR (Network Data Representation) encodable/decodable structures * used in DCE/RPC communications including UUID, policy handles, unicode strings, and SIDs. */ @SuppressWarnings("all") public class rpc { /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 11.3K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/samr.java
package jcifs.dcerpc.msrpc; import jcifs.dcerpc.DcerpcMessage; import jcifs.dcerpc.rpc; import jcifs.dcerpc.ndr.NdrBuffer; import jcifs.dcerpc.ndr.NdrException; import jcifs.dcerpc.ndr.NdrObject; /** * Security Account Manager Remote (SAMR) protocol implementation. * This class provides DCE/RPC interface for SAM database operations including * user account management, group operations, and domain security functions. */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/samr.java
package jcifs.smb1.dcerpc.msrpc; import jcifs.smb1.dcerpc.DcerpcMessage; import jcifs.smb1.dcerpc.rpc; import jcifs.smb1.dcerpc.ndr.NdrBuffer; import jcifs.smb1.dcerpc.ndr.NdrException; import jcifs.smb1.dcerpc.ndr.NdrObject; /** * Security Account Manager Remote (SAMR) protocol implementation for SMB1. * This class provides DCE/RPC interface for SAM database operations including
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.1K bytes - Viewed (0)