summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/libsmbclient.c
Commit message (Expand)AuthorAgeFilesLines
* r6156: Fixes bug #2543. Properly cache anonmous username when reverting to a...Derrell Lipman2007-10-101-9/+20
* r6155: Fixes bug #1133Derrell Lipman2007-10-101-4/+19
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-335/+489
* r6102: add support for opening a file for write with O_APPEND in libsmbclientDerrell Lipman2007-10-101-1/+35
* r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter2007-10-101-32/+31
* r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to c...Gerald Carter2007-10-101-1/+1
* r5851: BUG 2456: reported by Jason Mader; remove non standard pragma (my faul...Gerald Carter2007-10-101-2/+0
* r5752: implement derrell's solution for binary compatibilty in the _SMBCCTX s...Gerald Carter2007-10-101-9/+7
* r5738: fix my build breakage; fix a few compiler warningsGerald Carter2007-10-101-3/+1
* r5735: rest of derrel's patch for BUG 2308; had to move the options structure...Gerald Carter2007-10-101-526/+1051
* r4970: Fix for bug 2092, allowing fallback after kerberos and allowJeremy Allison2007-10-101-2/+10
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-23/+23
* r3931: Fix all "may be used uninitialized" and "shadow" warnings.Jeremy Allison2007-10-101-4/+4
* r3138: Fix from Sorin Manolache <sorinm@gmail.com> for memory leak.Jeremy Allison2007-10-101-0/+1
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter2007-10-101-1/+1
* r618: Bug #1333. Fix a problem pointed out by coolo where I was trying to ensureRichard Sharpe2007-10-101-1/+1
* r616: Bug #1333.Richard Sharpe2007-10-101-2/+8
* r588: Some fixes from coolo ...Richard Sharpe2007-10-101-4/+1
* r559: Some fixes from coolo ...Richard Sharpe2007-10-101-2/+2
* r557: another patch from Stephan Kulow <coolo@suse.de> -- check cli * before ...Gerald Carter2007-10-101-0/+6
* r494: patch from Stephan Kulow <coolo@kde.org> to fix a cut-n-paste error in ...Gerald Carter2007-10-101-1/+1
* r116: volker's patch for local group and group nestingGerald Carter2007-10-101-3/+1
* updating release notes & merging Derrel Lipman's libsmbclient patch from HEADGerald Carter2004-03-191-95/+462
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-131-1/+1
* auth/auth_util.c:Andrew Bartlett2003-12-311-1/+1
* Put in a work-around for ENOTSUP not being defined on OpenBSD.Richard Sharpe2003-10-251-1/+4
* Apply latest of Derrell Lippman's changes to libsmbclient.Richard Sharpe2003-10-241-9/+13
* Commit Derrell's changes to libsmbclient plus a small change to configure.inRichard Sharpe2003-10-241-375/+1758
* Enclose usage of st_blksize and st_blocks struct stat members inTim Potter2003-10-141-0/+4
* More merges from HEAD:Jelmer Vernooij2003-04-161-94/+199
* Add some castiness for Don McCall.Richard Sharpe2003-04-041-2/+2
* Merge fixes to libsmbclient (fstring/pstring) from HEAD.Andrew Bartlett2003-03-221-19/+19
* Now that I am running config.developer, I decided to get rif of some warnings:Richard Sharpe2003-01-131-72/+101
* Merge from HEADAndrew Bartlett2002-11-131-3/+2
* Include ../include/libsmbclient.h instead of just libsmbclient.h - we don't w...Jelmer Vernooij2002-09-281-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-7/+5
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-815/+876
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-1/+1
* getpid() -> sys_getpid()Tim Potter2002-03-141-1/+1
* bcopy must DIE ! Stop people creeping use of bcopy back into the codeJeremy Allison2002-02-261-2/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed unused static variable.Tim Potter2002-01-251-1/+0
* Fix another memory leak spotted by Tom Jansen.Richard Sharpe2001-11-271-0/+1
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-3/+2
* W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison2001-11-211-2/+2
* Fix up the build again...Andrew Bartlett2001-11-211-1/+1
* Fix up libsmbclient in head.Richard Sharpe2001-11-211-1366/+1413
* Fix problems with lp_workgroup() being passed to routines that will modifyRichard Sharpe2001-11-171-24/+44
* Fix for @ in pathname from Kian Win.Jeremy Allison2001-10-221-1/+5
* move to SAFE_FREE()Simo Sorce2001-09-171-46/+34