summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/rawrequest.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-24s4:libcli/raw: setup a smbXcli_tcon for each smbcli_treeStefan Metzmacher1-0/+2
2012-07-23s4:libcli/raw: setup a smbXcli_session for each smbcli_sessionStefan Metzmacher1-0/+2
2011-11-30s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher1-102/+125
2011-11-29s4:libcli/raw: add transport->ev as copy of transport->socket->event.ctxStefan Metzmacher1-1/+1
2011-10-19s4:libcli/raw: make use of _smb_setlen_nbt()Stefan Metzmacher1-1/+1
2011-08-13s4:libcli: use tevent_ fn names instead of legacy event_ onesSimo Sorce1-1/+1
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-4/+4
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-19/+19
2009-12-10s4-libcli: use GUID_to_ndr_blob()Andrew Tridgell1-8/+6
2009-12-10s4-libcli: use new GUID functions in libcliAndrew Tridgell1-8/+4
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij1-14/+18
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij1-4/+4
2009-02-02s4:libcliraw: s/private/private_dataStefan Metzmacher1-1/+1
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij1-4/+4
2008-10-24Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij1-2/+2
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-09-23libcli/raw: give the caller the chance to prevent the talloc_free(req) in the...Stefan Metzmacher1-1/+5
2008-07-07libcli/raw: remove unused smbcli_request_receive_more() functionStefan Metzmacher1-13/+0
2008-04-17fix the overflow/wrap checks in Samba4 for new gcc optimisation behaviorAndrew Tridgell1-3/+3
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-2/+5
2008-02-14Fixed SMB2 rename operations from Vista clientsAndrew Tridgell1-2/+5
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell1-18/+32
2008-02-12added some helper functions for GUID handlingAndrew Tridgell1-0/+41
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-6/+7
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-12/+12
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-19/+19
2007-10-10r24994: Fix some C++ warnings.Jelmer Vernooij1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23519: added libcli code for fetching shadow copy informationAndrew Tridgell1-3/+3
2007-10-10r22790: fix initialization for chained requestsStefan Metzmacher1-0/+1
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r15191: Avoid uint_t as it's not standard.Jelmer Vernooij1-3/+3
2007-10-10r14859: fix bugs noticed by the ibm code checkerStefan Metzmacher1-9/+11
2007-10-10r14205: move smb specific stuff out of includes.h (finally!!!:-)Stefan Metzmacher1-2/+2
2007-10-10r11848: separate out the info levels common to SMB and SMB2 for raw_searchAndrew Tridgell1-0/+7
2007-10-10r11756: split out the parsers for the pass-through levels of QFSINFO andAndrew Tridgell1-9/+9
2007-10-10r11647: add smbcli_ prefixStefan Metzmacher1-1/+1
2007-10-10r9479: More fixes for explicit ignoring of returned result to fix Coverity wa...Alexander Bokovoy1-1/+1
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-0/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-1/+1
2007-10-10r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell1-1/+1
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell1-2/+2
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell1-1/+1
2007-10-10r4364: - added support for testing of chained SMB operations in smbtortureAndrew Tridgell1-2/+61
2007-10-10r4229: - added support for multi-part SMBtrans and SMBtrans2 requests in theAndrew Tridgell1-5/+10
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher1-14/+14
2007-10-10r3654: Add static and fix indentation.Andrew Bartlett1-1/+1
2007-10-10r3591: to get a bit more useful info from valgrind I'm disabling theAndrew Tridgell1-1/+1