summaryrefslogtreecommitdiffstats
path: root/libcli/util/nterr.c
Commit message (Collapse)AuthorAgeFilesLines
* util: moved nt_errstr() into common codeAndrew Tridgell2011-06-171-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>
* libclu/util: Move get_friendly_nt_error_msg() in common.Andrew Bartlett2011-06-171-0/+43
| | | | | | Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* libcli/util Move NTSTATUS table to the top levelAndrew Bartlett2011-05-061-0/+908
|
* Use common error definitions.Jelmer Vernooij2008-10-231-897/+0
|
* Move libcli-util error code to top-level.Jelmer Vernooij2008-10-231-0/+897