summaryrefslogtreecommitdiff
path: root/source3/smbd/pysmbd.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-17pysmbd: Convert py_smbd_unlink to synthetic_smb_fnameVolker Lendecke1-4/+3
2013-04-17pysmbd: Convert set_nt_acl_conn to synthetic_smb_fnameVolker Lendecke1-4/+3
2013-01-09source3/smbd/pysmbd.c: Always use create_conn_struct(). Don't hand create con...Jeremy Allison1-24/+10
2013-01-07pysmbd: Change to keyword based argumentsAndrew Bartlett1-23/+43
2013-01-07pysmbd: Convert pysmbd to take an optional service to connect toAndrew Bartlett1-125/+156
2012-11-13Change get_nt_acl_no_snum() to return an NTSTATUS, not a struct security_desc...Andrew Bartlett1-1/+3
2012-11-13smbd: Correctly set fsp->is_directory before dealing with ACLsAndrew Bartlett1-1/+24
2012-11-12pysmbd: Add SMB_ACL_EXECUTE to the mask set by make_simple_acl()Andrew Bartlett1-1/+1
2012-11-07Remove two unused variablesVolker Lendecke1-1/+0
2012-10-26pysmbd: Set umask to 0 during smbd operationsAndrew Bartlett1-9/+34
2012-10-26pysmbd: Remember to close files after setting the NT ACLAndrew Bartlett1-0/+5
2012-10-26pysmbd: Add hook for unlink() so python scripts can remove xattr.tdb entriesAndrew Bartlett1-0/+68
2012-10-25pysmbd: Fix pysmbd octal mode handlingAndrew Bartlett1-2/+2
2012-10-11smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett1-20/+20
2012-09-25s3: Fix some blank line endingsVolker Lendecke1-6/+6
2012-09-25pysmbd: Fix cut&paste errorsVolker Lendecke1-2/+3
2012-09-12smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett1-1/+1
2012-08-23s3-smbd: Add security_info_wanted argument to get_nt_acl_no_snumAndrew Bartlett1-3/+3
2012-08-23s3-pysmbd: Fix return type of smbd.get_nt_aclAndrew Bartlett1-1/+1
2012-08-23s3-pysmbd: Fix error messageAndrew Bartlett1-2/+2
2012-08-23s3-pysmbd: Allow a mode to be specified for the simple ACLAndrew Bartlett1-27/+32
2012-08-22s3-pysmbd: Correct the python type for smb_acl_tAndrew Bartlett1-2/+2
2012-08-21s3-pysmbd: Add get/set functions for the posix ACL layerAndrew Bartlett1-0/+89
2012-08-21s3-pysmbd: Correct comments in python VFS bindingsAndrew Bartlett1-2/+2
2012-08-21s3-pysmbd: Add hook for a VFS chown()Andrew Bartlett1-0/+53
2012-08-16s3-libsmb: Add a python wrapperVolker Lendecke1-1/+1
2012-08-15s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()Andrew Bartlett1-17/+17
2012-08-07s3-pysmbd: Try opening as a file, then as a directoryAndrew Bartlett1-2/+2
2012-08-07s3-pysmbd: Use talloc_zero()Andrew Bartlett1-1/+1
2012-08-07s3-pysmbd: Add talloc_stackframe() to smbd_set_simple_acl wrapperAndrew Bartlett1-0/+6
2012-08-02s3-pysmbd: Add hook for get_nt_acl()Andrew Bartlett1-0/+26
2012-08-02s3-pysmbd: fix DEBUGAndrew Bartlett1-1/+1
2012-08-02s3-pysmbd: Add my copyrightAndrew Bartlett1-1/+3
2012-08-02s3-pysmbd: Add set_nt_acl() function based on parts of vfstestAndrew Bartlett1-0/+111
2012-06-21s4-provision: Give better clues on what Samba needs for s3fs ACL supportAndrew Bartlett1-0/+15
2012-05-08s3-python: Add python bindings for posix ACL layerAndrew Bartlett1-0/+203