summaryrefslogtreecommitdiffstats
path: root/source/lib/errmap_unix.c
Commit message (Collapse)AuthorAgeFilesLines
* r23845: Second part of the fix for #4777. Looks like on AIX opendirJeremy Allison2007-07-111-0/+3
| | | | | | | returns an errno of ELOOP for a symlink of msdfs:server\path\to\link. Cope with this by mapping to a known error NT_STATUS_OBJECT_PATH_NOT_FOUND that we know dfs_path_lookup should ignore. Jeremy.
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-07-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
| | | | Jeremy.
* r23550: Add more UNIX error -> NT status mappings.Jeremy Allison2007-06-201-0/+25
| | | | Jeremy.
* r23224: Move map_nt_error_from_unix to lib/errmap_unix.c. This function isVolker Lendecke2007-05-291-0/+92
useful even in binaries that don't link in libsmb