summaryrefslogtreecommitdiffstats
path: root/source3/smbd/globals.h
Commit message (Expand)AuthorAgeFilesLines
* s3: Remove the sys_notify dependency from notify_internalVolker Lendecke2012-03-231-0/+1
* s3: Move the notify_ctx to the smbd_server_connectionVolker Lendecke2012-03-211-0/+1
* s3:smb2_server add function to verify creditchargeChristian Ambach2012-03-091-0/+3
* s3:smb2_server: add supports_multicredit to sconnChristian Ambach2012-03-091-0/+1
* s3-auth: Follow auth_ntlmssp and use auth4_context for Session SetupAndrew Bartlett2012-03-081-1/+1
* s3:smbd: keep 'num_files' and 'files' directly under smbd_server_connectionStefan Metzmacher2012-03-061-1/+2
* s3:smbd: keep 'num_connections' and 'connections' directly under smbd_server_...Stefan Metzmacher2012-03-061-4/+3
* s3:smbd: keep 'num_users' and 'users' directly under smbd_server_connectionStefan Metzmacher2012-03-061-2/+3
* s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett2012-03-041-4/+0
* s3:smbd/globals.h: remove unused pollfd pointerStefan Metzmacher2012-03-041-6/+0
* s3-smbd Remove unused code now we always have SPNEGO via gensecAndrew Bartlett2012-02-161-3/+0
* s3:smbd: remove pending_auth_data logicStefan Metzmacher2012-01-311-2/+0
* s3-auth use gensec directly rather than via auth_generic_stateAndrew Bartlett2012-01-051-1/+1
* s3: Remove the unused "file_existed" parameter from smbd_calculate_access_maskVolker Lendecke2012-01-031-1/+0
* s3-auth rename auth_ntlmssp_state -> auth_generic_stateAndrew Bartlett2011-12-221-1/+1
* s3:smbd: remove unused sconn_server_id()Stefan Metzmacher2011-12-161-2/+0
* s3:smbd/globals: remove unused msg_ctx_to_sconn()Stefan Metzmacher2011-12-151-2/+0
* s3:smbd/server: maintain the list of child processes under smbd_parent_contextStefan Metzmacher2011-12-141-3/+0
* s3:smbd/globals: change 'int am_parent' into 'struct smbd_parent_context *am_...Stefan Metzmacher2011-12-141-1/+2
* s3:smbd/globals: remove unused extern declarationsStefan Metzmacher2011-12-131-2/+0
* s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctxStefan Metzmacher2011-12-121-1/+0
* s3:smbd: remember the event context on smbd_server_connectionStefan Metzmacher2011-12-121-0/+1
* s3:smb2_server: pass explicit defer_times to smbd_smb2_request_pending_queue()Stefan Metzmacher2011-11-151-1/+2
* s3:smb2_server: always send STATUS_PENDING responses, but delayed by 0.5 mill...Stefan Metzmacher2011-11-151-1/+1
* s3:smb2_server: FLAG_CHAINED means we always use the last session_id and tidStefan Metzmacher2011-10-311-0/+2
* Make smbd_check_open_rights() static.Jeremy Allison2011-10-281-4/+0
* s3-seal Remove struct smb_srv_trans_enc_ctxAndrew Bartlett2011-10-211-3/+2
* s3:smb2_server: remember the max_{trans,read,write} sizes we negotiated (bug ...Stefan Metzmacher2011-10-131-0/+3
* s3:smbd: remember the client unix capabilities on the connectionStefan Metzmacher2011-09-141-0/+7
* s3:smb2_server: add smbd_smb2_request_verify_sizes()Stefan Metzmacher2011-09-071-0/+3
* s3:smb2_server: add basic support for SMB 2.1Stefan Metzmacher2011-09-051-0/+2
* libcli/smb: move smb2_signing.c to the toplevelStefan Metzmacher2011-09-051-7/+0
* Based on metze's fix for Bug 8407 - SMB2 server can return requests out-of-or...Jeremy Allison2011-08-311-0/+1
* s3:smb2_server: keep compound_related on struct smbd_smb2_requestStefan Metzmacher2011-08-311-0/+1
* s3-printing: Rework how the background process is startedSimo Sorce2011-08-101-0/+2
* s3-auth use auth_generic_start to get full GENSEC in Samba3 session setupAndrew Bartlett2011-08-031-0/+3
* s3: Move deferred_open_queue to smbd_server_connectionVolker Lendecke2011-08-021-2/+4
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-1/+1
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-201-1/+1
* s3:smbd: make smbd_calculate_access_mask() non-staticStefan Metzmacher2011-07-111-0/+5
* Move smbd_smb2_request_check_tcon() smbd_smb2_request_check_session() next to...Jeremy Allison2011-07-081-3/+0
* Fix bug #8293 - SMB2 doesn't rotate the log files often enough.Jeremy Allison2011-07-081-1/+2
* s3-smbd: Remove client_address from smbd_server_connection struct.Andreas Schneider2011-07-041-1/+0
* s3-smbd: Replace client_id in smbd process.Andreas Schneider2011-07-041-0/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-1/+2
* The searches struct is still being used and idled in SMB2 - move it to the gl...Jeremy Allison2011-03-181-5/+7
* s3-auth struct security_unix_token replaces UNIX_USER_TOKENAndrew Bartlett2011-03-011-1/+1
* s3: Use poll in smbdVolker Lendecke2011-02-281-0/+8
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-1/+1
* s3-printing: Initiate pcap reload from parent smbdDavid Disseldorp2011-01-071-1/+0