Add bug number for samba/talloc breakage and fix
[abartlet/samba-debian.git] / source3 / smbd / pysmbd.c
2015-11-07 Jelmer VernooijMerge tag 'debian/4.1.20+dfsg-1' of git://git.debian...
2015-09-19 Jelmer VernooijMerge tag 'upstream/4.3.0+dfsg' into experimental
2015-09-19 Jelmer VernooijImported Upstream version 4.3.0+dfsg
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-08-03 Jelmer VernooijMerge tag 'upstream/4.1.11' into debian
2014-08-03 Jelmer VernooijImported Upstream version 4.1.11
2014-07-28 Karolin SeegerMerge commit 'origin/v4-1-test^' into v4-1-stable
2014-07-15 Garming Sampysmbd: improve the return of error codes in the python...
2014-02-05 Garming Sampysmbd: improve the return of error codes in the python...
2013-12-09 Ivo De DeckerMerge branch 'master' into samba_4.1
2013-12-09 Ivo De DeckerMerge tag 'upstream/4.0.13+dfsg' into samba_4.1
2013-12-06 Jelmer VernooijMerge branch 'master' of git+ssh://git.debian.org/git...
2013-11-17 Jelmer VernooijMerge tag 'upstream/4.1.1+dfsg' into debian.
2013-11-17 Jelmer VernooijImported Upstream version 4.1.1+dfsg
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-15 Ivo De DeckerMerge branch 'master' into samba_4.0
2013-05-10 Ivo De DeckerMerge tag 'upstream/4.0.5+dfsg1' into samba_4.0_ivo
2013-05-10 Ivo De DeckerImported Upstream version 4.0.0+dfsg1
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