summaryrefslogtreecommitdiffstats
path: root/source3/include/libsmbclient.h
Commit message (Collapse)AuthorAgeFilesLines
* cannot use casts in the DLIST_xxx macrosHerb Lewis2002-08-201-1/+1
| | | | (This used to be commit c9ffc416aeee2610fdc896a9d41dac182039a5f9)
* Some fix ups but committing so Andrew can look at the problem I have.Richard Sharpe2002-07-131-37/+11
| | | | (This used to be commit 146ba3eb49bade732d57691d8ce181ef6608e0cb)
* Fix up the include file that had problems as well.Richard Sharpe2002-07-131-5/+251
| | | | (This used to be commit 753df0b89767261420f242da21d5dfb5403c966b)
* Don't use uint. It doesn't exist on some platforms and we don't define it.Jeremy Allison2002-06-211-4/+4
| | | | | | Replaced with "unsigned int". Jeremy. (This used to be commit 5841ca54b6a8c36f3d76c12570ff8f2211ed2363)
* 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)
* Made a libsmbclient doxygen group and moved all the libsmbclient groupsTim Potter2001-11-221-13/+21
| | | | | under it. (This used to be commit 43c496598f8e1aedc9c80222e60bb8e7b3027e03)
* 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 ... (This used to be commit 7ac404c85303c9c3fbd48054fc4876bd4bc1567b)
* Updated the inplace documentation to reflect change from EUCLEAN to EINVAL.Richard Sharpe2001-05-151-39/+32
| | | | (This used to be commit d090ae63aebbbbb4e1d2dbe438005742ed216e31)
* More documentation in the header in doxygen formatRichard Sharpe2001-03-101-3/+12
| | | | (This used to be commit db2e712ad3ccfceb87d36e59d5f2e18a992b3e72)
* Fix the definition and implementation of smbc_lseekdir ...Richard Sharpe2001-03-071-68/+82
| | | | (This used to be commit e628d80d1e0f6ec87b61baeaf64019b43bf7dac8)
* 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. (This used to be commit 3c6611434601a45ba448f0313397104c7cea616c)
* Fix problems in libsmbclient with pring job struct plus add implementationRichard Sharpe2001-02-061-0/+12
| | | | | of last two print routines ... (This used to be commit 7c50af3b71eeedfef8ed0d5771c2dc578fa95741)
* Implement two printing related functions and start the remaining two.Richard Sharpe2001-02-051-2/+2
| | | | (This used to be commit c19559a286c3ec6dedefbd2423aa5738edd9ba41)
* 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. (This used to be commit 838cfad404ef648ee7909f449264afa4db60fa3b)
* Some more bug fixes plus implementations of smbc_mkdir and smbc_rmdir,Richard Sharpe2001-01-121-0/+12
| | | | | | | both tested ... More later. (This used to be commit 66bb40153a9ff38692356cadfad89cf91439032e)
* 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 (This used to be commit 7f559c1a7307b91218d5984f48f65e7dc0ab66b9)
* More fixes and implementation bits and pieces for libsmbclientRichard Sharpe2001-01-071-0/+4
| | | | (This used to be commit 991f6907ac200d53b95a206d65844a0c0830caae)
* Fix a small type in libsmbclient.h ...Richard Sharpe2001-01-051-1/+1
| | | | (This used to be commit 807e2e1faa23a36cd1abc07ac8a26d157099aba1)
* 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. (This used to be commit 38ff91c5059a32c7ad2fd6074697c7c7f68a878c)
* 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. (This used to be commit 51c0436a50e9f9274cee9de043bbefc93aff8011)