ctdb-scripts: Do not de-duplicate the interfaces list
[samba.git] / source4 / librpc / ndr / py_security.c
2023-11-20 Andreas SchneiderUse python.h from libreplace
2023-11-09 Joseph Suttons4:librpc: Add ‘allow_device_in_sddl’ parameter to...
2023-11-09 Joseph Suttonlibcli/security: Optionally disallow device‐specific...
2023-11-09 Joseph Suttons4:librpc: Fix leak
2023-11-09 Joseph Suttons4:librpc: Remove trailing whitespace
2023-11-01 Douglas Bagnalls4/librpc/py_security: use SDDLValueError for better...
2023-11-01 Douglas Bagnalls4/librpc/py_security: add SDDLValueError
2023-11-01 Douglas Bagnallndr/py_security: mod patch reports errors
2023-09-26 Andrew Bartlettlibcli/security: Pass in claims evaluation state when...
2023-08-08 Joseph Suttonlibrpc/py_security: Don’t pass a NULL pointer to PyUnic...
2023-04-28 Douglas Bagnalllibrpc/py_security: exception message blames the bad SID
2023-04-28 Douglas Bagnalllibrpc/ndr/pysecurity: use better exceptions
2023-03-22 Stefan Metzmacherpy_security: allow idx argument to descriptor.[s|d...
2023-02-03 Douglas Bagnalls4/ndr/py_security: remove python 2 ifdefs
2022-09-27 Christian Mertenlibrpc ndr/py_security: Export sddl_encode_ace to python
2022-09-27 Christian Mertenlibrpc ndr/py_security: Export security_ace_equal as...
2022-09-27 Christian Mertenlibrpc ndr/py_security: Export ACE deletion functions...
2021-09-04 Joseph SuttonFix Python docstrings
2021-05-19 Joseph Suttonpython: Ensure reference counts are properly incremented
2021-04-19 Volker Lendeckelibrpc: Add py_descriptor_richcmp() equality function
2021-04-19 Volker Lendeckepy_security: Avoid casts in py_random_sid()
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_FromLong PyLong_FromLong
2019-07-22 Douglas Bagnalls4/rpc/py_security: don't deref NULL for invalid values
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromFormat() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromString() compatability macro
2019-05-16 Noel Powers4/librpc: squash 'cast between incompatible function...
2019-02-07 Noel PowerClean up reference used with PyDict_Setxxx
2019-01-08 Volker Lendeckepysecurity: Use dom_sid_str_buf
2017-08-15 Andrew Bartlettpy-librpc: Strictly check the type of the incoming...
2017-03-10 Lumir Balharpython: samba.dcerpc: Port security module to Python...
2014-01-09 Matthias Dieter... samba:python - Py_RETURN_NONE remove compatibility...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2011-08-19 Amitay Isaacspy_security: Fix comparison between two dom_sid objects
2011-08-10 Jelmer Vernooijpytalloc: Use consistent prefix for functions, add...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-31 Jelmer Vernooijpyldb: Add dom_sid.split in favor of less powerful...
2009-09-23 Jelmer Vernooijprovision: Avoid linking in multiple copies of security...
2009-09-21 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-09-20 Andrew Bartletts4:provision Use code to store domain join in 'net...
2009-09-18 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-17 Matthieu Patoupyldb: Don't segfault when invalid type is specified...
2009-07-30 Jelmer VernooijDCE/RPC(Python): Rename py_talloc_import to py_talloc_s...
2009-07-01 Andrew Tridgellpy_talloc_import now uses a steal, so this free is...
2009-04-24 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-23 nadezhda ivanovaFix of a bug in the security.descriptor.as_sddl() method
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-20 Jelmer VernooijMake domain sid argument to as_sddl() optional.
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-02 Stefan Metzmachers4:py_security: avoid 'this' and use 'py_self' and...
2009-01-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Jelmer VernooijImplement as_sddl.
2009-01-22 Jelmer VernooijSupport parsing sddl for security descriptors.
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Jelmer VernooijAvoid using a utility header for Python replacements...
2009-01-07 Tim Proutys3/s4 build: Fix Py_RETURN_NONE to work with python...
2009-01-06 Jelmer Vernooijpy: Properly increase the reference counter of Py_None.
2008-12-21 Jelmer VernooijFix more tests, improve repr() functions for various...
2008-12-21 Jelmer VernooijSimplify customization of pidl-generated Python modules.
2008-12-21 Jelmer VernooijAllow providing extra module-level Python functions.
2008-12-21 Jelmer VernooijMerge the rest of security.i into samba.dcerpc.security.
2008-12-21 Jelmer VernooijRemove duplicate Python bindings for dom_sid, security_...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-15 Jelmer VernooijAdd python extensions for dom_sid.