summaryrefslogtreecommitdiffstats
path: root/libcli/util/errormap.c
Commit message (Collapse)AuthorAgeFilesLines
* Add error map of STATUS_INVALID_EA_NAME -> ERRDOS, ERRbadfileJeremy Allison2013-07-191-0/+1
| | | | | | | | | | (from Windows2012 tests). Bug 9992 - Windows error 0x800700FE when copying files with xattr names containing ":" Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* errormap: Add unix_to_werror() functionKai Blin2011-09-281-0/+5
| | | | | | | | While this function technically is closest to the map_nt_status_from_unix() function, I think it is better to keep the new function in line with our usual fooerror_to_barerror() naming scheme. Signed-off-by: Kai Blin <kai@samba.org>
* libcli/util Merge ntstatus_to_dos() ntstatus_to_werror() to the top levelAndrew Bartlett2011-05-061-0/+1240
| | | | | | | This takes the Samba4 version, with the NT_STATUS_IS_DOS() check. This will be used in smbd/error.c shortly. Andrew Bartlett
* Use common error definitions.Jelmer Vernooij2008-10-231-1403/+0
|
* Move libcli-util error code to top-level.Jelmer Vernooij2008-10-231-0/+1403