summaryrefslogtreecommitdiff
path: root/source4/dsdb/pydsdb.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-27s4:dsdb: Implement msDS-KeyCredentialLink attributeJennifer Sutton1-0/+1
2025-08-27s4:dsdb:tests: Use sAMAccountName GUID constantJennifer Sutton1-0/+1
2025-05-26s4:dsdb: Remove trailing whitespaceJennifer Sutton1-10/+10
2025-05-26s4:dsdb: Use PyLong_FromUnsignedLong() for unsigned valuesJennifer Sutton1-5/+5
2025-05-26python:samdb: Add get_searchFlags_from_lDAPDisplayName() methodJennifer Sutton1-0/+34
2025-05-26python:samdb: Add get_must_contain_from_lDAPDisplayName() methodJennifer Sutton1-0/+89
2025-05-26python:samdb: Add get_lDAPDisplayName_by_governsID_id() methodJennifer Sutton1-0/+35
2024-04-10pyldb: Include a reference to the Ldb in objects that useAndrew Bartlett1-4/+5
2024-03-28pyldb: Consolidate PyErr_SetLdbError() using the pyldb versionAndrew Bartlett1-10/+0
2024-03-03pyldb: Move PyErr_LDB_OR_RAISE() and PyErr_LDB_DN_OR_RAISE() into pyldb.hAndrew Bartlett1-15/+0
2024-03-03dsdb: Use pyldb_check_type() in PyErr_LDB_DN_OR_RAISE()Andrew Bartlett1-1/+1
2024-03-03dsdb: Use pyldb_Ldb_AsLdbContext() in PyErr_LDB_OR_RAISE()Andrew Bartlett1-3/+3
2024-03-01s4:pydsdb: python bindings for gkdi_new_root_key()Douglas Bagnall1-0/+84
2024-02-29s4:pydsdb: add not-implemented raising functions to when appropriateDouglas Bagnall1-2/+32
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-07-19s4:pydsdb: add dc_operatingSystemVersion() helperStefan Metzmacher1-0/+24
2023-06-14dsdb: Add routine to check the DB vs lp functional levelsAndrew Bartlett1-0/+38
2023-05-05pydsdb: Add Managed Service Accounts GUID constantJoseph Sutton1-0/+1
2023-03-14selftest/drs: Demonstrate ERROR(ldb): uncaught exception - Deleted target CN=...Andrew Bartlett1-0/+2
2022-12-13CVE-2022-37966 s4:pydsdb: add ENC_HMAC_SHA1_96_AES256_SKStefan Metzmacher1-0/+1
2022-09-16CVE-2020-25720 pydsdb: Add AD schema GUID constantsJoseph Sutton1-0/+13
2022-09-16CVE-2020-25720 pydsdb: Add dsHeuristics constant definitionsJoseph Sutton1-0/+30
2021-09-02pydsdb: Add API to return strings of known UF_ flagsAndrew Bartlett1-0/+30
2021-03-17py bindings: write 'bytes', not 'PY_DESC_PY3_BYTES'Douglas Bagnall1-4/+2
2021-03-10samba-tool: Enable pydsdb without ad dcDavid Mulder1-0/+4
2020-10-01Fix build after removal of an extra safe_string.hAlexander Bokovoy1-0/+1
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+1
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett1-4/+4
2019-07-22s4/py_dsdb: avoid NULL deref in set_domain_sid()Douglas Bagnall1-3/+10
2019-07-10pyldb: rename pyldb_Dn_AsDn() to pyldb_Dn_AS_DN()Douglas Bagnall1-1/+1
2019-07-10pyldb: fork pyldb_Ldb_AsLdbContext macro to reflect unsafenessDouglas Bagnall1-1/+1
2019-06-24py3: Remove PyStr_AsString() compatability macroAndrew Bartlett1-3/+3
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett1-10/+10
2019-02-07Clean up reference used with PyDict_SetxxxNoel Power1-5/+4
2019-02-07Cleanup references to module objects returned from PyImport_ImportModuleNoel Power1-4/+10
2019-01-19s4/py_dsdb: catch/handle alloc failures in py_dsdb_normalise_attributes()Douglas Bagnall1-0/+7
2019-01-08pydsdb: Use dom_sid_str_bufVolker Lendecke1-8/+2
2018-11-14s4:dsdb: Use const char in py_dsdb_garbage_collect_tombstones()Andreas Schneider1-1/+1
2018-10-30s4:dsdb: add DSDB_CONTROL_DBCHECK_FIX_LINK_DN_SID oidStefan Metzmacher1-0/+1
2018-09-15s4/dsdb: py_dsdb_DsReplicaAttribute should deal with bytes in py3Noel Power1-5/+8
2018-07-12dns: dns record scavenging function (without task)Aaron Haslett1-0/+73
2018-07-03dbchecker: Fixing up incorrect DNs wasn't workingTim Beale1-0/+1
2018-07-03dbcheck: Use symbolic control name for DSDB_CONTROL_DBCHECK_FIX_DUPLICATE_LINKSAndrew Bartlett1-0/+1
2018-04-30s4/dsdb: Additionally accept unicode as string param in Py2Noel Power1-1/+1
2018-03-23s4/dsdb: python3 api should take 'bytes'Noel Power1-5/+7
2018-02-15python: Port dsdb module to Python 3 compatible form.Lumir Balhar1-24/+36
2017-12-14flags.h: Introduce the 2016 function level constantGarming Sam1-0/+1
2017-11-24schema: Make writing indices flag an enum for a new stateGarming Sam1-1/+1
2017-08-01dsdb: Fix dsdb_next_callback to correctly use ldb_module_done() etcAndrew Bartlett1-0/+1
2017-05-25samba-tool tests: Tests for virtualCryptSHAxxx roundsGary Lockyer1-0/+1