1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source3/client
Andrew Tridgell 8c62b28e0e converted smbclient to use clientgen.c rather than clientutil.c
I did this when I saw yet another bug report complaining about
smbclient intermittently missing files. Rather than applying more
patches to smbclient it was better to move to the more robust
clientgen.c code.

The conversion wasn't perfect, I probably lost some features of
smbclient while doing it, but at least smbclient should be consistent
now. It if fails it should _always_ fail rather than giving people the
false impression of a reliable utility.

the tar stuff seems to work, but hasn't had much testing as I never
use it myself. I'm sure someone will find bugs in my conversion of
smbtar.c. It was quite tricky as it did a lot of its own SMB calls. It
now uses clientgen.c exclusively.

smbclient is still quite messy, but at least it doesn't build its own
SMB packets.

I haven't touched smbmount as I never use it. Mike, do you want to
convert smbmount to use clientgen.c?
(This used to be commit e14ca7765a)
1998-11-09 03:45:49 +00:00
..
.cvsignore get away with dummy and .dummy files 1998-09-29 04:52:17 +00:00
client.c converted smbclient to use clientgen.c rather than clientutil.c 1998-11-09 03:45:49 +00:00
clientutil.c - modified resolve_name() to take a name_type 1998-10-04 12:00:40 +00:00
clitar.c converted smbclient to use clientgen.c rather than clientutil.c 1998-11-09 03:45:49 +00:00
smbmnt.c Two changes in this ball... 1998-09-28 19:18:21 +00:00
smbmount.c Fixed uid->vuid confusion in smbmount (hopefully). 1998-09-30 00:25:04 +00:00
smbumount.c Removed a redundant include for "includes.h" 1998-09-30 03:02:35 +00:00