summaryrefslogtreecommitdiffstats
path: root/source3/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Move deferred_open_queue to smbd_server_connectionVolker Lendecke2011-08-021-7/+8
* s3: Pass sconn explicitly to get_deferred_open_message_smbVolker Lendecke2011-08-021-4/+6
* s3: Pass sconn explicitly to open_was_deferredVolker Lendecke2011-08-021-3/+3
* s3: Pass sconn explicitly to schedule_deferred_open_message_smbVolker Lendecke2011-08-021-3/+4
* s3: Explicitly pass sconn to remove_deferred_open_message_smbVolker Lendecke2011-08-021-4/+5
* s3:smbd - Move printing queue stuffSimo Sorce2011-08-021-2/+2
* s3: Priorize the async echo responder over the clientVolker Lendecke2011-07-281-4/+15
* s3: Remove unused smbd_echo_reader()Volker Lendecke2011-07-281-97/+0
* s3: Use smbd_echo_read_send in the async echo handlerVolker Lendecke2011-07-281-6/+68
* s3: Add smbd_echo_read_send/recvVolker Lendecke2011-07-281-0/+155
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-201-1/+1
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-2/+2
* s3:smbd: s/SMBkeepalive/NBSSkeepaliveStefan Metzmacher2011-07-121-2/+2
* s3:smbd: use PROTOCOL_SMB2_02 instead PROTOCOL_SMB2Stefan Metzmacher2011-07-121-1/+1
* Fix bug #8293 - SMB2 doesn't rotate the log files often enough.Jeremy Allison2011-07-081-2/+2
* s3-lib Move event_add_idle() to source3/lib/events.cAndrew Bartlett2011-07-041-80/+0
* s3-smbd: Exit cleanly if we can't create an address string.Andreas Schneider2011-07-041-1/+3
* s3-smbd: Replace client_id in smbd process.Andreas Schneider2011-07-041-6/+32
* s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-3/+3
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-4/+4
* release_ip() is only used with CLUSTER_SUPPORT.Jeremy Allison2011-06-011-1/+1
* s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett2011-05-311-13/+13
* s3:smbd remove unused codeChristian Ambach2011-05-201-11/+0
* s3: Fork the echo handler only after SMB1 negprot is doneVolker Lendecke2011-05-201-7/+2
* Fix Bug 8152 - smbd crash in release_ip()Christian Ambach2011-05-191-0/+3
* s3: conn->sconn in smbd_server_connection_read/write_handlerVolker Lendecke2011-05-171-9/+10
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* Fix many const compiler warnings.Jeremy Allison2011-05-051-16/+16
* s3: Handle EINTR from sys_poll correctlyVolker Lendecke2011-05-031-1/+4
* s3-proto: move remaining spoolss protos to own header file.Günther Deschner2011-05-021-0/+1
* s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.Günther Deschner2011-04-291-0/+1
* s3: Fix smbd with the async echo responderVolker Lendecke2011-04-141-10/+13
* s3: Fix a typoVolker Lendecke2011-04-141-1/+1
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-0/+1
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Eliminate sys_select from fd_is_readableVolker Lendecke2011-02-281-10/+4
* s3: Use poll in smbdVolker Lendecke2011-02-281-20/+15
* s3-printing: fix pcacp prototypes and includes.Günther Deschner2011-02-221-0/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-3/+3
* s3: Avoid a select call per smbVolker Lendecke2011-02-111-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-061-3/+3
* s3:smbd: let smbd_server_connection_loop_once() check for select errorsStefan Metzmacher2011-01-311-0/+4