added unlink() and rename() support to smbwrapper
authorAndrew Tridgell <tridge@samba.org>
Sat, 3 Oct 1998 09:39:11 +0000 (09:39 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 3 Oct 1998 09:39:11 +0000 (09:39 +0000)
commitcce5f09a90b5027bafd22f42edab9c256789bce1
tree3347082ec53c1503b961e08852efedf29a65d41f
parent8a9fc22a6f0ea99312c3a86eff3ee1365d45a9f1
added unlink() and rename() support to smbwrapper
(This used to be commit b85d96144728e8a29c7c1114462e28bf3b144b80)
13 files changed:
source3/Makefile.in
source3/include/proto.h
source3/lib/util.c
source3/libsmb/clientgen.c
source3/smbwrapper/access.c
source3/smbwrapper/chdir.c
source3/smbwrapper/lstat.c
source3/smbwrapper/open.c
source3/smbwrapper/rename.c [new file with mode: 0644]
source3/smbwrapper/smbw.c
source3/smbwrapper/stat.c
source3/smbwrapper/unlink.c [new file with mode: 0644]
source3/smbwrapper/wrapper.h