summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-31s3:smbd: remove unused code from sesssetup.cStefan Metzmacher1-4/+0
2012-01-20s3:smbd/proto.h: remove unused do_map_to_guest() prototypeStefan Metzmacher1-4/+0
2012-01-18Fix bug 8710 - connections.tdb - major leak with SMB2.Jeremy Allison1-2/+4
2011-12-15s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa...Stefan Metzmacher1-1/+2
2011-12-15s3:smbd: split ID_CACHE_* message handling into parent and child partsStefan Metzmacher1-4/+0
2011-12-14s3:smbd/oplock: make process_oplock_async_level2_break_message() staticStefan Metzmacher1-5/+0
2011-12-14s3:smbd: remove unused smbd_messaging_context()Stefan Metzmacher1-1/+0
2011-12-13s3:smbd: pass smbd_server_connection to smbd_setup_sig_hup_handler()Stefan Metzmacher1-2/+1
2011-12-13s3:smbd: pass smbd_server_connection to smbd_setup_sig_term_handler()Stefan Metzmacher1-1/+1
2011-12-13s3:smbd/oplock: pass smbd_server_connection to onefs_init_kernel_oplocks()Stefan Metzmacher1-1/+1
2011-12-13s3:smbd/oplock: pass smbd_server_connection to linux_init_kernel_oplocks()Stefan Metzmacher1-1/+1
2011-12-13s3:smbd/oplock: pass smbd_server_connection to irix_init_kernel_oplocks()Stefan Metzmacher1-1/+1
2011-12-13s3:smbd/oplock: pass smbd_server_connection to init_oplocks()Stefan Metzmacher1-1/+1
2011-12-13s3: Move can_delete_directory to smbd/, remove shimVolker Lendecke1-2/+0
2011-12-13s3: Move can_set_delete_on_close to smbd/Volker Lendecke1-0/+1
2011-12-13s3:smbd/msdfs: enum_msdfs_links() doesn't need a smbd_server_connection anymoreStefan Metzmacher1-2/+1
2011-12-13s3:smbd: add connections_snum_used()Stefan Metzmacher1-0/+1
2011-11-16Final part of patchset to fix bug #8556 - ACL permissions ignored when SMBset...Jeremy Allison1-0/+4
2011-11-15s3:smbd/aio: add cancel_smb2_aio()Stefan Metzmacher1-0/+1
2011-11-04Remove can_access_file_acl(). We no longer need this duplicate code (hurrah!).Jeremy Allison1-6/+0
2011-11-04Add const to the smb_filename argument of smbd_check_access_rights().Jeremy Allison1-2/+2
2011-11-04Expose smbd_check_access_rights() to other modules.Jeremy Allison1-0/+3
2011-11-04smb1_file_se_access_check() is now static to smbd/open.cJeremy Allison1-5/+0
2011-11-04Revert "Change function signature of check_parent_access() to take char * ins...Jeremy Allison1-4/+0
2011-11-01Change function signature of check_parent_access() to take char * instead of ...Jeremy Allison1-0/+4
2011-10-22Second part of fix for bug #8541 - readlink() on Linux clients fails if the s...Jeremy Allison1-0/+1