summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2003-04-07Only warn about short packets if we are already 'doing signing'.Andrew Bartlett1-1/+1
2003-04-06Fix the handling of smb.conf in libsmbclient.Richard Sharpe1-6/+9
2003-04-06Clean up error messages on cli pipe disconnection, including adding the messageAndrew Bartlett1-4/+8
2003-04-06SMB signing updates - this gets NTLMSSP signing workin to the point where IAndrew Bartlett3-13/+35
2003-04-05Fix debug handling in libsmbclient.c.Richard Sharpe1-2/+2
2003-04-04Some more good stuff from coolo.Richard Sharpe2-42/+94
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 Sharpe2-44/+25
2003-04-02Add const (from a patch by Stephan Kulow <coolo@kde.org>)Jelmer Vernooij2-14/+15
2003-03-30added simple tests for SMBchkpath and SMBioctlAndrew Tridgell1-1/+31
2003-03-30Don't modify the incoming packet when checking the signiture.Andrew Bartlett1-10/+26
2003-03-29added a simple test for the old SMBtcon interfaceAndrew Tridgell1-1/+42
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-25Fix debug (thanks metze)Andrew Bartlett1-1/+1
2003-03-24Add mapping for Bad Network PathJelmer Vernooij1-0/+1
2003-03-23NTLM Authentication:Andrew Bartlett1-18/+32
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-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-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 unix to dos charset. WorksJelmer Vernooij1-3/+14
2003-03-18Removed unused var.Jeremy Allison1-2/+0
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-13win2000 can take much longer than the specified time to respond to aAndrew Tridgell1-1/+1
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-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
2003-03-09Change the way we sign SMB packets, to a function pointer interface.Andrew Bartlett4-146/+338
2003-03-08Make it clear that this is a fstrcpy().Andrew Bartlett1-2/+2
2003-03-05Writable string const fixes.Jeremy Allison1-1/+1
2003-03-05Connectathon fix. W2K -> W2K over port 445 doing a tconX does the fullJeremy Allison1-7/+2
2003-03-03Do my janitorial duties to encourage others to do so.Richard Sharpe1-1/+1