mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
60f8666ae8
in client/cifsdd*, which implements a minimal implementation of dd. The
IO path is careful to always perform IO at the requested block size.
There is a very basic test suite in script/tests/test_cifsdd.sh which
covers local and remote IO at a variety of block sizes.
Added to lib/util_str.c is a small set of conv_str_*() functions to
convert strings to the corresponding type.
smbcli_parse_unc is modified to insert NULL terminators after its
hostname and sharename parameters. This allows it to correctly parse a
path of the form //foo/share/path/file.
(This used to be commit
|
||
---|---|---|
.. | ||
cifsdd.c | ||
cifsdd.h | ||
cifsddio.c | ||
client.c | ||
config.mk | ||
mount.cifs.c | ||
smbmnt.c | ||
smbmount.c | ||
smbspool.c | ||
smbumount.c | ||
tree.c |