summaryrefslogtreecommitdiff
path: root/python/pyglue.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-02selftest: Add test of NDR marshalling from python, starting with wbintAndrew Bartlett1-0/+9
2021-04-21python: glue function for detecting if selftest is enabledDavid Mulder1-0/+12
2021-03-01pyglue: add float2nttime() and nttime2float()Stefan Metzmacher1-0/+47
2020-10-23py3: Add is_ad_dc_built option to python glueDavid Mulder1-0/+12
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+1
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett1-3/+3
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett1-6/+6
2019-05-16squash 'cast between incompatible function types' warningNoel Power1-4/+8
2019-01-13python: use 'et' as format for ParseTuple with python2Noel Power1-2/+6
2019-01-13python: Fix memory leak with ParseTuple (using 'es' format)Noel Power1-7/+15
2018-11-08debug: Use debuglevel_(get|set) functionAndreas Schneider1-2/+3
2018-10-23python: py_strcasecmp_m & py_strstr_m don't handle unicode properlyNoel Power1-5/+9
2018-06-12python: export fault_setup() to python bindingsStefan Metzmacher1-0/+12
2017-12-18pyglue: Add function to generate a random byte stringGary Lockyer1-0/+21
2017-12-10samba-tool: validate password early in `domain provision`Jamie McClymont1-0/+17
2017-04-29python: Add py_is_heimdal_built() to pyglueAndreas Schneider1-0/+11
2017-03-10python: samba._glue: Port samba._glue module to Python 3.Lumir Balhar1-11/+20
2017-02-21pyglue: add generate_random_machine_password() wrapperStefan Metzmacher1-1/+25
2016-11-04python: Add DsExtendedError ExceptionAndrew Bartlett1-0/+8
2016-11-04python: create NTSTATUSError, HRESULTError and WERRORErrorAndrew Bartlett1-0/+20
2015-10-23build: Enable NTVFS file server to be omittedAndrew Bartlett1-0/+11
2014-01-09samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer1-4/+0
2013-08-30python/pyglue: filter out loopback and linklocal addresses unless all_interfa...Stefan Metzmacher1-2/+43
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+250