summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2019-06-24py3: Remove PyStr_AsUTF8AndSize() compatability macroAndrew Bartlett1-2/+0
2019-06-24py3: Remove PyStr_AsUTF8() compatability macroAndrew Bartlett1-1/+0
2019-06-24py3: Remove PyStr_AsString() compatability macroAndrew Bartlett1-2/+0
2019-06-24py3: Remove PyStr_FromFormatV() compatability macroAndrew Bartlett1-1/+0
2019-06-24py3: Remove PyStr_FromFormat() compatability macroAndrew Bartlett1-1/+0
2019-06-24py3: Remove PyStr_FromStringAndSize() compatability macroAndrew Bartlett1-1/+0
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett3-8/+7
2019-06-24py3: Remove PyStr_Check() compatability macroAndrew Bartlett1-2/+1
2019-06-24py3: Remove PyStr_Type() compatability macroAndrew Bartlett1-1/+0
2019-06-19CVE-2019-12435 rpc/dns: avoid NULL deference if zone not found in DnssrvOpera...Douglas Bagnall1-0/+26
2019-06-19CVE-2019-12435 rpc/dns: avoid NULL deference if zone not found in DnssrvOpera...Douglas Bagnall1-0/+25
2019-06-18selftest: add tests for samba-tool ntacl changedomsidBjörn Baumbach1-0/+87
2019-06-18samba-tool: add ntacl changedomsid commandBjörn Baumbach1-0/+164
2019-06-18samba-tool ntacl: consolidate code for getting the local domain sidBjörn Baumbach1-53/+32
2019-06-18python/ntacls: use correct "state directory" smb.conf option instead of "stat...Björn Baumbach1-1/+3
2019-06-07Revert TestCaseInSubDir parts of "downgradedatabase: blackbox test"Andrew Bartlett1-7/+2
2019-06-07selftest: Specifically remove files generated by provisionAndrew Bartlett1-3/+11
2019-06-06py3: Remove unused PyInt_AsSsize_t macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyInt_AsUnsignedLongLongMask macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyInt_AS_LONG macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyInt_FromSize_t macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyInt_FromSsize_t macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyInt_FromString macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyInt_CheckExact macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PY_DESC_PY3_STRING macro from py3compat.hAndrew Bartlett1-2/+1
2019-06-06py3: Remove unused PyStr_AsUTF8String macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyStr_Decode macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyStr_InternFromString macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyStr_InternInPlace macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyStr_Format macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyStr_Concat macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyStr_CheckExact macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused IS_PY3 macro from py3compat.hAndrew Bartlett1-4/+0
2019-06-06py3: Remove Python2 side of py3compat.hAndrew Bartlett1-96/+0
2019-06-06tests blackbox ndrdump: Clean up pep8 warningsGary Lockyer1-7/+15
2019-06-06tests blackbox ndrdump: Add test for struct printingGary Lockyer1-2/+10
2019-06-05tests auth log winbind: Fix flapping testGary Lockyer1-36/+53
2019-05-31provision: Fallback to assumption root-UID==zeroTim Beale1-1/+11
2019-05-30samba-tool: add 'import samba.drs_utils' to fsmo.pyBjörn Baumbach1-0/+1
2019-05-30samba-tool: use only one LDAP modify for dns partition fsmo role transferStefan Metzmacher1-16/+6
2019-05-30samba-tool: fix replication after dns partition fsmo role transferStefan Metzmacher1-1/+3
2019-05-29samba-tool dns: use bytes for inet_ntopDouglas Bagnall1-2/+3
2019-05-29tests/samba-tool: test dns serverinfo/zoneinfoDouglas Bagnall1-0/+26
2019-05-29downgradedatabase: blackbox: MDB backendAaron Haslett1-3/+35
2019-05-29downgradedatabase: blackbox: database repackedAaron Haslett1-4/+13
2019-05-29downgradedatabase: blackbox: check ordered integer removedAaron Haslett1-1/+19
2019-05-29downgradedatabase: blackbox testAaron Haslett2-2/+106
2019-05-28dbcheck: fallback to the default tombstoneLifetime of 180 daysStefan Metzmacher1-1/+4
2019-05-28python/ntacls: we only need security.SEC_STD_READ_CONTROL in order to get the...Stefan Metzmacher1-1/+1
2019-05-24ldap tests: test scheme for referralsGary Lockyer1-0/+91