summaryrefslogtreecommitdiffstats
path: root/source/include/libsmbclient.h
Commit message (Collapse)AuthorAgeFilesLines
* Made a libsmbclient doxygen group and moved all the libsmbclient groupsTim Potter2001-11-221-13/+21
| | | | under it.
* Fix up libsmbclient in head.Richard Sharpe2001-11-211-93/+96
| | | | | Apply the patches from Tom Jansen, get rid of fprintfs and change them to DEBUGs, etc ...
* Updated the inplace documentation to reflect change from EUCLEAN to EINVAL.Richard Sharpe2001-05-151-39/+32
|
* More documentation in the header in doxygen formatRichard Sharpe2001-03-101-3/+12
|
* Fix the definition and implementation of smbc_lseekdir ...Richard Sharpe2001-03-071-68/+82
|
* Added commented/documented version of libsmbclient.h and fixed up a smallRichard Sharpe2001-02-121-160/+692
| | | | problem in libsmbclient.c where we no longer pass the workgroup.
* Fix problems in libsmbclient with pring job struct plus add implementationRichard Sharpe2001-02-061-0/+12
| | | | of last two print routines ...
* Implement two printing related functions and start the remaining two.Richard Sharpe2001-02-051-2/+2
|
* Fix some further small bugs in libsmbclient to make it pass theRichard Sharpe2001-02-041-1/+23
| | | | Caldera test suite and start to add the printing routines.
* Some more bug fixes plus implementations of smbc_mkdir and smbc_rmdir,Richard Sharpe2001-01-121-0/+12
| | | | | | both tested ... More later.
* Many bug fixes to the libsmbclient.c code plusRichard Sharpe2001-01-121-2/+9
| | | | | | | - 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
* More fixes and implementation bits and pieces for libsmbclientRichard Sharpe2001-01-071-0/+4
|
* Fix a small type in libsmbclient.h ...Richard Sharpe2001-01-051-1/+1
|
* The latest changes to libsmbclient ...Richard Sharpe2001-01-051-2/+23
| | | | | | | | 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/+154
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.