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
/
pysmbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pysmbd: improve the return of error codes in the python smbd bindings
Garming Sam
2014-02-05
1
-31
/
+27
*
pysmbd: Convert py_smbd_unlink to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-4
/
+3
*
pysmbd: Convert set_nt_acl_conn to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-4
/
+3
*
source3/smbd/pysmbd.c: Always use create_conn_struct(). Don't hand create con...
Jeremy Allison
2013-01-09
1
-24
/
+10
*
pysmbd: Change to keyword based arguments
Andrew Bartlett
2013-01-07
1
-23
/
+43
*
pysmbd: Convert pysmbd to take an optional service to connect to
Andrew Bartlett
2013-01-07
1
-125
/
+156
*
Change get_nt_acl_no_snum() to return an NTSTATUS, not a struct security_desc...
Andrew Bartlett
2012-11-13
1
-1
/
+3
*
smbd: Correctly set fsp->is_directory before dealing with ACLs
Andrew Bartlett
2012-11-13
1
-1
/
+24
*
pysmbd: Add SMB_ACL_EXECUTE to the mask set by make_simple_acl()
Andrew Bartlett
2012-11-12
1
-1
/
+1
*
Remove two unused variables
Volker Lendecke
2012-11-07
1
-1
/
+0
*
pysmbd: Set umask to 0 during smbd operations
Andrew Bartlett
2012-10-26
1
-9
/
+34
*
pysmbd: Remember to close files after setting the NT ACL
Andrew Bartlett
2012-10-26
1
-0
/
+5
*
pysmbd: Add hook for unlink() so python scripts can remove xattr.tdb entries
Andrew Bartlett
2012-10-26
1
-0
/
+68
*
pysmbd: Fix pysmbd octal mode handling
Andrew Bartlett
2012-10-25
1
-2
/
+2
*
smbd: Add mem_ctx to sys_acl_init() and all callers
Andrew Bartlett
2012-10-11
1
-20
/
+20
*
s3: Fix some blank line endings
Volker Lendecke
2012-09-25
1
-6
/
+6
*
pysmbd: Fix cut&paste errors
Volker Lendecke
2012-09-25
1
-2
/
+3
*
smbd: Remove pre-allocation of ACL array in sys_acl_init()
Andrew Bartlett
2012-09-12
1
-1
/
+1
*
s3-smbd: Add security_info_wanted argument to get_nt_acl_no_snum
Andrew Bartlett
2012-08-23
1
-3
/
+3
*
s3-pysmbd: Fix return type of smbd.get_nt_acl
Andrew Bartlett
2012-08-23
1
-1
/
+1
*
s3-pysmbd: Fix error message
Andrew Bartlett
2012-08-23
1
-2
/
+2
*
s3-pysmbd: Allow a mode to be specified for the simple ACL
Andrew Bartlett
2012-08-23
1
-27
/
+32
*
s3-pysmbd: Correct the python type for smb_acl_t
Andrew Bartlett
2012-08-22
1
-2
/
+2
*
s3-pysmbd: Add get/set functions for the posix ACL layer
Andrew Bartlett
2012-08-21
1
-0
/
+89
*
s3-pysmbd: Correct comments in python VFS bindings
Andrew Bartlett
2012-08-21
1
-2
/
+2
*
s3-pysmbd: Add hook for a VFS chown()
Andrew Bartlett
2012-08-21
1
-0
/
+53
*
s3-libsmb: Add a python wrapper
Volker Lendecke
2012-08-16
1
-1
/
+1
*
s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()
Andrew Bartlett
2012-08-15
1
-17
/
+17
*
s3-pysmbd: Try opening as a file, then as a directory
Andrew Bartlett
2012-08-07
1
-2
/
+2
*
s3-pysmbd: Use talloc_zero()
Andrew Bartlett
2012-08-07
1
-1
/
+1
*
s3-pysmbd: Add talloc_stackframe() to smbd_set_simple_acl wrapper
Andrew Bartlett
2012-08-07
1
-0
/
+6
*
s3-pysmbd: Add hook for get_nt_acl()
Andrew Bartlett
2012-08-02
1
-0
/
+26
*
s3-pysmbd: fix DEBUG
Andrew Bartlett
2012-08-02
1
-1
/
+1
*
s3-pysmbd: Add my copyright
Andrew Bartlett
2012-08-02
1
-1
/
+3
*
s3-pysmbd: Add set_nt_acl() function based on parts of vfstest
Andrew Bartlett
2012-08-02
1
-0
/
+111
*
s4-provision: Give better clues on what Samba needs for s3fs ACL support
Andrew Bartlett
2012-06-21
1
-0
/
+15
*
s3-python: Add python bindings for posix ACL layer
Andrew Bartlett
2012-05-08
1
-0
/
+203