index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-04
s3:smbd: in sys_disk_free(), fix a debug message
Michael Adam
1
-1
/
+1
2012-09-02
s3: remove some duplicate quota code
Björn Jacke
1
-27
/
+12
2012-09-01
s3: Make an if statement a bit easier to read
Volker Lendecke
1
-2
/
+3
2012-08-31
Change the S3 fileserver over to se_file_access_check().
Jeremy Allison
1
-6
/
+9
2012-08-30
Windows does canonicalization of inheritance bits. Do the same.
Jeremy Allison
1
-0
/
+35
2012-08-30
Change the other two places where we set a security descriptor given by the c...
Jeremy Allison
1
-5
/
+1
2012-08-30
Re-add set_sd(), called from set_sd_blob(). Allows us to centralize all ACL c...
Jeremy Allison
2
-14
/
+28
2012-08-30
Rename set_sd() to set_sd_blob() - this describes what it does.
Jeremy Allison
3
-6
/
+6
2012-08-28
s3-smbd: Fix flooding the logs with records we don't find in pcap.
Andreas Schneider
1
-1
/
+1
2012-08-28
s3-vfs: Indicate the symlink destination when failing check_reduced_name
Andrew Bartlett
1
-2
/
+2
2012-08-23
s3-smbd: Add security_info_wanted argument to get_nt_acl_no_snum
Andrew Bartlett
3
-6
/
+6
2012-08-23
s3-pysmbd: Fix return type of smbd.get_nt_acl
Andrew Bartlett
1
-1
/
+1
2012-08-23
s3-smbd: Add talloc_stackframe() to get_nt_acl_no_snum()
Andrew Bartlett
1
-3
/
+8
2012-08-23
param: Add startup checks for valid server role/binary combinations
Andrew Bartlett
1
-0
/
+7
2012-08-23
s3-pysmbd: Fix error message
Andrew Bartlett
1
-2
/
+2
2012-08-23
s3-pysmbd: Allow a mode to be specified for the simple ACL
Andrew Bartlett
1
-27
/
+32
2012-08-23
s3:smb2_break: encrypt OPLOCK BREAK notifications
Stefan Metzmacher
3
-18
/
+107
2012-08-23
s3:smb2_server: use smbXsrv_session->nonce_*
Stefan Metzmacher
2
-25
/
+27
2012-08-23
s3:smb2_server: remove dump_data() from smbd_smb2_request_pending_timer()
Stefan Metzmacher
1
-1
/
+0
2012-08-22
s3-pysmbd: Correct the python type for smb_acl_t
Andrew Bartlett
1
-2
/
+2
2012-08-21
s3-pysmbd: Add get/set functions for the posix ACL layer
Andrew Bartlett
1
-0
/
+89
2012-08-21
s3-pysmbd: Correct comments in python VFS bindings
Andrew Bartlett
1
-2
/
+2
2012-08-21
s3-pysmbd: Add hook for a VFS chown()
Andrew Bartlett
1
-0
/
+53
2012-08-20
s3-smbd: ensure we give appropriate errors for EA requests on streams
Andrew Bartlett
1
-35
/
+77
2012-08-20
s3-smbd: Do not look for EA information on a stream
Andrew Bartlett
1
-6
/
+8
2012-08-20
s3-smbd: Push smb_fname into estimate_ea_size
Andrew Bartlett
1
-12
/
+20
2012-08-17
s3:smb2_negprot: annouce/negotiate SMB3 encryption support
Stefan Metzmacher
1
-0
/
+8
2012-08-17
s3:smb2_server: add SMB3 encryption support
Stefan Metzmacher
2
-49
/
+353
2012-08-17
s3:smbd: don't disconnect the client when a share has "smb encrypt = required"
Stefan Metzmacher
2
-6
/
+8
2012-08-17
s3:smbd: lp_smb_encrypt() returns SMB_SIGNING_* values
Stefan Metzmacher
2
-6
/
+6
2012-08-17
s3:smbd: make use of ENCRYPTION_REQUIRED()
Stefan Metzmacher
1
-2
/
+2
2012-08-17
s3:smb2_server: try to sign an error response if we have a signing key
Stefan Metzmacher
1
-1
/
+18
2012-08-16
s3:smb2_server: verify the signature before the session_status
Stefan Metzmacher
1
-3
/
+4
2012-08-16
s3:smb2_server: add some const to print_req_vectors()
Stefan Metzmacher
1
-1
/
+1
2012-08-16
s3-libsmb: Add a python wrapper
Volker Lendecke
1
-1
/
+1
2012-08-16
s3-smbd: Do not check no_acl_syscall_error(errno) after sys_acl_init()
Andrew Bartlett
1
-11
/
+2
2012-08-15
s3:smb2_server: do calculations based on SMBD_SMB2_NUM_IOV_PER_REQ in smbd_sm...
Stefan Metzmacher
1
-3
/
+3
2012-08-15
s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-op
Andrew Bartlett
2
-4
/
+0
2012-08-15
s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()
Andrew Bartlett
3
-41
/
+41
2012-08-15
s3-smbd: Remove sys_acl_*() VFS wrapper functions
Andrew Bartlett
1
-129
/
+0
2012-08-15
s3-smbd: Remove unused conn argument from convert_permset_to_mode_t()
Andrew Bartlett
1
-3
/
+3
2012-08-15
s3-smbd: Call sys_acl_set_permset() directly rather than via the VFS
Andrew Bartlett
1
-7
/
+7
2012-08-15
s3-smbd: Call sys_acl_set_qualifier() directly rather than via the VFS
Andrew Bartlett
1
-3
/
+3
2012-08-15
s3-smbd: Call sys_acl_set_tag_type() directly rather than via the VFS
Andrew Bartlett
1
-6
/
+6
2012-08-15
s3-smbd: Call sys_acl_create_entry() directly rather than via the VFS
Andrew Bartlett
1
-6
/
+6
2012-08-15
s3-smbd: Call sys_acl_add_perm() directly rather than via the VFS
Andrew Bartlett
1
-6
/
+6
2012-08-15
s3-smbd: Call sys_acl_clear_perms() directly rather than via the VFS
Andrew Bartlett
1
-2
/
+2
2012-08-15
s3-smbd: Call sys_acl_init() directly rather than via the VFS
Andrew Bartlett
1
-3
/
+3
2012-08-15
s3-smbd: Call sys_acl_free_acl() directly rather than via the VFS
Andrew Bartlett
2
-24
/
+24
2012-08-15
s3-smbd: Call sys_acl_free_qualifier() directly rather than via the VFS
Andrew Bartlett
1
-2
/
+2
[next]