summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmbclient.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12081: r10674@cabra: derrell | 2005-12-05 13:31:28 -0500Derrell Lipman1-19/+0
2007-10-10r12080: r10673@cabra: derrell | 2005-12-05 13:22:34 -0500Derrell Lipman1-0/+32
2007-10-10r11256: Remove use of long long and strtoll in libsmbclient (weJeremy Allison1-31/+30
2007-10-10r11124: Commit Chris' fixes for libmsrpc after the rpc_clientGerald Carter1-17/+19
2007-10-10r10970: Fix bug #3166 - null pointer dereference if $HOME notJeremy Allison1-10/+16
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-31/+58
2007-10-10r10176: adding smbctool from Kalim's SoC project; requires make bin/smbctoolGerald Carter1-36/+253
2007-10-10r10001: adding in libmsrpc from Chris Nicholls (SoC project). not built by d...Gerald Carter1-20/+23
2007-10-10r8093: Next round. Now it compiles with --enable-socket-wrapper.Volker Lendecke1-7/+7
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-3/+3
2007-10-10r7817: Eliminate use of ctime_r() in libsmbclient DEBUG statement. It seems ...Derrell Lipman1-4/+16
2007-10-10r7245: bug fixes in libsmbclient, setting time attributesDerrell Lipman1-2/+11
2007-10-10r7175: fix incorrect commentDerrell Lipman1-1/+4
2007-10-10r7172: This is the proper fix for setting file times from libsmbclient. We nowDerrell Lipman1-84/+147
2007-10-10r7168: Updating file times from libsmbclient was not working for win98. Alth...Derrell Lipman1-33/+62
2007-10-10r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison1-1/+1
2007-10-10r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather thanDerrell Lipman1-5/+26
2007-10-10r6156: Fixes bug #2543. Properly cache anonmous username when reverting to a...Derrell Lipman1-9/+20
2007-10-10r6155: Fixes bug #1133Derrell Lipman1-4/+19
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-335/+489
2007-10-10r6102: add support for opening a file for write with O_APPEND in libsmbclientDerrell Lipman1-1/+35
2007-10-10r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter1-32/+31
2007-10-10r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to c...Gerald Carter1-1/+1
2007-10-10r5851: BUG 2456: reported by Jason Mader; remove non standard pragma (my faul...Gerald Carter1-2/+0
2007-10-10r5752: implement derrell's solution for binary compatibilty in the _SMBCCTX s...Gerald Carter1-9/+7
2007-10-10r5738: fix my build breakage; fix a few compiler warningsGerald Carter1-3/+1
2007-10-10r5735: rest of derrel's patch for BUG 2308; had to move the options structure...Gerald Carter1-526/+1051
2007-10-10r4970: Fix for bug 2092, allowing fallback after kerberos and allowJeremy Allison1-2/+10
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-23/+23
2007-10-10r3931: Fix all "may be used uninitialized" and "shadow" warnings.Jeremy Allison1-4/+4
2007-10-10r3138: Fix from Sorin Manolache <sorinm@gmail.com> for memory leak.Jeremy Allison1-0/+1
2007-10-10r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter1-1/+1
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