search for: netdfsenum

Displaying 1 result from an estimated 1 matches for "netdfsenum".

2007 Nov 26
1
DFS enumeration on a Samba hosted DFS tree.
...h shouldn't be enumerated in the output at all (AFAIK). The second is the only link in the root of the dfs tree. Not sure what to make of the tail two entries here. As well I've written up a small tool to check each link in the DFS tree (to detect broken links) using the Win32 API function NetDfsEnum. Basically (this is going to get pretty mangled): result = NetDfsEnum(argv[1],3,MAX_PREFERRED_LENGTH,(LPBYTE *)&root,&numEntries,&hResume); while(result==ERROR_SUCCESS) { for(iterator=1;iterator<=numEntries;iterator++) { info = dfsEntry->Storage; for(num...