summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmbclient.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-13Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison1-1/+1
2004-01-05(merge from 3.0)Andrew Bartlett1-1/+1
2003-10-31Merge from 3.0:Tim Potter1-10/+17
2003-10-23Apply the changes to libsmbclient that derrell has contributed. Fix someRichard Sharpe1-375/+1758
2003-10-14Enclose usage of st_blksize and st_blocks struct stat members inTim Potter1-0/+4
2003-04-06Fix the handling of smb.conf in libsmbclient.Richard Sharpe1-6/+9
2003-04-05Fix debug handling in libsmbclient.c.Richard Sharpe1-2/+2
2003-04-04Some more good stuff from coolo.Richard Sharpe1-42/+23
2003-04-04Some castiness for Don McCall.Richard Sharpe1-2/+2
2003-04-02More of coolo's changes for UTF-8 and some minor fixes of mine.Richard Sharpe1-17/+37
2003-04-02Commit some more fixes for Coolo ...Richard Sharpe1-43/+24
2003-04-02Add const (from a patch by Stephan Kulow <coolo@kde.org>)Jelmer Vernooij1-10/+11
2003-03-28More patches from coolo. One of these functions needs to be movedRichard Sharpe1-42/+78
2003-03-28Some fixes to URL syntax from coolo.Richard Sharpe1-2/+85
2003-03-21Patch from colo (on IRC) to get libsmbclient building due to pstring/fstringAndrew Bartlett1-19/+19
2003-01-13Make sure that those cleanups actually went in.Richard Sharpe1-2/+2
2002-11-13Try to bring libsmbclient in line with the new global_myname stuffAndrew Bartlett1-3/+2
2002-11-04The fixes from Tom plus a minor update from me.Richard Sharpe1-70/+99
2002-09-28Include ../include/libsmbclient.h instead of just libsmbclient.h - we don't w...Jelmer Vernooij1-1/+1
2002-08-27merge from SAMBA_2_2Gerald Carter1-1/+1
2002-08-25Use a function that actually exists for the keepalive send.Andrew Bartlett1-1/+1
2002-08-22A few fixes towards libsmbclient and rpcclient - get pointer types right andAndrew Bartlett1-5/+3
2002-07-13Some fix ups but committing so Andrew can look at the problem I have.Richard Sharpe1-7/+1
2002-07-13Fix up the include file that had problems as well.Richard Sharpe1-11/+0
2002-07-13Fix some multibyte problems that I forgot about.Richard Sharpe1-6/+6
2002-07-11Commit Tom Jansen's changes to head.Richard Sharpe1-819/+899
2002-07-03Make these functions static. These are not mentioned in the external header,Andrew Bartlett1-4/+4
2002-06-26removed the wins name registration code from libsmbclientAndrew Tridgell1-2/+0
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-1/+1
2002-03-14getpid() -> sys_getpid()Tim Potter1-1/+1
2002-02-26bcopy must DIE ! Stop people creeping use of bcopy back into the codeJeremy Allison1-2/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-25Removed unused static variable.Tim Potter1-1/+0
2001-11-27Fix another memory leak spotted by Tom Jansen.Richard Sharpe1-0/+1
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-3/+2
2001-11-21W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison1-2/+2
2001-11-21Fix up the build again...Andrew Bartlett1-1/+1
2001-11-21Fix up libsmbclient in head.Richard Sharpe1-1366/+1413
2001-11-17Fix problems with lp_workgroup() being passed to routines that will modifyRichard Sharpe1-24/+44
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