Add const to the smb_filename argument of smbd_check_access_rights().
[ira/wip.git] / source3 / smbd / open.c
2011-11-04 Jeremy AllisonAdd const to the smb_filename argument of smbd_check_ac...
2011-11-04 Jeremy AllisonExpose smbd_check_access_rights() to other modules.
2011-11-04 Jeremy AllisonRename smbd_check_open_rights() to smbd_check_access_ri...
2011-11-04 Jeremy AllisonReplace smb1_file_se_access_check() with just se_access...
2011-11-04 Jeremy AllisonMove root check out of smb1_file_se_access_check()...
2011-11-04 Jeremy Allisonsmb1_file_se_access_check() is now static to smbd/open.c
2011-11-04 Jeremy AllisonRevert "Change function signature of check_parent_acces...
2011-11-01 Jeremy AllisonChange function signature of check_parent_access()...
2011-10-28 Jeremy AllisonRemove the order dependency in parent_override_delete...
2011-10-28 Jeremy AllisonRemove unused "struct security_descriptor" parameter...
2011-10-28 Jeremy AllisonFinally do all the open checks inside open_file()....
2011-10-28 Jeremy AllisonSimplify smbd_check_open_rights() and move all the...
2011-10-28 Jeremy AllisonMove parent_override_delete() to before I need to use it.
2011-10-28 Jeremy AllisonMake smbd_check_open_rights() static.
2011-10-26 Jeremy AllisonFactor out the code checking if a parent should overrid...
2011-10-26 Jeremy AllisonRemove another level of indentation - deal with !NT_STA...
2011-10-26 Jeremy AllisonAdd early return on stat open without O_CREAT if file...
2011-10-20 Jeremy AllisonRefactor to create check_parent_access() which can...
2011-10-20 Jeremy AllisonMake mkdir_internal() check the parent ACL for SEC_DIR_...
2011-10-19 Jeremy AllisonFix error return to be NT_STATUS_NOT_A_DIRECTORY.
2011-10-19 Jeremy AllisonMake use of the "dir_exists" we already have on directo...
2011-10-17 Frank LahmFirst part of fix for bug #8419 - Make VFS op "streamin...
2011-10-14 Frank LahmAdd support for VFS op streaminfo chaining in all relev...
2011-10-04 Jeremy AllisonFix bug #8507 - smbd doesn't correctly honor the "force...
2011-08-02 Volker Lendeckes3: Pass sconn explicitly to open_was_deferred
2011-08-02 Volker Lendeckes3: Explicitly pass sconn to remove_deferred_open_messa...
2011-07-29 Volker Lendeckes3: Make map_open_params_to_ntcreate() available in...
2011-07-29 Volker Lendeckes3: Make is_executable() available in lib/
2011-07-29 Volker Lendeckes3: We only need base_name in map_open_params_to_ntcreate
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
2011-07-11 Stefan Metzmachers3:smbd: check the share level access mask in smbd_calc...
2011-07-11 Stefan Metzmachers3:smbd: make smbd_calculate_access_mask() non-static
2011-07-05 Volker Lendeckes3: Fix bug 8102
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-23 Jeremy AllisonFix bug #8254 - "acl check permissions = no" does not...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-08 Jeremy AllisonEnsure when creating a directory, if we make any change...
2011-06-08 Jeremy AllisonPart 4 of bugfix for #8211 - "inherit owner = yes"...
2011-06-08 Jeremy AllisonPart 3 of bugfix for #8211 - "inherit owner = yes"...
2011-06-07 Jeremy AllisonPart 2 of bugfix for #8211 - "inherit owner = yes"...
2011-06-07 Jeremy AllisonPart 1 of bugfix for #8211 - "inherit owner = yes"...
2011-06-01 Jeremy AllisonMove fd_close on error path to be identical to all...
2011-06-01 Jeremy AllisonTALLOC_FREE already checks for null.
2011-06-01 Jeremy AllisonFix bug #8175 - smbd deadlock.
2011-05-16 Jeremy AllisonFix the SMB2 showstopper, found by an extended torture...
2011-05-16 Jeremy AllisonEnsure we always write the correct incoming mid into...
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
2011-04-15 Jeremy AllisonEnsure vfs_chown_fsp() is safe against races.
2011-04-14 Jeremy AllisonEnsure change_dir_owner_to_parent() can't be raced.
2011-04-14 Jeremy AllisonOptimization for change_file_owner_to_parent() and...
2011-04-13 Jeremy AllisonDon't print "success" message after error message in...
2011-04-08 Jeremy AllisonSubtle change. Microsoft SMB2 tests return different...
2011-03-29 Günther Deschners3-messages: make ndr_messaging.h part of messages.h.
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3-auth: smbd needs auth.h
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-21 Stefan Metzmachers3:smbd: access checks should not depend on share mode...
2011-02-27 Volker Lendeckes3: Fix some nonempty blank lines
2011-02-25 Jeremy AllisonEnsure we don't return an incorrect access mask.
2011-02-24 Jeremy AllisonBatch oplocks conflict with exclusive as well as themse...
2011-02-24 Jeremy AllisonRemember to free the second temporary string.
2011-02-24 Jeremy AllisonFix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODE...
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2011-02-09 Jeremy AllisonOops. Need to test for if(!NT_STATUS_IS_OK(..)) for...
2011-02-09 Jeremy AllisonMove to opening an fd on directory opens. Get more...
2011-02-09 Jeremy AllisonRemove unneeded stat call.
2011-02-08 Jeremy AllisonPass fsp to dptr_CloseDir(). Cope with setting the...
2011-02-08 Jeremy AllisonIf possible (O_DIRECTORY exists) open an fd for a direc...
2011-02-08 Jeremy AllisonFix leak in error path.
2011-02-05 Jeremy AllisonMove the "oplock file with byte range locks" check...
2011-02-02 Jeremy AllisonBased on a conversation with Volker, refactor some...
2011-01-31 Pavel ShilovskyFix bug #7928 - Samba problems with kernel oplocks...
2011-01-25 Jeremy AllisonFix bug #7863 - Unlink may unlink wrong file when hardl...
2010-12-29 Jeremy AllisonFix bug #7892 - open_file_fchmod() leaves a stale lock.
2010-12-21 Jeremy AllisonKeep track of the sparse status of an open file handle...
2010-12-02 Jeremy AllisonFix a typo - should be '&&' not '&' when checking for...
2010-11-04 Volker Lendeckes3: Remove an unused prototype
2010-10-22 Jeremy AllisonRevert "Wrap security_token_has_privilege() with a...
2010-10-22 Jeremy AllisonWrap security_token_has_privilege() with a check for...
2010-10-21 Jeremy AllisonAdd code to implement SeSecurityPrivilege in net rpc...
2010-10-16 Jeremy AllisonFix bug #7734 - When creating files with "inherit ACLs...
2010-10-16 Jeremy AllisonFix bug #7733 - Invalid client DOS attributes on create...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-10-03 Volker Lendeckes3: Remove smbd_server_conn from msg_file_was_renamed
2010-10-03 Volker Lendeckes3: Remove smbd_server_conn from validate_my_share_entries
2010-09-28 Volker Lendeckes3: Lift smbd_server_conn from file_find_di_first
2010-09-28 Volker Lendeckes3: Lift smbd_server_conn from file_find_dif
2010-09-11 Andrew Bartletts3:auth Remove NT_USER_TOKEN
2010-08-25 Günther Deschners3-build: only include "fake_file.h" where needed.
2010-07-29 Volker Lendeckes3: Avoid an unnecessary ftruncate call
2010-07-27 Simo Sorces3-smbd: Migrated to new spoolss functions for printing.
2010-07-05 Volker Lendeckes3: Remove procid_self() from fill_deferred_open_entry()
2010-07-05 Volker Lendeckes3: Remove smbd_messaging_context() from send_break_mes...
2010-06-03 Günther Deschners3-security: use shared SECINFO_DACL define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_SACL define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_GROUP define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_OWNER define.
next