summaryrefslogtreecommitdiffstats
path: root/contrib/csup/config.h
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 /contrib/csup/config.h
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 'contrib/csup/config.h')
-rw-r--r--contrib/csup/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/csup/config.h b/contrib/csup/config.h
index 78b6995..859013c 100644
--- a/contrib/csup/config.h
+++ b/contrib/csup/config.h
@@ -108,6 +108,7 @@ struct config {
struct chan *chan1;
struct stream *server;
fattr_support_t fasupport;
+ int reqauth;
};
struct config *config_init(const char *, struct coll *, int);
OpenPOWER on IntegriCloud