summaryrefslogtreecommitdiff
path: root/python/pyglue.c
Commit message (Expand)AuthorAgeFilesLines
* pyglue: use Py_ssize_t in random data generation functionsDmitry Antipov2023-05-161-21/+22
* python: whitespace fixesVolker Lendecke2022-10-031-5/+4
* pyglue:generate_random_[machine]_password: ValueError for bad valuesDouglas Bagnall2022-08-261-0/+10
* pyglue: generate_random_[machine]_password: reject negative numbersDouglas Bagnall2022-08-261-2/+27
* pyglue: generate_random_bytes/str accept positive numbers onlyDouglas Bagnall2022-08-261-4/+16
* pyglue: check talloc buffer for random bytesDouglas Bagnall2022-08-261-0/+4
* selftest: Add test of NDR marshalling from python, starting with wbintAndrew Bartlett2021-06-021-0/+9
* python: glue function for detecting if selftest is enabledDavid Mulder2021-04-211-0/+12
* pyglue: add float2nttime() and nttime2float()Stefan Metzmacher2021-03-011-0/+47
* py3: Add is_ad_dc_built option to python glueDavid Mulder2020-10-231-0/+12
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-081-1/+1
* py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett2020-03-231-3/+3
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-241-6/+6
* squash 'cast between incompatible function types' warningNoel Power2019-05-161-4/+8
* python: use 'et' as format for ParseTuple with python2Noel Power2019-01-131-2/+6
* python: Fix memory leak with ParseTuple (using 'es' format)Noel Power2019-01-131-7/+15
* debug: Use debuglevel_(get|set) functionAndreas Schneider2018-11-081-2/+3
* python: py_strcasecmp_m & py_strstr_m don't handle unicode properlyNoel Power2018-10-231-5/+9
* python: export fault_setup() to python bindingsStefan Metzmacher2018-06-121-0/+12
* pyglue: Add function to generate a random byte stringGary Lockyer2017-12-181-0/+21
* samba-tool: validate password early in `domain provision`Jamie McClymont2017-12-101-0/+17
* python: Add py_is_heimdal_built() to pyglueAndreas Schneider2017-04-291-0/+11
* python: samba._glue: Port samba._glue module to Python 3.Lumir Balhar2017-03-101-11/+20
* pyglue: add generate_random_machine_password() wrapperStefan Metzmacher2017-02-211-1/+25
* python: Add DsExtendedError ExceptionAndrew Bartlett2016-11-041-0/+8
* python: create NTSTATUSError, HRESULTError and WERRORErrorAndrew Bartlett2016-11-041-0/+20
* build: Enable NTVFS file server to be omittedAndrew Bartlett2015-10-231-0/+11
* samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer2014-01-091-4/+0
* python/pyglue: filter out loopback and linklocal addresses unless all_interfa...Stefan Metzmacher2013-08-301-2/+43
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-0/+250