Mercurial > noffle
diff ChangeLog @ 288:c02c4eb95f95 noffle
[svn] * src/configfile.h,src/configfile.c,docs/noffle.conf.5: Add noffle-user
and noffle-group configs.
* src/configfile.c,src/fetch.c,src/fetchlist.c,src/protocol.c,
src/server.c: Replace strcpy() with Utl_cpyStr() where appropriate.
See Debian bug 168128.
* src/control.c,src/configfile.c,src/noffle.c: Replace [s]scanf("%s")
with [s]scanf(MAXCHAR_FMT).
* src/noffle.c: Log warning if noffle.conf is world readable.
* src/noffle.c: Restrict most options to news admins; i.e. those who
are root or news on running Noffle.
* Makefile.in,acconfig.h,aclocal.m4,config.h.in,configure,configure.in,
docs/Makefile.in,docs/noffle.conf.5,packages/Makefile.in,
packages/redhat/Makefile.in,src/Makefile.am,src/Makefile.in,
src/authenticate.c,src/authenticate.h,src/noffle.c,src/server.c:
Add basic authentication using either Noffle-specific user file
or authenticating via PAM (service 'noffle'). PAM authentication
needs to run as root, so a Noffle server that needs PAM
must be started by root. Helpful (?) error messages will be logged
if not. Noffle will switch ruid and euid to 'news' (or whatever
is configured) ASAP.
* src/noffle.c: Add uid checking.
author | bears |
---|---|
date | Fri, 10 Jan 2003 23:25:45 +0000 |
parents | baa6408d1bbc |
children | 0eaad46e56e2 |
line wrap: on
line diff
--- a/ChangeLog Fri Jan 10 23:11:43 2003 +0000 +++ b/ChangeLog Fri Jan 10 23:25:45 2003 +0000 @@ -1,3 +1,37 @@ +Fri Jan 10 2003 Jim Hague <jim.hague@acm.org> + +* docs/noffle.1: Correct Noffle home page location and add Mirko as author. + Also update Markus's email. Debian bug 173743. +* AUTHORS. Great maintainer I am, can't even credit myself. +* src/fetch.c: Add Reply-To to the front of the list of headers searched + for the article author's email when sending posting SNAFU message. + Debian bug 156952. +* src/configfile.h,src/configfile.c,docs/noffle.conf.5: Add noffle-user + and noffle-group configs. +* src/configfile.c,src/fetch.c,src/fetchlist.c,src/protocol.c, + src/server.c: Replace strcpy() with Utl_cpyStr() where appropriate. + See Debian bug 168128. +* src/client.c. Replace strcpy() here too. +* src/control.c,src/configfile.c,src/noffle.c: Replace [s]scanf("%s") + with [s]scanf(MAXCHAR_FMT). +* Makefile.am: Install executable owner news.news mode 06755. Install + sample noffle.conf as 0640 news.news. +* src/noffle.c: Log warning if noffle.conf is world readable. +* src/noffle.c: Restrict most options to news admins; i.e. those who + are root or news on running Noffle. +* src/configfile.c: Change snprintf() to Utl_cpyStr(); +* Makefile.in,acconfig.h,aclocal.m4,config.h.in,configure,configure.in, + docs/Makefile.in,docs/noffle.conf.5,packages/Makefile.in, + packages/redhat/Makefile.in,src/Makefile.am,src/Makefile.in, + src/authenticate.c,src/authenticate.h,src/noffle.c,src/server.c: + Add basic authentication using either Noffle-specific user file + or authenticating via PAM (service 'noffle'). PAM authentication + needs to run as root, so a Noffle server that needs PAM + must be started by root. Helpful (?) error messages will be logged + if not. Noffle will switch ruid and euid to 'news' (or whatever + is configured) ASAP. +* src/noffle.c: Add uid checking. + Mon Jan 6 2003 Jim Hague <jim.hague@acm.org> * src/database.c,src/post.c,src/protocol.h,src/protocol.c: When posting,