summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clitrans.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb/clitrans: correctly transfer the seqnum between secondary and prima...Stefan Metzmacher2011-06-101-3/+8
* s3:libsmb/clitrans: fix handling of multi pdu [nt]trans[s][2] callsStefan Metzmacher2011-06-101-8/+80
* s3:libsmb/clitrans: use subreq2 as variable for the secondary requestsStefan Metzmacher2011-06-101-7/+9
* s3:libsmb/clitrans: move MID handling to the end of cli_trans_send() and add ...Stefan Metzmacher2011-06-101-2/+11
* s3:libsmb/clitrans: correctly marshall [nt]trans[s][2] requestsStefan Metzmacher2011-06-101-12/+41
* s3:libsmb/clitrans: marshall SMBnttrans[2] as the othersStefan Metzmacher2011-06-101-23/+23
* s3:libsmb/clitrans: use uint32_t for param and data variablesStefan Metzmacher2011-06-101-3/+3
* s3:libsmb/clitrans: remove unused secondary_request_ctxStefan Metzmacher2011-06-101-2/+0
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* s3: Do central cli_set_errorVolker Lendecke2011-05-191-3/+0
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-1/+1
* s3: Remove unused cli_send/receive_transVolker Lendecke2011-01-171-331/+0
* s3: Remove unused cli_send/receive_nt_transVolker Lendecke2011-01-171-341/+0
* s3-build: only include async headers where needed.Günther Deschner2010-09-201-1/+1
* s3: Save the received trans2 from the inbuf in cli_transVolker Lendecke2010-08-051-1/+10
* s3: Explicitly handle inbuf in cli_trans_doneVolker Lendecke2010-02-221-2/+9
* s3: Add a talloc_move for the inbuf to cli_smb_recvVolker Lendecke2010-02-221-1/+2
* s3: Add min_setup, min_param and min_data to cli_trans_recvVolker Lendecke2009-11-141-8/+18
* s3: return proper error code in cli_smb_req_sendBo Yang2009-05-131-4/+7
* Clean up assignments to iov_base, ensure it's always cast to void *. This sho...Jeremy Allison2009-05-121-5/+5
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-141-5/+5
* Convert cli_trans to tevent_reqVolker Lendecke2009-04-061-382/+272
* Remove async_req dependency from cli_pull_transVolker Lendecke2009-04-051-23/+25
* Fix an uninitialized variable valgrind errorVolker Lendecke2009-03-311-2/+2
* s3:libsmb: use new simplified smb_signing code for the client sideStefan Metzmacher2009-03-231-21/+33
* s3:libsmb: always create bytes array in cli_trans codeStefan Metzmacher2009-03-191-5/+14
* s3:libsmb: fix smb signing for fragmented trans/trans2/nttrans requestsStefan Metzmacher2009-03-191-23/+7
* Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke2009-02-011-7/+7
* Add the strlen to push to smb_bytes_push_str, return the converted sizeVolker Lendecke2009-01-291-3/+3
* Pass "bytes_alignment" up through cli_request_sendVolker Lendecke2008-12-191-3/+3
* Simplify async programming a bit with helper routinesVolker Lendecke2008-12-081-3/+3
* Move cli_trans_oob to lib/util.cVolker Lendecke2008-11-281-17/+4
* Fix some bogus compiler warningsVolker Lendecke2008-09-101-5/+10
* Add async trans/trans2/nttrans calls to libsmbVolker Lendecke2008-09-091-0/+701
* Fix signing problem in the client with transs requestsVolker Lendecke2008-05-131-0/+3
* Revert "Fix signing bug found by Volker. That one was *subtle*."Volker Lendecke2008-05-131-0/+14
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-4/+4
* Fix signing bug found by Volker. That one was *subtle*.Jeremy Allison2007-12-041-14/+0
* Ensure we have 2 bytes of zeros as a pad-buffer at theJeremy Allison2007-11-301-40/+85
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-6/+6
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-4/+4
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22732: - Testing of libsmbclient against Vista revealed what is likely a bug inDerrell Lipman2007-10-101-1/+8
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-4/+4
* r21899: At least we're getting to stage 2 of the blobJeremy Allison2007-10-101-4/+10
* r17333: Some C++ warningsVolker Lendecke2007-10-101-4/+4
* r17292: Try and fix bug #3967 - signing problems on transJeremy Allison2007-10-101-40/+61