VFS: Modify chown to take a const struct smb_filename * instead of const char *
[bbaumbach/samba-autobuild/.git] / source3 / smbd / pysmbd.c
2016-03-05 Jeremy AllisonVFS: Modify chown to take a const struct smb_filename...
2016-02-16 Jeremy Allisons3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const...
2015-06-12 Stefan Metzmachers3:pysmbd: #include <Python.h> must be the first includ...
2015-05-06 Richard SharpeConvert all uses of uint8/16/32 to _t in source3/smbd.
2014-02-05 Garming Sampysmbd: improve the return of error codes in the python...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-04-17 Volker Lendeckepysmbd: Convert py_smbd_unlink to synthetic_smb_fname
2013-04-17 Volker Lendeckepysmbd: Convert set_nt_acl_conn to synthetic_smb_fname
2013-01-09 Jeremy Allisonsource3/smbd/pysmbd.c: Always use create_conn_struct...
2013-01-08 Andrew Bartlettpysmbd: Change to keyword based arguments
2013-01-08 Andrew Bartlettpysmbd: Convert pysmbd to take an optional service...
2012-11-13 Andrew BartlettChange get_nt_acl_no_snum() to return an NTSTATUS,...
2012-11-13 Andrew Bartlettsmbd: Correctly set fsp->is_directory before dealing...
2012-11-11 Andrew Bartlettpysmbd: Add SMB_ACL_EXECUTE to the mask set by make_sim...
2012-11-07 Volker LendeckeRemove two unused variables
2012-10-26 Andrew Bartlettpysmbd: Set umask to 0 during smbd operations
2012-10-26 Andrew Bartlettpysmbd: Remember to close files after setting the NT ACL
2012-10-26 Andrew Bartlettpysmbd: Add hook for unlink() so python scripts can...
2012-10-25 Andrew Bartlettpysmbd: Fix pysmbd octal mode handling
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to sys_acl_init() and all callers
2012-09-25 Volker Lendeckes3: Fix some blank line endings
2012-09-25 Volker Lendeckepysmbd: Fix cut&paste errors
2012-09-12 Andrew Bartlettsmbd: Remove pre-allocation of ACL array in sys_acl_init()
2012-08-23 Andrew Bartletts3-smbd: Add security_info_wanted argument to get_nt_ac...
2012-08-23 Andrew Bartletts3-pysmbd: Fix return type of smbd.get_nt_acl
2012-08-23 Andrew Bartletts3-pysmbd: Fix error message
2012-08-23 Andrew Bartletts3-pysmbd: Allow a mode to be specified for the simple ACL
2012-08-21 Andrew Bartletts3-pysmbd: Correct the python type for smb_acl_t
2012-08-21 Andrew Bartletts3-pysmbd: Add get/set functions for the posix ACL...
2012-08-21 Andrew Bartletts3-pysmbd: Correct comments in python VFS bindings
2012-08-21 Andrew Bartletts3-pysmbd: Add hook for a VFS chown()
2012-08-16 Volker Lendeckes3-libsmb: Add a python wrapper
2012-08-15 Andrew Bartletts3-sysacls: Remove sys_acl_free_acl() and replace with...
2012-08-07 Andrew Bartletts3-pysmbd: Try opening as a file, then as a directory
2012-08-07 Andrew Bartletts3-pysmbd: Use talloc_zero()
2012-08-07 Andrew Bartletts3-pysmbd: Add talloc_stackframe() to smbd_set_simple_a...
2012-08-02 Andrew Bartletts3-pysmbd: Add hook for get_nt_acl()
2012-08-02 Andrew Bartletts3-pysmbd: fix DEBUG
2012-08-02 Andrew Bartletts3-pysmbd: Add my copyright
2012-08-02 Andrew Bartletts3-pysmbd: Add set_nt_acl() function based on parts...
2012-06-21 Andrew Bartletts4-provision: Give better clues on what Samba needs...
2012-05-08 Andrew Bartletts3-python: Add python bindings for posix ACL layer