summaryrefslogtreecommitdiff
path: root/libcli/util
AgeCommit message (Expand)AuthorFilesLines
2024-01-15python: Generate HRESULT definitions automaticallyJoseph Sutton1-2/+8
2024-01-15s4:scripting: Generate HRESULT definitions as part of the build processJoseph Sutton4-17690/+20527
2024-01-15libcli:util: Update NTSTATUS definitionsJoseph Sutton1-3/+3
2024-01-15libcli:util: Update HRESULT definitionsJoseph Sutton2-2/+2
2023-10-25libcli/util: add struct tstream_context to tstream_read_pdu_blob_full_fn_tRalph Boehme2-2/+6
2023-10-25libcli/util: add tstream_full_request_u32 and tstream_full_request_u16Ralph Boehme2-0/+54
2023-10-25libcli: Fix code spellingJoseph Sutton2-3/+3
2023-10-17libcli/util: let win_errstr() fallback to hresult_errstr()Stefan Metzmacher1-0/+14
2023-06-14s4/scripting/bin: Add NT_STATUS_OK to list of definitionsJoseph Sutton2-3/+0
2023-05-18libcli: Add missing includeJoseph Sutton1-0/+2
2023-03-09libcli: Shrink .data segment by 43264 bytesVolker Lendecke1-7/+4
2023-03-09libcli: Shrink .data segment by 43264 bytesVolker Lendecke2-8/+6
2023-03-09build: Fix a long lineVolker Lendecke1-1/+5
2023-03-09libcli/util: Avoid an includes.hVolker Lendecke1-1/+2
2023-03-09lib: Fix whitespaceVolker Lendecke7-46/+46
2022-08-17waf: Fix SO version number of libsamba-errorsAndreas Schneider1-1/+1
2022-06-14libcli:util: Update werror tableJoseph Sutton2-4/+17
2021-11-11libcli: Remove NT_STATUS_INACCESSIBLE_SYSTEM_SHORTCUT error codeVolker Lendecke2-2/+0
2021-07-08libcli: Move map_errno_from_nt_status from s3 lib to common libcliSamuel Cabrero2-0/+145
2020-11-30libcli: Align a few integer typesVolker Lendecke3-4/+4
2020-06-22libcli: Remove define STATUS_EA_LIST_INCONSISTENTChristof Schmitt2-2/+0
2020-06-22libcli: Remove define STATUS_STOPPED_ON_SYMLINKChristof Schmitt2-2/+0
2020-06-22libcli: Remove define for STATUS_PENDINGChristof Schmitt1-1/+0
2020-06-22libcli: Remove define for STATUS_NOTIFY_ENUM_DIRChristof Schmitt2-2/+0
2020-06-22libcli: Remove define for STATUS_NOTIFY_CLEANUPChristof Schmitt2-2/+0
2020-06-22libcli: Remove define for STATUS_INVALID_EA_FLAGChristof Schmitt2-2/+0
2020-06-22libcli: Remove define STATUS_NO_MORE_EASChristof Schmitt2-2/+0
2020-06-22libcli: Remove define for ERROR_INVALID_DATATYPEChristof Schmitt1-1/+0
2019-06-27lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett3-102/+2
2019-06-24libcli:util: Add gnutls_errorAndreas Schneider3-2/+103
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-3/+2
2019-01-16libcli: remove declaration of nt_errstr_constPhilipp Gesang1-9/+0
2018-11-30Fix spelling mistakesOlly Betts1-2/+2
2017-08-22python: Make generated modules samba.ntstatus and samba.werror Python 3 compa...Lumir Balhar1-10/+11
2017-08-18werror: Add WERR_DS_DRA_RECYCLED_TARGETTim Beale1-0/+1
2017-06-07libcli:util: Update werror tableAndreas Schneider2-4/+7
2017-03-13getncchanges: Return correct denied REPL_SECRET error codeGarming Sam1-0/+2
2017-02-14errors: add WERROR generation to build systemBob Campbell3-7850/+143
2017-02-14errors: add table to generate WERRORs fromBob Campbell1-0/+18929
2017-02-14errors: pull out code into common fileBob Campbell1-1/+1
2017-02-14python: Add python module with NTSTATUS constantsBob Campbell1-0/+5
2017-02-14errors: add gen_ntstatus.py to build systemBob Campbell3-5456/+102
2017-02-14errors/gen_ntstatus: add error table for generation scriptBob Campbell1-0/+12629
2016-09-28werror: removed WERR_RPC_E_INVALID_HEADER (unused, already known as HRES_RPC_...Günther Deschner1-4/+0
2016-09-28werror: removed WERR_RPC_E_REMOTE_DISABLED (replaced with HRES_RPC_E_REMOTE_D...Günther Deschner2-2/+0
2016-09-28werror: removed WERR_SEC_E_ALGORITHM_MISMATCH (unused, already known as HRES_...Günther Deschner2-4/+0
2016-09-28werror: replace WERR_SEC_E_DECRYPT_FAILURE with HRES_SEC_E_DECRYPT_FAILUREGünther Deschner2-2/+0
2016-09-28werror: remove WERR_SEC_E_ENCRYPT_FAILURE (there is HRES_SEC_E_ENCRYPT_FAILURE)Günther Deschner2-2/+0
2016-09-28werror: replace WERR_CLASS_NOT_REGISTERED with HRES_REGDB_E_CLASSNOTREGGünther Deschner2-4/+0
2016-09-28werror: remove two duplicate error mappings.Günther Deschner1-2/+0