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
/
trans2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:smbd: allow info class SMB_QUERY_FS_ATTRIBUTE_INFO to return partial data
Ralph Wuerthner
2013-08-05
1
-0
/
+6
*
s3:smbd: allow info class SMB_QUERY_FS_VOLUME_INFO to return partial data
Ralph Wuerthner
2013-08-05
1
-0
/
+6
*
s3:smbd: allow status code in smbd_do_qfsinfo() to be set by information clas...
Ralph Wuerthner
2013-08-05
1
-1
/
+2
*
Ensure we can never integer wrap when working on client-supplied max_data_bytes.
Jeremy Allison
2013-08-04
1
-0
/
+22
*
Reply with correct trans2 message on a setpathinfo with a bad EA name.
Jeremy Allison
2013-07-19
1
-1
/
+10
*
Ensure we can't create a file using TRANS2_OPEN with an invalid EA list.
Jeremy Allison
2013-07-19
1
-0
/
+14
*
Add the ability to send an NTSTATUS result back with a trans2 reply so we can...
Jeremy Allison
2013-07-19
1
-13
/
+30
*
Ensure we never return an EA name to a Windows client it can't handle.
Jeremy Allison
2013-07-19
1
-0
/
+9
*
Ensure set_ea cannot set invalid Windows EA names.
Jeremy Allison
2013-07-19
1
-0
/
+9
*
smbd: Convert smb_file_rename_information to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-5
/
+4
*
smbd: Convert smb_file_rename_information to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-4
/
+5
*
smbd: Convert smb2_file_rename_information to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-4
/
+5
*
smbd: Convert smb_set_file_dosmode to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-6
/
+5
*
smbd: Convert call_trans2qfilepathinfo to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-8
/
+6
*
smbd: Convert call_trans2setfilepathinfo to cp_smb_filename
Volker Lendecke
2013-04-17
1
-4
/
+3
*
smbd: Convert smb_set_file_unix_basic to cp_smb_filename
Volker Lendecke
2013-04-17
1
-4
/
+3
*
smbd: Convert smb_set_file_size to cp_smb_filename
Volker Lendecke
2013-04-17
1
-3
/
+3
*
smbd: Convert call_trans2qfilepathinfo to cp_smb_filename
Volker Lendecke
2013-04-17
1
-4
/
+3
*
Ensure EA value is allocated on the right context.
Jeremy Allison
2013-04-02
1
-1
/
+2
*
Final fix for bug #9130 - Certain xattrs cause Windows error 0x800700FF
Jeremy Allison
2013-04-02
1
-1
/
+1
*
Ensure we don't return uninitialized memory in the pad bytes.
Jeremy Allison
2013-04-02
1
-1
/
+7
*
Fix bug #9130 - Certain xattrs cause Windows error 0x800700FF
Jeremy Allison
2013-04-02
1
-0
/
+9
*
Change estimate_ea_size() to correctly estimate the EA size over SMB2.
Jeremy Allison
2013-04-02
1
-0
/
+20
*
Modify fill_ea_chained_buffer() to be able to do size calculation only, no ma...
Jeremy Allison
2013-04-02
1
-12
/
+15
*
Ensure we can never return an uninitialized EA list.
Jeremy Allison
2013-04-02
1
-1
/
+2
*
Fix bug 9519 - Samba returns unexpected error on SMB posix open.
Jeremy Allison
2013-02-12
1
-2
/
+9
*
s3: Make SMB2_GETINFO multi-volume aware.
Ira Cooper
2013-02-08
1
-9
/
+18
*
Fix bug #9571 - Unlink after open causes smbd to panic.
Pavel Shilovsky
2013-01-28
1
-3
/
+3
*
Fix bug #9460 - Samba 3.6.x and Master respond incorrectly to FILE_STREAM_INF...
Richard Sharpe
2012-12-06
1
-1
/
+22
*
smbd: Add mem_ctx to sys_acl_init() and all callers
Andrew Bartlett
2012-10-11
1
-4
/
+8
*
Remove all uses of lp_security_mask/lp_force_security_mode/lp_dir_security_ma...
Jeremy Allison
2012-10-04
1
-12
/
+2
*
Add bool use_privs parameter to smbd_check_access_rights()
Jeremy Allison
2012-09-14
1
-0
/
+1
*
s3-smbd: ensure we give appropriate errors for EA requests on streams
Andrew Bartlett
2012-08-20
1
-35
/
+77
*
s3-smbd: Do not look for EA information on a stream
Andrew Bartlett
2012-08-20
1
-6
/
+8
*
s3-smbd: Push smb_fname into estimate_ea_size
Andrew Bartlett
2012-08-20
1
-12
/
+20
*
s3:smbd: don't disconnect the client when a share has "smb encrypt = required"
Stefan Metzmacher
2012-08-17
1
-4
/
+2
*
s3:smbd: lp_smb_encrypt() returns SMB_SIGNING_* values
Stefan Metzmacher
2012-08-17
1
-5
/
+5
*
s3:smbd: make use of ENCRYPTION_REQUIRED()
Stefan Metzmacher
2012-08-17
1
-2
/
+2
*
s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-op
Andrew Bartlett
2012-08-15
1
-2
/
+0
*
s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()
Andrew Bartlett
2012-08-15
1
-8
/
+8
*
s3-smbd: Call sys_acl_free_acl() directly rather than via the VFS
Andrew Bartlett
2012-08-15
1
-8
/
+8
*
s3-smbd: Call sys_acl_free_qualifier() directly rather than via the VFS
Andrew Bartlett
2012-08-15
1
-2
/
+2
*
s3-smbd: Call sys_acl_get_entry() directly rather than via the VFS
Andrew Bartlett
2012-08-15
1
-2
/
+2
*
s3-smbd: Call sys_acl_get_qualifier() directly rather than via the VFS
Andrew Bartlett
2012-08-15
1
-2
/
+2
*
s3-smbd: Call sys_acl_get_tagtype() directly rather than via the VFS
Andrew Bartlett
2012-08-15
1
-1
/
+1
*
s3-smbd: Call sys_acl_get_permset() directly rather than via the VFS
Andrew Bartlett
2012-08-15
1
-1
/
+1
*
s3-smbd: Call sys_acl_get_perm() directly rather than via the VFS
Andrew Bartlett
2012-08-15
1
-3
/
+3
*
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
2012-07-18
1
-19
/
+21
*
Remove unused code now we set the correct command codes.
Jeremy Allison
2012-06-19
1
-6
/
+0
*
Same fix as bug 8989 - Samba 3.5.x (and probably all other versions of Samba)...
Jeremy Allison
2012-06-16
1
-0
/
+9
[next]