summaryrefslogtreecommitdiff
path: root/libcli/security/pysecurity.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-14libcli/security: add py_claims_tf_policy_{parse_rules,wrap_xml}()Stefan Metzmacher1-0/+124
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-08-24libcli/security/pysecurity: use NULL to mean NULL in CDouglas Bagnall1-2/+2
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+1
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett1-1/+1
2019-07-22pysecurity: use unsigned int, not int to approximate uint32_tDouglas Bagnall1-4/+4
2019-07-22libcli/pysecurity: use pytalloc_get_name to avoid NULL derefDouglas Bagnall1-2/+2
2019-05-16squash 'cast between incompatible function types' warningNoel Power1-1/+4
2017-09-06python: Port samba.security to Python 3 compatible form.Lumir Balhar1-7/+15
2011-08-10pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij1-4/+4
2011-03-19libcli/: Fix prototypes for all functions.Jelmer Vernooij1-0/+2
2011-01-14libcli/security Add python bindings for se_access_checkAndrew Bartlett1-0/+83