Age | Commit message (Expand) | Author | Files | Lines |
2011-06-10 | s3:libsmb/clitrans: correctly transfer the seqnum between secondary and prima... | Stefan Metzmacher | 1 | -3/+8 |
2011-06-10 | s3:libsmb/clitrans: fix handling of multi pdu [nt]trans[s][2] calls | Stefan Metzmacher | 1 | -8/+80 |
2011-06-10 | s3:libsmb/clitrans: use subreq2 as variable for the secondary requests | Stefan Metzmacher | 1 | -7/+9 |
2011-06-10 | s3:libsmb/clitrans: move MID handling to the end of cli_trans_send() and add ... | Stefan Metzmacher | 1 | -2/+11 |
2011-06-10 | s3:libsmb/clitrans: correctly marshall [nt]trans[s][2] requests | Stefan Metzmacher | 1 | -12/+41 |
2011-06-10 | s3:libsmb/clitrans: marshall SMBnttrans[2] as the others | Stefan Metzmacher | 1 | -23/+23 |
2011-06-10 | s3:libsmb/clitrans: use uint32_t for param and data variables | Stefan Metzmacher | 1 | -3/+3 |
2011-06-10 | s3:libsmb/clitrans: remove unused secondary_request_ctx | Stefan Metzmacher | 1 | -2/+0 |
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -1/+1 |
2011-05-19 | s3: Do central cli_set_error | Volker Lendecke | 1 | -3/+0 |
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 |
2011-04-29 | s3-tevent: only include ../lib/util/tevent wrappers where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-24 | charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s... | Andrew Tridgell | 1 | -1/+1 |
2011-01-17 | s3: Remove unused cli_send/receive_trans | Volker Lendecke | 1 | -331/+0 |
2011-01-17 | s3: Remove unused cli_send/receive_nt_trans | Volker Lendecke | 1 | -341/+0 |
2010-09-20 | s3-build: only include async headers where needed. | Günther Deschner | 1 | -1/+1 |
2010-08-05 | s3: Save the received trans2 from the inbuf in cli_trans | Volker Lendecke | 1 | -1/+10 |
2010-02-22 | s3: Explicitly handle inbuf in cli_trans_done | Volker Lendecke | 1 | -2/+9 |
2010-02-22 | s3: Add a talloc_move for the inbuf to cli_smb_recv | Volker Lendecke | 1 | -1/+2 |
2009-11-14 | s3: Add min_setup, min_param and min_data to cli_trans_recv | Volker Lendecke | 1 | -8/+18 |
2009-05-13 | s3: return proper error code in cli_smb_req_send | Bo Yang | 1 | -4/+7 |
2009-05-12 | Clean up assignments to iov_base, ensure it's always cast to void *. This sho... | Jeremy Allison | 1 | -5/+5 |
2009-04-14 | Convert Samba3 to use the common lib/util/charset API | Andrew Bartlett | 1 | -5/+5 |
2009-04-06 | Convert cli_trans to tevent_req | Volker Lendecke | 1 | -382/+272 |
2009-04-05 | Remove async_req dependency from cli_pull_trans | Volker Lendecke | 1 | -23/+25 |
2009-03-31 | Fix an uninitialized variable valgrind error | Volker Lendecke | 1 | -2/+2 |
2009-03-23 | s3:libsmb: use new simplified smb_signing code for the client side | Stefan Metzmacher | 1 | -21/+33 |
2009-03-19 | s3:libsmb: always create bytes array in cli_trans code | Stefan Metzmacher | 1 | -5/+14 |
2009-03-19 | s3:libsmb: fix smb signing for fragmented trans/trans2/nttrans requests | Stefan Metzmacher | 1 | -23/+7 |
2009-02-01 | Split up async_req into a generic and a NTSTATUS specific part | Volker Lendecke | 1 | -7/+7 |
2009-01-29 | Add the strlen to push to smb_bytes_push_str, return the converted size | Volker Lendecke | 1 | -3/+3 |
2008-12-19 | Pass "bytes_alignment" up through cli_request_send | Volker Lendecke | 1 | -3/+3 |
2008-12-08 | Simplify async programming a bit with helper routines | Volker Lendecke | 1 | -3/+3 |
2008-11-28 | Move cli_trans_oob to lib/util.c | Volker Lendecke | 1 | -17/+4 |
2008-09-10 | Fix some bogus compiler warnings | Volker Lendecke | 1 | -5/+10 |
2008-09-09 | Add async trans/trans2/nttrans calls to libsmb | Volker Lendecke | 1 | -0/+701 |
2008-05-13 | Fix signing problem in the client with transs requests | Volker Lendecke | 1 | -0/+3 |
2008-05-13 | Revert "Fix signing bug found by Volker. That one was *subtle*." | Volker Lendecke | 1 | -0/+14 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 1 | -4/+4 |
2007-12-04 | Fix signing bug found by Volker. That one was *subtle*. | Jeremy Allison | 1 | -14/+0 |
2007-11-30 | Ensure we have 2 bytes of zeros as a pad-buffer at the | Jeremy Allison | 1 | -40/+85 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -6/+6 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -4/+4 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22732: - Testing of libsmbclient against Vista revealed what is likely a bug in | Derrell Lipman | 1 | -1/+8 |
2007-10-10 | r22391: Looks bigger than it is. Make "inbuf" available | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r21899: At least we're getting to stage 2 of the blob | Jeremy Allison | 1 | -4/+10 |
2007-10-10 | r17333: Some C++ warnings | Volker Lendecke | 1 | -4/+4 |
2007-10-10 | r17292: Try and fix bug #3967 - signing problems on trans | Jeremy Allison | 1 | -40/+61 |