1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/libgpo
Douglas Bagnall 12cccf3447 pygpo: use correct method flags
The METH_KEYWORDS argument must always be combined with METH_VARARGS.

In Python up to 3.7 this was checked at runtime, and as we had no callers to
get_unix_path() in Python we never noticed. In Python 3.8 it is checked at
import time, and everyone notices even if they aren't directly using GPOs.

Found and reported by Val Kulkov.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14209
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2019-12-04 05:10:31 +00:00
..
gpext libgpo: remove 404 link in comment 2019-01-28 10:29:26 +01:00
gpo_fetch.c CVE-2017-12150: libgpo: make use of SMB_SIGNING_REQUIRED in gpo_connect_server() 2017-09-20 13:04:10 +02:00
gpo_filesync.c libgpo/gpo_filesync.c: typo fixes 2019-10-31 00:43:36 +00:00
gpo_ini.c libgpo: Fix error check in gp_inifile_init_context_direct() 2017-01-20 11:18:21 +01:00
gpo_ini.h libgpo: apply some const. 2017-01-06 12:28:19 +01:00
gpo_ldap.c make some auth functions return an NTSTATUS like other similar functions for better diagnostics. 2019-04-02 02:12:48 +00:00
gpo_proto.h gpo: Add python libgpo bindings 2017-11-20 21:41:14 +01:00
gpo_reg.c libgpo: Use dom_sid_str_buf 2018-12-11 00:40:31 +01:00
gpo_sec.c libgpo: Use dom_sid_str_buf 2018-11-09 22:42:29 +01:00
gpo_util.c Fix typos and ban the rams from samba 2019-01-10 02:41:29 +01:00
gpo.h libgpo: apply some const. 2014-01-07 18:52:42 +01:00
pygpo.c pygpo: use correct method flags 2019-12-04 05:10:31 +00:00
wscript_build build: Remove bld.gen_python_environments() 2019-03-21 04:06:14 +00:00