Displaying 6 results from an estimated 6 matches for "module_dirlen".
2025 Jan 14
1
new release 3.4.0 - critical security release
...gz archive seem to contain new unnecessary hunks that change the prefix from /usr to /usr/local. This was not the case in 3.3.0.
I use the fileflags.diff patch in the MacPorts build of rsync, and with the 3.4.0 version of this patch, it does not build:
t_stub.c:34:14: error: redefinition of 'module_dirlen' with a different type: 'unsigned int' vs 'int'
unsigned int module_dirlen = 0;
^
t_stub.c:31:5: note: previous definition is here
int module_dirlen = 0;
^
1 error generated.
2025 Jan 14
2
new release 3.4.0 - critical security release
...new unnecessary hunks that change the prefix from /usr to /usr/local. This
> was not the case in 3.3.0.
>
> I use the fileflags.diff patch in the MacPorts build of rsync, and with
> the 3.4.0 version of this patch, it does not build:
>
> t_stub.c:34:14: error: redefinition of 'module_dirlen' with a different
> type: 'unsigned int' vs 'int'
> unsigned int module_dirlen = 0;
> ^
> t_stub.c:31:5: note: previous definition is here
> int module_dirlen = 0;
> ^
> 1 error generated.
>
>
>
-------------- next part ------------...
2025 Jan 14
2
new release 3.4.0 - critical security release
the alloca comes from the new popt release. What system are you having an
issue with?
On Wed, 15 Jan 2025 at 07:16, <rsbecker at nexbridge.com> wrote:
> A new dependency was added since 3.3, alloca(), which is not portable. Is
> there a way around this?
>
> Thanks,
>
> Randall
>
>
>
> *From:* rsync <rsync-bounces at lists.samba.org> *On Behalf Of
2007 Jul 02
3
DO NOT REPLY [Bug 4757] New: Daemon mis-logs paths if module path in rsyncd.conf is relative
...es received 183 bytes total size 0
I expected the logged paths to be relative to the root of the module as per
Wayne's remarks at http://lists.samba.org/archive/rsync/2007-June/017896.html ,
but instead they are absolute paths missing the first few characters.
The trouble is that rsync sets module_dirlen to the length of the module path
as given in rsyncd.conf at line 371 of clientserver.c but then uses it as an
index into curr_dir at line 535 of log.c . curr_dir begins with the absolute,
symlink-free path of the module, but if the path in rsyncd.conf is relative or
uses symlinks, skipping its len...
2006 Dec 21
3
log file with unexpected output on deleted files (bug?)
Hi there,
I am using rsync to synchronize two folders. I have configured the log-format to my personal needs like this:
--log-format="%f %t %o %l %P"
I am also using the --delete flag to log deleted files as well. I have upgraded my rsync version to 2.6.9 when I figured out that starting with version 2.6.4 the log format had been enhanced to also include the "del."
2007 Sep 22
0
rsync build on IA64 using icc
...tion in primary source file
extern char curr_dir[];
^
exclude.c(43): remark #1419: external declaration in primary source file
extern unsigned int curr_dir_len;
^
exclude.c(44): remark #1419: external declaration in primary source file
extern unsigned int module_dirlen;
^
exclude.c(128): remark #981: operands are evaluated in unspecified order
who_am_i(), get_rule_prefix(mflags, pat, 0, NULL),
^
exclude.c(127): remark #981: operands are evaluated in unspecified order
rprintf(FINFO, "[%s] add_rule(%s%.*s%s)%s\...