index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
open.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3: Remove UNUSED_SHARE_MODE_ENTRY
Volker Lendecke
2011-12-14
1
-2
/
+1
*
s3:smbd/open: use talloc_get_type_abort() as private_data can't be NULL
Stefan Metzmacher
2011-12-14
1
-5
/
+1
*
s3: Remove an else{} in remove_deferred_open_entry
Volker Lendecke
2011-12-13
1
-3
/
+3
*
s3:smbd/open: pass smbd_server_connection as private_data to msg_file_was_ren...
Stefan Metzmacher
2011-12-13
1
-3
/
+3
*
s3: Use autogenerated open_files.idl
Volker Lendecke
2011-12-02
1
-0
/
+1
*
Move setting the inherited ACL into the main open code path. Next will
Jeremy Allison
2011-11-22
1
-1
/
+110
*
Move the "set SD" code into provided SD and "inherit acls" branches.
Jeremy Allison
2011-11-22
1
-29
/
+32
*
Only add the SD if it's not a new stream file.
Jeremy Allison
2011-11-22
1
-1
/
+1
*
Move the add security descriptor code to *after* all the other meta-data is
Jeremy Allison
2011-11-22
1
-35
/
+35
*
No longer do the pre-check on DELETE_ACCESS - we're correctly checking the AC...
Jeremy Allison
2011-11-04
1
-22
/
+0
*
Remove can_access_file_acl(). We no longer need this duplicate code (hurrah!).
Jeremy Allison
2011-11-04
1
-1
/
+3
*
Remove can_access_file_data() - make it use the standard smbd_check_access_ri...
Jeremy Allison
2011-11-04
1
-2
/
+2
*
Add const to the smb_filename argument of smbd_check_access_rights().
Jeremy Allison
2011-11-04
1
-2
/
+2
*
Expose smbd_check_access_rights() to other modules.
Jeremy Allison
2011-11-04
1
-1
/
+1
*
Rename smbd_check_open_rights() to smbd_check_access_rights() as we're going ...
Jeremy Allison
2011-11-04
1
-15
/
+15
*
Replace smb1_file_se_access_check() with just se_access_check().
Jeremy Allison
2011-11-04
1
-30
/
+21
*
Move root check out of smb1_file_se_access_check() in preparation for deletin...
Jeremy Allison
2011-11-04
1
-13
/
+25
*
smb1_file_se_access_check() is now static to smbd/open.c
Jeremy Allison
2011-11-04
1
-1
/
+1
*
Revert "Change function signature of check_parent_access() to take char * ins...
Jeremy Allison
2011-11-04
1
-6
/
+6
*
Change function signature of check_parent_access() to take char * instead of ...
Jeremy Allison
2011-11-01
1
-6
/
+6
*
Remove the order dependency in parent_override_delete(), just check for & not...
Jeremy Allison
2011-10-28
1
-2
/
+2
*
Remove unused "struct security_descriptor" parameter from check_parent_access()
Jeremy Allison
2011-10-28
1
-8
/
+2
*
Finally do all the open checks inside open_file(). Checks inside
Jeremy Allison
2011-10-28
1
-0
/
+30
*
Simplify smbd_check_open_rights() and move all the special casing inside it.
Jeremy Allison
2011-10-28
1
-101
/
+72
*
Move parent_override_delete() to before I need to use it.
Jeremy Allison
2011-10-28
1
-19
/
+19
*
Make smbd_check_open_rights() static.
Jeremy Allison
2011-10-28
1
-1
/
+1
*
Factor out the code checking if a parent should override DELETE_ACCESS into a...
Jeremy Allison
2011-10-26
1
-9
/
+31
*
Remove another level of indentation - deal with !NT_STATUS_OK individually.
Jeremy Allison
2011-10-26
1
-65
/
+63
*
Add early return on stat open without O_CREAT if file doesn't exist.
Jeremy Allison
2011-10-26
1
-71
/
+74
*
Refactor to create check_parent_access() which can be called for file creatio...
Jeremy Allison
2011-10-20
1
-23
/
+64
*
Make mkdir_internal() check the parent ACL for SEC_DIR_ADD_SUBDIR rights.
Jeremy Allison
2011-10-20
1
-2
/
+33
*
Fix error return to be NT_STATUS_NOT_A_DIRECTORY.
Jeremy Allison
2011-10-20
1
-2
/
+2
*
Make use of the "dir_exists" we already have on directory open.
Jeremy Allison
2011-10-20
1
-8
/
+28
*
First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.
Frank Lahm
2011-10-17
1
-3
/
+3
*
Add support for VFS op streaminfo chaining in all relevant VFS modules.
Frank Lahm
2011-10-14
1
-3
/
+3
*
Fix bug #8507 - smbd doesn't correctly honor the "force create mode" bits fro...
Jeremy Allison
2011-10-05
1
-6
/
+6
*
s3: Pass sconn explicitly to open_was_deferred
Volker Lendecke
2011-08-02
1
-1
/
+1
*
s3: Explicitly pass sconn to remove_deferred_open_message_smb
Volker Lendecke
2011-08-02
1
-1
/
+1
*
s3: Make map_open_params_to_ntcreate() available in lib/
Volker Lendecke
2011-07-29
1
-147
/
+0
*
s3: Make is_executable() available in lib/
Volker Lendecke
2011-07-29
1
-17
/
+0
*
s3: We only need base_name in map_open_params_to_ntcreate
Volker Lendecke
2011-07-29
1
-4
/
+4
*
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
2011-07-20
1
-1
/
+1
*
s3:smbd: check the share level access mask in smbd_calculate_access_mask()
Stefan Metzmacher
2011-07-11
1
-0
/
+17
*
s3:smbd: make smbd_calculate_access_mask() non-static
Stefan Metzmacher
2011-07-11
1
-14
/
+15
*
s3: Fix bug 8102
Volker Lendecke
2011-07-05
1
-0
/
+8
*
Fix bug #8254 - "acl check permissions = no" does not work in all cases
Jeremy Allison
2011-06-24
1
-2
/
+11
*
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
Ensure when creating a directory, if we make any changes due to inheritance p...
Jeremy Allison
2011-06-09
1
-0
/
+12
*
Part 4 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...
Jeremy Allison
2011-06-08
1
-3
/
+2
*
Part 3 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...
Jeremy Allison
2011-06-08
1
-17
/
+43
[prev]
[next]