summaryrefslogtreecommitdiff
path: root/source4/scripting/bin/gen_ntstatus.py
AgeCommit message (Expand)AuthorFilesLines
2026-02-15python: Align py_ntstatus.c with py_hresult.cVolker Lendecke1-3/+6
2024-10-23Add ntstatus_gen for RustDavid Mulder1-2/+50
2024-01-15s4:scripting: Remove obsolete references to function prototypesJoseph Sutton1-3/+0
2024-01-15s4:scripting: Remove trailing whitespaceJoseph Sutton1-1/+1
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-06-14s4/scripting/bin: Add NT_STATUS_OK to list of definitionsJoseph Sutton1-1/+10
2023-05-05s4/scripting: fix a few trailing semicolons in gen_{hresult,ntstatus,werror}.pyRob van der Linde1-7/+7
2023-05-05s4/scripting/bin: Remove unused importsJoseph Sutton1-2/+2
2023-05-05s4/scripting/bin: Fix resource leakJoseph Sutton1-3/+2
2021-04-28python: remove 'from __future__ import unicode_literals'Douglas Bagnall1-3/+0
2019-05-06build: Remove ndr_PyLong_FromUnsignedLongLong wrapper from NT_STATUS and W_ER...Andrew Bartlett1-9/+1
2019-02-08s4/scripting/bin: open unicode files with utf8 encoding and write unicode stringJoe Guo1-4/+7
2018-12-14PY3: change shebang to python3 in source4/scripting/bin dirJoe Guo1-1/+1
2017-10-25s4:scripting: Fix ntstatus_gen.h generation on 32bitAndreas Schneider1-1/+1
2017-08-22python: Make generated modules samba.ntstatus and samba.werror Python 3 compa...Lumir Balhar1-4/+12
2017-08-22python: scripting: Port ntstatus and werror generators to Python 3 compatible...Lumir Balhar1-4/+4
2017-02-14errors: pull out code into common fileBob Campbell1-74/+22
2017-02-14errors/gen_ntstatus: generate error codes in specified filesBob Campbell1-136/+52
2017-02-14gen_ntstatus.py: Add prototype to generated py_ntstatus.cAndrew Bartlett1-0/+4
2017-02-14errors: fix "generate python error codes for NTSTATUS"Bob Campbell1-11/+13
2017-02-14errors: generate python error codes for NTSTATUSGünther Deschner1-0/+31
2015-09-30s4-scripting: fix wrong indent that caused gen_ntstatus.py to fail.Günther Deschner1-13/+17
2014-04-02script to generate content for libcli/util/nterr.c & libcli/util/ntstatus.hNoel Power1-0/+243