summaryrefslogtreecommitdiffstats
path: root/source3/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. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
* Fixes to testsmbc to ensure it will compile on SGI ...Richard Sharpe2001-03-091-18/+31
| | | | (This used to be commit ad3a21b2810883ec38f58bf8f8996a376536c762)
* Fix calls to smbc_init in testsmbc.c and tree.cRichard Sharpe2001-02-121-3/+102
| | | | (This used to be commit 244edad065a48c110d73617e6c76bdae0ab6885d)
* 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 (This used to be commit 7f559c1a7307b91218d5984f48f65e7dc0ab66b9)
* 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. (This used to be commit 38ff91c5059a32c7ad2fd6074697c7c7f68a878c)
* 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. (This used to be commit 51c0436a50e9f9274cee9de043bbefc93aff8011)