summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-18s3: Properly handle shutdown with the _send/_recv based aioVolker Lendecke1-0/+1
2012-07-12Add an optimization to pthread aio writes to also do fsync if requested.Jeremy Allison1-0/+1
2012-07-12s3: Factor out "mark_file_modified"Volker Lendecke1-0/+1
2012-07-09Make check_same_stat() and check_same_dev_ino() common functions.Jeremy Allison1-2/+0
2012-07-03s3:smbd:smb2: fix prototype of make_connection_smb2() to use smbXsrv_tconMichael Adam1-2/+1
2012-06-30Don't allow asynchronous creates to be canceled in SMB2.Jeremy Allison1-0/+1
2012-06-30Make schedule_deferred_open_message_smb() return an indication of success.Jeremy Allison1-1/+1
2012-06-29s3:smbd: make use of smbXsrv_open for smb1/2/3Stefan Metzmacher1-1/+0
2012-06-25s3:smbd: remove now unused invalidate_all_vuids()Stefan Metzmacher1-1/+0
2012-06-25s3:smbd: remove now unused conn_close_all()Michael Adam1-1/+0
2012-06-25s3:smbd: make use of smbXsrv_session for smb1Stefan Metzmacher1-8/+0
2012-06-25s3:smbd: make use of smbXsrv_tcon for smb1Stefan Metzmacher1-3/+0
2012-06-25s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2Stefan Metzmacher1-2/+3
2012-06-19TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell1-5/+0
2012-06-15s3:files: factor fsp_free() out of file_free()Michael Adam1-0/+1
2012-06-15s3:smbd: refactor fsp_new() out of file_new()Michael Adam1-0/+2
2012-06-14s3:smbd: add a fsp_persistent_id() functionStefan Metzmacher1-0/+1
2012-06-09s3:smbd: add file_fsp_smb2()Stefan Metzmacher1-0/+3
2012-06-08s3:smbd: change set_file_oplock() to return NTSTATUSMichael Adam1-1/+1
2012-06-06s3:include: change connection_struct->cnum to uint32_tMichael Adam1-1/+1
2012-06-06s3:smbd: change user_struct->vuid to uint64_tStefan Metzmacher1-9/+9
2012-06-06s3:smbd: let file_close_pid/file_close_user take a uint64_t vuidStefan Metzmacher1-2/+2
2012-06-06s3:smbd: pass down vuid as uint64_t in lanman.cStefan Metzmacher1-1/+1
2012-06-06s3:smbd: change vuid to uint64_t in uid.cStefan Metzmacher1-3/+3
2012-06-06s3:smbd: let close_cnum() take a uint64_t vuidStefan Metzmacher1-1/+1
2012-06-06s3:smbd: let make_connection() take a uint64_t vuidStefan Metzmacher1-1/+1
2012-06-06s3:smbd: let conn_clear_vuid_caches() take a uint64_t vuidStefan Metzmacher1-1/+1