summaryrefslogtreecommitdiff
path: root/libcli/util/nterr.c
AgeCommit message (Collapse)AuthorFilesLines
2012-08-07libcli/util: add NT_STATUS_FILE_NOT_AVAILABLEStefan Metzmacher1-0/+1
metze
2012-01-29libcli/util: fix typo in nt_errs[] for NT_STATUS_NETWORK_SESSION_EXPIREDStefan Metzmacher1-1/+1
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Jan 29 14:11:12 CET 2012 on sn-devel-104
2011-12-17libcli/util: add NT_STATUS_NETWORK_SESSION_EXPIRED and ↵Stefan Metzmacher1-0/+2
NT_STATUS_ALL_SIDS_FILTERED metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Dec 17 14:24:40 CET 2011 on sn-devel-104
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
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jun 24 22:36:50 CEST 2011 on sn-devel-104
2011-06-24Add NT_STATUS_IO_REPARSE_DATA_INVALIDVolker Lendecke1-0/+2
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jun 24 17:58:00 CEST 2011 on sn-devel-104
2011-06-17util: moved nt_errstr() into common codeAndrew Tridgell1-7/+22
this brings nt_errstr() into common code, using the new talloc_stackframe_exists() to ensure that we only allocate an error string using talloc_tos() if a talloc stackframe does currently exists. This makes it safe to use in external libraries Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-06-17libclu/util: Move get_friendly_nt_error_msg() in common.Andrew Bartlett1-0/+43
Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
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