Age | Commit message (Expand) | Author | Files | Lines |
2008-11-28 | Consolidate the buffer checks for the reply_trans style functions | Volker Lendecke | 1 | -55/+18 |
2008-11-28 | Remove the variable "size" from reply_trans | Volker Lendecke | 1 | -12/+16 |
2008-11-27 | Fix the offset checks in the trans routines | Volker Lendecke | 1 | -3/+3 |
2008-11-08 | Do not write into inbuf for the transs request | Volker Lendecke | 1 | -6/+12 |
2008-11-08 | Remove direct inbuf refs from send_trans_reply | Volker Lendecke | 1 | -37/+35 |
2008-11-02 | Pass smb_request to send_trans_reply to match with send_[nt]trans[2]_reply | Volker Lendecke | 1 | -9/+9 |
2008-11-02 | Use "vwv" in trans parsing | Volker Lendecke | 1 | -16/+16 |
2008-11-02 | Remove a bunch of direct inbuf references by adding "vwv" to smb_request | Volker Lendecke | 1 | -6/+6 |
2008-11-02 | Simplify params of srvstr_pull_buf_talloc() | Volker Lendecke | 1 | -2/+2 |
2008-11-01 | Remove a bunch of direct inbuf references by adding "buf" to smb_request | Volker Lendecke | 1 | -1/+1 |
2008-10-13 | Use "struct files_struct" for pipes instead of smb_np_struct | Volker Lendecke | 1 | -49/+41 |
2008-10-11 | Fix some nonempty blank lines | Volker Lendecke | 1 | -6/+6 |
2008-10-09 | Fix a typo | Volker Lendecke | 1 | -1/+1 |
2008-06-28 | Let send_trans_reply work on only the inbuf | Volker Lendecke | 1 | -52/+55 |
2008-05-05 | Remove connection_struct->mem_ctx, connection_struct is its own parent | Volker Lendecke | 1 | -1/+1 |
2008-04-07 | Rewrite the wrap checks to deal with gcc 4.x optimisations. | Jeremy Allison | 1 | -33/+45 |
2008-01-04 | Now conn is part of smb_request, we don't need it as | Jeremy Allison | 1 | -2/+4 |
2008-01-04 | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 1 | -23/+30 |
2007-12-10 | Don't need an fstring here, we can talloc. | Jeremy Allison | 1 | -9/+8 |
2007-12-04 | Fix crash bug with vl's new trans handling in old transs | Jeremy Allison | 1 | -5/+6 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r25103: Ensure we don't return unwritten memory (valgrind caught). | Jeremy Allison | 1 | -3/+9 |
2007-10-10 | r24320: Fix the wct checks in reply_trans2 and the reply_trans calls | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r24244: Complete the conversion of reply_trans[s] | Volker Lendecke | 1 | -62/+63 |
2007-10-10 | r24243: Remove reply_prep_legacy from api_reply | Volker Lendecke | 1 | -14/+4 |
2007-10-10 | r24242: Remove reply_prep_legacy from api_rpc_trans_reply | Volker Lendecke | 1 | -24/+10 |
2007-10-10 | r24241: Remove reply_prep_legacy from api_WNPHS and api_SNPHS | Volker Lendecke | 1 | -57/+23 |
2007-10-10 | r24240: Push down reply_prep_legacy one level inside api_fd_reply | Volker Lendecke | 1 | -19/+54 |
2007-10-10 | r24239: Push reply_prep_legacy into api_fd_reply | Volker Lendecke | 1 | -51/+38 |
2007-10-10 | r24238: Push down reply_prep_legacy one level | Volker Lendecke | 1 | -8/+25 |
2007-10-10 | r24237: Add send_trans_reply_new | Volker Lendecke | 1 | -0/+18 |
2007-10-10 | r24236: Push reply_prep_legacy() into named_pipe() | Volker Lendecke | 1 | -46/+46 |
2007-10-10 | r24235: Make handle_trans reply to errors itself | Volker Lendecke | 1 | -47/+29 |
2007-10-10 | r24234: Reformatting -- SCNR | Volker Lendecke | 1 | -49/+20 |
2007-10-10 | r24233: Push reply_prep_legacy into handle_trans | Volker Lendecke | 1 | -34/+16 |
2007-10-10 | r24232: Push down reply_prep_legacy inside reply_transs | Volker Lendecke | 1 | -25/+35 |
2007-10-10 | r24231: Push allocating InBuffer/OutBuffer into reply_transs | Volker Lendecke | 1 | -9/+20 |
2007-10-10 | r24230: Push down reply_prep_legacy in reply_trans | Volker Lendecke | 1 | -52/+62 |
2007-10-10 | r24229: Push allocating InBuffer/OutBuffer into reply_transs | Volker Lendecke | 1 | -18/+32 |
2007-10-10 | r24224: Check wct in reply_trans | Volker Lendecke | 1 | -4/+19 |
2007-10-10 | r23823: Memory leak fix from Atsushi Nakabayashi <nakabayashi@miraclelinux.com> | Volker Lendecke | 1 | -0/+2 |
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 | r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The next | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r22391: Looks bigger than it is. Make "inbuf" available | Jeremy Allison | 1 | -53/+126 |
2007-10-10 | r22059: Over-allocate and NULL out 100 bytes for lanman.c. | Volker Lendecke | 1 | -4/+8 |
2007-10-10 | r20237: Replace exit_server with exit_server_cleanly where appropriate. All | James Peach | 1 | -2/+2 |
2007-10-10 | r20178: Ensure we allocate the intermediate trans structs | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r17316: More C++ warnings -- 456 left | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r16275: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsigne... | Jeremy Allison | 1 | -4/+4 |