summaryrefslogtreecommitdiff
path: root/source4/scripting/bin
AgeCommit message (Expand)AuthorFilesLines
2026-02-15python: Align py_ntstatus.c with py_hresult.cVolker Lendecke1-3/+6
2026-02-15python: Simplify py_hresult.cVolker Lendecke1-10/+7
2025-06-05samba_dnsupdate: samba-tool add avoids existing record error messagesDouglas Bagnall1-0/+2
2025-06-05samba_dnsupdate: slightly clarify handling of argsDouglas Bagnall1-3/+4
2024-12-18s4:scripting: fix gen_hresult.pyStefan Metzmacher1-2/+2
2024-10-23Add ntstatus_gen for RustDavid Mulder1-2/+50
2024-05-22spelling: comments: synthax -> syntaxDouglas Bagnall1-2/+2
2024-05-22spelling: fix spelling of privilege.ldb in commentsDouglas Bagnall1-1/+1
2024-04-23s3:libads: always require ber_sockbuf_add_io() and LDAP_OPT_SOCKBUFStefan Metzmacher1-1/+1
2024-04-10python:upgrade/upgradeprovision: use dn.copy to align ldbsDouglas Bagnall1-3/+3
2024-04-10s4:samba_upgradeprovision: align DN ownershipDouglas Bagnall1-2/+1
2024-01-23lib: Avoid 70k of r/w memoryVolker Lendecke1-29/+12
2024-01-23lib: Simplify hresult.cVolker Lendecke1-2/+2
2024-01-15python: Generate HRESULT definitions automaticallyJoseph Sutton1-3/+43
2024-01-15s4:scripting: Remove obsolete references to function prototypesJoseph Sutton2-6/+0
2024-01-15s4:scripting: Remove trailing whitespaceJoseph Sutton1-1/+1
2024-01-15s4:scripting: Generate HRESULT definitions as part of the build processJoseph Sutton1-11/+15
2024-01-15s4:scripting: Ensure generated error definition files are closed after useJoseph Sutton1-5/+4
2024-01-15s4:scripting: Remove global list of errorsJoseph Sutton1-11/+7
2024-01-15s4:scripting: Use common function to parse error descriptionsJoseph Sutton1-55/+10
2024-01-15s4:scripting: Remove blank lineJoseph Sutton1-1/+0
2024-01-15s4:scripting: Correctly report number of parsed linesJoseph Sutton1-1/+1
2024-01-15s4:scripting: Let error definition generation scripts tolerate empty linesJoseph Sutton1-0/+2
2024-01-15s4:scripting: Initialize line number to (possibly) more appropriate valueJoseph Sutton1-1/+1
2024-01-15s4:scripting: Initialize ‘isWinError’ in constructorJoseph Sutton1-0/+1
2024-01-15s4:scripting: Align integer typesJoseph Sutton1-2/+2
2023-12-14python: Remove unused parameter ‘samdb’Joseph Sutton1-1/+1
2023-12-14python: Remove unused parameter ‘lp’Joseph Sutton1-1/+1
2023-12-14python: Remove unused parameter ‘message’Joseph Sutton1-1/+1
2023-11-20Use python.h from libreplaceAndreas Schneider2-2/+2
2023-11-10librpc: Fix the build on FreeBSDVolker Lendecke1-1/+2
2023-10-25librpc/rpc: Add windows propertyset info and associated accessor and helper api.Noel Power1-0/+201
2023-10-16gpdupate: Implement Drive Maps Client Side ExtensionDavid Mulder1-0/+2
2023-09-14s4:scripting: Prefer ‘x not in y’ to ‘not x in y’Joseph Sutton1-2/+2
2023-09-14s4:scripting: Fix commentsJoseph Sutton1-2/+2
2023-09-14s4:scripting: Remove unused importsJoseph Sutton1-2/+2
2023-08-14s4:scripting: Fix code spellingAndreas Schneider1-15/+15
2023-07-19upgradeprovision: handle operatingSystem similar to operatingSystemVersionStefan Metzmacher1-1/+2
2023-06-14s4/scripting/bin: Add NT_STATUS_OK to list of definitionsJoseph Sutton1-1/+10
2023-05-05s4/scripting: fix % len(res) was in the wrong placeRob van der Linde1-1/+1
2023-05-05s4/dsdb: fix unnecessary backslashRob van der Linde1-3/+3
2023-05-05s4/scripting: fix a few trailing semicolons in gen_{hresult,ntstatus,werror}.pyRob van der Linde3-17/+17
2023-05-05s4/scripting: fix a few invalid docstring argsRob van der Linde1-3/+2
2023-05-05s4/scripting/bin: Remove unused importsJoseph Sutton2-3/+3
2023-05-05s4/scripting/bin: Fix resource leakJoseph Sutton1-3/+2
2023-03-22python:provision: run adprep as part of provisionStefan Metzmacher1-1/+1
2023-03-09libcli: Shrink .data segment by 43264 bytesVolker Lendecke1-7/+5
2023-03-09libcli: Shrink .data segment by 43264 bytesVolker Lendecke1-11/+14
2023-03-03s4:samba_spnupdate: Fix typoJoseph Sutton1-1/+1
2023-03-03s4:samba_dnsupdate: Avoid resource leaksJoseph Sutton1-12/+16