summaryrefslogtreecommitdiff
path: root/libcli/nbt/pynbt.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-16libcli:nbt: Initialize struct nbt_name_registerAndreas Schneider1-2/+2
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+1
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett1-2/+2
2020-03-23py3: Remove #define PyInt_AsLong PyLong_AsLongAndrew Bartlett1-3/+3
2020-03-23py3: Remove #define PyInt_Check PyLong_CheckAndrew Bartlett1-1/+1
2019-06-24py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...Andrew Bartlett1-3/+3
2019-06-24py3: Remove PyStr_AsString() compatability macroAndrew Bartlett1-6/+6
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett1-7/+7
2019-06-24py3: Remove PyStr_Check() compatability macroAndrew Bartlett1-3/+3
2019-05-16squash 'cast between incompatible function types' warningNoel Power1-5/+11
2019-02-01pynbt: catch type errors in PyObject_AsNBTName()Douglas Bagnall1-1/+19
2018-04-30libcli/nbt: Additionally accept unicode as string param in Py2Noel Power1-3/+3
2018-04-13nbt/pynbt: initialize optional parameter in nbt_name_refreshDouglas Bagnall1-0/+1
2018-04-13nbt/pynbt: initialize optional parameter in nbt_name_registerDouglas Bagnall1-0/+1
2018-03-23python3 port for netbios moduleNoel Power1-22/+33
2018-03-23libcli/nbt: Fix illegal tuple index access.Noel Power1-1/+1
2014-01-09samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer1-4/+0
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-1/+1
2011-01-01s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij1-4/+4
2011-01-01s4-python: Add more prototypes.Jelmer Vernooij1-0/+2
2010-11-22Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher1-1/+1
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-6/+6
2009-10-23s4-python: we need to include Python.h firstAndrew Tridgell1-1/+1
2009-01-19Revert "Remove another use of global_loadparm."Stefan Metzmacher1-2/+1
2009-01-08Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij1-1/+5
2009-01-07s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty1-1/+1
2009-01-06py: Properly increase the reference counter of Py_None.Jelmer Vernooij1-1/+1
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-12-23Fix more compiler warnings.Jelmer Vernooij1-2/+2
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij1-1/+2
2008-10-24Fix the build.Jelmer Vernooij1-2/+2
2008-10-24Remove more global_loadparm instances, fix syntax errors.Jelmer Vernooij1-4/+4
2008-09-23s4-nbt: move libcli/nbt up one level.Günther Deschner1-0/+408