summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmbclient.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-22Fix for @ in pathname from Kian Win.Jeremy Allison1-1/+5
2001-09-17move to SAFE_FREE()Simo Sorce1-46/+34
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell1-2/+2
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-1/+1
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-1/+1
2001-08-10Fixes for new client error api.Tim Potter1-2/+2
2001-08-10A rewrite of the error handling in the libsmb client code. I've separatedTim Potter1-12/+21
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-5/+5
2001-07-04The big character set handling changeover!Andrew Tridgell1-4/+0
2001-06-27Fix a stupid typo ...Richard Sharpe1-2/+2
2001-06-07Fix up the problems with calling smbc_init multiple times.Richard Sharpe1-0/+6
2001-05-15Change EUCLEAN to EINVAL, as some systems do not have EUCLEAN, and EINVALRichard Sharpe1-24/+24
2001-03-28More memory leaks fixed courtesy of Insure ...Richard Sharpe1-11/+44
2001-03-27One small Insure fix for a memory leak. More fixes to come perhaps ...Richard Sharpe1-2/+52
2001-03-09More SGI type fixes ...Richard Sharpe1-5/+7
2001-03-07Fix the definition and implementation of smbc_lseekdir ...Richard Sharpe1-6/+7
2001-03-06Implement smbc_lseekdir, but it will have to change ... because it has theRichard Sharpe1-1/+52
2001-03-05smb.h: add one error code for no such printer jobRichard Sharpe1-3/+28
2001-03-01Fix two problems identified by the test suite, one a major oneRichard Sharpe1-3/+61
2001-02-26Fix some errors uncovered in libsmbclient by the test suiteRichard Sharpe1-115/+42
2001-02-21the unicode conversion of our client code is complete enough to beAndrew Tridgell1-6/+0
2001-02-19Opps, last one did not commit the correct changes ... Here they are.Richard Sharpe1-7/+31
2001-02-18Fixes to libsmbclient so it will work when browsing real Windows systems whichRichard Sharpe1-2/+2
2001-02-12Added commented/documented version of libsmbclient.h and fixed up a smallRichard Sharpe1-3/+1
2001-02-06Fix problems in libsmbclient with pring job struct plus add implementationRichard Sharpe1-0/+96
2001-02-05Implement two printing related functions and start the remaining two.Richard Sharpe1-0/+63
2001-02-04Fix some further small bugs in libsmbclient to make it pass theRichard Sharpe1-7/+56
2001-01-29Fix some bugs and prepare for some other bug fixes ...Richard Sharpe1-6/+67
2001-01-24Fix a problem with smbc_unlink on directories where it was returning EACCESRichard Sharpe1-1/+39
2001-01-14Fixed bugs relating to Win2K and the need for a codepage so that unicodeRichard Sharpe1-3/+12
2001-01-12Some more bug fixes plus implementations of smbc_mkdir and smbc_rmdir,Richard Sharpe1-0/+157
2001-01-12Many bug fixes to the libsmbclient.c code plusRichard Sharpe1-38/+137
2001-01-08Add support for logging to wherever smb.conf specifies.Richard Sharpe1-2/+8
2001-01-07More bug fixen ...Richard Sharpe1-2/+2
2001-01-07More fixes and implementation bits and pieces for libsmbclientRichard Sharpe1-11/+161
2001-01-06Fix some more bugs in libsmbclient.c and add functionality to tree.cRichard Sharpe1-0/+40
2001-01-06Fix a minor problem with listing servers in a workgroup and add aRichard Sharpe1-3/+11
2001-01-05The latest changes to libsmbclient ...Richard Sharpe1-21/+455
2000-12-26First pass at the libsmbclient code ...Richard Sharpe1-0/+1140