summaryrefslogtreecommitdiffstats
path: root/source3/smbd/proto.h
Commit message (Expand)AuthorAgeFilesLines
* s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett2012-03-041-9/+1
* Add open_dir_with_privilege() to ensure we're opening the correct directory w...Jeremy Allison2012-03-011-1/+3
* Add accessor functions to set a bool "priv" on a directory handle. Not yet us...Jeremy Allison2012-02-291-0/+2
* Add the implementation of check_reduced_name_with_privilege(). Now to plumb intoJeremy Allison2012-02-291-2/+1
* Add check_reduced_name_with_privilege(), filename_convert_with_privilege() (c...Jeremy Allison2012-02-291-0/+11
* Make dptr_path() and dptr_wcard() const.Jeremy Allison2012-02-241-2/+2
* s3:smbd: remove unused code from sesssetup.cStefan Metzmacher2012-01-311-4/+0
* s3:smbd/proto.h: remove unused do_map_to_guest() prototypeStefan Metzmacher2012-01-201-4/+0
* Fix bug 8710 - connections.tdb - major leak with SMB2.Jeremy Allison2012-01-181-2/+4
* s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa...Stefan Metzmacher2011-12-151-1/+2
* s3:smbd: split ID_CACHE_* message handling into parent and child partsStefan Metzmacher2011-12-151-4/+0
* s3:smbd/oplock: make process_oplock_async_level2_break_message() staticStefan Metzmacher2011-12-141-5/+0
* s3:smbd: remove unused smbd_messaging_context()Stefan Metzmacher2011-12-141-1/+0
* s3:smbd: pass smbd_server_connection to smbd_setup_sig_hup_handler()Stefan Metzmacher2011-12-131-2/+1
* s3:smbd: pass smbd_server_connection to smbd_setup_sig_term_handler()Stefan Metzmacher2011-12-131-1/+1
* s3:smbd/oplock: pass smbd_server_connection to onefs_init_kernel_oplocks()Stefan Metzmacher2011-12-131-1/+1
* s3:smbd/oplock: pass smbd_server_connection to linux_init_kernel_oplocks()Stefan Metzmacher2011-12-131-1/+1
* s3:smbd/oplock: pass smbd_server_connection to irix_init_kernel_oplocks()Stefan Metzmacher2011-12-131-1/+1
* s3:smbd/oplock: pass smbd_server_connection to init_oplocks()Stefan Metzmacher2011-12-131-1/+1
* s3: Move can_delete_directory to smbd/, remove shimVolker Lendecke2011-12-131-2/+0
* s3: Move can_set_delete_on_close to smbd/Volker Lendecke2011-12-131-0/+1
* s3:smbd/msdfs: enum_msdfs_links() doesn't need a smbd_server_connection anymoreStefan Metzmacher2011-12-131-2/+1
* s3:smbd: add connections_snum_used()Stefan Metzmacher2011-12-131-0/+1
* Final part of patchset to fix bug #8556 - ACL permissions ignored when SMBset...Jeremy Allison2011-11-161-0/+4
* s3:smbd/aio: add cancel_smb2_aio()Stefan Metzmacher2011-11-151-0/+1
* Remove can_access_file_acl(). We no longer need this duplicate code (hurrah!).Jeremy Allison2011-11-041-6/+0
* Add const to the smb_filename argument of smbd_check_access_rights().Jeremy Allison2011-11-041-2/+2
* Expose smbd_check_access_rights() to other modules.Jeremy Allison2011-11-041-0/+3
* smb1_file_se_access_check() is now static to smbd/open.cJeremy Allison2011-11-041-5/+0
* Revert "Change function signature of check_parent_access() to take char * ins...Jeremy Allison2011-11-041-4/+0
* Change function signature of check_parent_access() to take char * instead of ...Jeremy Allison2011-11-011-0/+4
* Second part of fix for bug #8541 - readlink() on Linux clients fails if the s...Jeremy Allison2011-10-221-0/+1
* Fix bug #8541 - readlink() on Linux clients fails if the symlink target is ou...Jeremy Allison2011-10-221-0/+1
* First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm2011-10-171-0/+6
* s3: remove some dead prototypes.Günther Deschner2011-10-141-2/+0
* s3:smbcontrol: let smbd pass the idmap msg to its children for convenienceGregor Beck2011-10-121-1/+1
* s3: factor out messaging_send_to_children()Gregor Beck2011-10-121-0/+2
* s3: Remove the smbd_server_conn ref from create_junctionVolker Lendecke2011-09-261-0/+1
* s3: Remove the smbd_server_conn ref from get_referred_pathVolker Lendecke2011-09-261-0/+1
* s3: Remove the smbd_server_conn ref from create_conn_structVolker Lendecke2011-09-261-0/+1
* s3:smbd: make use of better SMB signing negotiationStefan Metzmacher2011-09-141-1/+2
* s3-smbd: Rename reload_printers() and add documentation.Andreas Schneider2011-09-051-2/+2
* s3: Pass smbd_server_connection to (unused) server_encryption_shutdownVolker Lendecke2011-08-251-1/+1
* s3: Pass smbd_server_connection to srv_encrypt_bufferVolker Lendecke2011-08-251-1/+2
* s3: Pass smbd_server_connection to srv_decrypt_bufferVolker Lendecke2011-08-251-2/+1
* s3: Pass smbd_server_connection to srv_free_enc_bufferVolker Lendecke2011-08-251-1/+1
* s3: Pass smbd_server_connection to is_encrypted_packetVolker Lendecke2011-08-251-1/+2
* s3-id_cache: Use better names for id cache management opsAndreas Schneider2011-08-211-1/+1
* s3-id_cache: Move id caches mgmt out of smbdAndreas Schneider2011-08-211-1/+1
* s3-smbd: Pass tevent context to smbd_server_connection_loop_once().Andreas Schneider2011-08-091-1/+2