Displaying 3 results from an estimated 3 matches for "yasuoka".
Did you mean:
asuka
2003 Jun 27
1
bug? -z option and large compressed data
...exit_cleanup(RERR_STREAMIO);
289 }
MAX_DATA_COUNT is 16383 and toklen may be 16384. So, when deflate()'s
outputs data length is bigger than input, then above code will fail.
Normally output data length is smaller than input, but it is not true
to already compressed data.
--yasuoka
Yasuoka Masahiko(yasuoka@yasuoka.net)
***
"gdb output"
(gdb) run --version
Starting program: /home/yasuoka/datacube/src/bin/rsync/rsync --version
rsync version 2.5.6 protocol version 26
Copyright (C) 1996-2002 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilit...
2003 Jul 18
0
patch: smbclient lost some files
...nd
300+ directory). Some directories have many files in it(950+).
2. Create a tar ball of the share directory using smbclient.
3. During creating a tar ball, run a job on Windows box like
'dir /s /b [share directory]'
4. tar ball (smbclient) lost some files (3-30 files).
--yasuoka
Yasuoka Masahiko (yasuoka@second-software.com)
Second Software Inc. http://www.second-software.com/
-------------- next part --------------
--- clilist.c-orig 2003-03-15 06:34:48.000000000 +0900
+++ clilist.c 2003-07-18 12:01:16.000000000 +0900
@@ -184,7 +184,12 @@ int cli_list_new(struc...
2004 Jan 02
0
rsync 2.6.0 (final) released
...gainst hostnames from "hosts allow"
and "hosts deny" parameters in config file.
* Print heap statistics when verbose >= 2 instead of when >= 1.
* Fixed a compression (-z) bug when syncing a mostly-matching file
that contains already-compressed data. (Yasuoka Masahiko and
Wayne Davison)
* Fixed a bug in the --backup code that could cause deleted files
to not get backed up.
* When the backup code makes new directories, create them with mode
0700 instead of 0755 (since the directory permissions in the
backup tree are not...