This is a set of generic SMB client routines. I needed this in a hurry
commit3a0b5f06f42efdb522f1c5d3d9a4b4afabe03b40
authorAndrew Tridgell <tridge@samba.org>
Tue, 21 Oct 1997 09:12:41 +0000 (21 09:12 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 21 Oct 1997 09:12:41 +0000 (21 09:12 +0000)
treef8b808cec1963d62da6bb7f3928643d1eefa1050
parented484d4501e855f467ce2b3cfa63855acfe5e516
This is a set of generic SMB client routines. I needed this in a hurry
to fix the password server code, so I didn't use SMBlib. This code is
fairly generic and uses a "struct cli_state" to hold the client
state.
source/libsmb/clientgen.c [new file with mode: 0644]