summaryrefslogtreecommitdiff
path: root/libcli/util/nterr.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-18libcli/util: let nt_errstr() fallback to hresult_errstr()Stefan Metzmacher1-0/+15
2023-10-25libcli: Fix code spellingJoseph Sutton1-1/+1
2023-06-14s4/scripting/bin: Add NT_STATUS_OK to list of definitionsJoseph Sutton1-1/+0
2021-11-11libcli: Remove NT_STATUS_INACCESSIBLE_SYSTEM_SHORTCUT error codeVolker Lendecke1-1/+0
2020-06-22libcli: Remove define STATUS_EA_LIST_INCONSISTENTChristof Schmitt1-1/+0
2020-06-22libcli: Remove define STATUS_STOPPED_ON_SYMLINKChristof Schmitt1-1/+0
2020-06-22libcli: Remove define for STATUS_NOTIFY_ENUM_DIRChristof Schmitt1-1/+0
2020-06-22libcli: Remove define for STATUS_NOTIFY_CLEANUPChristof Schmitt1-1/+0
2020-06-22libcli: Remove define for STATUS_INVALID_EA_FLAGChristof Schmitt1-1/+0
2020-06-22libcli: Remove define STATUS_NO_MORE_EASChristof Schmitt1-1/+0
2017-02-14errors: add gen_ntstatus.py to build systemBob Campbell1-3620/+55
2015-05-08libcli: add new NTSTATUS codes from SMB 3.1Michael Adam1-0/+2
2015-05-08libcli: add missing printable form of NT_STATUS_VHD_SHAREDMichael Adam1-0/+1
2014-09-18lib: Fix samba-util dep in "errors" moduleVolker Lendecke1-16/+8
2014-09-17lib: Make nt_err_code_struct privateVolker Lendecke1-0/+6
2014-04-02Add error codes and message descriptions for NTSTATUSNoel Power1-0/+2975
2012-08-07libcli/util: add NT_STATUS_FILE_NOT_AVAILABLEStefan Metzmacher1-0/+1
2012-01-29libcli/util: fix typo in nt_errs[] for NT_STATUS_NETWORK_SESSION_EXPIREDStefan Metzmacher1-1/+1
2011-12-17libcli/util: add NT_STATUS_NETWORK_SESSION_EXPIRED and NT_STATUS_ALL_SIDS_FIL...Stefan Metzmacher1-0/+2
2011-07-03s3: Add STATUS_STOPPED_ON_SYMLINK error codeVolker Lendecke1-0/+1
2011-06-24Add NT_STATUS_IO_REPARSE_TAG_NOT_HANDLEDVolker Lendecke1-0/+2
2011-06-24Add NT_STATUS_IO_REPARSE_DATA_INVALIDVolker Lendecke1-0/+2
2011-06-17util: moved nt_errstr() into common codeAndrew Tridgell1-7/+22
2011-06-17libclu/util: Move get_friendly_nt_error_msg() in common.Andrew Bartlett1-0/+43
2011-05-06libcli/util Move NTSTATUS table to the top levelAndrew Bartlett1-0/+908
2008-10-23Use common error definitions.Jelmer Vernooij1-897/+0
2008-10-23Move libcli-util error code to top-level.Jelmer Vernooij1-0/+897