summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw/rawrequest.c
Commit message (Expand)AuthorAgeFilesLines
* s4:libcli/raw: setup a smbXcli_tcon for each smbcli_treeStefan Metzmacher2012-07-241-0/+2
* s4:libcli/raw: setup a smbXcli_session for each smbcli_sessionStefan Metzmacher2012-07-231-0/+2
* s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-301-102/+125
* s4:libcli/raw: add transport->ev as copy of transport->socket->event.ctxStefan Metzmacher2011-11-291-1/+1
* s4:libcli/raw: make use of _smb_setlen_nbt()Stefan Metzmacher2011-10-191-1/+1
* s4:libcli: use tevent_ fn names instead of legacy event_ onesSimo Sorce2011-08-131-1/+1
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-4/+4
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-19/+19
* s4-libcli: use GUID_to_ndr_blob()Andrew Tridgell2009-12-101-8/+6
* s4-libcli: use new GUID functions in libcliAndrew Tridgell2009-12-101-8/+4
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-14/+18
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-4/+4
* s4:libcliraw: s/private/private_dataStefan Metzmacher2009-02-021-1/+1
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-4/+4
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-241-2/+2
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* libcli/raw: give the caller the chance to prevent the talloc_free(req) in the...Stefan Metzmacher2008-09-231-1/+5
* libcli/raw: remove unused smbcli_request_receive_more() functionStefan Metzmacher2008-07-071-13/+0
* fix the overflow/wrap checks in Samba4 for new gcc optimisation behaviorAndrew Tridgell2008-04-171-3/+3
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-2/+5
* Fixed SMB2 rename operations from Vista clientsAndrew Tridgell2008-02-141-2/+5
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-141-18/+32
* added some helper functions for GUID handlingAndrew Tridgell2008-02-121-0/+41
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-6/+7
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-211-12/+12
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-19/+19
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23519: added libcli code for fetching shadow copy informationAndrew Tridgell2007-10-101-3/+3
* r22790: fix initialization for chained requestsStefan Metzmacher2007-10-101-0/+1
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r15191: Avoid uint_t as it's not standard.Jelmer Vernooij2007-10-101-3/+3
* r14859: fix bugs noticed by the ibm code checkerStefan Metzmacher2007-10-101-9/+11
* r14205: move smb specific stuff out of includes.h (finally!!!:-)Stefan Metzmacher2007-10-101-2/+2
* 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