summaryrefslogtreecommitdiff
path: root/source3/lib/errmap_unix.c
Commit message (Expand)AuthorAgeFilesLines
* s3-lib: Fix error mapping for EROFSSachin Prabhu via samba-technical2017-09-081-1/+1
* s3:lib/errmap_unix: map EOVERFLOW to NT_STATUS_ALLOTTED_SPACE_EXCEEDEDRalph Boehme2015-12-211-0/+3
* lib: Add EMSGSIZE to map_nt_error_from_unixVolker Lendecke2014-09-181-0/+1
* s3:lib add mapping for ETXTBSYChristian Ambach2013-06-251-0/+3
* s3:lib/errmap_unix: map EPIPE to NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher2011-10-251-1/+1
* errors: reorder error codes for easier s3/s4 comparisonAndrew Bartlett2011-06-171-11/+11
* s3-lib Improve indentation of errmap_unixAndrew Bartlett2011-05-311-36/+36
* s3-lib: Use ARRAY_SIZE() to walk the error mapping tablesAndrew Bartlett2011-05-311-6/+4
* errors: Remove unused unix_to_werror()Andrew Bartlett2011-05-061-6/+0
* s3-lib Remove unused dos error codes from errmap_unixAndrew Bartlett2011-05-061-44/+47
* errormap: Add unix_to_werror() functionKai Blin2011-01-261-0/+6
* -ENOTSUP translates to NT_STATUS_NOT_SUPPORTEDSurbhi Palande2010-08-191-1/+3
* s3:error_map: make NTSTATUS -> errno -> NTSTATUS mapping consistent for NT_ST...Stefan Metzmacher2009-08-271-1/+1
* s3:lib: map ECONNRESET to NT_STATUS_CONNECTION_RESETStefan Metzmacher2009-08-121-0/+3
* s3:lib: map ENOSYS to NT_STATUS_NOT_SUPPORTED instead of NT_STATUS_ACCESS_DENIEDStefan Metzmacher2009-07-151-0/+1
* s3: map NetBSD's errno on posix open calls for symlinksBjörn Jacke2009-06-041-0/+3
* s3:errormap: add ECANCELED, ERRDOS/ERRbadfid, NT_STATUS_CANCELLED mappingStefan Metzmacher2009-03-061-0/+3
* Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison2008-10-071-0/+136
* I found lots of places where we assume error will be set when callingAndrew Tridgell2008-08-121-2/+10
* Add an error mapping for ENOATTRVolker Lendecke2008-01-191-0/+3
* r23845: Second part of the fix for #4777. Looks like on AIX opendirJeremy Allison2007-10-101-0/+3
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23550: Add more UNIX error -> NT status mappings.Jeremy Allison2007-10-101-0/+25
* r23224: Move map_nt_error_from_unix to lib/errmap_unix.c. This function isVolker Lendecke2007-10-101-0/+92