[INN-COMMITTERS] inn (29 files)
Russ Allbery
Russ_Allbery at isc.org
Wed Jun 9 22:04:36 UTC 2004
Date: Wednesday, June 9, 2004 @ 22:04:35
Author: rra
Path: /proj/cvs/isc/inn/inn
Added: nnrpd/sasl.c
Modified: CONTRIBUTORS NEWS doc/man/Makefile doc/man/inn.conf.5
doc/pod/Makefile doc/pod/inn.conf.pod doc/pod/news.pod
include/inn/innconf.h include/inn/nntp.h include/nntp.h
nnrpd/Makefile nnrpd/article.c nnrpd/commands.c nnrpd/line.c
nnrpd/list.c nnrpd/misc.c nnrpd/nnrpd.c nnrpd/nnrpd.h
nnrpd/tls.c nnrpd/tls.h samples/Makefile scripts/innupgrade.in
site/Makefile
Removed: doc/man/sasl.conf.5 doc/pod/sasl.conf.pod nnrpd/sasl_config.c
nnrpd/sasl_config.h samples/sasl.conf.in
Implementation of SASL authentication support for nnrpd from Ken
Murchison.
As part of this support, the old method for handling TLS configuration
in nnrpd had to be changed, since sasl_config.c was a hacked version of
internal libsasl code and conflicted with library symbols. The four
configuration options that were in sasl.conf have been moved to inn.conf
(and underscores removed to fit with the rest of the inn.conf options), and
innupgrade has been updated to know how to make that change.
-----------------------+
CONTRIBUTORS | 7 +
NEWS | 3
doc/man/Makefile | 4
doc/man/inn.conf.5 | 34 +++++++
doc/man/sasl.conf.5 | 196 ------------------------------------------
doc/pod/Makefile | 6 -
doc/pod/inn.conf.pod | 36 +++++++
doc/pod/news.pod | 5 +
doc/pod/sasl.conf.pod | 78 -----------------
include/inn/innconf.h | 8 +
include/inn/nntp.h | 4
include/nntp.h | 7 +
nnrpd/Makefile | 23 ++---
nnrpd/article.c | 108 ++++++++---------------
nnrpd/commands.c | 8 +
nnrpd/line.c | 71 ++++++++++-----
nnrpd/list.c | 27 +++++
nnrpd/misc.c | 20 +++-
nnrpd/nnrpd.c | 219 ++++++++++++++++++++++++++++--------------------
nnrpd/nnrpd.h | 19 +++-
nnrpd/sasl.c | 186 ++++++++++++++++++++++++++++++++++++++++
nnrpd/sasl_config.c | 142 -------------------------------
nnrpd/sasl_config.h | 17 ---
nnrpd/tls.c | 20 +---
nnrpd/tls.h | 2
samples/Makefile | 5 -
samples/sasl.conf.in | 3
scripts/innupgrade.in | 30 +++++-
site/Makefile | 9 -
29 files changed, 623 insertions(+), 674 deletions(-)
More information about the inn-committers
mailing list