@@ -156,6 +156,7 @@ doc/man/ident.8 Manpage for ident resolver
156156doc/man/incoming.conf.5 Manpage for incoming.conf config file
157157doc/man/inews.1 Manpage for inews frontend
158158doc/man/inn-radius.conf.5 Manpage for inn-radius.conf config file
159+ doc/man/inn-secrets.conf.5 Manpage for inn-secrets.conf
159160doc/man/inn.conf.5 Manpage for inn.conf config file
160161doc/man/innbind.8 Manpage for innbind
161162doc/man/inncheck.8 Manpage for inncheck utility
@@ -273,6 +274,7 @@ doc/pod/ident.pod Master file for ident.8
273274doc/pod/incoming.conf.pod Master file for incoming.conf.5
274275doc/pod/inews.pod Master file for inews.1
275276doc/pod/inn-radius.conf.pod Master file for inn-radius.conf.5
277+ doc/pod/inn-secrets.conf.pod Master file for inn-secrets.conf.5
276278doc/pod/inn.conf.pod Master file for inn.conf.5
277279doc/pod/innbind.pod Master file for innbind.8
278280doc/pod/inncheck.pod Master file for inncheck.8
@@ -422,6 +424,7 @@ include/inn/ov.h Header file for old overview API
422424include/inn/overview.h Header file for the overview API
423425include/inn/paths.h.in Header file for paths
424426include/inn/qio.h Header file for quick I/O package
427+ include/inn/secrets.h Header file for the secrets struct
425428include/inn/sequence.h Header file for sequence space arithmetic
426429include/inn/storage.h Header file for storage API
427430include/inn/timer.h Header file for generic timers
@@ -503,6 +506,7 @@ lib/argparse.c Functions for parsing arguments
503506lib/artnumber.c Manipulation of article numbers
504507lib/asprintf.c asprintf replacement
505508lib/buffer.c Reusable counted buffer
509+ lib/canlock.c Routines for Cancel-Lock
506510lib/cleanfrom.c Clean out a From line
507511lib/clientactive.c Client access to the active file
508512lib/clientlib.c Replacement for C News library routine
@@ -557,6 +561,7 @@ lib/remopen.c Open a remote NNTP connection
557561lib/reservedfd.c File descriptor reservation
558562lib/resource.c Get process CPU usage
559563lib/sd-daemon.c Stubs for systemd library functions
564+ lib/secrets.c Parsing and manipulating inn-secrets.conf
560565lib/sendarticle.c Send an article, NNTP style
561566lib/sendpass.c Send NNTP authentication
562567lib/sequence.c Sequence space arithmetic routines
@@ -582,6 +587,7 @@ lib/xwrite.c write that handles partial transfers
582587m4 Autoconf support macros (Directory)
583588m4/aux-libs.m4 Autoconf macro for extra libraries
584589m4/bdb.m4 Autoconf macros for Berkeley DB
590+ m4/canlock.m4 Autoconf macros for Cancel-Lock support
585591m4/cc-c-o.m4 Autoconf macro for -c -o compiler support
586592m4/cc-flags.m4 Autoconf macro for compiler flags
587593m4/compress.m4 Autoconf macro for compress detection
@@ -668,6 +674,7 @@ samples/filter_innd.py Sample Python filter for innd
668674samples/filter_nnrpd.pl Sample Perl filter for nnrpd
669675samples/incoming.conf Permissions for incoming feeds
670676samples/inn-radius.conf Sample config for RADIUS authentication
677+ samples/inn-secrets.conf Sample secrets file
671678samples/inn.conf.in General INN configuration
672679samples/innfeed.conf Outgoing feed configuration
673680samples/innreport.conf.in Log summary configuration
@@ -914,6 +921,7 @@ tests/lib Test suite for libinn (Directory)
914921tests/lib/artnumber-t.c Tests for lib/artnumber.c
915922tests/lib/asprintf-t.c Tests for lib/asprintf.c
916923tests/lib/buffer-t.c Tests for lib/buffer.c
924+ tests/lib/canlock-t.c Tests for lib/canlock.c
917925tests/lib/concat-t.c Tests for lib/concat.c
918926tests/lib/conffile-t.c Tests for lib/conffile.c
919927tests/lib/confparse-t.c Tests for lib/confparse.c
0 commit comments