Age | Commit message (Expand) | Author | Files | Lines |
2011-06-17 | errors: reorder error codes for easier s3/s4 comparison | Andrew Bartlett | 1 | -11/+11 |
2011-05-31 | s3-lib Improve indentation of errmap_unix | Andrew Bartlett | 1 | -36/+36 |
2011-05-31 | s3-lib: Use ARRAY_SIZE() to walk the error mapping tables | Andrew Bartlett | 1 | -6/+4 |
2011-05-06 | errors: Remove unused unix_to_werror() | Andrew Bartlett | 1 | -6/+0 |
2011-05-06 | s3-lib Remove unused dos error codes from errmap_unix | Andrew Bartlett | 1 | -44/+47 |
2011-01-26 | errormap: Add unix_to_werror() function | Kai Blin | 1 | -0/+6 |
2010-08-19 | -ENOTSUP translates to NT_STATUS_NOT_SUPPORTED | Surbhi Palande | 1 | -1/+3 |
2009-08-27 | s3:error_map: make NTSTATUS -> errno -> NTSTATUS mapping consistent for NT_ST... | Stefan Metzmacher | 1 | -1/+1 |
2009-08-12 | s3:lib: map ECONNRESET to NT_STATUS_CONNECTION_RESET | Stefan Metzmacher | 1 | -0/+3 |
2009-07-15 | s3:lib: map ENOSYS to NT_STATUS_NOT_SUPPORTED instead of NT_STATUS_ACCESS_DENIED | Stefan Metzmacher | 1 | -0/+1 |
2009-06-04 | s3: map NetBSD's errno on posix open calls for symlinks | Björn Jacke | 1 | -0/+3 |
2009-03-06 | s3:errormap: add ECANCELED, ERRDOS/ERRbadfid, NT_STATUS_CANCELLED mapping | Stefan Metzmacher | 1 | -0/+3 |
2008-10-07 | Make map_errno_from_nt_status() a generic call, not just a cli specific one. | Jeremy Allison | 1 | -0/+136 |
2008-08-12 | I found lots of places where we assume error will be set when calling | Andrew Tridgell | 1 | -2/+10 |
2008-01-19 | Add an error mapping for ENOATTR | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r23845: Second part of the fix for #4777. Looks like on AIX opendir | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23550: Add more UNIX error -> NT status mappings. | Jeremy Allison | 1 | -0/+25 |
2007-10-10 | r23224: Move map_nt_error_from_unix to lib/errmap_unix.c. This function is | Volker Lendecke | 1 | -0/+92 |