s3-registry: Check return code of push_reg_sz().
[kai/samba.git] / source3 / smbd / pysmbd.c
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