summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/rawrequest.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell1-0/+1
2007-10-10r3400: - allow callers to control the flags2 field in raw packetsAndrew Tridgell1-20/+2
2007-10-10r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell1-1/+1
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell1-11/+2
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-2/+2
2007-10-10r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell1-1/+1
2007-10-10r2552: Character set conversion and string handling updates.Andrew Bartlett1-6/+11
2007-10-10r2443: check return code of event_loop_once() to catch thet cases where the s...Stefan Metzmacher1-1/+3
2007-10-10r2159: converted samba4 over to UTF-16.Andrew Tridgell1-2/+2