Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-10 | s3: Add smb_request_done | Volker Lendecke | 1 | -2/+2 | |
This is used to enable async chained command sequences. A synchronous reply_xxx command does not need to take are anymore about and_x chaining. The async commands (pipe r/w at this moment) must do so however. When finished, they must inform the main chain engine that they are finished with a smb_request_done call. Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sat Mar 10 17:14:05 CET 2012 on sn-devel-104 | |||||
2012-03-10 | s3: Remove "req_wct_ofs()" | Volker Lendecke | 1 | -1/+1 | |
This is fixed up in construct_reply_chain | |||||
2012-03-10 | s3: Remove chain_reply | Volker Lendecke | 1 | -5/+0 | |
<insert your favourite tombstone ascii art here> | |||||
2012-03-10 | s3: Make sure the andX chains are ended correctly | Volker Lendecke | 1 | -0/+9 | |
Normally chain_reply took care of this. This will go away soon. | |||||
2012-03-03 | s3: Fix some blank line endings | Volker Lendecke | 1 | -5/+5 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sat Mar 3 03:41:03 CET 2012 on sn-devel-104 | |||||
2011-12-12 | s3:smbd/pipes: avoid passing server_event_context() as event context to ↵ | Stefan Metzmacher | 1 | -3/+3 | |
np_{read,write}_send metze | |||||
2011-07-04 | s3-rpc_server: Migrate rpc function to tsocket_address. | Andreas Schneider | 1 | -1/+0 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2011-05-31 | s3-globals Remove smbd_event_context() (use server_event_context()) | Andrew Bartlett | 1 | -3/+3 | |
This has been a wrapper around server_event_context() for some time now, and removing this from dummmysmbd.c assists with library dependencies. Andrew Bartlett | |||||
2011-05-05 | Fix many const compiler warnings. | Jeremy Allison | 1 | -2/+2 | |
2011-05-02 | s3-proto: move more rpc_server prototypes out of proto.h | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3: include smbd/smbd.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-22 | s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info | Andrew Bartlett | 1 | -1/+1 | |
These variables, of type struct auth_serversupplied_info were poorly named when added into 2001, and in good consistant practice, this has extended all over the codebase in the years since. The structure is also not ideal for it's current purpose. Originally intended to convey the results of the authentication modules, it really describes all the essential attributes of a session. This rename will reduce the volume of a future patch to replaced these with a struct auth_session_info, with auth_serversupplied_info confined to the lower levels of the auth subsystem, and then eliminated. (The new structure will be the output of create_local_token(), and the change in struct definition will ensure that this is always run, populating local groups and privileges). Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -0/+1 | |
This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104 | |||||
2010-08-24 | s3: Make srv_send_smb take an sconn instead of a sock fd | Volker Lendecke | 1 | -1/+1 | |
2010-08-18 | s3: Add "client_id" to pipes_struct | Volker Lendecke | 1 | -0/+1 | |
2010-08-16 | s3: Remove smbd_server_fd from pipe_write_done | Volker Lendecke | 1 | -1/+1 | |
2010-08-08 | s3: Lift the smbd_messaging_context from np_open | Volker Lendecke | 1 | -1/+3 | |
2010-05-27 | s3:rpc_server: pass down local and remote tsocket_address to np_open() | Stefan Metzmacher | 1 | -1/+4 | |
metze | |||||
2010-04-28 | s3:smbd: make fsp->fake_file_handle a talloc child of fsp | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-04-28 | s3:smbd: add comment about returning STATUS_BUFFER_OVERFLOW in ↵ | Stefan Metzmacher | 1 | -1/+15 | |
pipe_read_andx_done() metze | |||||
2010-01-05 | Fix bug #7020 - smbd using 2G memory. | Jeremy Allison | 1 | -0/+10 | |
When deferring an async pipe writeX and readX transfer the outstanding request struct onto the conn struct. This needs freeing after the packet is finally processed. Jeremy. | |||||
2009-12-21 | Remove all calls to reply_doserror - turn them into | Jeremy Allison | 1 | -7/+7 | |
correct reply_nterror calls. Next rename reply_doserror -> reply_force_doserror and plumb in when NT_STATUS_DOS is used. Jeremy. | |||||
2009-07-20 | s3: Change fsp->fsp_name to be an smb_filename struct! | Tim Prouty | 1 | -3/+16 | |
2009-07-10 | Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ↵ | Jeremy Allison | 1 | -5/+18 | |
a lot easier. Jeremy. | |||||
2009-03-23 | s3:smbd: use new simplified snb_signing code in the server | Stefan Metzmacher | 1 | -0/+1 | |
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 | -7/+7 | |
2009-03-17 | Convert np_write to tevent_req | Volker Lendecke | 1 | -14/+14 | |
2009-02-09 | S3: New module interface for SMB message statistics gathering | todd stecher | 1 | -1/+2 | |
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 | Make reply_pipe_read_andx async | Volker Lendecke | 1 | -13/+57 | |
2009-01-31 | Make reply_pipe_write async | Volker Lendecke | 1 | -13/+48 | |
2009-01-31 | Make reply_pipe_write_and_X async | Volker Lendecke | 1 | -20/+52 | |
2009-01-31 | Make-np_write-handle-0-byte-writes-as-NT_STATUS_OK | Volker Lendecke | 1 | -43/+27 | |
2009-01-20 | Remove some smb fsp knowledge from rpc_server/ | Volker Lendecke | 1 | -4/+50 | |
np_open/read/write don't have to know about files_struct | |||||
2009-01-16 | Correctly calculate the offset for read&x | Volker Lendecke | 1 | -2/+6 | |
2008-12-07 | Replace some pointless variables in reply_open_pipe_and_X by comments | Volker Lendecke | 1 | -12/+6 | |
2008-11-28 | Remove "conn" parameter from np_open, smb_request contains it | Volker Lendecke | 1 | -1/+1 | |
2008-11-02 | Remove a bunch of direct inbuf references by adding "vwv" to smb_request | Volker Lendecke | 1 | -11/+10 | |
2008-11-02 | Simplify params of srvstr_pull_buf_talloc() | Volker Lendecke | 1 | -2/+1 | |
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 | -3/+3 | |
2008-10-25 | Move the is_known_pipename check into np_open | Volker Lendecke | 1 | -11/+5 | |
2008-10-14 | Remove unused stuff | Volker Lendecke | 1 | -12/+0 | |
2008-10-13 | Remove smb_np_struct | Volker Lendecke | 1 | -26/+0 | |
2008-10-13 | Use "struct files_struct" for pipes instead of smb_np_struct | Volker Lendecke | 1 | -29/+49 | |
2008-07-19 | Introduce is_known_pipename | Volker Lendecke | 1 | -11/+1 | |
This scans the list of pipes registered via rpc_pipe_register_commands instead of using static tables. (This used to be commit 283e6039989adea1c8921b3600b410cb67b6492a) | |||||
2008-01-04 | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 1 | -2/+1 | |
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-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 1 | -1/+2 | |
negotiation works. Jeremy. (This used to be commit d78045601af787731f0737b8627450018902b104) | |||||
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -2/+2 | |
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 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -1/+1 | |
(This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab) | |||||
2007-10-10 | r25118: More pstring elimination. | Jeremy Allison | 1 | -5/+11 | |
Jeremy. (This used to be commit 7632f8fb4003657591778d2b55f546d1737859d1) | |||||
2007-10-10 | r24702: Remove the old API pointers | Volker Lendecke | 1 | -3/+3 | |
(This used to be commit 17df313db42199e26d7d2044f6a1d845aacd1a90) |