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