Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r23845: Second part of the fix for #4777. Looks like on AIX opendir | Jeremy Allison | 2007-07-11 | 1 | -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 Tridgell | 2007-07-10 | 1 | -2/+1 |
| | |||||
* | r23780: Find and fix more GPL2 -> GPL3. | Jeremy Allison | 2007-07-09 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r23550: Add more UNIX error -> NT status mappings. | Jeremy Allison | 2007-06-20 | 1 | -0/+25 |
| | | | | Jeremy. | ||||
* | r23224: Move map_nt_error_from_unix to lib/errmap_unix.c. This function is | Volker Lendecke | 2007-05-29 | 1 | -0/+92 |
useful even in binaries that don't link in libsmb |