[INN-COMMITTERS] inn (25 files)
Russ Allbery
Russ_Allbery at isc.org
Mon Feb 3 00:58:28 UTC 2003
Date: Sunday, February 2, 2003 @ 16:58:27
Author: rra
Path: /dist1/cvs/isc/inn/inn
Added: samples/nnrpd_access_wrapper.py samples/nnrpd_auth_wrapper.py
samples/nnrpd_dynamic_wrapper.py
Modified: MANIFEST NEWS doc/hook-python doc/man/inn.conf.5
doc/man/readers.conf.5 doc/pod/hook-python.pod
doc/pod/inn.conf.pod doc/pod/news.pod doc/pod/readers.conf.pod
include/inn/innconf.h lib/innconf.c nnrpd/commands.c
nnrpd/group.c nnrpd/misc.c nnrpd/nnrpd.c nnrpd/nnrpd.h
nnrpd/perl.c nnrpd/perm.c nnrpd/post.c nnrpd/python.c
samples/inn.conf.in samples/nnrpd_auth.py
Integrate the Python authentication hooks for nnrpd into readers.conf in
the same way that the Perl authentication hooks are now integrated, with
a new mechanism to support dynamic access control with Python hooks.
Patch from Erik Klavon.
----------------------------------+
MANIFEST | 3
NEWS | 10
doc/hook-python | 265 ++++++++++++----
doc/man/inn.conf.5 | 11
doc/man/readers.conf.5 | 100 ++++--
doc/pod/hook-python.pod | 289 +++++++++++++----
doc/pod/inn.conf.pod | 7
doc/pod/news.pod | 12
doc/pod/readers.conf.pod | 99 ++++--
include/inn/innconf.h | 4
lib/innconf.c | 3
nnrpd/commands.c | 93 +----
nnrpd/group.c | 46 +-
nnrpd/misc.c | 14
nnrpd/nnrpd.c | 51 ---
nnrpd/nnrpd.h | 12
nnrpd/perl.c | 4
nnrpd/perm.c | 180 +++++++++-
nnrpd/post.c | 20 -
nnrpd/python.c | 609 +++++++++++++++++++++++++------------
samples/inn.conf.in | 3
samples/nnrpd_access_wrapper.py | 60 +++
samples/nnrpd_auth.py | 158 +++++----
samples/nnrpd_auth_wrapper.py | 59 +++
samples/nnrpd_dynamic_wrapper.py | 54 +++
25 files changed, 1512 insertions(+), 654 deletions(-)
More information about the inn-committers
mailing list