summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw
Commit message (Expand)AuthorAgeFilesLines
...
* r2624: - save some system calls by only trying read/write operations that sel...Andrew Tridgell2007-10-101-1/+11
* r2621: - now that the client code is non-blocking, we no longer needAndrew Tridgell2007-10-101-2/+2
* r2587: fixed a couple of authentication memory leaks. There are more to beAndrew Tridgell2007-10-101-2/+3
* r2552: Character set conversion and string handling updates.Andrew Bartlett2007-10-101-6/+11
* r2497: fixed an uninitialised 4 bytes in old style session setup (found with ...Andrew Tridgell2007-10-101-0/+1
* r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell2007-10-101-11/+81
* r2443: check return code of event_loop_once() to catch thet cases where the s...Stefan Metzmacher2007-10-101-1/+3
* r2307: Fix the use of 'raw' NTLMSSP to hosts that support extended security,Andrew Bartlett2007-10-101-10/+19
* r2247: talloc_destroy -> talloc_freeTim Potter2007-10-102-5/+5
* r2184: use the smb.conf socket options for client code tooAndrew Tridgell2007-10-101-0/+1
* r2159: converted samba4 over to UTF-16.Andrew Tridgell2007-10-101-2/+2
* r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett2007-10-101-0/+2
* r2040: fixed a memory handling error in clisocket (caught with valgrind)Andrew Tridgell2007-10-101-2/+2
* r1985: take advantage of the new talloc in a few more placesAndrew Tridgell2007-10-105-49/+27
* r1984: this change is what you should read to understand the new talloc()Andrew Tridgell2007-10-102-16/+5
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-1010-18/+18
* r1941: - fixed an allocation error with querying security descriptors remotelyAndrew Tridgell2007-10-102-1/+5
* r1910: this should not be a local var in this blockStefan Metzmacher2007-10-101-1/+1
* r1897: added a choose_called_name() function that allows us to more sanelyAndrew Tridgell2007-10-101-6/+6
* r1896: stricter check on packet parsing for NBT session repliesAndrew Tridgell2007-10-101-1/+1
* r1893: add a commented out lump of code to implement the "by the SPEC"Andrew Tridgell2007-10-101-0/+15
* r1883: I don't know why this was broken...Stefan Metzmacher2007-10-101-3/+3
* r1824: nicer handling of NBT session replies, and handling of bad packetsAndrew Tridgell2007-10-102-2/+8
* r1819: changed "smb ports" to be a LIST parameter type in loadparm (its a cla...Andrew Tridgell2007-10-101-2/+9
* r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMBAndrew Bartlett2007-10-101-43/+66
* r1769: Add a new torture test to check vuid properties, and SPNEGO/non-SPNEGO...Andrew Bartlett2007-10-101-1/+1
* 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