]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/csup/TODO
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / csup / TODO
1 $FreeBSD$
2
3 BUGS:
4
5 - Fix every XXX in the code :-).
6 - The stream API needs some polishing.  It needs proper error numbers
7   and a stream_error() function similar to the ferror() function.
8 - The yacc/lex code to parse the configuration file is sub-optimal.  It
9   has global variables because of yacc, but I think it should be possible
10   to do it better by using YYFUNC_PROTOTYPE or something.  I think it
11   should also be possible to completely get rid of the lex file.
12 - The $Log$ CVS keyword is not supported.
13 - Add missing support for supfile keywords and add sanity checks for
14   some of them.  Also, we're not supposed to choke on unknown keywords
15   to stay in line with CVSup, which just ignores them in order to
16   maintain compatibility with sup configuration files.
17
18 MISSING FEATURES:
19
20 - Add support for authentication.
21 - Add support for shell commands sent by the server.
22 - Add missing support for various CVSup options : -D, -a (requires
23   authentication support), -e and -E (requires shell commands support)
24   and the destDir parameter.
25 - For now, this code should build fine on FreeBSD, NetBSD, OpenBSD,
26   Linux and Darwin.  Solaris support would also be nice at some point.
27 - Implement some new useful options : the ability to generate CVS
28   checkout files (files in CVS/ subdirectores), a command line override
29   to only update a specific collection and a third verbosity level to
30   display commit log messages.