Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-12 | s3: Remove smbd_server_conn from send_trans_reply | Volker Lendecke | 1 | -1/+1 | |
2010-05-27 | s3:smbd: add PIPE_BUSY handling for SMBtrans calls on named pipes | Stefan Metzmacher | 1 | -0/+11 | |
metze | |||||
2010-02-09 | Fix bug #7122 - Reading a large browselist fails (server returns invalid ↵ | Jeremy Allison | 1 | -0/+3 | |
values in subsequent SMBtrans replies) There are two problems: 1). The server is off-by-one in the end of buffer space test. 2). The server returns 0 in the totaldata (smb_vwv1) and totalparams (smb_vwv0) fields in the second and subsequent SMBtrans replies. This patch fixes both. Jeremy. | |||||
2009-08-07 | s3:smbd: add a smbd_server_connection pointer to connection_struct | Stefan Metzmacher | 1 | -2/+1 | |
This can be NULL for faked connection structs used in the rpc server or printing code. metze | |||||
2009-07-20 | s3: Change fsp->fsp_name to be an smb_filename struct! | Tim Prouty | 1 | -1/+1 | |
2009-06-03 | s3:smbd: move tcon specific globals to struct smbd_server_connection | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2009-06-03 | s3:smbd: move some session specific globals to struct smbd_server_connection | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2009-04-05 | Fix smbd crash for close_on_completion | Volker Lendecke | 1 | -0/+4 | |
handle_trans() can talloc_free "conn" if the client requests close_on_completion. "state" is a talloc_child of conn, so it will be gone when we later free state->data et al. | |||||
2009-03-23 | s3:smbd: use new simplified snb_signing code in the server | Stefan Metzmacher | 1 | -0/+4 | |
We keep the seqnum/mid mapping in the smb_request structure. This also moves one global variable into the smbd_server_connection struct. metze | |||||
2009-03-17 | Convert np_read to tevent_req | Volker Lendecke | 1 | -11/+8 | |
2009-03-17 | Convert np_write to tevent_req | Volker Lendecke | 1 | -12/+13 | |
2009-02-09 | S3: New module interface for SMB message statistics gathering | todd stecher | 1 | -4/+5 | |
This changelist allows for the addition of custom performance monitoring modules through smb.conf. Entrypoints in the main message processing code have been added to capture the command, subop, ioctl, identity and message size statistics. | |||||
2009-01-31 | Convert api_rpc_trans_reply to async np_* | Volker Lendecke | 1 | -29/+119 | |
2009-01-20 | Remove some smb fsp knowledge from rpc_server/ | Volker Lendecke | 1 | -3/+10 | |
np_open/read/write don't have to know about files_struct | |||||
2009-01-08 | s3:smbd: move all globals and static variables in globals.[ch] | Stefan Metzmacher | 1 | -2/+1 | |
The goal is to move all this variables into a big context structure. metze | |||||
2008-11-28 | Consolidate the buffer checks for the reply_trans style functions | Volker Lendecke | 1 | -55/+18 | |
This is the one where I found the problem that led to 3.2.5. So if there is one checkin in the last year that I would like others to review and *understand*, it is this one :-) Volker | |||||
2008-11-28 | Remove the variable "size" from reply_trans | Volker Lendecke | 1 | -12/+16 | |
This converts the range checks for the setup[] array to rely on req->wct being set correctly in init_smb_request. As that already verifies the vwv array to be in the range of the smb_request inbuf, we don't have to do overflow checks here anymore. Jeremy, please check thoroughly! :-) Thanks, Volker | |||||
2008-11-27 | Fix the offset checks in the trans routines | Volker Lendecke | 1 | -3/+3 | |
This fixes a potential crash bug, a client can make us read memory we should not read. Luckily I got the disp checks right... Volker (cherry picked from commit 64a1d80851da5b05e70ec6c96f6e9bd473748369) (cherry picked from commit f04c5650a3aeca23591ddc781c4b297caaf9bb3f) | |||||
2008-11-08 | Do not write into inbuf for the transs request | Volker Lendecke | 1 | -6/+12 | |
Instead, fix up the outbuf in send_xx_reply. In those routines, we know what we are returning. | |||||
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 | |
Now that "req" is available everywhere, use it. Rename srvstr_pull_buf_talloc() to srvstr_pull_req() | |||||
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 | |
It does not really need the whole smb_request (This used to be commit d3facf4cbdb2915168e91d64c2d8320f67524df8) | |||||
2008-05-05 | Remove connection_struct->mem_ctx, connection_struct is its own parent | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 559180f7d30606d1999399d954ceedc798c669a4) | |||||
2008-04-07 | Rewrite the wrap checks to deal with gcc 4.x optimisations. | Jeremy Allison | 1 | -33/+45 | |
Karolin, please pull once Volker has reviewed. Thanks. Jeremy. (This used to be commit 09852899cadc48abe2f2651ecbceaf881198e648) | |||||
2008-01-04 | Now conn is part of smb_request, we don't need it as | Jeremy Allison | 1 | -2/+4 | |
an extra parameter. This cleans up quite a few places we were passing it around without needing it. Jeremy. (This used to be commit 8f36def18e9f980e8db522e1de41e80cfd5f466e) | |||||
2008-01-04 | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 1 | -23/+30 | |
with Volker. Mostly making sure we have data on the incoming packet type, not stored in the smb header. Jeremy. (This used to be commit c4e5a505043965eec77b5bb9bc60957e8f3b97c8) | |||||
2007-12-10 | Don't need an fstring here, we can talloc. | Jeremy Allison | 1 | -9/+8 | |
Jeremy. (This used to be commit 3f6cc826378729c9157ea68e7cf5c7b584bbb585) | |||||
2007-12-04 | Fix crash bug with vl's new trans handling in old transs | Jeremy Allison | 1 | -5/+6 | |
calls. Make this look like the (working) transs2 handling (replace inbuf, not write to outbuf - outbuf isn't allocated yet so you get a null deref). Jeremy. (This used to be commit f04e37a630f8e7538d670d34db4ea7fc7c0b50a3) | |||||
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -3/+3 | |
bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f) | |||||
2007-10-10 | r25103: Ensure we don't return unwritten memory (valgrind caught). | Jeremy Allison | 1 | -3/+9 | |
Jeremy. (This used to be commit b3f0d39d11fa18b7bfef6cec88efaf4a2be2d6e0) | |||||
2007-10-10 | r24320: Fix the wct checks in reply_trans2 and the reply_trans calls | Volker Lendecke | 1 | -2/+2 | |
No idea what I've been smoking here. Thanks to Stefan for closely looking (This used to be commit 708f5af2e8c10d9a0d0027e3c31fa23689e746b8) | |||||
2007-10-10 | r24244: Complete the conversion of reply_trans[s] | Volker Lendecke | 1 | -62/+63 | |
Remove reply_prep/post_legacy from send_trans_replies (This used to be commit c08366f840ead5aba7199cf0b058587055b4d98e) | |||||
2007-10-10 | r24243: Remove reply_prep_legacy from api_reply | Volker Lendecke | 1 | -14/+4 | |
(This used to be commit b01664b43b0bd94bb59dec57480d2be954a7298a) | |||||
2007-10-10 | r24242: Remove reply_prep_legacy from api_rpc_trans_reply | Volker Lendecke | 1 | -24/+10 | |
(This used to be commit 160f65946af9b3e1609b0efb211edc81514fb36f) | |||||
2007-10-10 | r24241: Remove reply_prep_legacy from api_WNPHS and api_SNPHS | Volker Lendecke | 1 | -57/+23 | |
(This used to be commit 8702450e91943b1097ae3c8979d60b6962a69632) | |||||
2007-10-10 | r24240: Push down reply_prep_legacy one level inside api_fd_reply | Volker Lendecke | 1 | -19/+54 | |
(This used to be commit 0bb95639d6b49b18f2a7f1131f54239355097119) | |||||
2007-10-10 | r24239: Push reply_prep_legacy into api_fd_reply | Volker Lendecke | 1 | -51/+38 | |
(This used to be commit e2a96497928ab959e36639fef2d493640bb6e951) | |||||
2007-10-10 | r24238: Push down reply_prep_legacy one level | Volker Lendecke | 1 | -8/+25 | |
(This used to be commit a6a2d97facf95c7997f3d12457f2811b3b7bde1b) | |||||
2007-10-10 | r24237: Add send_trans_reply_new | Volker Lendecke | 1 | -0/+18 | |
(This used to be commit f0598b3ca0ee04e31855c3e54f3198e6fd968737) | |||||
2007-10-10 | r24236: Push reply_prep_legacy() into named_pipe() | Volker Lendecke | 1 | -46/+46 | |
(This used to be commit b38f9347e81364d224e5ca00609099a74410e99c) | |||||
2007-10-10 | r24235: Make handle_trans reply to errors itself | Volker Lendecke | 1 | -47/+29 | |
(This used to be commit 06d0c74b74754c55f4c8ef0899bda08476e7dd4b) | |||||
2007-10-10 | r24234: Reformatting -- SCNR | Volker Lendecke | 1 | -49/+20 | |
(This used to be commit 040d6d5db6d929f1612b1b0dc762b7f55c956740) | |||||
2007-10-10 | r24233: Push reply_prep_legacy into handle_trans | Volker Lendecke | 1 | -34/+16 | |
(This used to be commit dc27c3c668f86d008c27b8a749f5726287ba54a5) |