summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw/rawrequest.c
Commit message (Expand)AuthorAgeFilesLines
* r11848: separate out the info levels common to SMB and SMB2 for raw_searchAndrew Tridgell2007-10-101-0/+7
* r11756: split out the parsers for the pass-through levels of QFSINFO andAndrew Tridgell2007-10-101-9/+9
* r11647: add smbcli_ prefixStefan Metzmacher2007-10-101-1/+1
* r9479: More fixes for explicit ignoring of returned result to fix Coverity wa...Alexander Bokovoy2007-10-101-1/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-0/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+1
* r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell2007-10-101-1/+1
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-101-2/+2
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-101-1/+1
* r4364: - added support for testing of chained SMB operations in smbtortureAndrew Tridgell2007-10-101-2/+61
* r4229: - added support for multi-part SMBtrans and SMBtrans2 requests in theAndrew Tridgell2007-10-101-5/+10
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-101-14/+14
* r3654: Add static and fix indentation.Andrew Bartlett2007-10-101-1/+1
* r3591: to get a bit more useful info from valgrind I'm disabling theAndrew Tridgell2007-10-101-1/+1
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
* r3400: - allow callers to control the flags2 field in raw packetsAndrew Tridgell2007-10-101-20/+2
* r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell2007-10-101-1/+1
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-101-11/+2
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-101-2/+2
* r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell2007-10-101-1/+1
* r2552: Character set conversion and string handling updates.Andrew Bartlett2007-10-101-6/+11
* r2443: check return code of event_loop_once() to catch thet cases where the s...Stefan Metzmacher2007-10-101-1/+3
* r2159: converted samba4 over to UTF-16.Andrew Tridgell2007-10-101-2/+2
* r1984: this change is what you should read to understand the new talloc()Andrew Tridgell2007-10-101-14/+3
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-2/+2
* r1824: nicer handling of NBT session replies, and handling of bad packetsAndrew Tridgell2007-10-101-2/+2
* r1674: fixed a bug in the handling of STR_LEN8BIT flagged stringsAndrew Tridgell2007-10-101-3/+6
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-72/+72
* r1633: fixed a couple of async oplock handling errorsAndrew Tridgell2007-10-101-1/+1
* r1618: fixed the receipt of multi-part replies to SMBtrans2Andrew Tridgell2007-10-101-0/+13
* r1578: the first stage of the async client rewrite.Andrew Tridgell2007-10-101-179/+7
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-101-16/+16
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-7/+7
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-9/+9
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-2/+2
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-7/+3
* r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell2007-10-101-4/+7
* r204: Turns out that the string in the SEARCH unix_info level is thatJeremy Allison2007-10-101-0/+46
* fixed the handling of level II oplocks in samba4, especially whenAndrew Tridgell2004-03-251-1/+1
* fixed a problem with the smb client code spinning when the connectionAndrew Tridgell2004-02-211-1/+5
* make the socket send code a little clearerAndrew Tridgell2003-11-201-1/+5
* I think I've finally got the ascii/unicode issues right in trans2 findAndrew Tridgell2003-08-311-6/+17
* fixed some places where we don't brace (flags & STR_UNICODE)Andrew Tridgell2003-08-151-1/+1
* add support for 32 bit pid using the PIDHIGH field. This allows theAndrew Tridgell2003-08-131-1/+2
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+1019