summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/py_security.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-11-09s4:librpc: Add ‘allow_device_in_sddl’ parameter to security.descriptor.fr...Joseph Sutton1-4/+19
2023-11-09libcli/security: Optionally disallow device‐specific attributes and operato...Joseph Sutton1-0/+1
2023-11-09s4:librpc: Fix leakJoseph Sutton1-1/+13
2023-11-09s4:librpc: Remove trailing whitespaceJoseph Sutton1-11/+11
2023-11-01s4/librpc/py_security: use SDDLValueError for better error messagesDouglas Bagnall1-2/+30
2023-11-01s4/librpc/py_security: add SDDLValueErrorDouglas Bagnall1-0/+20
2023-11-01ndr/py_security: mod patch reports errorsDouglas Bagnall1-4/+16
2023-09-26libcli/security: Pass in claims evaluation state when building any security t...Andrew Bartlett1-2/+11
2023-08-08librpc/py_security: Don’t pass a NULL pointer to PyUnicode_FromString()Joseph Sutton1-0/+4
2023-04-28librpc/py_security: exception message blames the bad SIDDouglas Bagnall1-1/+2
2023-04-28librpc/ndr/pysecurity: use better exceptionsDouglas Bagnall1-2/+2
2023-03-22py_security: allow idx argument to descriptor.[s|d]acl_add()Stefan Metzmacher1-4/+6
2023-02-03s4/ndr/py_security: remove python 2 ifdefsDouglas Bagnall1-24/+0
2022-09-27librpc ndr/py_security: Export sddl_encode_ace to pythonChristian Merten1-0/+37
2022-09-27librpc ndr/py_security: Export security_ace_equal as richcmp to pythonChristian Merten1-0/+42
2022-09-27librpc ndr/py_security: Export ACE deletion functions to pythonChristian Merten1-1/+51
2021-09-04Fix Python docstringsJoseph Sutton1-1/+1
2021-05-19python: Ensure reference counts are properly incrementedJoseph Sutton1-1/+1
2021-04-19librpc: Add py_descriptor_richcmp() equality functionVolker Lendecke1-0/+37
2021-04-19py_security: Avoid casts in py_random_sid()Volker Lendecke1-4/+6
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-4/+4
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett1-1/+1
2019-07-22s4/rpc/py_security: don't deref NULL for invalid valuesDouglas Bagnall1-2/+10
2019-06-24py3: Remove PyStr_FromFormat() compatability macroAndrew Bartlett1-1/+1
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett1-3/+3
2019-05-16s4/librpc: squash 'cast between incompatible function types' warningNoel Power1-5/+10
2019-02-07Clean up reference used with PyDict_SetxxxNoel Power1-0/+1
2019-01-08pysecurity: Use dom_sid_str_bufVolker Lendecke1-6/+5
2017-08-15py-librpc: Strictly check the type of the incoming sid pointerAndrew Bartlett1-0/+7
2017-03-10python: samba.dcerpc: Port security module to Python 3 comp. formLumir Balhar1-4/+36
2014-01-09samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer1-4/+0
2011-08-19py_security: Fix comparison between two dom_sid objectsAmitay Isaacs1-1/+9
2011-08-10pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij1-33/+34
2009-12-31pyldb: Add dom_sid.split in favor of less powerful dom_sid_to_rid().Jelmer Vernooij1-0/+36
2009-09-23provision: Avoid linking in multiple copies of security python module.Jelmer Vernooij1-5/+0
2009-09-20s4:provision Use code to store domain join in 'net join' as wellAndrew Bartlett1-0/+5
2009-09-17pyldb: Don't segfault when invalid type is specified to as_sddl and from_sddl.Matthieu Patou1-2/+2
2009-07-30DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.Jelmer Vernooij1-4/+4
2009-07-01py_talloc_import now uses a steal, so this free is incorrectAndrew Tridgell1-1/+0
2009-04-23Fix of a bug in the security.descriptor.as_sddl() methodnadezhda ivanova1-1/+1
2009-04-20Make domain sid argument to as_sddl() optional.Jelmer Vernooij1-3/+12
2009-02-02s4:py_security: avoid 'this' and use 'py_self' and 'self'Stefan Metzmacher1-9/+9
2009-01-22Implement as_sddl.Jelmer Vernooij1-1/+19
2009-01-22Support parsing sddl for security descriptors.Jelmer Vernooij1-2/+29
2009-01-08Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij1-1/+5
2009-01-07s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty1-0/+1
2009-01-06py: Properly increase the reference counter of Py_None.Jelmer Vernooij1-5/+5
2008-12-21Fix more tests, improve repr() functions for various Python types.Jelmer Vernooij1-30/+5
2008-12-21Simplify customization of pidl-generated Python modules.Jelmer Vernooij1-47/+104