summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2003-05-14spellingTim Potter3-3/+3
2003-05-12Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy1-0/+1
2003-05-10Fix from Tom.Lackemann@falconstor.com to correctly set the flags basedJeremy Allison1-1/+9
2003-05-09Finally get NTLMv2 working on the client!Andrew Bartlett3-35/+102
2003-05-08Revert a patch that somehow slipped in...Volker Lendecke1-2/+2
2003-05-08This puts real netlogon connection caching to winbind. This becomesVolker Lendecke1-2/+2
2003-05-07SMB Signing with NTLMv2 works!Andrew Bartlett1-11/+2
2003-05-07Force ASCII for client messages. Patch from David Lee <t.d.lee@durham.ac.uk>Jeremy Allison1-3/+2
2003-05-05Allow the NTLMv2 functions to spit out both possible varients on the sessionAndrew Bartlett3-13/+25
2003-05-04Add doco to our SMB signing code.Andrew Bartlett1-5/+32
2003-05-01Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick.Andrew Bartlett1-1/+1
2003-04-23Merge HEAD's winbind into 3.0.Andrew Bartlett2-136/+25
2003-04-23Add a check to ensure that the server returns the correct device type, notAndrew Bartlett1-3/+0
2003-04-23Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett1-1/+31
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-12/+20
2003-04-21Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.Andrew Bartlett5-20/+50
2003-04-20Merge a trivial fix across from HEAD. Not that thisVolker Lendecke1-1/+1
2003-04-17This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+169
2003-04-16More merges from HEAD:Jelmer Vernooij4-104/+209
2003-04-16Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett1-36/+29
2003-04-15merge in metze' smbcquotas patch from HEADGerald Carter2-12/+15
2003-04-15Add some more NT to unix error code mappings (from HEAD)Jelmer Vernooij1-3/+92
2003-04-15This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+633
2003-04-15Merge of server unavailable error string.Tim Potter1-0/+1
2003-04-15Add string message for WERR_SERVER_UNAVAILABLE.Tim Potter1-0/+1
2003-04-14Rebalance parentheses in cliquota.c when LARGE_SMB_OFF_T is false.Paul Green1-5/+5
2003-04-14Merge cliconnect.c so smbtree builds.Tim Potter1-1/+113
2003-04-14Whitespace syncup.Tim Potter1-1/+1
2003-04-13This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+76
2003-04-11smbcquota patch from metzeGerald Carter3-7/+719
2003-04-09This is the netlogon schannel client code. Try aVolker Lendecke1-0/+1
2003-04-09This is the netlogon schannel client code. Try aVolker Lendecke1-0/+1
2003-04-07Only warn about short packets if we are already 'doing signing'.Andrew Bartlett1-1/+1
2003-04-07Make this match head.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-04Add some castiness for Don McCall.Richard Sharpe1-2/+2
2003-04-04Some castiness for Don McCall.Richard Sharpe1-2/+2
2003-04-03Fixup format warning.Jeremy Allison1-1/+1
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-30Merge from HEAD - leave the SMB buffer untouched when checking it's SMB sig.Andrew Bartlett1-10/+26
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