summaryrefslogtreecommitdiff
path: root/source4/libcli/raw
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1746: Remove more cruft from the SMB signing code.Andrew Bartlett1-36/+20
2007-10-10r1745: More work on cleaning up SMB signing.Andrew Bartlett1-179/+109
2007-10-10r1739: fixed the padding in setpathinfo, noticed when forcing negotiated asci...Andrew Tridgell1-8/+8
2007-10-10r1738: honor the "unicode=yes/no" option in the SMB client libraryAndrew Tridgell1-2/+4
2007-10-10r1735: Clean up SMB signing - we don't have more than one 'real' way to signAndrew Bartlett1-31/+14
2007-10-10r1729: Make the SMB signing code more generic (to share more between client a...Andrew Bartlett1-42/+57
2007-10-10r1725: Remove a silly 'utility' function.Andrew Bartlett1-16/+4
2007-10-10r1712: this should fix a bug with a spinning client when a server diesAndrew Tridgell1-0/+4
2007-10-10r1686: Don't use a void* for the context inside the SMB signing code.Andrew Bartlett1-5/+0
2007-10-10r1676: - improved the handling of username/password in locktest and gentestAndrew Tridgell1-1/+1
2007-10-10r1674: fixed a bug in the handling of STR_LEN8BIT flagged stringsAndrew Tridgell1-3/+6
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher19-756/+756
2007-10-10r1635: when a transport dies, setup errors for all pending sends and recvs, p...Andrew Tridgell1-0/+29
2007-10-10r1634: to get signing right for async requests we must send requests inAndrew Tridgell1-1/+1
2007-10-10r1633: fixed a couple of async oplock handling errorsAndrew Tridgell5-9/+17
2007-10-10r1631: don't use req->transport after req has been destroyedAndrew Tridgell1-2/+2
2007-10-10r1618: fixed the receipt of multi-part replies to SMBtrans2Andrew Tridgell2-4/+14
2007-10-10r1604: Samba4 avoids memcpy() as much as possible - we don't need to make a c...Andrew Bartlett1-2/+2
2007-10-10r1603: fixed in.size to not overstate the packet size by 4 bytesAndrew Tridgell1-2/+2
2007-10-10r1602: make sure we honor the use_spnego flagAndrew Tridgell1-1/+2
2007-10-10r1578: the first stage of the async client rewrite.Andrew Tridgell3-225/+306
2007-10-10r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'Stefan Metzmacher1-2/+2
2007-10-10r1521: Updates to our SMB signing code.Andrew Bartlett2-80/+115
2007-10-10r1494: fix debug messageStefan Metzmacher1-1/+1
2007-10-10r1475: More kerberos workAndrew Bartlett2-1/+17
2007-10-10r1469: fix a segfault and compiler warning,Stefan Metzmacher1-3/+2
2007-10-10r1462: GENSEC Kerberos and SPENGO work:Andrew Bartlett3-40/+95
2007-10-10r1460: Avoid a compile warning.Andrew Bartlett1-2/+5
2007-10-10r1409: if we have no user name don't use extended securityStefan Metzmacher2-1/+2
2007-10-10r1406: I got spnego in the smb client workingStefan Metzmacher1-0/+3
2007-10-10r1348: get gensec backend by OID instead of nameStefan Metzmacher1-1/+1
2007-10-10r1345: add extended security spnego support to the smb clientStefan Metzmacher5-19/+194
2007-10-10r1268: varient -> variantTim Potter1-1/+1
2007-10-10r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.Andrew Bartlett2-960/+0
2007-10-10r1091: Added in timing tests for deferred opens. Added extra debug info to si...Jeremy Allison1-1/+1
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2-18/+18
2007-10-10r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher1-1/+1
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher1-4/+4
2007-10-10r893: a few more _t conversionsAndrew Tridgell1-1/+1
2007-10-10r891: fix compileGerald Carter1-2/+2
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher6-20/+20
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher14-50/+50
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher6-14/+14
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell4-21/+17
2007-10-10r719: Follow the trend - remove more unused functions.Andrew Bartlett1-22/+0
2007-10-10r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett3-20/+29
2007-10-10r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell4-8/+38
2007-10-10r204: Turns out that the string in the SEARCH unix_info level is thatJeremy Allison2-5/+50
2007-10-10r189: Added UNIX search into tests - added client library parse code.Jeremy Allison1-1/+27
2007-10-10r152: a quick airport commit ....Andrew Tridgell7-37/+153