summaryrefslogtreecommitdiffstats
path: root/usr.bin/csup
diff options
context:
space:
mode:
authorlulf <lulf@FreeBSD.org>2010-02-02 05:57:42 +0000
committerlulf <lulf@FreeBSD.org>2010-02-02 05:57:42 +0000
commit261160bd72e886fafa189eea83e951826443c722 (patch)
tree92768e0d706894d7a40649884888d7c43c8ace45 /usr.bin/csup
parent4bbdc41fe9f4d06b09d1a7d03aa1521cb317007c (diff)
downloadFreeBSD-src-261160bd72e886fafa189eea83e951826443c722.zip
FreeBSD-src-261160bd72e886fafa189eea83e951826443c722.tar.gz
- Add support for CVSup authentication mechanisms to csup.
- Include a cpasswd script performing the same mechanisms as the cvpasswd utility from CVSup. PR: bin/114129 Submitted by: Petar Zhivkov Petrov <pesho.petrov -at- gmail.com> MFC after: 1 month
Diffstat (limited to 'usr.bin/csup')
-rw-r--r--usr.bin/csup/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/csup/Makefile b/usr.bin/csup/Makefile
index 37536fa..417de54 100644
--- a/usr.bin/csup/Makefile
+++ b/usr.bin/csup/Makefile
@@ -4,6 +4,7 @@
PROG= csup
SRCS= attrstack.c \
+ auth.c \
config.c \
detailer.c \
diff.c \
@@ -37,4 +38,7 @@ WARNS?= 1
DPADD= ${LIBCRYPTO} ${LIBZ} ${LIBPTHREAD}
LDADD= -lcrypto -lz -lpthread
+SCRIPTS= cpasswd.sh
+MAN= csup.1 cpasswd.1
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud