Displaying 3 results from an estimated 3 matches for "realdir".
Did you mean:
readdir
2003 May 20
1
smbd - wide links / possible buffer failure??
...after that it continous with
pattern compares of the the physical location. It also fixes a undefined
buffer (flink) using (I hope) ... the patch was tested .. but no warranty!
--- vfs.c,o Wed Feb 5 17:25:48 2003
+++ vfs.c Mon May 19 16:10:14 2003
@@ -740,6 +740,7 @@
realdir[reallen] = 0;
}
+ bzero( flink, sizeof(flink) );
if (conn->vfs_ops.readlink(conn, name, flink, sizeof(pstring)
-1) != -1) {
DEBUG(3,("reduce_name: file path name %s is a
symlink\nChecking it's path\n", name));
if (*flink...
2007 Nov 04
1
Keeping individual dirlinks
It would be nice if rsync offered a way to specify individual dirlinks
to keep without keeping all dirlinks. (Unison can do this.) For
example, consider the following command:
rsync -a --relative src/./ dest/
If rsync refrained from trimming a trailing /. off of source arguments
(at least as an option), one could keep a dirlink by passing it as an
additional source argument with a /. and
2018 Mar 01
3
Feedback request on a tentative proposal to enhance smb.conf symlink-related params
As mentioned in another thread, I notice that the params used to control
symlinks feel a bit inefficient and inelegant, and quite limited. I think
there might be a good opportunity to simplify and also make their
management in Samba more powerful and adaptable to use-cases. I'm guessing
this list is a good enough starting point to propose a smb.conf param
change to this area and see what