s3: piddir creation fix part 2.
[ira/wip.git] / source3 / smbd / process.c
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
2011-07-07 Jeremy AllisonFix bug #8293 - SMB2 doesn't rotate the log files often...
2011-07-04 Andrew Bartletts3-lib Move event_add_idle() to source3/lib/events.c
2011-07-04 Andreas Schneiders3-smbd: Exit cleanly if we can't create an address...
2011-07-04 Andreas Schneiders3-smbd: Replace client_id in smbd process.
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-06-01 Jeremy Allisonrelease_ip() is only used with CLUSTER_SUPPORT.
2011-05-30 Andrew Bartletts3-globals Remove smbd_event_context() (use server_even...
2011-05-20 Christian Ambachs3:smbd remove unused code
2011-05-20 Volker Lendeckes3: Fork the echo handler only after SMB1 negprot is...
2011-05-19 Christian AmbachFix Bug 8152 - smbd crash in release_ip()
2011-05-17 Volker Lendeckes3: conn->sconn in smbd_server_connection_read/write_ha...
2011-05-06 Günther Deschners3-libsmb: move protos to libsmb/proto.h
2011-05-05 Jeremy AllisonFix many const compiler warnings.
2011-05-03 Volker Lendeckes3: Handle EINTR from sys_poll correctly
2011-05-02 Günther Deschners3-proto: move remaining spoolss protos to own header...
2011-04-29 Günther Deschners3-tsocket: only include ../lib/tsocket/tsocket.h where...
2011-04-14 Volker Lendeckes3: Fix smbd with the async echo responder
2011-04-14 Volker Lendeckes3: Fix a typo
2011-04-13 Günther Deschners3: only include smb profiling where needed.
2011-03-29 Günther Deschners3-messages: make ndr_messaging.h part of messages.h.
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3-auth: smbd needs auth.h
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-02-28 Volker Lendeckes3: Eliminate sys_select from fd_is_readable
next