1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-09 00:23:50 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
Volker Lendecke
9f0d778490 Add an error mapping for ENOATTR 2008-01-19 22:58:17 +01:00
Jeremy Allison
d4a7411c48 r23845: Second part of the fix for #4777. Looks like on AIX opendir
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.
2007-10-10 12:28:34 -05:00
Andrew Tridgell
87c91e4362 r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
Jeremy Allison
407e6e695b r23779: Change from v2 or later to v3 or later.
Jeremy.
2007-10-10 12:28:20 -05:00
Jeremy Allison
1e66a8340e r23550: Add more UNIX error -> NT status mappings.
Jeremy.
2007-10-10 12:23:27 -05:00
Volker Lendecke
52545d1192 r23224: Move map_nt_error_from_unix to lib/errmap_unix.c. This function is
useful even in binaries that don't link in libsmb
2007-10-10 12:22:56 -05:00