summaryrefslogtreecommitdiffstats
path: root/source3/smbd/proto.h
Commit message (Expand)AuthorAgeFilesLines
* vfs: remove unused function vfs_pread_data()Michael Adam2014-06-131-2/+0
* Convert samba_private_attr_name() to a public functionRalph Boehme2014-06-131-0/+1
* s3: smbd: Remove open_file_fchmod().Jeremy Allison2014-05-021-3/+0
* smbd: Pass timespec_current through the notify_callbackVolker Lendecke2014-04-231-1/+2
* lib: Move full_path_tos to util_str.cVolker Lendecke2014-04-231-3/+0
* s3:smbd: let srvstr_pull_req_talloc() take 'const uint8_t *src'Stefan Metzmacher2014-04-021-1/+1
* smbd: Implement and use full_path_tosVolker Lendecke2013-12-141-0/+3
* s3-lib: smbclient shows no error if deleting a directory with del failedJeremy Allison2013-11-141-1/+0
* s3-smbd: smbclient shows no error if deleting a directory with del failedJeremy Allison2013-11-141-1/+1
* s3-smbd: Do not declare change_to_root_user() twice.Andreas Schneider2013-10-291-1/+0
* s3-smbd_shim: Add become_authenticated_pipe_user().Andreas Schneider2013-10-291-2/+2
* smbd: Remove separate oplock_type parameter from set_file_oplockVolker Lendecke2013-10-241-1/+1
* smbd: Make release_file_oplock staticVolker Lendecke2013-10-241-1/+0
* s3:smbd/session: Added a routine find_sessions()Shekhar Amlekar2013-09-101-0/+2
* smbd: Apply some const to message_to_share_mode_entryVolker Lendecke2013-09-061-1/+1
* smbd: Remove unused should_notify_deferred_opensVolker Lendecke2013-09-061-1/+0
* smbd: Make break_level2_to_none_async staticVolker Lendecke2013-08-161-1/+0
* Add the ability to send an NTSTATUS result back with a trans2 reply so we can...Jeremy Allison2013-07-191-0/+1
* smbd: We don't use DEFERRED_OPEN_ENTRY anymoreVolker Lendecke2013-04-261-2/+0
* smbd: Remove unused reply_to_oplock_break_requestsVolker Lendecke2013-04-261-1/+0
* Cleanup. Remove unused function dptr_DirCacheAdd(). Make DirCacheAdd() static.Jeremy Allison2013-04-161-2/+0
* s3:smbd: convert srvstr_pull_req_talloc() into a functionRalph Wuerthner2013-04-101-0/+2
* s3:smbd: add some const to req_is_in_chain()Stefan Metzmacher2013-03-201-1/+1
* s3:smbd: s/struct timed_event/struct tevent_timerStefan Metzmacher2013-02-191-2/+2
* s3:smbd: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-4/+4
* smbd: split out file_fsp_get from file_fsp_smb2David Disseldorp2013-01-161-0/+3
* Move create_share_access_mask() from smbd/service.c to smbd/uid.c.Jeremy Allison2013-01-091-3/+0
* Add check_user_share_access() which factors out the share security and read_o...Jeremy Allison2013-01-091-0/+4
* Change API for create_share_access_mask() - remove conn struct.Jeremy Allison2013-01-091-2/+2
* Change API for create_share_access_mask() to pass in the token.Jeremy Allison2013-01-091-1/+3
* Fix API for create_share_access_mask().Jeremy Allison2013-01-091-1/+1
* Remove static from create_share_access_mask().Jeremy Allison2013-01-091-0/+1
* pysmbd: Convert pysmbd to take an optional service to connect toAndrew Bartlett2013-01-071-2/+3
* smbd: Split create_conn_struct into a fn that does not change the working dirAndrew Bartlett2013-01-071-2/+9
* Remove unused append_parent_acl().Jeremy Allison2012-12-041-3/+0
* smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett2012-11-131-1/+0
* Change get_nt_acl_no_snum() to return an NTSTATUS, not a struct security_desc...Andrew Bartlett2012-11-131-1/+2
* s3:smbd: pass the current time to make_connection[_smb1]()Stefan Metzmacher2012-11-051-0/+1
* Fix bug #9329 - Directory listing with SeBackup can crash smbd.Jeremy Allison2012-10-291-0/+1
* s3:smbd: remove unused claim_connection/yield_connectionStefan Metzmacher2012-10-191-2/+0
* s3:smbd: remove smbd_server_connection argument from session_claim()Gregor Beck2012-10-191-1/+1
* s3:smbd: pass smbXsrv_session instead of user_struct to session_claim() and s...Gregor Beck2012-10-191-2/+3
* s3:count_current_connections: do not clear orphaned entries from connections.tdbGregor Beck2012-10-191-1/+1
* s3:smbd/utmp: remove ip address from utmp recordStefan Metzmacher2012-10-191-4/+2
* s3:smbd: remove duplicate prototypes for sys_utmp_claim() an sys_utmp_yield()Michael Adam2012-10-191-6/+0
* s3:smbd: add exit_server to the smbd_shim hooksStefan Metzmacher2012-10-191-2/+5
* vfs: Implement a sys_acl_blob_get_{fd,file} for POSIX ACL backendsAndrew Bartlett2012-10-111-0/+10
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-111-1/+4
* s3: make recursive_rmdir function non-staticBjörn Baumbach2012-10-011-0/+3
* Add bool use_privs parameter to smbd_check_access_rights()Jeremy Allison2012-09-141-0/+1