Commit graph

11 commits

Author SHA1 Message Date
Juan Romero Pardines
1b6c72718e Fix typo (RCS_SCRIPTS_SHELL -> RCD_SCRIPTS_SHELL) 2003-09-27 02:35:15 +00:00
Martti Kuparinen
a1ee2a41ea COMMENT should start with a capital letter. 2003-07-21 17:33:10 +00:00
Juan Romero Pardines
7437be0ad1 Change harcoded shell to @RCD_SCRIPTS_SHELL@ 2003-07-14 17:55:30 +00:00
Eric Schnoebelen
8b46dc30db Include a pointer to a web site that documents setting up an anonymous
cvs repository using cvsd.
2003-07-07 14:38:53 +00:00
Eric Schnoebelen
3564e84e38 Correct a merge typo - (left the merge break in by accident.)
update the distfile.
2003-06-22 22:07:57 +00:00
Eric Schnoebelen
22db515cdc Merge with the previous (existing) edition of cvsd. (usually in favor of
my work, unsuprisingly.. :-)
2003-06-22 04:08:39 +00:00
Eric Schnoebelen
7b89bb8744 cvsd is a wrapper program for cvs in pserver mode. It will run
'cvs pserver' under a special uid/gid in a chroot jail.

    cvsd is run as a daemon and is controlled through a configuration
    file. It is relatively easy to configure and tools are provided
    for easily setting up a rootjail.

    This server can be useful if you want to run a public cvs
    pserver.  You should however be aware of the security limitations
    of running a cvs pserver. If you want any kind of authentication
    you should really consider using secure shell as a secure
    authentication mechanism and transport. Passwords used in cvs
    pserver are transmitted in plaintext and this wrapper won't
    change that.

    This server adds a layer of security to cvs. cvs is a very
    powerful tool and is capable of running scripts and other
    things. By running cvs in a rootjail it is possible to limit
    the amount of "damage" cvs can do if it is exploited.  It is
    generally a good idea to run cvsd without any write permissions
    to any directory on the system.

    WWW: http://tiefighter.et.tudelft.nl/~arthur/cvsd/

NOTE: this is effectively an update of the existing cvsd package.
2003-06-22 03:58:15 +00:00
Douwe Kiela
fa8ca90f26 Fixed this package. Ready for import. 2003-04-20 16:14:35 +00:00
Douwe Kiela
46f24fc631 Added patches to install the startup script in the right directory.
This can now be put into pkgsrc, if you ask me.
2003-04-06 19:10:52 +00:00
Douwe Kiela
7137eb009d Added a trailing slash at the HOMEPAGE 2003-04-05 16:25:42 +00:00
Douwe Kiela
aeb9848416 Initial import.
cvsd is a wrapper program for cvs in pserver mode. It will run 'cvs pserver'
under a special uid/gid in a chroot jail.

cvsd is run as a daemon and is controlled through a configuration file. It
is relatively easy to configure and tools are provided for easily setting up
a rootjail.

This server can be useful if you want to run a public cvs pserver. You should
however be aware of the security limitations of running a cvs pserver. If you
want any kind of authentication you should really consider using secure shell
as a secure authentication mechanism and transport. Passwords used in cvs
pserver are transmitted in plaintext and this wrapper won't change that.

This server adds a layer of security to cvs. cvs is a very powerful tool and
is capable of running scripts and other things. By running cvs in a rootjail
it is possible to limit the amount of "damage" cvs can do if it is exploited.
It is generally a good idea to run cvsd without any write permissions to any
directory on the system.

There's one problem: the startup script. It gets installed to 
/usr/pkg/etc/init.d instead of in /usr/pkg/etc/rc.d. You could do
USE_REINPLACE=yes but I didn't know if this is possible in NetBSD.
I Tried to implement it in the Makefile like this:

post-patch:
        @${REINPLACE_CMD} -e 's|init.d/cvsd|rc.d/cvsd.sh.sample|g ; \
                 s|init.d|rc.d|g' ${WRKSRC}/Makefile.in

But I get an error.
2003-04-05 15:21:05 +00:00