s3/pysmbd: use SMB_VFS_OPENAT() in init_files_struct()
[samba.git] / source3 / smbd / pysmbd.c
2020-05-21 Ralph Boehmes3/pysmbd: use SMB_VFS_OPENAT() in init_files_struct()
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2020-05-07 Jeremy Allisons3: pysmbd. Change SMB_VFS_GET_NT_ACL() to SMB_VFS_GET_...
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-04-03 Ralph Boehmesmbd: move files_struct.is_directory to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.modified to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_write to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_read to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_lock to a bitfield
2019-12-20 Ralph Boehmepysmbd: add "session_info" arg tp py_smbd_create_file()
2019-12-20 Ralph Boehmepysmbd: add "session_info" arg to py_smbd_mkdir()
2019-12-20 Ralph Boehmepysmbd: add "session_info" arg to py_smbd_get_sys_acl()
2019-12-20 Ralph Boehmepysmbd: add "session_info" arg to py_smbd_set_sys_acl()
2019-12-20 Ralph Boehmepysmbd: make "session_info" arg to py_smbd_get_nt_acl...
2019-12-20 Ralph Boehmepysmbd: make "session_info" arg to py_smbd_set_nt_acl...
2019-12-20 Ralph Boehmepysmbd: add "session_info" arg to py_smbd_unlink()
2019-12-20 Ralph Boehmepysmbd: add "session_info" arg to py_smbd_chown()
2019-12-20 Ralph Boehmepysmbd: add "session_info" arg to py_smbd_set_simple_acl()
2019-12-20 Ralph Boehmepysmbd: reformat py_smbd_create_file() kwnames
2019-12-20 Ralph Boehmepysmbd: reformat py_smbd_mkdir() kwnames
2019-12-20 Ralph Boehmepysmbd: reformat py_smbd_get_sys_acl() kwnames and...
2019-12-20 Ralph Boehmepysmbd: reformat py_smbd_set_sys_acl() kwnames and...
2019-12-20 Ralph Boehmepysmbd: reformat py_smbd_get_nt_acl() kwnames
2019-12-20 Ralph Boehmepysmbd: reformat py_smbd_have_posix_acls() kwnames...
2019-12-20 Ralph Boehmepysmbd: reformat py_smbd_unlink() kwnames and PyArg_Par...
2019-12-20 Ralph Boehmepysmbd: reformat py_smbd_chown() kwnames and PyArg_Pars...
2019-12-20 Ralph Boehmepysmbd: reformat py_smbd_set_simple_acl() kwnames and...
2019-10-15 Jeremy Allisons3: pysmbd: Change py_smbd_chown() to use SMB_VFS_FCHOW...
2019-09-26 Jeremy Allisons3: pysmbd: Change py_smbd_unlink() to call SMB_VFS_UNL...
2019-09-11 Jeremy Allisons3: pysmbd: Change py_smbd_mkdir() to call SMB_VFS_MKDI...
2019-09-11 Jeremy Allisons3: pysmbd: Ensure conn->cwd_fsp member of created...
2019-07-22 Douglas Bagnalls3/smbd/py: avoid null deref with bad python arguments
2019-05-16 Noel Powers3/smbd: squash 'cast between incompatible function...
2019-04-08 Andrew BartlettCVE-2019-3870 pysmbd: Ensure a zero umask is set for...
2019-04-08 Andrew BartlettCVE-2019-3870 pysmbd: Move umask manipuations as close...
2018-10-11 Björn Baumbachpysmbd: handle file not found error
2018-10-11 Björn Baumbachpysmbd: add option to pass a session info to set_nt_acl...
2018-07-12 Joe Guopysmbd: add session_info arg to py_smbd_set_nt_acl
2018-07-12 Joe Guopysmbd: add session_info arg to get_conn_tos
2018-06-28 Joe Guopysmbd: add py_smbd_create_file
2018-06-28 Joe Guopysmbd: extract init_files_struct function
2018-06-28 Joe Guopysmbd: add py_smbd_mkdir
2018-06-14 Stefan Metzmacherpysmbd: make use of create_conn_struct_tos()
2018-06-14 Stefan Metzmacherpysmbd: remove explicit talloc_stackframe() from get_co...
2018-06-14 Stefan Metzmacherpysmbd: fix some talloc_stackframe() memory leaks and...
2018-06-14 Stefan Metzmacherpysmbd: consitently use talloc_stackframe() for tempora...
2018-06-14 Stefan Metzmacherpysmbd: remove useless explicit conn_free() from set_nt...
2018-04-05 Noel Powerpython3 port for smbd module
2017-12-21 Uri Simchonipysmbd: fix use of sysacl API
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const...
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-10 Jeremy Allisons3:lib: Move internal lp_posix_pathnames() call out...
2016-03-10 Jeremy Allisons3:lib: Remove the const SMB_STRUCT_STAT * parameter...
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