summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/libsmbclient.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a problem with smbc_unlink on directories where it was returning EACCESRichard Sharpe2001-01-241-1/+39
| | | | | | instead of EPERM and a problem with SMBC_OPEN where it ignored an error from the underlying cli_open routine and cheerfully returned a bogus FD. (This used to be commit 68614bac5a1a4109fdfb728aeae6956b13c64d8f)
* Fixed bugs relating to Win2K and the need for a codepage so that unicodeRichard Sharpe2001-01-141-3/+12
| | | | | strings can be handled correctly. (This used to be commit 5629b097d4f04ad45c66f270bd58f08d7c717353)
* Some more bug fixes plus implementations of smbc_mkdir and smbc_rmdir,Richard Sharpe2001-01-121-0/+157
| | | | | | | both tested ... More later. (This used to be commit 66bb40153a9ff38692356cadfad89cf91439032e)
* Many bug fixes to the libsmbclient.c code plusRichard Sharpe2001-01-121-38/+137
| | | | | | | | - 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)
* Add support for logging to wherever smb.conf specifies.Richard Sharpe2001-01-081-2/+8
| | | | (This used to be commit cc5a2db8a0c195b328b93fff566bc1120aeef54a)
* More bug fixen ...Richard Sharpe2001-01-071-2/+2
| | | | (This used to be commit a13b5ef7bba86d42df98b4f493aa2ea9e1caa6c3)
* More fixes and implementation bits and pieces for libsmbclientRichard Sharpe2001-01-071-11/+161
| | | | (This used to be commit 991f6907ac200d53b95a206d65844a0c0830caae)
* Fix some more bugs in libsmbclient.c and add functionality to tree.cRichard Sharpe2001-01-061-0/+40
| | | | (This used to be commit d6cef8877a7ed80329b3ba67231a94601fcfd060)
* Fix a minor problem with listing servers in a workgroup and add aRichard Sharpe2001-01-061-3/+11
| | | | | gtk+ test application that tests out some of this stuff ... (This used to be commit 606c4aeceac0bd1823ec6376df3ca5016007ab38)
* The latest changes to libsmbclient ...Richard Sharpe2001-01-051-21/+455
| | | | | | | | | 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/+1140
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)