summaryrefslogtreecommitdiff
path: root/devel/cvsd/patches/patch-ab
AgeCommit message (Collapse)AuthorFilesLines
2011-10-03Bring cvsd up to date as 1.0.22.schnoebe1-3/+6
Changelog: 2011-06-13 release 1.0.22 of cvsd changes since 1.0.21: + don't log EINTR on select() any more, not even in debug mode + fix for cvsd-buildroot to also work on multiarch setups + log address and port with bind() failures + Debian packaging updates 2010-09-08 release 1.0.21 of cvsd changes since 1.0.20: + handle failure to bind() as a fatal error now 2010-09-05 release 1.0.20 of cvsd changes since 1.0.19: + correctly listen on IPv4 and IPv6 addresses with recent Glibc versions by not depending on the order of address records returned by getaddrinfo() and work regardless of net.ipv6.bindv6only sysctl 2010-08-17 release 1.0.19 of cvsd changes since 1.0.18: + cvsd-buildroot: ignore commented out lines in CVSROOT/passwd files + cvsd-buildroot: set an umask for generated files + some documentation updates + change init script dependency on $remote_fs (for /usr) from Should to Required (thanks lintian) + Debian packaging improvements 2010-01-14 release 1.0.18 of cvsd changes since 1.0.17: + use simpler shell semantics in cvsd-buildroot to fix a problem with bash 4 + fix call to uname in the cvsd-buginfo script 2009-12-30 release 1.0.17 of cvsd changes since 1.0.16: + update to automake 1.11 + some small spelling fixes in documentation + changed references to home page and contact email addresses to use arthurdejong.org + Debian packaging improvements
2006-05-30Update to 1.0.11:wiz1-4/+8
changes from 1.0.10 to 1.0.11 ----------------------------- * cvsd-buildroot should now install libraries in the same directory structure as on the normal filesystem, resulting in better support for 64 bit systems * other small improvements to cvsd-buildroot, including better error handling and not overwriting devices * small code improvements
2006-05-20Initial import of cvsd, a cvs pserver wrapper that chroots the pserver.wiz1-0/+9
Based on the work by Eric Schnoebelen and virtus@ in pkgsrc-wip. DESCR: 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.