summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-24smbd: Remove separate oplock_type parameter from set_file_oplockVolker Lendecke1-1/+1
2013-10-24smbd: Make release_file_oplock staticVolker Lendecke1-1/+0
2013-09-10s3:smbd/session: Added a routine find_sessions()Shekhar Amlekar1-0/+2
2013-09-06smbd: Apply some const to message_to_share_mode_entryVolker Lendecke1-1/+1
2013-09-06smbd: Remove unused should_notify_deferred_opensVolker Lendecke1-1/+0
2013-08-16smbd: Make break_level2_to_none_async staticVolker Lendecke1-1/+0
2013-07-19Add the ability to send an NTSTATUS result back with a trans2 reply so we can...Jeremy Allison1-0/+1
2013-04-26smbd: We don't use DEFERRED_OPEN_ENTRY anymoreVolker Lendecke1-2/+0
2013-04-26smbd: Remove unused reply_to_oplock_break_requestsVolker Lendecke1-1/+0
2013-04-16Cleanup. Remove unused function dptr_DirCacheAdd(). Make DirCacheAdd() static.Jeremy Allison1-2/+0
2013-04-10s3:smbd: convert srvstr_pull_req_talloc() into a functionRalph Wuerthner1-0/+2
2013-03-20s3:smbd: add some const to req_is_in_chain()Stefan Metzmacher1-1/+1
2013-02-19s3:smbd: s/struct timed_event/struct tevent_timerStefan Metzmacher1-2/+2
2013-02-19s3:smbd: s/struct event_context/struct tevent_contextStefan Metzmacher1-4/+4
2013-01-16smbd: split out file_fsp_get from file_fsp_smb2David Disseldorp1-0/+3
2013-01-09Move create_share_access_mask() from smbd/service.c to smbd/uid.c.Jeremy Allison1-3/+0
2013-01-09Add check_user_share_access() which factors out the share security and read_o...Jeremy Allison1-0/+4
2013-01-09Change API for create_share_access_mask() - remove conn struct.Jeremy Allison1-2/+2
2013-01-09Change API for create_share_access_mask() to pass in the token.Jeremy Allison1-1/+3
2013-01-09Fix API for create_share_access_mask().Jeremy Allison1-1/+1
2013-01-09Remove static from create_share_access_mask().Jeremy Allison1-0/+1
2013-01-07pysmbd: Convert pysmbd to take an optional service to connect toAndrew Bartlett1-2/+3
2013-01-07smbd: Split create_conn_struct into a fn that does not change the working dirAndrew Bartlett1-2/+9
2012-12-04Remove unused append_parent_acl().Jeremy Allison1-3/+0
2012-11-13smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett1-1/+0
2012-11-13Change get_nt_acl_no_snum() to return an NTSTATUS, not a struct security_desc...Andrew Bartlett1-1/+2
2012-11-05s3:smbd: pass the current time to make_connection[_smb1]()Stefan Metzmacher1-0/+1
2012-10-29Fix bug #9329 - Directory listing with SeBackup can crash smbd.Jeremy Allison1-0/+1
2012-10-19s3:smbd: remove unused claim_connection/yield_connectionStefan Metzmacher1-2/+0
2012-10-19s3:smbd: remove smbd_server_connection argument from session_claim()Gregor Beck1-1/+1
2012-10-19s3:smbd: pass smbXsrv_session instead of user_struct to session_claim() and s...Gregor Beck1-2/+3
2012-10-19s3:count_current_connections: do not clear orphaned entries from connections.tdbGregor Beck1-1/+1
2012-10-19s3:smbd/utmp: remove ip address from utmp recordStefan Metzmacher1-4/+2
2012-10-19s3:smbd: remove duplicate prototypes for sys_utmp_claim() an sys_utmp_yield()Michael Adam1-6/+0
2012-10-19s3:smbd: add exit_server to the smbd_shim hooksStefan Metzmacher1-2/+5
2012-10-11vfs: Implement a sys_acl_blob_get_{fd,file} for POSIX ACL backendsAndrew Bartlett1-0/+10
2012-10-11smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett1-1/+4
2012-10-01s3: make recursive_rmdir function non-staticBjörn Baumbach1-0/+3
2012-09-14Add bool use_privs parameter to smbd_check_access_rights()Jeremy Allison1-0/+1
2012-09-11s3:proto.h: remove duplicate disk_quotas prototypesBjörn Jacke1-10/+0
2012-09-08s3:vfs_default: add basic support for durable handle request and reconnectMichael Adam1-0/+17
2012-09-08s3:smbd: make fd_open() publicMichael Adam1-0/+2
2012-09-04s3: Make "open_match_attributes" staticVolker Lendecke1-6/+0
2012-08-30Re-add set_sd(), called from set_sd_blob(). Allows us to centralize all ACL c...Jeremy Allison1-0/+2
2012-08-30Rename set_sd() to set_sd_blob() - this describes what it does.Jeremy Allison1-1/+1
2012-08-23s3-smbd: Add security_info_wanted argument to get_nt_acl_no_snumAndrew Bartlett1-1/+1
2012-07-31s3: Make request_timed_out() staticVolker Lendecke1-2/+0
2012-07-19s3-aio: Panic if we try to close a fsp with outstanding aio requestsVolker Lendecke1-1/+0
2012-07-18s3: Fix the buildVolker Lendecke1-0/+1
2012-07-18s3-aio: Remove unused VFS functions and moreVolker Lendecke1-3/+0