- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for doDfsRootEnum (0.08 seconds)
-
src/main/java/jcifs/smb/SmbEnumerationUtil.java
return DcerpcHandle.getHandle(String.format("ncacn_np:%s[endpoint=%s,address=%s]", loc.getServer(), ep, address.getHostAddress()), ctx); } static FileEntry[] doDfsRootEnum(final CIFSContext ctx, final SmbResourceLocator loc, final Address address) throws IOException { try (DcerpcHandle handle = getHandle(ctx, loc, address, "\\PIPE\\netdfs")) {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 12.3K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
/* The server name is actually the name of a trusted * domain. Add DFS roots to the list. */ try { entries = doDfsRootEnum(); for (final FileEntry entry : entries) { e = entry; if (!map.containsKey(e)) { map.put(e, e); }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 112.2K bytes - Click Count (0)