summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmbclient.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r618: Bug #1333. Fix a problem pointed out by coolo where I was trying to ensureRichard Sharpe1-1/+1
2007-10-10r616: Bug #1333.Richard Sharpe1-2/+8
2007-10-10r588: Some fixes from coolo ...Richard Sharpe1-4/+1
2007-10-10r559: Some fixes from coolo ...Richard Sharpe1-2/+2
2007-10-10r557: another patch from Stephan Kulow <coolo@suse.de> -- check cli * before ...Gerald Carter1-0/+6
2007-10-10r494: patch from Stephan Kulow <coolo@kde.org> to fix a cut-n-paste error in ...Gerald Carter1-1/+1
2007-10-10r116: volker's patch for local group and group nestingGerald Carter1-3/+1
2004-03-19updating release notes & merging Derrel Lipman's libsmbclient patch from HEADGerald Carter1-95/+462
2004-03-13Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison1-1/+1
2003-12-31auth/auth_util.c:Andrew Bartlett1-1/+1
2003-10-25Put in a work-around for ENOTSUP not being defined on OpenBSD.Richard Sharpe1-1/+4
2003-10-24Apply latest of Derrell Lippman's changes to libsmbclient.Richard Sharpe1-9/+13
2003-10-24Commit Derrell's changes to libsmbclient plus a small change to configure.inRichard Sharpe1-375/+1758
2003-10-14Enclose usage of st_blksize and st_blocks struct stat members inTim Potter1-0/+4
2003-04-16More merges from HEAD:Jelmer Vernooij1-94/+199
2003-04-04Add some castiness for Don McCall.Richard Sharpe1-2/+2
2003-03-22Merge fixes to libsmbclient (fstring/pstring) from HEAD.Andrew Bartlett1-19/+19
2003-01-13Now that I am running config.developer, I decided to get rif of some warnings:Richard Sharpe1-72/+101
2002-11-13Merge from HEADAndrew Bartlett1-3/+2
2002-09-28Include ../include/libsmbclient.h instead of just libsmbclient.h - we don't w...Jelmer Vernooij1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-7/+5
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-815/+876
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
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