summaryrefslogtreecommitdiff
path: root/python/pyglue.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-15python: Generate HRESULT definitions automaticallyJoseph Sutton1-12/+0
2023-12-21pyglue: Export some GKDI constantsJoseph Sutton1-0/+37
2023-12-21pyglue: Export some more HRESULT constantsJoseph Sutton1-0/+6
2023-12-21pyglue: Fix code spellingJoseph Sutton1-1/+1
2023-12-21pyglue: Remove unnecessary uses of discard_const_p()Joseph Sutton1-14/+14
2023-11-30python: Use constants from hresult.h for python constantsAndrew Bartlett1-0/+5
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-08-08pyglue: Add missing whitespace in docstringsJoseph Sutton1-3/+3
2023-08-08pyglue: Fix leakJoseph Sutton1-0/+1
2023-07-21python: Add glue.burn_commandline() methodAndrew Bartlett1-0/+59
2023-07-21python: Move PyList_AsStringList to common code so we can reuseAndrew Bartlett1-0/+1
2023-05-24pyglue: Raise an exception on errorJoseph Sutton1-9/+9
2023-05-24pyglue: Check generate_random_str() return valueJoseph Sutton1-0/+3
2023-05-24pyglue: Fix typoJoseph Sutton1-1/+1
2023-05-16pyglue: use Py_ssize_t in random data generation functionsDmitry Antipov1-21/+22
2022-10-03python: whitespace fixesVolker Lendecke1-5/+4
2022-08-26pyglue:generate_random_[machine]_password: ValueError for bad valuesDouglas Bagnall1-0/+10
2022-08-26pyglue: generate_random_[machine]_password: reject negative numbersDouglas Bagnall1-2/+27
2022-08-26pyglue: generate_random_bytes/str accept positive numbers onlyDouglas Bagnall1-4/+16
2022-08-26pyglue: check talloc buffer for random bytesDouglas Bagnall1-0/+4
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