summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-06s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'Stefan Metzmacher1-5/+5
2012-06-06s3:include: move some prototypes (e.g. smb_register_vfs) to vfs.hStefan Metzmacher1-9/+0
2012-06-06s3:smbd: add change_notify_fsp_has_changes()Stefan Metzmacher1-0/+1
2012-06-06s3:smbd: fcb_or_dos_open() can be staticStefan Metzmacher1-10/+0
2012-06-06s3:smbd: add vfs_remove_all_fsp_extensions()Stefan Metzmacher1-0/+1
2012-06-03s3:smbd: make conn_close_all() a void functionStefan Metzmacher1-1/+1
2012-05-25s3:smbd: pass smbd_server_connection to should_notify_deferred_opens()Stefan Metzmacher1-1/+1
2012-05-25s3:smbd: remove unused get_number_of_exclusive_open_oplocks()Stefan Metzmacher1-1/+0
2012-05-24s3:smbd: remove global 'smbd_server_conn' !!!Stefan Metzmacher1-1/+3
2012-05-24s3:smbd/files: split file_init_global() out of file_init()Stefan Metzmacher1-0/+1
2012-05-24s3:smbd/msdfs: pass allow_broken_path to resolve_dfspath_wcard()Stefan Metzmacher1-0/+1
2012-05-24s3:smbd/msdfs: pass 'allow_broken_path' to get_referred_path()Stefan Metzmacher1-1/+1
2012-05-24s3:smbd/msdfs: let create_conn_struct() also fake the 'smbd_server_connection'Stefan Metzmacher1-6/+7
2012-05-23s3:smbd/proto.h: remove unused resolve_dfspath() prototypeStefan Metzmacher1-5/+0
2012-05-23s3:smbd: add nt_status_np_pipe()Stefan Metzmacher1-0/+1
2012-05-16s3:onefs: remove all onefs related code as it not maintained anymoreStefan Metzmacher1-4/+0
2012-04-17s3: New notify implementationVolker Lendecke1-8/+19
2012-04-12Remove cancel_aio_by_fsp(). It can never work and could lead to memory corrup...Jeremy Allison1-1/+0
2012-04-11s3:smbd add seperate function to initialize kernel oplocksChristian Ambach1-0/+1
2012-04-09s3: Move the aio signal init to the vfs moduleVolker Lendecke1-0/+1
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-15/+15
2012-04-04First part of fix for bug 8837 - smbd crashes when deleting directory and vet...Jeremy Allison1-1/+1
2012-03-26s3: Pass filters explicitly through vfs notify watchVolker Lendecke1-1/+2
2012-03-23s3: Remove the sys_notify dependency from notify_internalVolker Lendecke1-8/+0
2012-03-22s3:vfs_gpfs: Export disk_norm functionChristof Schmitt1-0/+1
2012-03-21s3: Remove "conn" param from notify_init()Volker Lendecke1-2/+1
2012-03-21s3: Remove "conn" param from sys_notify_context_createVolker Lendecke1-2/+1
2012-03-21s3: Pass "conn" to sys_notify_watch()Volker Lendecke1-0/+1
2012-03-21s3: Pass "conn" to notify_add()Volker Lendecke1-1/+2
2012-03-21s3: Pass "path" through vfs_notify_watchVolker Lendecke1-0/+2
2012-03-15s3: Remove the separate server_id arg to notify_initVolker Lendecke1-1/+1
2012-03-10s3: Add smb_request_doneVolker Lendecke1-0/+1
2012-03-10s3: Remove "req_wct_ofs()"Volker Lendecke1-1/+0
2012-03-10s3: Remove chain_replyVolker Lendecke1-1/+0
2012-03-10s3: Add a new set of andx chain handling routinesVolker Lendecke1-0/+12
2012-03-07s3-smbd make change_to_user_by_session staticAndrew Bartlett1-2/+0
2012-03-04s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett1-9/+1
2012-03-01Add open_dir_with_privilege() to ensure we're opening the correct directory w...Jeremy Allison1-1/+3
2012-02-29Add accessor functions to set a bool "priv" on a directory handle. Not yet us...Jeremy Allison1-0/+2
2012-02-29Add the implementation of check_reduced_name_with_privilege(). Now to plumb intoJeremy Allison1-2/+1
2012-02-29Add check_reduced_name_with_privilege(), filename_convert_with_privilege() (c...Jeremy Allison1-0/+11
2012-02-24Make dptr_path() and dptr_wcard() const.Jeremy Allison1-2/+2