Mercurial > noffle
annotate packages/redhat/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 |
rev | line source |
---|---|
288
c02c4eb95f95
[svn] * src/configfile.h,src/configfile.c,docs/noffle.conf.5: Add noffle-user
bears
parents:
278
diff
changeset
|
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am |
225 | 2 |
288
c02c4eb95f95
[svn] * src/configfile.h,src/configfile.c,docs/noffle.conf.5: Add noffle-user
bears
parents:
278
diff
changeset
|
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. |
225 | 4 # This Makefile.in is free software; the Free Software Foundation |
5 # gives unlimited permission to copy and/or distribute it, | |
6 # with or without modifications, as long as this notice is preserved. | |
7 | |
8 # This program is distributed in the hope that it will be useful, | |
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
11 # PARTICULAR PURPOSE. | |
12 | |
13 # Process this file with automake to produce Makefile.in | |
14 | |
15 | |
16 SHELL = @SHELL@ | |
17 | |
18 srcdir = @srcdir@ | |
19 top_srcdir = @top_srcdir@ | |
20 VPATH = @srcdir@ | |
21 prefix = @prefix@ | |
22 exec_prefix = @exec_prefix@ | |
23 | |
24 bindir = @bindir@ | |
25 sbindir = @sbindir@ | |
26 libexecdir = @libexecdir@ | |
27 datadir = @datadir@ | |
28 sysconfdir = @sysconfdir@ | |
29 sharedstatedir = @sharedstatedir@ | |
30 localstatedir = @localstatedir@ | |
31 libdir = @libdir@ | |
32 infodir = @infodir@ | |
33 mandir = @mandir@ | |
34 includedir = @includedir@ | |
35 oldincludedir = /usr/include | |
36 | |
37 DESTDIR = | |
38 | |
39 pkgdatadir = $(datadir)/@PACKAGE@ | |
40 pkglibdir = $(libdir)/@PACKAGE@ | |
41 pkgincludedir = $(includedir)/@PACKAGE@ | |
42 | |
43 top_builddir = ../.. | |
44 | |
45 ACLOCAL = @ACLOCAL@ | |
46 AUTOCONF = @AUTOCONF@ | |
47 AUTOMAKE = @AUTOMAKE@ | |
48 AUTOHEADER = @AUTOHEADER@ | |
49 | |
50 INSTALL = @INSTALL@ | |
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) | |
52 INSTALL_DATA = @INSTALL_DATA@ | |
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
54 transform = @program_transform_name@ | |
55 | |
56 NORMAL_INSTALL = : | |
57 PRE_INSTALL = : | |
58 POST_INSTALL = : | |
59 NORMAL_UNINSTALL = : | |
60 PRE_UNINSTALL = : | |
61 POST_UNINSTALL = : | |
62 CC = @CC@ | |
63 CONFIGFILE = @CONFIGFILE@ | |
64 DOCDIR = @DOCDIR@ | |
288
c02c4eb95f95
[svn] * src/configfile.h,src/configfile.c,docs/noffle.conf.5: Add noffle-user
bears
parents:
278
diff
changeset
|
65 LIBPAM = @LIBPAM@ |
225 | 66 MAKEINFO = @MAKEINFO@ |
67 PACKAGE = @PACKAGE@ | |
68 SENDMAILPROG = @SENDMAILPROG@ | |
69 SPOOLDIR = @SPOOLDIR@ | |
288
c02c4eb95f95
[svn] * src/configfile.h,src/configfile.c,docs/noffle.conf.5: Add noffle-user
bears
parents:
278
diff
changeset
|
70 USERSFILE = @USERSFILE@ |
225 | 71 VERSION = @VERSION@ |
72 | |
73 EXTRA_DIST = noffle-expire noffle.spec | |
74 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
75 CONFIG_HEADER = ../../config.h | |
76 CONFIG_CLEAN_FILES = | |
77 DIST_COMMON = README Makefile.am Makefile.in | |
78 | |
79 | |
80 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | |
81 | |
82 TAR = tar | |
83 GZIP_ENV = --best | |
84 all: all-redirect | |
85 .SUFFIXES: | |
86 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | |
87 cd $(top_srcdir) && $(AUTOMAKE) --gnu packages/redhat/Makefile | |
88 | |
89 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) | |
90 cd $(top_builddir) \ | |
91 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | |
92 | |
93 tags: TAGS | |
94 TAGS: | |
95 | |
96 | |
97 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | |
98 | |
99 subdir = packages/redhat | |
100 | |
101 distdir: $(DISTFILES) | |
102 here=`cd $(top_builddir) && pwd`; \ | |
103 top_distdir=`cd $(top_distdir) && pwd`; \ | |
104 distdir=`cd $(distdir) && pwd`; \ | |
105 cd $(top_srcdir) \ | |
106 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu packages/redhat/Makefile | |
107 @for file in $(DISTFILES); do \ | |
108 d=$(srcdir); \ | |
109 if test -d $$d/$$file; then \ | |
110 cp -pr $$d/$$file $(distdir)/$$file; \ | |
111 else \ | |
112 test -f $(distdir)/$$file \ | |
113 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | |
114 || cp -p $$d/$$file $(distdir)/$$file || :; \ | |
115 fi; \ | |
116 done | |
117 info-am: | |
118 info: info-am | |
119 dvi-am: | |
120 dvi: dvi-am | |
121 check-am: all-am | |
122 check: check-am | |
123 installcheck-am: | |
124 installcheck: installcheck-am | |
125 install-exec-am: | |
126 install-exec: install-exec-am | |
127 | |
128 install-data-am: | |
129 install-data: install-data-am | |
130 | |
131 install-am: all-am | |
132 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
133 install: install-am | |
134 uninstall-am: | |
135 uninstall: uninstall-am | |
136 all-am: Makefile | |
137 all-redirect: all-am | |
138 install-strip: | |
139 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | |
140 installdirs: | |
141 | |
142 | |
143 mostlyclean-generic: | |
144 | |
145 clean-generic: | |
146 | |
147 distclean-generic: | |
148 -rm -f Makefile $(CONFIG_CLEAN_FILES) | |
149 -rm -f config.cache config.log stamp-h stamp-h[0-9]* | |
150 | |
151 maintainer-clean-generic: | |
152 mostlyclean-am: mostlyclean-generic | |
153 | |
154 mostlyclean: mostlyclean-am | |
155 | |
156 clean-am: clean-generic mostlyclean-am | |
157 | |
158 clean: clean-am | |
159 | |
160 distclean-am: distclean-generic clean-am | |
161 | |
162 distclean: distclean-am | |
163 | |
164 maintainer-clean-am: maintainer-clean-generic distclean-am | |
165 @echo "This command is intended for maintainers to use;" | |
166 @echo "it deletes files that may require special tools to rebuild." | |
167 | |
168 maintainer-clean: maintainer-clean-am | |
169 | |
170 .PHONY: tags distdir info-am info dvi-am dvi check check-am \ | |
171 installcheck-am installcheck install-exec-am install-exec \ | |
172 install-data-am install-data install-am install uninstall-am uninstall \ | |
173 all-redirect all-am all installdirs mostlyclean-generic \ | |
174 distclean-generic clean-generic maintainer-clean-generic clean \ | |
175 mostlyclean distclean maintainer-clean | |
176 | |
177 | |
178 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
179 # Otherwise a system limit (for SysV at least) may be exceeded. | |
180 .NOEXPORT: |