comparison packages/Makefile.in @ 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 a0497ffac49b
children a6e3b57fb035
comparison
equal deleted inserted replaced
287:01755687c565 288:c02c4eb95f95
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am 1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2 2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation 4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it, 5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved. 6 # with or without modifications, as long as this notice is preserved.
7 7
8 # This program is distributed in the hope that it will be useful, 8 # This program is distributed in the hope that it will be useful,
60 PRE_UNINSTALL = : 60 PRE_UNINSTALL = :
61 POST_UNINSTALL = : 61 POST_UNINSTALL = :
62 CC = @CC@ 62 CC = @CC@
63 CONFIGFILE = @CONFIGFILE@ 63 CONFIGFILE = @CONFIGFILE@
64 DOCDIR = @DOCDIR@ 64 DOCDIR = @DOCDIR@
65 LIBPAM = @LIBPAM@
65 MAKEINFO = @MAKEINFO@ 66 MAKEINFO = @MAKEINFO@
66 PACKAGE = @PACKAGE@ 67 PACKAGE = @PACKAGE@
67 SENDMAILPROG = @SENDMAILPROG@ 68 SENDMAILPROG = @SENDMAILPROG@
68 SPOOLDIR = @SPOOLDIR@ 69 SPOOLDIR = @SPOOLDIR@
70 USERSFILE = @USERSFILE@
69 VERSION = @VERSION@ 71 VERSION = @VERSION@
70 72
71 SUBDIRS = redhat 73 SUBDIRS = redhat
72 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 74 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
73 CONFIG_HEADER = ../config.h 75 CONFIG_HEADER = ../config.h
123 maintainer-clean-recursive: 125 maintainer-clean-recursive:
124 @set fnord $(MAKEFLAGS); amf=$$2; \ 126 @set fnord $(MAKEFLAGS); amf=$$2; \
125 dot_seen=no; \ 127 dot_seen=no; \
126 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ 128 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
127 rev="$$subdir $$rev"; \ 129 rev="$$subdir $$rev"; \
128 test "$$subdir" = "." && dot_seen=yes; \ 130 test "$$subdir" != "." || dot_seen=yes; \
129 done; \ 131 done; \
130 test "$$dot_seen" = "no" && rev=". $$rev"; \ 132 test "$$dot_seen" = "no" && rev=". $$rev"; \
131 target=`echo $@ | sed s/-recursive//`; \ 133 target=`echo $@ | sed s/-recursive//`; \
132 for subdir in $$rev; do \ 134 for subdir in $$rev; do \
133 echo "Making $$target in $$subdir"; \ 135 echo "Making $$target in $$subdir"; \
165 list='$(SOURCES) $(HEADERS)'; \ 167 list='$(SOURCES) $(HEADERS)'; \
166 unique=`for i in $$list; do echo $$i; done | \ 168 unique=`for i in $$list; do echo $$i; done | \
167 awk ' { files[$$0] = 1; } \ 169 awk ' { files[$$0] = 1; } \
168 END { for (i in files) print i; }'`; \ 170 END { for (i in files) print i; }'`; \
169 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 171 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
170 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) 172 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
171 173
172 mostlyclean-tags: 174 mostlyclean-tags:
173 175
174 clean-tags: 176 clean-tags:
175 177