summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr
AgeCommit message (Expand)AuthorFilesLines
2025-06-14libndr: Simplify indentation in ndr_printVolker Lendecke1-5/+2
2023-11-20Use python.h from libreplaceAndreas Schneider5-5/+5
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
2023-02-03s4/ndr/py_misc: 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-19librpc: Use GUID_buf_string() in python wrappersVolker Lendecke1-12/+15
2021-04-19py_security: Avoid casts in py_random_sid()Volker Lendecke1-4/+6
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer2-5/+5
2020-03-23s4-librpc: Simplify bytes or unicode input checking in python GUID() bindingsAndrew Bartlett1-7/+6
2020-03-23py3: Remove #define IsPy3BytesOrString(pystr)Andrew Bartlett1-1/+1
2020-03-23py3: Remove #define IsPy3Bytes PyBytes_CheckAndrew Bartlett1-1/+1
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_AsUTF8AndSize() compatability macroAndrew Bartlett1-1/+1
2019-06-24py3: Remove PyStr_FromFormat() compatability macroAndrew Bartlett3-5/+5
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett3-7/+7
2019-05-16s4/librpc: squash 'cast between incompatible function types' warningNoel Power1-5/+10
2019-02-08s4/librpc/py_misc: ParseTuple format should match actual typesDouglas Bagnall1-1/+1
2019-02-07Clean up reference used with PyDict_SetxxxNoel Power3-0/+3
2019-01-17s4:librpc: Use C99 initializer for PyGetSetDef in py_authAndreas Schneider1-2/+6
2019-01-08pysecurity: Use dom_sid_str_bufVolker Lendecke1-6/+5
2018-11-14s4:librpc: Use discard_const_p for ndr/py_miscAndreas Schneider1-3/+5
2018-07-13s4/librpc/ndr: allow GUID to accept unicode alsoNoel Power1-1/+1
2018-03-23s4/librpc: GUID should accept string or bytes in python3Noel Power1-3/+11
2017-08-15py-librpc: Strictly check the type of the incoming sid pointerAndrew Bartlett1-0/+7
2017-06-22lsa.String: add String constructor, str and reprGary Lockyer1-0/+77
2017-03-10python: samba.dcerpc: Port security module to Python 3 comp. formLumir Balhar1-4/+36
2017-03-10python: samba.dcerpc: Port RPC related stuff to Python 3Lumir Balhar1-7/+39
2016-02-23py_xattr: Fix a "ignoring return value" warningVolker Lendecke1-2/+6
2014-01-09samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer4-16/+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 Vernooij4-45/+48
2011-04-05auth: Move auth_session_info into IDLAndrew Bartlett1-0/+74