summaryrefslogtreecommitdiff
path: root/source3/passdb/py_passdb.c
Commit message (Expand)AuthorAgeFilesLines
* py3: Remove PyStr_AsString() compatability macroAndrew Bartlett2019-06-241-19/+19
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-241-16/+16
* py3: Remove PyStr_Type() compatability macroAndrew Bartlett2019-06-241-14/+14
* Clean up reference used with PyDict_SetxxxNoel Power2019-02-071-198/+210
* Cleanup (decref) some objects added to list.Noel Power2019-02-071-11/+84
* s3/py_passdb: maintain correct refcount on allocation failureDouglas Bagnall2019-01-291-0/+6
* s3:passdb: Use C99 initializer for PyGetSetDef in py_passdbAndreas Schneider2019-01-281-40/+196
* Fix spelling mistakesOlly Betts2018-11-301-2/+2
* s3:passdb: Use discard_const_p() in py_passdbAndreas Schneider2018-11-141-2/+2
* s3/py_passdb: add get_domain_sid() to get domain sid from secrets databaseBjörn Baumbach2018-10-111-0/+28
* s3/py_passdb: initialize optional parameters earlierDouglas Bagnall2018-04-131-4/+2
* python3 port for passdb moduleNoel Power2018-04-051-108/+118
* py_passdb: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett2016-03-081-15/+3
* pypassdb: Do not use pytalloc_Object directlyAndrew Bartlett2016-03-081-107/+107
* s3/passdb/py_passdb.c: free frame before returningAurelien Aptel2016-03-011-23/+23
* python: Remove Python 2.4 support macrosAndrew Bartlett2016-01-071-7/+0
* lib: Remove "use_ntdb" param from secrets_init_pathVolker Lendecke2015-03-171-1/+1
* Remove callers of lp_use_ntdbVolker Lendecke2015-03-171-1/+1
* Remove use of the "staticforward" macroPetr Viktorin2015-01-221-3/+3
* idmap: unify passdb *id_to_sid methodsGarming Sam2014-12-031-2/+11
* s3:passdb: Fix the use of uninitialized scalar variable.Poornima Gurusiddaiah2014-02-241-8/+2
* s3-passdb: Fix string duplication to pointers.Andreas Schneider2014-01-091-2/+12
* samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer2014-01-091-4/+0
* ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell2013-02-201-1/+1
* s3-passdb: Allow reload of the static passdb from pythonAndrew Bartlett2012-08-281-0/+18
* s3-pypassdb: Fix wrapper for pdb_domain_info to return correct dns_{domain,fo...Andrew Bartlett2012-08-021-2/+2
* source3/passdb/py_passdb.c: wrap all calls in talloc_stackframe()Rusty Russell2012-07-181-519/+489
* source3/passdb/py_passdb.c: don't steal from talloc_stackframe().Rusty Russell2012-07-181-15/+2
* s3-pypassdb: add wrapper for enum_group_membershipsAndrew Bartlett2012-05-031-1/+57
* s3-pypassdb: remove unused variableAndrew Bartlett2012-05-031-2/+0
* s3-passdb: Change pdb_sid_to_id() to return struct unixidAndrew Bartlett2012-05-021-5/+4
* s3-passdb: Remove unused sampass->pass_must_change_timeAndrew Bartlett2012-04-191-4/+3
* s3-py-passdb: Fix handling of uninitialized gid valuesAmitay Isaacs2011-11-181-1/+1
* s4-s3-upgrade now look for -1 as the special 'not set' valueAndrew Bartlett2011-11-181-1/+1
* py_passdb: Cannot steal an item pointer from an arrayAmitay Isaacs2011-11-111-4/+9
* s3-py_passdb Ensure that group mapping list input is initailisedAndrew Bartlett2011-11-091-1/+2
* pdb-interface: Do not use unid_t hereSimo Sorce2011-10-181-3/+4
* s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce2011-10-121-3/+5
* s3-passdb: Cleanup use of fstring and move to talloc.Simo Sorce2011-09-261-5/+14
* s3-passdb: Allocate talloc stackframe before calling pdb_get_group_sid()Amitay Isaacs2011-08-261-5/+6
* s3-passdb: Make domain_sid argument optional for search_aliases methodAmitay Isaacs2011-08-261-5/+10
* s3-passdb: Return assigned number of hours and not MAX_HOURS_LENAmitay Isaacs2011-08-261-3/+4
* s3-passdb: Convert lm_pw and nt_pw to python string using lengthAmitay Isaacs2011-08-261-2/+2
* s3:passdb/py_passdb.c - restore Python >= 2.4 compatibilityMatthias Dieter Wallnöfer2011-08-191-0/+7
* s3-passdb: Fix the get/set routines for pw_history for samuAmitay Isaacs2011-08-191-2/+2
* s3-passdb: Display username when reporting error on add_sam_account.Amitay Isaacs2011-08-191-1/+2
* s3-passdb: Fix call for search_aliases(). It returns bool and not NTSTATUS.Amitay Isaacs2011-08-191-4/+1
* s3-passdb: Return list of sids from python wrapper enum_group_membersAmitay Isaacs2011-08-191-5/+9
* s3-passdb: Make arguments for python wrapper enum_group_mapping() optionalAmitay Isaacs2011-08-191-5/+10
* s3-passdb: Added python wrapper for passdb methodsAmitay Isaacs2011-08-191-21/+831