summaryrefslogtreecommitdiffstats
path: root/source/client/testsmbc.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* Fixes to testsmbc to ensure it will compile on SGI ...Richard Sharpe2001-03-091-18/+31
|
* Fix calls to smbc_init in testsmbc.c and tree.cRichard Sharpe2001-02-121-3/+102
|
* Many bug fixes to the libsmbclient.c code plusRichard Sharpe2001-01-121-19/+27
| | | | | | | - an implementation of smbc_readdir - extensions to tree.c to show files in a second window - changes to auth_fn to provide buffers for username, password, etc from caller rather than callee
* The latest changes to libsmbclient ...Richard Sharpe2001-01-051-1/+118
| | | | | | | | It can now do a directory listing for workgroups, servers, and shares, and, with a bit more effort, it will be able to list directories and files. I also does not request a username and password for the IPC$ share, but it should if the first attempt to connect fails.
* First pass at the libsmbclient code ...Richard Sharpe2000-12-261-0/+219
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.