s3: Remove some smbd_messaging_context references from smbd_process
[amitay/samba.git] / source3 / smbd / process.c
2010-08-08 Volker Lendeckes3: Remove some smbd_messaging_context references from...
2010-08-08 Volker Lendeckes3: Pass sconn to smbd_process
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from housekeeping_fn
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from check_reload
2010-08-08 Volker Lendeckes3: Make check_reload() static
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from update_monit...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from smbd_setup_sig...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from smbd_sig_hup_h...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from reload_services
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from reload_printers
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from nt_printing_td...
2010-08-07 Volker Lendeckes3: Remove some references to smbd_messaging_context()
2010-07-28 Simo Sorcesmbd: Fix build warning
2010-07-27 Andreas Schneiders3-printing: Added automatic migration of printing...
2010-07-05 Volker Lendeckes3: Pass procid_self() explicitly to messaging_ctdbd_co...
2010-07-04 Volker Lendeckes3: Pass the new server_id through reinit_after_fork
2010-06-28 Ira Cooper s3: Change exit on immediate socket failure.
2010-06-12 Volker Lendeckes3: Explicitly pass sconn to [remove|schedule]_deferred...
2010-06-12 Volker Lendeckes3: Explicitly pass sconn to open_was_deferred_smb2
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from switch_message
2010-06-12 Volker Lendeckes3: Explicitly pass sconn to is_valid_writeX_buffer
2010-06-12 Volker Lendeckes3: Pass sconn explicitly to reply_special
2010-06-12 Volker Lendeckes3: Use "sconn" argument in smbd_[un]lock_socket_internal
2010-06-12 Volker Lendeckes3: Pass sconn to init_smb_request()
2010-06-12 Volker Lendeckes3: Add "smbd_server_connection" to smb_request
2010-06-11 Volker Lendeckes3: Fix starving the echo responder
2010-06-10 Jeremy AllisonRename "allow_smb2" -> "using_smb2" and make the usage...
2010-06-10 Jeremy AllisonEnsure we don't send SMB1 keepalives on an SMB2 connection.
2010-05-31 Simo Sorces3:smbd make yp cache local.
2010-05-27 Simo Sorces3:auth use info3 in auth_serversupplied_info
2010-05-27 Volker Lendeckes3: Fix a bad memleak in the async echo responder
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-04-28 Jeremy AllisonFix the "allow_smb2" bug being set to false that was...
2010-04-27 Stefan Metzmachers3:smbd: keep local and remote tsocket_address per...
2010-04-23 Jeremy AllisonAllow smb2 create requests to be cancelled.
2010-04-23 Jeremy AllisonMake deferred opens (NT_STATUS_SHARING_VIOLATION) work...
2010-04-13 Jeremy AllisonMove to using 64-bit mid values in our internal open...
2010-04-10 Jeremy AllisonPlumb SMB2 stubs into all the places we defer SMB1...
2010-04-09 Jeremy AllisonStop smb2 from calling into smb1 blocking lock request...
2010-04-08 Jeremy AllisonStart to plumb smb2 into the oplock system. Calls dummy...
2010-04-01 Jeremy AllisonMove initialize_async_io_handler() inside of smbd/aio.c.
2010-04-01 Jeremy AllisonMake smbd_lock_socket/smbd_unlock_socket recursive...
2010-03-31 Jeremy AllisonMerge branch 'master' of ssh://git.samba.org/data/git...
2010-03-31 Stefan Metzmachers3:smbd: handle SMB2 in deadtime_fn() and avoid disconn...
2010-03-22 Volker Lendeckes3: Implement an asynchronous echo responder process
2010-03-22 Stefan Metzmachers3:smbd: don't allow SMB2 if the async echo handler...
2010-03-22 Stefan Metzmachers3:smbd: don't use recvfile if the echo handler is...
2010-03-22 Stefan Metzmachers3:smbd: pass down trusted_channel via receive_smb_talloc()
2010-03-22 Stefan Metzmachers3:smbd: send keepalive packets under the socket lock
2010-03-22 Stefan Metzmachers3:smbd: smbd_[un]lock_socket() while accessing the...
2010-03-22 Stefan Metzmachers3:smbd: add smbd_[un]lock_socket() dummies
2010-03-22 Stefan Metzmachers3:smbd: add an option to skip signings checks srv_chec...
2010-03-11 Volker Lendeckes3: Make init_smb_request return bool
2010-03-09 Volker Lendeckes3: Fix a NULL pointer dereference
2010-01-23 Volker Lendeckes3: Fix some nonempty blank lines
2010-01-21 Volker Lendeckes3: Initialize the seqnum in "init_smb_request"
2010-01-21 Volker Lendeckes3: Make "init_smb_request" static to process.c
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-22 Volker Lendeckes3: Move smb_splice_chain to smbd/process.c, its only...
2009-12-21 Jeremy AllisonRename reply_doserror() -> reply_force_doserror().
2009-12-21 Jeremy AllisonRemove all calls to reply_doserror - turn them into
2009-11-26 Günther Deschners3-smbd: no drsuapi server stubs yet in s3. Fixes the...
2009-11-26 Günther Deschners3-rpc: Avoid including every pipe's client and server...
2009-11-23 Volker LendeckeRevert "s3: Move the global variable Protocol to struct...
2009-11-21 Volker Lendeckes3: Move the global variable Protocol to struct smbd_se...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-01 Jeremy AllisonFix for CVE-2009-2906.
2009-09-24 Zack Kirschs3 onefs: Add some debugging/asserts to give more info...
2009-09-07 Jeremy AllisonFix bug 6673 - smbpasswd does not work with "unix passw...
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Stefan Metzmachers3:smbd: move dptr globals into struct smbd_server_conn...
2009-07-27 Volker LendeckeFix a valgrind error in chain_reply
2009-07-24 Volker LendeckeIn chain_reply, copy the subrequests' error to the...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-18 Jeremy AllisonMove the initialization of smbd_server_conn from smbd...
2009-07-14 Jeremy AllisonRevert this commit :
2009-07-15 Bo Yangs3: Make smbd aware of permission change of usershare...
2009-06-23 Aravind Srinivasans3: forward MSG_DEBUG from smbd parent to all children
2009-06-03 Stefan Metzmachers3:smbd: move tcon specific globals to struct smbd_serv...
2009-06-03 Stefan Metzmachers3:smbd: move more session specific globals to struct...
2009-06-03 Stefan Metzmachers3:smbd: move some session specific globals to struct...
2009-06-03 Stefan Metzmachers3:smbd: move already_got_session to struct smbd_server...
2009-06-03 Stefan Metzmachers3:smbd: move max_recv to struct smbd_server_connection
2009-06-03 Stefan Metzmachers3:smbd: allow SMB2 only if we don't use security ...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Stefan Metzmachers3:smbd: move SMB1 specific stuff into a substructure...
2009-05-20 Stefan Metzmachers3:smbd: add infrastructure for SMB2 support
2009-05-09 Tim Proutys3: Fix chained sesssetupAndX/tconn messages
2009-05-08 Michael Adams3:smbd: fix the fix for mapped IPv4 address handling...
2009-05-07 Michael Adams3: make release_ip() call (ctdb) cope with IPv4 mapped...
2009-04-12 Volker Lendeckewrite_data already guarantees everything was written
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Stefan Metzmachers3:smbd: use new simplified snb_signing code in the...
2009-03-23 Stefan Metzmachers3:smbd: if we allow trans2 on the IPC$ share, then...
2009-02-16 Tim Proutymake receive_smb_raw_talloc more readable
2009-02-13 Jeremy AllisonNoted by Vericode analysis. Correctly use chroot().
2009-02-09 todd stecherS3: New module interface for SMB message statistics...
next