loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
[kai/samba.git] / source3 / smbd / process.c
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-07-13 Andrew Bartletts3-auth Remove unused global_machine_account_needs_changing
2012-06-30 Jeremy AllisonMake schedule_deferred_open_message_smb() return an...
2012-06-29 Stefan Metzmachers3:smbd: make use of smbXsrv_open for smb1/2/3
2012-06-25 Stefan Metzmachers3:smbd/sesssetup: implement dynamic re-authentication...
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_session for smb1
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon for smb1
2012-06-25 Stefan Metzmachers3:smb2_sesssetup: make use of the smbXsrv_session...
2012-06-22 Stefan Metzmachers3:smbd: fix warning in smbd_tevent_trace_callback...
2012-06-20 Stefan Metzmachers3:smbd: fix the build with the --with-profiling-data...
2012-06-15 Stefan Metzmachers3:smbd: remember the request_time on an incoming request
2012-06-09 Stefan Metzmachers3:smbd: readd START_PROFILE(smbd_idle)/END_PROFILE...
2012-06-06 Stefan Metzmachers3:smbd: change user_struct->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:smbd: use 'struct user_struct' instead of typedef...
2012-05-30 Andrew Bartletts3-param: Use same function name for "max xmit" as...
2012-05-24 Stefan Metzmachers3:smbd: remove global 'smbd_server_conn' !!!
2012-05-24 Stefan Metzmachers3:smbd: only call file_init_global() in the parent...
2012-05-24 Stefan Metzmachers3:smbd: remove unused var in smbXsrv_connection_init_t...
2012-05-11 Stefan Metzmachers3:smbd: introduce struct smbXsrv_connection
2012-04-05 Andrew Bartlettbuild: Remove SMB_F* locking defines
2012-04-03 Andrew Bartletts3-smbd: Inline init_modules() into only caller
2012-03-29 Jeremy AllisonStart to add truncate checks on all uses of strlcpy...
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-03-21 Jeremy AllisonFix bug 8823 - source3/smbd/process.c:smb_dump seems...
2012-03-10 Volker Lendeckes3: Add smb_request_done
2012-03-10 Volker Lendeckes3: Remove unused smb_request->done
2012-03-10 Volker Lendeckes3: Remove unused smb_request->chain_outbuf
2012-03-10 Volker Lendeckes3: Remove "req_wct_ofs()"
2012-03-10 Volker Lendeckes3: Fix the read&x offset within a chain
2012-03-10 Volker Lendeckes3: Remove chain_reply
2012-03-10 Volker Lendeckes3: Replace chain_reply
2012-03-10 Volker Lendeckes3: Add a new set of andx chain handling routines
2012-03-06 Stefan Metzmachers3:smbd: keep 'num_users' and 'users' directly under...
2012-03-06 Volker Lendeckes3: Move a talloc_strdup out of the main code path
2012-03-05 Volker Lendeckes3: Move the drain_socket on error to reply_write_and_X
2012-03-05 Volker Lendeckes3: Remove "size" param from switch_message
2012-03-05 Volker Lendeckes3: Remove "size" param from smb_dump
2012-03-04 Andrew Bartletts3-auth: Remove security=share (depricated since 3.6).
2012-03-01 Jeremy AllisonAdd the implementation of check_reduced_name_with_privi...
2012-02-29 Volker Lendeckes3: Fix a const warning
2012-02-27 Andrew Bartletts3-param: Align lp_{max,min}protocol with lib/param...
2012-02-24 Volker Lendeckes3: Simplify smb_splice_chain
2012-02-24 Volker Lendeckes3: Simplify smb_splice_chain
2012-02-24 Volker Lendeckes3: Simplify smb_splice_chain
2012-02-24 Volker Lendeckes3: Simplify smb_splice_chain
2012-02-24 Volker Lendeckes3: Simplify smb_splice_chain
2012-02-24 Volker Lendeckes3: Turn some SMB_ASSERTS into proper return
2012-02-24 Volker Lendeckes3: Fix a DEBUG msg
2012-02-23 Volker Lendeckes3: smb_request->vwv can be const
2012-02-18 Jeremy AllisonFix a bunch of "unused variable" warnings.
2012-02-17 Jeremy AllisonReplace smbd_server_connection_loop_once() with tevent_...
2012-02-16 Andrew Bartlettlib/util: Remove sys_poll as it is no longer needed
2012-01-05 Volker Lendeckes3: Move basic SMB checking to a much earlier point
2012-01-05 Volker Lendeckes3: Add a suicide mode to smbd
2012-01-04 Volker Lendeckes3: Check for the packet size before accessing it
2011-12-15 Stefan Metzmachers3:smbd: pass smbd_server_connection and a snumused...
2011-12-15 Stefan Metzmachers3:smbd: split smb_conf_updated into parent and child...
2011-12-15 Stefan Metzmachers3:smbd: split ID_CACHE_* message handling into parent...
2011-12-13 Stefan Metzmachers3:smbd: pass smbd_server_connection to smbd_setup_sig_...
2011-12-13 Stefan Metzmachers3:smbd: pass smbd_server_connection to smbd_setup_sig_...
2011-12-13 Stefan Metzmachers3:smbd/oplock: pass smbd_server_connection to init_opl...
2011-12-13 Stefan Metzmachers3:smbd/open: pass smbd_server_connection as private_da...
2011-12-13 Stefan Metzmachers3:smbd: register MSG_SMB_FILE_RENAME after the fork
2011-12-13 Stefan Metzmachers3:smbd/conn_msg: pass smbd_server_connection as privat...
2011-12-12 Volker Lendeckes3: Remove a bunch of calls to procid_self()
2011-12-12 Stefan Metzmachers3:smbd/clode: pass smbd_server_connection as private_d...
2011-12-12 Stefan Metzmachers3:smbd/process: avoid using server_event_context(...
2011-12-12 Stefan Metzmachers3:smbd/process: avoid using server_event_context(...
2011-12-12 Stefan Metzmachers3:smbd: pass down smbd_server_connection via smbd_echo...
2011-12-12 Stefan Metzmachers3:smbd: remove references to the global smbd_server_conn
2011-12-12 Stefan Metzmachers3:smbd: make struct pending_message_list private
2011-12-12 Stefan Metzmachers3:smbd: remember the smbd_server_connection on pending...
2011-12-12 Stefan Metzmachers3:smbd: call sub_set_socket_ids() in smbd_process...
2011-11-10 Volker Lendeckes3: Avoid a race with the async echo handler
2011-11-04 Christian Ambachs3:smbd increase a debug level
2011-09-14 Stefan Metzmachers3:smbd: echo FLAGS2_SMB_SECURITY_SIGNATURES* and the...
2011-09-13 Volker Lendeckes3: Remove a reference to smbd_server_conn
2011-08-25 Volker Lendeckes3: Pass smbd_server_connection to srv_encrypt_buffer
2011-08-25 Volker Lendeckes3: Pass smbd_server_connection to srv_decrypt_buffer
2011-08-25 Volker Lendeckes3: Pass smbd_server_connection to srv_free_enc_buffer
2011-08-25 Volker Lendeckes3: Pass smbd_server_connection to is_encrypted_packet
2011-08-25 Volker Lendeckes3: Pass sconn to valid_smb_header
2011-08-14 Volker Lendeckes3: Fix bug 8360
2011-08-10 Simo Sorces3-printing: Force pcap reload when all ready
2011-08-10 Simo Sorcelib-util: Make useful function a common utility.
2011-08-09 Andreas Schneiders3-smbd: Pass tevent context to smbd_server_connection_...
2011-08-02 Volker Lendeckes3: Move deferred_open_queue to smbd_server_connection
2011-08-02 Volker Lendeckes3: Pass sconn explicitly to get_deferred_open_message_smb
2011-08-02 Volker Lendeckes3: Pass sconn explicitly to open_was_deferred
2011-08-02 Volker Lendeckes3: Pass sconn explicitly to schedule_deferred_open_mes...
2011-08-02 Volker Lendeckes3: Explicitly pass sconn to remove_deferred_open_messa...
2011-08-02 Simo Sorces3:smbd - Move printing queue stuff
2011-07-28 Volker Lendeckes3: Priorize the async echo responder over the client
2011-07-28 Volker Lendeckes3: Remove unused smbd_echo_reader()
2011-07-28 Volker Lendeckes3: Use smbd_echo_read_send in the async echo handler
2011-07-28 Volker Lendeckes3: Add smbd_echo_read_send/recv
2011-07-19 Andrew Bartletts3-auth use auth_user_info not netr_SamInfo3 in auth3_s...
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
2011-07-12 Stefan Metzmachers3:smbd: s/SMBkeepalive/NBSSkeepalive
2011-07-12 Stefan Metzmachers3:smbd: use PROTOCOL_SMB2_02 instead PROTOCOL_SMB2
next