summaryrefslogtreecommitdiff
path: root/source3/passdb/py_passdb.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-08-08s3:passdb: Fix typoJoseph Sutton1-1/+1
2023-07-19s3:passdb: Fix code spellingAndreas Schneider1-1/+1
2022-08-26s3:passdb: Zero memory for plaintext_pw from 'struct samu'Pavel Filipenský1-0/+2
2021-05-27s3:param:py_param - allocate buffer for nt_name and commentAndrew Walker1-6/+20
2021-05-19python: Fix erroneous increments of reference countsJoseph Sutton1-4/+0
2020-11-10passdb: Align integer typesVolker Lendecke1-11/+6
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-2/+2
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett1-20/+20
2020-03-23py3: Remove #define PyInt_AsLong PyLong_AsLongAndrew Bartlett1-20/+20
2020-03-23py3: Remove #define PyInt_Type PyLong_TypeAndrew Bartlett1-17/+17
2019-06-24py3: Remove PyStr_AsString() compatability macroAndrew Bartlett1-19/+19
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett1-16/+16
2019-06-24py3: Remove PyStr_Type() compatability macroAndrew Bartlett1-14/+14
2019-02-07Clean up reference used with PyDict_SetxxxNoel Power1-198/+210
2019-02-07Cleanup (decref) some objects added to list.Noel Power1-11/+84
2019-01-29s3/py_passdb: maintain correct refcount on allocation failureDouglas Bagnall1-0/+6
2019-01-28s3:passdb: Use C99 initializer for PyGetSetDef in py_passdbAndreas Schneider1-40/+196
2018-11-30Fix spelling mistakesOlly Betts1-2/+2
2018-11-14s3:passdb: Use discard_const_p() in py_passdbAndreas Schneider1-2/+2
2018-10-11s3/py_passdb: add get_domain_sid() to get domain sid from secrets databaseBjörn Baumbach1-0/+28
2018-04-13s3/py_passdb: initialize optional parameters earlierDouglas Bagnall1-4/+2
2018-04-05python3 port for passdb moduleNoel Power1-108/+118
2016-03-08py_passdb: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett1-15/+3
2016-03-08pypassdb: Do not use pytalloc_Object directlyAndrew Bartlett1-107/+107
2016-03-01s3/passdb/py_passdb.c: free frame before returningAurelien Aptel1-23/+23
2016-01-07python: Remove Python 2.4 support macrosAndrew Bartlett1-7/+0
2015-03-17lib: Remove "use_ntdb" param from secrets_init_pathVolker Lendecke1-1/+1
2015-03-17Remove callers of lp_use_ntdbVolker Lendecke1-1/+1
2015-01-22Remove use of the "staticforward" macroPetr Viktorin1-3/+3
2014-12-03idmap: unify passdb *id_to_sid methodsGarming Sam1-2/+11
2014-02-24s3:passdb: Fix the use of uninitialized scalar variable.Poornima Gurusiddaiah1-8/+2
2014-01-09s3-passdb: Fix string duplication to pointers.Andreas Schneider1-2/+12
2014-01-09samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer1-4/+0
2013-02-20ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell1-1/+1
2012-08-28s3-passdb: Allow reload of the static passdb from pythonAndrew Bartlett1-0/+18
2012-08-02s3-pypassdb: Fix wrapper for pdb_domain_info to return correct dns_{domain,fo...Andrew Bartlett1-2/+2
2012-07-18source3/passdb/py_passdb.c: wrap all calls in talloc_stackframe()Rusty Russell1-519/+489
2012-07-18source3/passdb/py_passdb.c: don't steal from talloc_stackframe().Rusty Russell1-15/+2
2012-05-03s3-pypassdb: add wrapper for enum_group_membershipsAndrew Bartlett1-1/+57
2012-05-03s3-pypassdb: remove unused variableAndrew Bartlett1-2/+0
2012-05-02s3-passdb: Change pdb_sid_to_id() to return struct unixidAndrew Bartlett1-5/+4
2012-04-19s3-passdb: Remove unused sampass->pass_must_change_timeAndrew Bartlett1-4/+3
2011-11-18s3-py-passdb: Fix handling of uninitialized gid valuesAmitay Isaacs1-1/+1
2011-11-18s4-s3-upgrade now look for -1 as the special 'not set' valueAndrew Bartlett1-1/+1
2011-11-11py_passdb: Cannot steal an item pointer from an arrayAmitay Isaacs1-4/+9
2011-11-09s3-py_passdb Ensure that group mapping list input is initailisedAndrew Bartlett1-1/+2
2011-10-18pdb-interface: Do not use unid_t hereSimo Sorce1-3/+4
2011-10-12s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce1-3/+5