First pass at the libsmbclient code ...
commit51c0436a50e9f9274cee9de043bbefc93aff8011
authorRichard Sharpe <sharpe@samba.org>
Tue, 26 Dec 2000 05:57:10 +0000 (26 05:57 +0000)
committerRichard Sharpe <sharpe@samba.org>
Tue, 26 Dec 2000 05:57:10 +0000 (26 05:57 +0000)
tree884ed1b120f64dff2ae054dd1a38f5de67654fd0
parent393c5f14e0858dcb3d6cb26eb5643b520c2c9686
First pass at the libsmbclient code ...

This code handles the basic stuff and compiles and links under Linux, but
I do not know about any other operating systems. Now onto directory
listing routines, including those that list workgroups, servers, etc.

Nothing is built automatically yet, you have to make client/testsmbc to build
the library and test program. Also, no make install targets are defined for
libsmbclient.so as yet, either.

Would be good if people test on operating systems other than Linux.
source/Makefile.in
source/client/testsmbc.c [new file with mode: 0644]
source/include/libsmbclient.h [new file with mode: 0644]
source/libsmb/libsmbclient.c [new file with mode: 0644]