summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/cvsd
diff options
context:
space:
mode:
authorjfb <jfb@openbsd.org>2005-02-22 22:33:01 +0000
committerjfb <jfb@openbsd.org>2005-02-22 22:33:01 +0000
commitae1368b4b0e50efa686c8e34d6b043970768c21c (patch)
tree54b5b3385f285c70d105ee738cecf91c1a06f9aa /usr.bin/cvs/cvsd
parent- Shift the brightness scale so that 0% still keeps the backlight on. (diff)
downloadwireguard-openbsd-ae1368b4b0e50efa686c8e34d6b043970768c21c.tar.xz
wireguard-openbsd-ae1368b4b0e50efa686c8e34d6b043970768c21c.zip
Split the cvs daemon into two different processes: cvsd and cvsd-child.
The cvsd process only takes care of managing children and repository locks, while the child handles all requests made to access or modify the contents of the repository. This will allow us to take advantage of randomized library remapping and new propolice cookies, and minimizes the amount of code that can run with elevated privileges. Still work in progress. suggested by deraadt@
Diffstat (limited to 'usr.bin/cvs/cvsd')
-rw-r--r--usr.bin/cvs/cvsd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvsd/Makefile b/usr.bin/cvs/cvsd/Makefile
index 15c09b5b650..f2ba2e2e436 100644
--- a/usr.bin/cvs/cvsd/Makefile
+++ b/usr.bin/cvs/cvsd/Makefile
@@ -1,9 +1,9 @@
-# $Id: Makefile,v 1.8 2004/12/08 18:52:53 xsa Exp $
+# $Id: Makefile,v 1.9 2005/02/22 22:33:01 jfb Exp $
.PATH: ${.CURDIR}/..
PROG=cvsd
-SRCS= cvsd.c buf.c conf.y log.c msg.c rcs.c rcsnum.c session.c sock.c
+SRCS= cvsd.c buf.c conf.y log.c msg.c repo.c sock.c
BINDIR=/usr/sbin
MAN=cvsd.8 cvsd.conf.5