index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3:smb2_server: verify the signature before the session_status
Stefan Metzmacher
2012-08-16
1
-3
/
+4
*
s3:smb2_server: add some const to print_req_vectors()
Stefan Metzmacher
2012-08-16
1
-1
/
+1
*
s3-libsmb: Add a python wrapper
Volker Lendecke
2012-08-16
1
-1
/
+1
*
s3-smbd: Do not check no_acl_syscall_error(errno) after sys_acl_init()
Andrew Bartlett
2012-08-16
1
-11
/
+2
*
s3:smb2_server: do calculations based on SMBD_SMB2_NUM_IOV_PER_REQ in smbd_sm...
Stefan Metzmacher
2012-08-15
1
-3
/
+3
*
s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-op
Andrew Bartlett
2012-08-15
2
-4
/
+0
*
s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()
Andrew Bartlett
2012-08-15
3
-41
/
+41
*
s3-smbd: Remove sys_acl_*() VFS wrapper functions
Andrew Bartlett
2012-08-15
1
-129
/
+0
*
s3-smbd: Remove unused conn argument from convert_permset_to_mode_t()
Andrew Bartlett
2012-08-15
1
-3
/
+3
*
s3-smbd: Call sys_acl_set_permset() directly rather than via the VFS
Andrew Bartlett
2012-08-15
1
-7
/
+7
*
s3-smbd: Call sys_acl_set_qualifier() directly rather than via the VFS
Andrew Bartlett
2012-08-15
1
-3
/
+3
*
s3-smbd: Call sys_acl_set_tag_type() directly rather than via the VFS
Andrew Bartlett
2012-08-15
1
-6
/
+6
*
s3-smbd: Call sys_acl_create_entry() directly rather than via the VFS
Andrew Bartlett
2012-08-15
1
-6
/
+6
*
s3-smbd: Call sys_acl_add_perm() directly rather than via the VFS
Andrew Bartlett
2012-08-15
1
-6
/
+6
*
s3-smbd: Call sys_acl_clear_perms() directly rather than via the VFS
Andrew Bartlett
2012-08-15
1
-2
/
+2
*
s3-smbd: Call sys_acl_init() directly rather than via the VFS
Andrew Bartlett
2012-08-15
1
-3
/
+3
*
s3-smbd: Call sys_acl_free_acl() directly rather than via the VFS
Andrew Bartlett
2012-08-15
2
-24
/
+24
*
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
2
-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_qualifier() directly rather than via the VFS
Andrew Bartlett
2012-08-15
2
-4
/
+4
*
s3-smbd: Call sys_acl_get_tagtype() directly rather than via the VFS
Andrew Bartlett
2012-08-15
2
-5
/
+5
*
s3-smbd: Call sys_acl_get_permset() directly rather than via the VFS
Andrew Bartlett
2012-08-15
2
-8
/
+8
*
s3-smbd: Call sys_acl_get_perm() directly rather than via the VFS
Andrew Bartlett
2012-08-15
2
-9
/
+9
*
s3: skip loading vfs modules for printer connections
Björn Jacke
2012-08-12
1
-0
/
+6
*
s3-smbd: Merge ACE entries based on mapped UID/GID not SID
Andrew Bartlett
2012-08-10
1
-4
/
+4
*
s3-smbd: Convert posix_acls.c to use struct unixid internally
Andrew Bartlett
2012-08-10
1
-57
/
+72
*
s3-smbd: Create a shortcut for building the token of a user by SID for posix_...
Andrew Bartlett
2012-08-10
1
-10
/
+2
*
Revert "s3:smbd: include smbXsrv.h before smbd/proto.h to have the smbXsrv_ s...
Stefan Metzmacher
2012-08-10
1
-1
/
+0
*
Revert "s3:smbd: Include smbXsrv.h before vfs.h (in smbd.h) so that the smbXs...
Stefan Metzmacher
2012-08-10
1
-1
/
+1
*
Correctly check for errors in strlower_m() returns.
Jeremy Allison
2012-08-09
3
-3
/
+10
*
Check error returns on strnorm().
Jeremy Allison
2012-08-09
1
-3
/
+12
*
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
2012-08-09
4
-7
/
+19
*
s3:smb2_sesssetup: setup global->[en|de]cryption_key
Stefan Metzmacher
2012-08-09
1
-0
/
+36
*
s3:smb2_read: don't try sendfile if encryption is used
Stefan Metzmacher
2012-08-09
1
-0
/
+1
*
s3:smb2_server: add smbd_smb2_request->do_encryption
Stefan Metzmacher
2012-08-09
2
-0
/
+2
*
s3:smb2_tcon: set global->encryption_required and enforce it
Stefan Metzmacher
2012-08-09
1
-5
/
+29
*
s3:smb2_sesssetup: set global->encryption_required and enforce it
Stefan Metzmacher
2012-08-09
1
-0
/
+22
*
s3:smb2_server: check the session before we could response with an error.
Stefan Metzmacher
2012-08-09
1
-15
/
+15
*
s3:smb2_server: do central file_id check if the operation requires it
Stefan Metzmacher
2012-08-09
1
-0
/
+56
*
s3:smb2_server: s/i/idx in smbd_smb2_request_pending_queue()
Stefan Metzmacher
2012-08-08
1
-4
/
+4
*
s3:smb2_server: make use of SMBD_SMB2_OUT_HDR_PTR() in smbd_smb2_request_pend...
Stefan Metzmacher
2012-08-08
1
-1
/
+1
*
s3:smb2_server: remove useless variable 'i'
Stefan Metzmacher
2012-08-08
1
-2
/
+1
*
s3:smb2_server: rewrite dup_smb2_vec3() using SMBD_SMB2_*_IOV_OFS and helper ...
Stefan Metzmacher
2012-08-08
1
-42
/
+52
*
s3:smb2_server: make use of SMBD_SMB2_* macros in smbd_smb2_request_done_ex()
Stefan Metzmacher
2012-08-08
1
-18
/
+21
*
s3:smb2_server: make use of SMBD_SMB2_* macros in smbd_smb2_request_verify_si...
Stefan Metzmacher
2012-08-08
1
-8
/
+14
*
s3:smb2_server: use the common buffer layout for smbd_smb2_request_pending*
Stefan Metzmacher
2012-08-08
1
-16
/
+26
*
s3:smb2_read: use SMBD_SMB2_NUM_IOV_PER_REQ when checking for sendfile() support
Stefan Metzmacher
2012-08-08
1
-1
/
+1
*
s3:smb2_read: fix indentation in schedule_smb2_sendfile_read()
Stefan Metzmacher
2012-08-08
1
-8
/
+8
*
s3:smb2_server: don't try to update req->in.vector[0] in smbd_smb2_request_pe...
Stefan Metzmacher
2012-08-08
1
-3
/
+0
[prev]
[next]