search for: cifs_cp

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

2015 Oct 26
1
build my own server-side-copy client code using samba4 source code
...m working on implementing server-side-copy client code. When I checked samba4 source code, I saw that smbtorture has some sort of function that does server-side-copy client function. So, I followed the way that smbtorture does, and implemented my own server-side-copy client code (let's call it cifs_cp). Basically, my cifs_cp code, calls the functions in the files of: source4/libcli/smb2/ .c files in source4/libcli/smb2/ has all the functions that I need to do connection, open/close file, get info, ioctl. However, .c files in source4/libcli/smb2 itself, is relying on many other libs (talloc, t...