Skip the longdir test if the long directory can't even be created, such as
[rsync/rsync.git] / TODO
CommitLineData
46ef7d1d 1-*- indented-text -*-
a0365806 2
259c3e72
MP
3BUGS ---------------------------------------------------------------
4
f9b9e2f0
MP
5rsync-url barfs on upload
6
7 rsync foo rsync://localhost/transfer/
8
9 Fix the parser.
10
11
259c3e72
MP
12There seems to be a bug with hardlinks
13
14 mbp/2 build$ ls -l /tmp/a /tmp/b -i
15 /tmp/a:
16 total 32
17 2568307 -rw-rw-r-- 3 mbp mbp 29 Mar 25 17:30 a1
18 2568307 -rw-rw-r-- 3 mbp mbp 29 Mar 25 17:30 a2
19 2568307 -rw-rw-r-- 3 mbp mbp 29 Mar 25 17:30 a3
20 2568310 -rw-rw-r-- 5 mbp mbp 29 Mar 25 17:30 a4
21 2568310 -rw-rw-r-- 5 mbp mbp 29 Mar 25 17:30 a5
22 2568310 -rw-rw-r-- 5 mbp mbp 29 Mar 25 17:30 b1
23 2568310 -rw-rw-r-- 5 mbp mbp 29 Mar 25 17:30 b2
24 2568310 -rw-rw-r-- 5 mbp mbp 29 Mar 25 17:30 b3
25
26 /tmp/b:
27 total 32
28 2568309 -rw-rw-r-- 3 mbp mbp 29 Mar 25 17:30 a1
29 2568309 -rw-rw-r-- 3 mbp mbp 29 Mar 25 17:30 a2
30 2568309 -rw-rw-r-- 3 mbp mbp 29 Mar 25 17:30 a3
31 2568311 -rw-rw-r-- 5 mbp mbp 29 Mar 25 17:30 a4
32 2568311 -rw-rw-r-- 5 mbp mbp 29 Mar 25 17:30 a5
33 2568311 -rw-rw-r-- 5 mbp mbp 29 Mar 25 17:30 b1
34 2568311 -rw-rw-r-- 5 mbp mbp 29 Mar 25 17:30 b2
35 2568311 -rw-rw-r-- 5 mbp mbp 29 Mar 25 17:30 b3
36 mbp/2 build$ rm -r /tmp/b && ./rsync -avH /tmp/a/ /tmp/b
37 building file list ... done
38 created directory /tmp/b
39 ./
40 a1
41 a4
42 a2 => a1
43 a3 => a2
44 wrote 350 bytes read 52 bytes 804.00 bytes/sec
45 total size is 232 speedup is 0.58
46 mbp/2 build$ rm -r /tmp/b
47 mbp/2 build$ ls -l /tmp/b
48 ls: /tmp/b: No such file or directory
49 mbp/2 build$ rm -r /tmp/b && ./rsync -avH /tmp/a/ /tmp/b
50 rm: cannot remove `/tmp/b': No such file or directory
51 mbp/2 build$ rm -f -r /tmp/b && ./rsync -avH /tmp/a/ /tmp/b
52 building file list ... done
53 created directory /tmp/b
54 ./
55 a1
56 a4
57 a2 => a1
58 a3 => a2
59 wrote 350 bytes read 52 bytes 804.00 bytes/sec
60 total size is 232 speedup is 0.58
61 mbp/2 build$ ls -l /tmp/b
62 total 32
63 -rw-rw-r-- 3 mbp mbp 29 Mar 25 17:30 a1
64 -rw-rw-r-- 3 mbp mbp 29 Mar 25 17:30 a2
65 -rw-rw-r-- 3 mbp mbp 29 Mar 25 17:30 a3
66 -rw-rw-r-- 5 mbp mbp 29 Mar 25 17:30 a4
67 -rw-rw-r-- 5 mbp mbp 29 Mar 25 17:30 a5
68 -rw-rw-r-- 5 mbp mbp 29 Mar 25 17:30 b1
69 -rw-rw-r-- 5 mbp mbp 29 Mar 25 17:30 b2
70 -rw-rw-r-- 5 mbp mbp 29 Mar 25 17:30 b3
71 mbp/2 build$ ls -l /tmp/a
72 total 32
73 -rw-rw-r-- 3 mbp mbp 29 Mar 25 17:30 a1
74 -rw-rw-r-- 3 mbp mbp 29 Mar 25 17:30 a2
75 -rw-rw-r-- 3 mbp mbp 29 Mar 25 17:30 a3
76 -rw-rw-r-- 5 mbp mbp 29 Mar 25 17:30 a4
77 -rw-rw-r-- 5 mbp mbp 29 Mar 25 17:30 a5
78 -rw-rw-r-- 5 mbp mbp 29 Mar 25 17:30 b1
79 -rw-rw-r-- 5 mbp mbp 29 Mar 25 17:30 b2
80 -rw-rw-r-- 5 mbp mbp 29 Mar 25 17:30 b3
46ef7d1d 81
33d213bb 82
e4724e5c
MP
83Progress indicator can produce corrupt output when transferring directories:
84
85 main/binary-arm/
86 main/binary-arm/admin/
87 main/binary-arm/base/
88 main/binary-arm/comm/8.56kB/s 0:00:52
89 main/binary-arm/devel/
90 main/binary-arm/doc/
91 main/binary-arm/editors/
92 main/binary-arm/electronics/s 0:00:53
93 main/binary-arm/games/
94 main/binary-arm/graphics/
95 main/binary-arm/hamradio/
96 main/binary-arm/interpreters/
97 main/binary-arm/libs/6.61kB/s 0:00:54
98 main/binary-arm/mail/
99 main/binary-arm/math/
100 main/binary-arm/misc/
101
7e28fca1 102
e4724e5c 103lchmod
e4724e5c 104 I don't think we handle this properly on systems that don't have the
7e28fca1
MP
105 call. Are there any such?
106
e4724e5c 107
5ba268ef
MP
108Cross-test versions
109 Part of the regression suite should be making sure that we don't
110 break backwards compatibility: old clients vs new servers and so
111 on. Ideally we would test the cross product of versions.
112
113 It might be sufficient to test downloads from well-known public
114 rsync servers running different versions of rsync. This will give
115 some testing and also be the most common case for having different
116 versions and not being able to upgrade.
117
f5e4eadb
MP
118--no-blocking-io might be broken
119
120 in the same way as --no-whole-file; somebody needs to check.
121
8bd1a73e
MP
122Do not rely on having a group called "nobody"
123
124 http://www.linuxbase.org/spec/refspecs/LSB_1.1.0/gLSB/usernames.html
125
126 On Debian it's "nogroup"
e4724e5c 127
3d90ec14
MP
128DAEMON --------------------------------------------------------------
129
130server-imposed bandwidth limits
131
132rsyncd over ssh
133
134 There are already some patches to do this.
135
136 BitKeeper uses a server whose login shell is set to bkd. That's
137 probably a reasonable approach.
138
139
140FEATURES ------------------------------------------------------------
33d213bb 141
33d213bb 142
32e83406 143--dry-run is too dry
642a979a
MP
144
145 Mark Santcroos points out that -n fails to list files which have
146 only metadata changes, though it probably should.
147
148 There may be a Debian bug about this as well.
149
150
a2d2e5c0
MP
151use chroot
152
153 If the platform doesn't support it, then don't even try.
154
155 If running as non-root, then don't fail, just give a warning.
156 (There was a thread about this a while ago?)
157
158 http://lists.samba.org/pipermail/rsync/2001-August/thread.html
159 http://lists.samba.org/pipermail/rsync/2001-September/thread.html
160
642a979a 161
a2d2e5c0
MP
162--files-from
163
164 Avoids traversal. Better option than a pile of --include statements
165 for people who want to generate the file list using a find(1)
166 command or a script.
167
642a979a 168
595f2d4d
MP
169supplementary groups
170
171 Perhaps allow supplementary groups to be specified in rsyncd.conf;
172 then make the first one the primary gid and all the rest be
173 supplementary gids.
174
175
8f4455f2
MP
176File list structure in memory
177
178 Rather than one big array, perhaps have a tree in memory mirroring
179 the directory tree.
180
181 This might make sorting much faster! (I'm not sure it's a big CPU
182 problem, mind you.)
183
184 It might also reduce memory use in storing repeated directory names
185 -- again I'm not sure this is a problem.
0e5a1f83 186
a2d2e5c0
MP
187Performance
188
189 Traverse just one directory at a time. Tridge says it's possible.
a6a3c3df
MP
190
191 At the moment rsync reads the whole file list into memory at the
192 start, which makes us use a lot of memory and also not pipeline
193 network access as much as we could.
194
0e5a1f83
MP
195
196Handling duplicate names
197
b3e6c815 198 We need to be careful of duplicate names getting into the file list.
d2e9d069
MP
199 See clean_flist(). This could happen if multiple arguments include
200 the same file. Bad.
b3e6c815
MP
201
202 I think duplicates are only a problem if they're both flowing
203 through the pipeline at the same time. For example we might have
204 updated the first occurrence after reading the checksums for the
205 second. So possibly we just need to make sure that we don't have
206 both in the pipeline at the same time.
207
208 Possibly if we did one directory at a time that would be sufficient.
209
210 Alternatively we could pre-process the arguments to make sure no
58379559
MP
211 duplicates will ever be inserted. There could be some bad cases
212 when we're collapsing symlinks.
b3e6c815
MP
213
214 We could have a hash table.
215
d2e9d069
MP
216 The root of the problem is that we do not want more than one file
217 list entry referring to the same file. At first glance there are
218 several ways this could happen: symlinks, hardlinks, and repeated
219 names on the command line.
220
221 If names are repeated on the command line, they may be present in
222 different forms, perhaps by traversing directory paths in different
223 ways, traversing paths including symlinks. Also we need to allow
224 for expansion of globs by rsync.
225
226 At the moment, clean_flist() requires having the entire file list in
227 memory. Duplicate names are detected just by a string comparison.
228
229 We don't need to worry about hard links causing duplicates because
230 files are never updated in place. Similarly for symlinks.
231
232 I think even if we're using a different symlink mode we don't need
233 to worry.
234
0e5a1f83
MP
235 Unless we're really clever this will introduce a protocol
236 incompatibility, so we need to be able to accept the old format as
237 well.
238
239
a6a3c3df
MP
240Memory accounting
241
242 At exit, show how much memory was used for the file list, etc.
243
b3e6c815
MP
244 Also we do a wierd exponential-growth allocation in flist.c. I'm
245 not sure this makes sense with modern mallocs. At any rate it will
246 make us allocate a huge amount of memory for large file lists.
247
0e5a1f83 248
a6a3c3df
MP
249Hard-link handling
250
251 At the moment hardlink handling is very expensive, so it's off by
252 default. It does not need to be so.
253
0e5a1f83
MP
254 Since most of the solutions are rather intertwined with the file
255 list it is probably better to fix that first, although fixing
256 hardlinks is possibly simpler.
257
a6a3c3df
MP
258 We can rule out hardlinked directories since they will probably
259 screw us up in all kinds of ways. They simply should not be used.
260
261 At the moment rsync only cares about hardlinks to regular files. I
262 guess you could also use them for sockets, devices and other beasts,
263 but I have not seen them.
264
265 When trying to reproduce hard links, we only need to worry about
266 files that have more than one name (nlinks>1 && !S_ISDIR).
267
268 The basic point of this is to discover alternate names that refer to
269 the same file. All operations, including creating the file and
270 writing modifications to it need only to be done for the first name.
271 For all later names, we just create the link and then leave it
272 alone.
273
274 If hard links are to be preserved:
275
276 Before the generator/receiver fork, the list of files is received
277 from the sender (recv_file_list), and a table for detecting hard
278 links is built.
279
280 The generator looks for hard links within the file list and does
281 not send checksums for them, though it does send other metadata.
282
283 The sender sends the device number and inode with file entries, so
284 that files are uniquely identified.
285
286 The receiver goes through and creates hard links (do_hard_links)
287 after all data has been written, but before directory permissions
288 are set.
289
290 At the moment device and inum are sent as 4-byte integers, which
291 will probably cause problems on large filesystems. On Linux the
292 kernel uses 64-bit ino_t's internally, and people will soon have
293 filesystems big enough to use them. We ought to follow NFS4 in
294 using 64-bit device and inode identification, perhaps with a
295 protocol version bump.
296
297 Once we've seen all the names for a particular file, we no longer
298 need to think about it and we can deallocate the memory.
299
300 We can also have the case where there are links to a file that are
301 not in the tree being transferred. There's nothing we can do about
302 that. Because we rename the destination into place after writing,
303 any hardlinks to the old file are always going to be orphaned. In
304 fact that is almost necessary because otherwise we'd get really
305 confused if we were generating checksums for one name of a file and
306 modifying another.
307
308 At the moment the code seems to make a whole second copy of the file
309 list, which seems unnecessary.
310
311 We should have a test case that exercises hard links. Since it
312 might be hard to compare ./tls output where the inodes change we
313 might need a little program to check whether several names refer to
314 the same file.
a2d2e5c0 315
a2d2e5c0 316
bde47ca7 317
411acbbc 318Handling IPv6 on old machines
bde47ca7 319
411acbbc
MP
320 The KAME IPv6 patch is nice in theory but has proved a bit of a
321 nightmare in practice. The basic idea of their patch is that rsync
322 is rewritten to use the new getaddrinfo()/getnameinfo() interface,
323 rather than gethostbyname()/gethostbyaddr() as in rsync 2.4.6.
324 Systems that don't have the new interface are handled by providing
325 our own implementation in lib/, which is selectively linked in.
c7d692c3 326
411acbbc
MP
327 The problem with this is that it is really hard to get right on
328 platforms that have a half-working implementation, so redefining
329 these functions clashes with system headers, and leaving them out
330 breaks. This affects at least OSF/1, RedHat 5, and Cobalt, which
331 are moderately improtant.
332
333 Perhaps the simplest solution would be to have two different files
334 implementing the same interface, and choose either the new or the
335 old API. This is probably necessary for systems that e.g. have
336 IPv6, but gethostbyaddr() can't handle it. The Linux manpage claims
337 this is currently the case.
338
339 In fact, our internal sockets interface (things like
340 open_socket_out(), etc) is much narrower than the getaddrinfo()
341 interface, and so probably simpler to get right. In addition, the
342 old code is known to work well on old machines.
343
344 We could drop the rather large lib/getaddrinfo files.
345
346
347Other IPv6 stuff:
348
c33e3e39
MP
349 Implement suggestions from http://www.kame.net/newsletter/19980604/
350 and ftp://ftp.iij.ad.jp/pub/RFC/rfc2553.txt
351
352 If a host has multiple addresses, then listen try to connect to all
353 in order until we get through. (getaddrinfo may return multiple
c10b0bdd 354 addresses.) This is kind of implemented already.
c33e3e39
MP
355
356 Possibly also when starting as a server we may need to listen on
357 multiple passive addresses. This might be a bit harder, because we
358 may need to select on all of them. Hm.
359
a2d2e5c0
MP
360 Define a syntax for IPv6 literal addresses. Since they include
361 colons, they tend to break most naming systems, including ours.
362 Based on the HTTP IPv6 syntax, I think we should use
363
364 rsync://[::1]/foo/bar
365 [::1]::bar
366
367 which should just take a small change to the parser code.
368
b17dd0c4 369
5aafd07b
MP
370Errors
371
372 If we hang or get SIGINT, then explain where we were up to. Perhaps
373 have a static buffer that contains the current function name, or
374 some kind of description of what we were trying to do. This is a
375 little easier on people than needing to run strace/truss.
376
377 "The dungeon collapses! You are killed." Rather than "unexpected
378 eof" give a message that is more detailed if possible and also more
379 helpful.
380
89b0a3d9
MP
381 If we get an error writing to a socket, then we should perhaps
382 continue trying to read to see if an error message comes across
383 explaining why the socket is closed. I'm not sure if this would
384 work, but it would certainly make our messages more helpful.
385
b17dd0c4
MP
386 What happens if a directory is missing -x attributes. Do we lose
387 our load? (Debian #28416) Probably fixed now, but a test case
388 would be good.
389
390
5575de14
MP
391File attributes
392
393 Device major/minor numbers should be at least 32 bits each. See
394 http://lists.samba.org/pipermail/rsync/2001-November/005357.html
395
396 Transfer ACLs. Need to think of a standard representation.
397 Probably better not to even try to convert between NT and POSIX.
398 Possibly can share some code with Samba.
5aafd07b 399
28a69e25
MP
400Empty directories
401
402 With the current common --include '*/' --exclude '*' pattern, people
403 can end up with many empty directories. We might avoid this by
404 lazily creating such directories.
405
c6e27b60 406
28a69e25
MP
407zlib
408
c6e27b60
MP
409 Perhaps don't use our own zlib.
410
411 Advantages:
412
413 - will automatically be up to date with bugfixes in zlib
414
415 - can leave it out for small rsync on e.g. recovery disks
416
417 - can use a shared library
418
419 - avoids people breaking rsync by trying to do this themselves and
420 messing up
421
422 Should we ship zlib for systems that don't have it, or require
423 people to install it separately?
424
425 Apparently this will make us incompatible with versions of rsync
426 that use the patched version of rsync. Probably the simplest way to
427 do this is to just disable gzip (with a warning) when talking to old
428 versions.
429
5ba268ef
MP
430
431logging
432
433 Perhaps flush stdout after each filename, so that people trying to
434 monitor progress in a log file can do so more easily. See
435 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=48108
436
437 At the connections that just get a list of modules are not logged,
438 but they should be.
439
440 If a child of the rsync daemon dies with a signal, we should notice
441 that when we reap it and log a message.
442
443 Keep stderr and stdout properly separated (Debian #23626)
444
595f2d4d
MP
445 After we get the @RSYNCD greeting from the server, we know it's
446 version but we have not yet sent the command line, so we could just
447 remove the -z option if the server is too old.
448
449 For ssh invocation it's not so simple, because we actually use the
450 command line to start the remote process. However, we only actually
451 do compression in token.c, and we could therefore once we discover
452 the remote version emit an error if it's too old. I'm not sure if
453 that's a good tradeoff or not.
454
28a69e25 455
5ba268ef
MP
456rsyncd over ssh
457
458 There are already some patches to do this.
459
92325ada
MP
460proxy authentication
461
462 Allow RSYNC_PROXY to be http://user:pass@proxy.foo:3128/, and do
463 HTTP Basic Proxy-Authentication.
464
465 Multiple schemes are possible, up to and including the insanity that
466 is NTLM, but Basic probably covers most cases.
467
468SOCKS
469
470 Add --with-socks, and then perhaps a command-line option to put them
471 on or off. This might be more reliable than LD_PRELOAD hacks.
472
5ba268ef
MP
473FAT support
474
475 rsync to a FAT partition on a Unix machine doesn't work very well
476 at the moment. I think we get errors about invalid filenames and
477 perhaps also trying to do atomic renames.
478
479 I guess the code to do this is currently #ifdef'd on Windows; perhaps
480 we ought to intelligently fall back to it on Unix too.
481
482
27741d9f
MP
483Better statistics:
484
485 <Rasmus> mbp: hey, how about an rsync option that just gives you the
486 summary without the list of files? And perhaps gives more
487 information like the number of new files, number of changed,
488 deleted, etc. ?
489 <mbp> Rasmus: nice idea
490 <mbp> there is --stats
491 <mbp> but at the moment it's very tridge-oriented
492 <mbp> rather than user-friendly
493 <mbp> it would be nice to improve it
494 <mbp> that would also work well with --dryrun
495
e53fe9a2
MP
496TDB:
497
498 Rather than storing the file list in memory, store it in a TDB.
499
500 This *might* make memory usage lower while building the file list.
501
502 Hashtable lookup will mean files are not transmitted in order,
503 though... hm.
504
505 This would neatly eliminate one of the major post-fork shared data
506 structures.
507
508
97e1254a
MP
509chmod:
510
511 On 12 Mar 2002, Dave Dykstra <dwd@bell-labs.com> wrote:
512 > If we would add an option to do that functionality, I would vote for one
513 > that was more general which could mask off any set of permission bits and
514 > possibly add any set of bits. Perhaps a chmod-like syntax if it could be
515 > implemented simply.
516
517 I think that would be good too. For example, people uploading files
518 to a web server might like to say
519
520 rsync -avzP --chmod a+rX ./ sourcefrog.net:/home/www/sourcefrog/
521
522 Ideally the patch would implement as many of the gnu chmod semantics
523 as possible. I think the mode parser should be a separate function
524 that passes back something like (mask,set) description to the rest of
525 the program. For bonus points there would be a test case for the
526 parser.
527
8bd1a73e
MP
528 Possibly also --chown
529
36692011
MP
530 (Debian #23628)
531
97e1254a 532
3c1edccb
MP
533--diff
534
535 Allow people to specify the diff command. (Might want to use wdiff,
536 gnudiff, etc.)
537
538 Just diff the temporary file with the destination file, and delete
539 the tmp file rather than moving it into place.
540
541 Interaction with --partial.
542
543 Security interactions with daemon mode?
544
545 (Suggestion from david.e.sewell)
546
547
a628b069
MP
548Incorrect timestamps (Debian #100295)
549
550 A bit hard to believe, but apparently it happens.
6d19c674
MP
551
552
553Check "refuse options works"
554
555 We need a test case for this...
556
557 Was this broken when we changed to popt?
6479c2ed
MP
558
559
bd0ad74f
MP
560PERFORMANCE ----------------------------------------------------------
561
562MD4 file_sum
563
564 If we're doing a local transfer, or using -W, then perhaps don't
565 send the file checksum. If we're doing a local transfer, then
566 calculating MD4 checksums uses 90% of CPU and is unlikely to be
567 useful.
568
569 Indeed for transfers over zlib or ssh we can also rely on the
570 transport to have quite strong protection against corruption.
571
572 Perhaps we should have an option to disable this, analogous to
573 --whole-file, although it would default to disabled. The file
574 checksum takes up a definite space in the protocol -- we can either
575 set it to 0, or perhaps just leave it out.
576
577MD4
578
579 Perhaps borrow an assembler MD4 from someone?
580
581 Make sure we call MD4 with properly-sized blocks whenever possible
582 to avoid copying into the residue region?
583
6479c2ed
MP
584String area code
585
586 Test whether this is actually faster than just using malloc(). If
587 it's not (anymore), throw it out.
a628b069
MP
588
589
a2d2e5c0
MP
590PLATFORMS ------------------------------------------------------------
591
592Win32
593
594 Don't detach, because this messes up --srvany.
595
596 http://sources.redhat.com/ml/cygwin/2001-08/msg00234.html
597
598 According to "Effective TCP/IP Programming" (??) close() on a socket
599 has incorrect behaviour on Windows -- it sends a RST packet to the
600 other side, which gives a "connection reset by peer" error. On that
601 platform we should probably do shutdown() instead. However, on Unix
602 we are correct to call close(), because shutdown() discards
603 untransmitted data.
604
5ba268ef 605
0e23e41d
MP
606DEVELOPMENT ----------------------------------------------------------
607
608Splint
609
610 Build rsync with SPLINT to try to find security holes. Add
611 annotations as necessary. Keep track of the number of warnings
612 found initially, and see how many of them are real bugs, or real
613 security bugs. Knowing the percentage of likely hits would be
614 really interesting for other projects.
615
f5a95bb5
MP
616Torture test
617
618 Something that just keeps running rsync continuously over a data set
619 likely to generate problems.
620
621Cross-testing
622
623 Run current rsync versions against significant past releases.
624
43a4dc10
MP
625Memory debugger
626
3a79260d 627 jra recommends Valgrind:
43a4dc10
MP
628
629 http://devel-home.kde.org/~sewardj/
630
25ff30e8
MP
631Release script
632
633 Update spec files
634
635 Build tar file; upload
636
637 Send announcement to mailing list and c.o.l.a.
638
639 Make freshmeat announcement
640
641 Update web site
642
643
644
e9c4c301
MP
645TESTING --------------------------------------------------------------
646
647Cross-test versions
648
649 Part of the regression suite should be making sure that we don't
650 break backwards compatibility: old clients vs new servers and so
25ff30e8
MP
651 on. Ideally we would test both up and down from the current release
652 to all old versions.
653
654 We might need to omit broken old versions, or versions in which
655 particular functionality is broken
e9c4c301
MP
656
657 It might be sufficient to test downloads from well-known public
658 rsync servers running different versions of rsync. This will give
659 some testing and also be the most common case for having different
660 versions and not being able to upgrade.
661
25ff30e8
MP
662
663Test on kernel source
664
665 Download all versions of kernel; unpack, sync between them. Also
666 sync between uncompressed tarballs. Compare directories after
667 transfer.
668
669 Use local mode; ssh; daemon; --whole-file and --no-whole-file.
670
671 Use awk to pull out the 'speedup' number for each transfer. Make
672 sure it is >= x.
673
674
e9c4c301
MP
675Test large files
676
677 Sparse and non-sparse
678
679Mutator program
680
681 Insert bytes, delete bytes, swap blocks, ...
682
683configure option to enable dangerous tests
684
685If tests are skipped, say why.
686
b73b51a9
MP
687Test daemon feature to disallow particular options.
688
599dc93c
MP
689Pipe program that makes slow/jerky connections.
690
76533c52
MP
691Versions of read() and write() that corrupt the stream, or abruptly fail
692
6479c2ed
MP
693Separate makefile target to run rough tests -- or perhaps just run
694them every time?
695
717eb9b8
MP
696Test "refuse options" works
697
698 What about for --recursive?
699
700 If you specify an unrecognized option here, you should get an error.
701
e9c4c301 702
7c583c73
MP
703DOCUMENTATION --------------------------------------------------------
704
705Update README
706
b73b51a9
MP
707Keep list of open issues and todos on the web site
708
709Update web site from CVS
710
5af50297
MP
711
712Perhaps redo manual as SGML
713
714 The man page is getting rather large, and there is more information
715 that ought to be added.
716
717 TexInfo source is probably a dying format.
718
719 Linuxdoc looks like the most likely contender. I know DocBook is
720 favoured by some people, but it's so bloody verbose, even with emacs
721 support.
722
723
a2d2e5c0
MP
724BUILD FARM -----------------------------------------------------------
725
726Add machines
727
728 AMDAHL UTS (Dave Dykstra)
729
730 Cygwin (on different versions of Win32?)
731
732 HP-UX variants (via HP?)
33d213bb 733
5aafd07b
MP
734 SCO
735
46ef7d1d 736
62b68c80 737LOGGING --------------------------------------------------------------
a2d2e5c0 738
62b68c80
MP
739 Perhaps flush stdout after each filename, so that people trying to
740 monitor progress in a log file can do so more easily. See
741 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=48108
a2d2e5c0 742
62b68c80
MP
743 At the connections that just get a list of modules are not logged,
744 but they should be.
745
746 If a child of the rsync daemon dies with a signal, we should notice
747 that when we reap it and log a message.
748
749 Keep stderr and stdout properly separated (Debian #23626)
750
751 Use a separate function for reporting errors; prefix it with
752 "rsync:" or "rsync(remote)", or perhaps even "rsync(local
753 generator): ".
a2d2e5c0 754
50f2f002
MP
755verbose output
756
757 Indicate whether files are new, updated, or deleted
758
d834adc1
MP
759 At end of transfer, show how many files were or were not transferred
760 correctly.
761
62b68c80
MP
762-vv
763
764 Explain *why* every file is transferred or not (e.g. "local mtime
765 123123 newer than 1283198")
766
767
8ff9d697
MP
768debugging of daemon
769
770 Add an rsyncd.conf parameter to turn on debugging on the server.
771
772
62b68c80
MP
773
774NICE -----------------------------------------------------------------
775
776--no-detach and --no-fork options
777
778 Very useful for debugging. Also good when running under a
779 daemon-monitoring process that tries to restart the service when the
780 parent exits.
781
782hang/timeout friendliness
3d90ec14 783
a2d2e5c0
MP
784internationalization
785
786 Change to using gettext(). Probably need to ship this for platforms
787 that don't have it.
788
789 Solicit translations.
790
3d90ec14
MP
791 Does anyone care? Before we bother modifying the code, we ought to
792 get the manual translated first, because that's possibly more useful
793 and at any rate demonstrates desire.
794
46ef7d1d
MP
795rsyncsh
796
797 Write a small emulation of interactive ftp as a Pythonn program
798 that calls rsync. Commands such as "cd", "ls", "ls *.c" etc map
799 fairly directly into rsync commands: it just needs to remember the
800 current host, directory and so on. We can probably even do
801 completion of remote filenames.
25ff30e8
MP
802
803
804RELATED PROJECTS -----------------------------------------------------
805
806http://rsync.samba.org/rsync-and-debian/
807
808rsyncable gzip patch
809
810 Exhaustive, tortuous testing
811
812 Cleanups?
813
814rsyncsplit as alternative to real integration with gzip?
815
816reverse rsync over HTTP Range
817
818 Goswin Brederlow suggested this on Debian; I think tridge and I
819 talked about it previous in relation to rproxy.