index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
librpc
/
ndr
/
py_security.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-20
Use python.h from libreplace
Andreas Schneider
1
-1
/
+1
2023-11-09
s4:librpc: Add ‘allow_device_in_sddl’ parameter to security.descriptor.fr...
Joseph Sutton
1
-4
/
+19
2023-11-09
libcli/security: Optionally disallow device‐specific attributes and operato...
Joseph Sutton
1
-0
/
+1
2023-11-09
s4:librpc: Fix leak
Joseph Sutton
1
-1
/
+13
2023-11-09
s4:librpc: Remove trailing whitespace
Joseph Sutton
1
-11
/
+11
2023-11-01
s4/librpc/py_security: use SDDLValueError for better error messages
Douglas Bagnall
1
-2
/
+30
2023-11-01
s4/librpc/py_security: add SDDLValueError
Douglas Bagnall
1
-0
/
+20
2023-11-01
ndr/py_security: mod patch reports errors
Douglas Bagnall
1
-4
/
+16
2023-09-26
libcli/security: Pass in claims evaluation state when building any security t...
Andrew Bartlett
1
-2
/
+11
2023-08-08
librpc/py_security: Don’t pass a NULL pointer to PyUnicode_FromString()
Joseph Sutton
1
-0
/
+4
2023-04-28
librpc/py_security: exception message blames the bad SID
Douglas Bagnall
1
-1
/
+2
2023-04-28
librpc/ndr/pysecurity: use better exceptions
Douglas Bagnall
1
-2
/
+2
2023-03-22
py_security: allow idx argument to descriptor.[s|d]acl_add()
Stefan Metzmacher
1
-4
/
+6
2023-02-03
s4/ndr/py_security: remove python 2 ifdefs
Douglas Bagnall
1
-24
/
+0
2022-09-27
librpc ndr/py_security: Export sddl_encode_ace to python
Christian Merten
1
-0
/
+37
2022-09-27
librpc ndr/py_security: Export security_ace_equal as richcmp to python
Christian Merten
1
-0
/
+42
2022-09-27
librpc ndr/py_security: Export ACE deletion functions to python
Christian Merten
1
-1
/
+51
2021-09-04
Fix Python docstrings
Joseph Sutton
1
-1
/
+1
2021-05-19
python: Ensure reference counts are properly incremented
Joseph Sutton
1
-1
/
+1
2021-04-19
librpc: Add py_descriptor_richcmp() equality function
Volker Lendecke
1
-0
/
+37
2021-04-19
py_security: Avoid casts in py_random_sid()
Volker Lendecke
1
-4
/
+6
2020-05-08
Fix clang 9 missing-field-initializer warnings
Gary Lockyer
1
-4
/
+4
2020-03-23
py3: Remove #define PyInt_FromLong PyLong_FromLong
Andrew Bartlett
1
-1
/
+1
2019-07-22
s4/rpc/py_security: don't deref NULL for invalid values
Douglas Bagnall
1
-2
/
+10
2019-06-24
py3: Remove PyStr_FromFormat() compatability macro
Andrew Bartlett
1
-1
/
+1
2019-06-24
py3: Remove PyStr_FromString() compatability macro
Andrew Bartlett
1
-3
/
+3
2019-05-16
s4/librpc: squash 'cast between incompatible function types' warning
Noel Power
1
-5
/
+10
2019-02-07
Clean up reference used with PyDict_Setxxx
Noel Power
1
-0
/
+1
2019-01-08
pysecurity: Use dom_sid_str_buf
Volker Lendecke
1
-6
/
+5
2017-08-15
py-librpc: Strictly check the type of the incoming sid pointer
Andrew Bartlett
1
-0
/
+7
2017-03-10
python: samba.dcerpc: Port security module to Python 3 comp. form
Lumir Balhar
1
-4
/
+36
2014-01-09
samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4
Matthias Dieter Wallnöfer
1
-4
/
+0
2011-08-19
py_security: Fix comparison between two dom_sid objects
Amitay Isaacs
1
-1
/
+9
2011-08-10
pytalloc: Use consistent prefix for functions, add ABI file.
Jelmer Vernooij
1
-33
/
+34
2009-12-31
pyldb: Add dom_sid.split in favor of less powerful dom_sid_to_rid().
Jelmer Vernooij
1
-0
/
+36
2009-09-23
provision: Avoid linking in multiple copies of security python module.
Jelmer Vernooij
1
-5
/
+0
2009-09-20
s4:provision Use code to store domain join in 'net join' as well
Andrew Bartlett
1
-0
/
+5
2009-09-17
pyldb: Don't segfault when invalid type is specified to as_sddl and from_sddl.
Matthieu Patou
1
-2
/
+2
2009-07-30
DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.
Jelmer Vernooij
1
-4
/
+4
2009-07-01
py_talloc_import now uses a steal, so this free is incorrect
Andrew Tridgell
1
-1
/
+0
2009-04-23
Fix of a bug in the security.descriptor.as_sddl() method
nadezhda ivanova
1
-1
/
+1
2009-04-20
Make domain sid argument to as_sddl() optional.
Jelmer Vernooij
1
-3
/
+12
2009-02-02
s4:py_security: avoid 'this' and use 'py_self' and 'self'
Stefan Metzmacher
1
-9
/
+9
2009-01-22
Implement as_sddl.
Jelmer Vernooij
1
-1
/
+19
2009-01-22
Support parsing sddl for security descriptors.
Jelmer Vernooij
1
-2
/
+29
2009-01-08
Avoid using a utility header for Python replacements included in Samba,
Jelmer Vernooij
1
-1
/
+5
2009-01-07
s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4
Tim Prouty
1
-0
/
+1
2009-01-06
py: Properly increase the reference counter of Py_None.
Jelmer Vernooij
1
-5
/
+5
2008-12-21
Fix more tests, improve repr() functions for various Python types.
Jelmer Vernooij
1
-30
/
+5
2008-12-21
Simplify customization of pidl-generated Python modules.
Jelmer Vernooij
1
-47
/
+104
[next]