summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2003-03-28Some fixes to URL syntax from coolo.Richard Sharpe1-2/+85
2003-03-25Fix debug (thanks metze)Andrew Bartlett1-1/+1
2003-03-24Add mapping for Bad Network PathJelmer Vernooij1-0/+1
2003-03-24(merge from HEAD)Andrew Bartlett1-18/+32
2003-03-23NTLM Authentication:Andrew Bartlett1-18/+32
2003-03-22(merge from HEAD) Valgrind found some memory leaks!Andrew Bartlett1-2/+10
2003-03-22Valgrind found a few memory leaks!Andrew Bartlett1-2/+10
2003-03-22Don't use EDQUOT on systems where it's not availableJelmer Vernooij1-3/+5
2003-03-22Use FUNCTION_MACRO, not __FUNCTION__Jelmer Vernooij1-2/+2
2003-03-22Don't use errno's when they're not availableJelmer Vernooij1-1/+15
2003-03-22(merge from HEAD)Andrew Bartlett1-0/+1
2003-03-22Small clenaup patches:Andrew Bartlett1-1/+2
2003-03-22Fix compile on IA64 by noting that this should be the integer, not a pointerAndrew Bartlett1-1/+1
2003-03-22Fix compile on IA64 by noting that this should be the integer, not a pointerAndrew Bartlett1-1/+1
2003-03-22Merge fixes to libsmbclient (fstring/pstring) from HEAD.Andrew Bartlett1-19/+19
2003-03-21Clobber the 'SAFETY_MARGIN' in libsmb.Andrew Bartlett1-3/+7
2003-03-21Patch from colo (on IRC) to get libsmbclient building due to pstring/fstringAndrew Bartlett1-19/+19
2003-03-21Add more mappings to the nterr->errno mapping table. It should be fairlyJelmer Vernooij1-3/+75
2003-03-20Patch from Samuel Thibault to convert messages from dos to unix charsetJelmer Vernooij1-3/+14
2003-03-20Patch from Samuel Thibault to convert messages from unix to dos charset. WorksJelmer Vernooij1-3/+14
2003-03-18Removed unused var.Jeremy Allison1-2/+0
2003-03-18Removed unused var.Jeremy Allison1-2/+0
2003-03-18Parinoia fixes from HEAD - malloc() some extra room after the allocatedAndrew Bartlett1-2/+2
2003-03-18Merge from HEAD:Andrew Bartlett3-154/+52
2003-03-18NTLMSSP updates from HEAD.Andrew Bartlett1-12/+25
2003-03-18Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett3-5/+5
2003-03-18This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2-0/+669
2003-03-18Merge in the developer string options from HEAD. We need to ensure 3.0Jeremy Allison1-7/+21
2003-03-17Merge from HEAD:Andrew Bartlett1-3/+3
2003-03-17Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard'sAndrew Bartlett2-22/+59
2003-03-17pstrcpy_base merges for client-side smbpasswd.Andrew Bartlett1-9/+9
2003-03-17Fix a memory leak - 'smbcontrol smbd pool-usage' is your freind!Andrew Bartlett1-0/+2
2003-03-15Minor fixes.Andrew Bartlett1-2/+2
2003-03-15String handling parinoia fixes.Andrew Bartlett1-7/+21
2003-03-15specify the size of these buffersAndrew Bartlett1-2/+2
2003-03-15Specify buffer sizesAndrew Bartlett1-2/+2
2003-03-15Be parinoid, malloc an extra SAFETY_MARGIN on the client's inbuf and outbuf.Andrew Bartlett1-2/+2
2003-03-15client-side smbpasswd fixes - use pstrcpy_base to avoid clobber_region bugsAndrew Bartlett1-6/+6
2003-03-15Add const, and a signed/unsigned fix.Andrew Bartlett1-3/+3
2003-03-14We haven't implemented The Singing Contexts so far.Rafal Szczesniak1-1/+1
2003-03-14/tmp/newfun.msgRafal Szczesniak1-3/+61
2003-03-14Found by metze with the clobber-region check - if it's a pstring, use pstrcpy().Andrew Bartlett1-1/+1
2003-03-13Merge from HEAD. 'win2000 can take much longer than the specified time to res...Jeremy Allison1-1/+1
2003-03-13win2000 can take much longer than the specified time to respond to aAndrew Tridgell1-1/+1
2003-03-13Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison4-95/+190
2003-03-12Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison4-95/+190
2003-03-10Some conversion to pstrcpy_base.Volker Lendecke1-6/+6
2003-03-10strcpy_base from HEAD and trivial fix for smbclient -LVolker Lendecke1-8/+8
2003-03-10Further work on NTLMSSP-based SMB signing. Current status is that I cannnotAndrew Bartlett4-48/+424
2003-03-09Try not to clobber the session request.Andrew Bartlett1-3/+15