summaryrefslogtreecommitdiffstats
path: root/source3/lib/errmap_unix.c
Commit message (Expand)AuthorAgeFilesLines
* 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