/[smeserver]/rpms/e-smith-packetfilter/sme10/e-smith-packetfilter.spec
ViewVC logotype

Contents of /rpms/e-smith-packetfilter/sme10/e-smith-packetfilter.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.6 - (show annotations) (download)
Wed Mar 3 20:29:35 2021 UTC (3 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-packetfilter-2_6_0-5_el7_sme
Changes since 1.5: +7 -2 lines
* Wed Mar 03 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme
- remove pptpd last references [SME: 11420]

1 # $Id: e-smith-packetfilter.spec,v 1.5 2021/02/13 04:48:27 jpp Exp $
2
3 Summary: e-smith server and gateway - packetfilter add-on
4 %define name e-smith-packetfilter
5 Name: %{name}
6 %define version 2.6.0
7 %define release 5
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.xz
13 Patch0: e-smith-packetfilter-2.6.0-bz11122-bz11089-systemd-event.patch
14 Patch1: e-smith-packetfilter-2.6.0-bz11251-drop-pptpd.patch
15 Patch2: e-smith-packetfilter-2.6.0-bz11420.patch
16
17 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
18 BuildArchitectures: noarch
19 Requires: e-smith-base >= 5.8.0-49
20 Requires: ulogd >= 1.24
21 Requires: daemontools
22 Requires: iptables
23 BuildRequires: e-smith-devtools
24 Obsoletes: e-smith-ipmasq
25 AutoReqProv: no
26
27 %description
28 e-smith server and gateway software - packetfilter add-on
29
30 %changelog
31 * Wed Mar 03 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme
32 - remove pptpd last references [SME: 11420]
33
34 * Fri Feb 12 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
35 - remove /usr/lib/systemd/system-preset/80-koozali-packetfilter.preset [SME: 10958]
36
37 * Fri Dec 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
38 - drop pptpd support [SME: 11251]
39
40 * Tue Nov 10 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme
41 - launch masq using systemd unit [SME: 11089]
42 - create event to avoid reboot on update [SME: 11122]
43
44 * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
45 - Initial release to sme10
46
47 * Thu Feb 28 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme
48 - Prevent multiple instances of the masq script running,
49 patch by Charlie Brady [SME: 7415]
50
51 * Tue Feb 19 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme
52 - Use extrapositioned negation (Credits to John Crisp) [SME: 7262]
53
54 * Wed Feb 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
55 - Roll new stream for sme9
56
57 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
58 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
59
60 * Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.18.0-6
61 - Use correct lib for modules
62
63 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
64 - Clean up spec so package can be built by koji/plague
65
66 * Fri Apr 09 2007 Stephen Noble <support@dungog.net> 1.18.0-5
67 - Fix masq error in server only mode (cannot open UDPPort) [SME: 2812]
68
69 * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 1.18.0-4
70 - Fix perms for ulogd.conf file [SME: 2722]
71
72 * Mon Mar 19 2007 Shad L. Lords <slords@mail.com> 1.18.0-3
73 - Update ulogd.conf to new format [SME: 2744]
74
75 * Fri Feb 09 2007 Shad L. Lords <slords@mail.com> 1.18.0-2
76 - Fix sorting for Ports properties [SME: 56]
77
78 * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 1.18.0-1
79 - Roll stable stream. [SME: 2328]
80
81 * Thu Jan 18 2007 Shad L. Lords <slords@mail.com> 1.17.0-7
82 - Move last masq fragments from e-smith-base.
83
84 * Wed Jan 17 2007 Shad L. Lords <slords@mail.com> 1.17.0-6
85 - Use both {TCP,UDP}Port and {TCP,UDP}Ports for masq template [SME: 56]
86
87 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
88 - Update to new release naming. No functional changes.
89 - Make Packager generic
90
91 * Fri Nov 23 2006 Gordon Rowell <gordonr@gormand.com.au> 1.17.0-04
92 - Remove TCPMinimizeDelay default for ssh [SME: 2083]
93
94 * Mon Aug 28 2006 Charlie Brady <charlie_brady@mitel.com> 1.17.0-03
95 - Ensure that $OUTERNET is an IP address. [SME: 1815]
96
97 * Sun Aug 13 2006 Charlie Brady <charlie_brady@mitel.com> 1.17.0-02
98 - Merge in masq fragments from e-smith-base.
99
100 * Sun Aug 13 2006 Charlie Brady <charlie_brady@mitel.com> 1.17.0-01
101 - Roll new development stream.
102
103 * Wed Jul 26 2006 Gordon Rowell <gordonr@gormand.com.au> 1.16.0-05
104 - Remove redundant auto-generated service-specific denylog rules from
105 90InboundTCP10filter_{tcp,udp} [SME: 1776]
106
107 * Tue Jul 18 2006 Charlie Brady <charlie_brady@mitel.com> 1.16.0-04
108 - Bundle fragments from e-smith-ipmasq and obsolete that RPM. [SME: 1002]
109
110 * Tue Jun 20 2006 Filippo Carletti <carletti@mobilia.it> 1.16.0-03
111 - No longer drop UDP packets in serveronly mode [SME: 1002]
112
113 * Thu Apr 6 2006 Gavin Weight <gweight@gmail.com> 1.2.0-02
114 - Make ident TCP reject configurable, based on oidentd status.
115 If oidentd{status} is enabled, allow ident, otherwise REJECT it [SME: 85]
116
117 * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-01
118 - Roll stable stream version. [SME: 1016]
119
120 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.15.1-12
121 - Bump release number only
122
123 * Wed Sep 21 2005 Charlie Brady <charlieb@e-smith.com>
124 - [1.15.1-11]
125 - Remove force/masq/status fragment, and fix "masq adjust" so
126 that it is harmless if firewall is disabled. This leaves unsolved
127 the problem of whether to toggle disabled->enabled during upgrades.
128 [SF: 1261356]
129
130 * Wed Sep 7 2005 Charlie Brady <charlieb@e-smith.com>
131 - [1.15.1-10]
132 - Fix location of force/status fragment for masq service. [SF: 1261356]
133
134 * Tue Aug 30 2005 Charlie Brady <charlieb@e-smith.com>
135 - [1.15.1-09]
136 - Add force/status fragment for masq service, to force enabled.
137 This ensures that firewall is running after a system upgrade,
138 to avoid various panel failure modes. Solution to be reviewed
139 for alternatives later. [SF: 1261356]
140
141 * Fri Aug 26 2005 Charlie Brady <charlieb@e-smith.com>
142 - [1.15.1-08]
143 - Remove filtering of outbound ICMP - it's blocking legitimate ICMP
144 redirects. [MN00093544]
145
146 * Tue Aug 2 2005 Shad Lords <slords@email.com>
147 - [1.15.1-07]
148 - Add default $masq{Stealth} db entry
149
150 * Tue Aug 2 2005 Gordon Rowell <gordonr@gormand.com.au>
151 - [1.15.1-06]
152 - Rejct IDENT with a TCP reset [SF: 1240659]
153 - Add support for UDPPort (c.f. TCPPort) property to allow
154 filtered UDP [SF: 1241398]
155 - Add support for DenyHosts property (see 1.15.0-02 for AllowHosts)
156 [SF: 1241398]
157
158 * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
159 - [1.15.1-05]
160 - Tidy up path reference to networks db. [SF: 1216546]
161
162 * Tue Jun 7 2005 Charlie Brady <charlieb@e-smith.com>
163 - [1.15.1-04]
164 - Fix ulogd logging to stdout not being captured by multilog.
165
166 * Mon May 2 2005 Charlie Brady <charlieb@e-smith.com>
167 - [1.15.1-03]
168 - Add requires headers for ulogd and daemontools.
169
170 * Sun May 1 2005 Charlie Brady <charlieb@e-smith.com>
171 - [1.15.1-02]
172 - Switch to logging via ulogd and multilog.
173
174 * Sun May 1 2005 Charlie Brady <charlieb@e-smith.com>
175 - [1.15.1-01]
176 - Roll new development stream - 1.15.1
177
178 * Wed Mar 30 2005 Charlie Brady <charlieb@e-smith.com>
179 - [1.15.0-15]
180 - Set $OUTERNET to equal $LocalIP in masq script in serveronly mode,
181 so that masq script (if enabled) does not block allowed public access.
182 - Remove various 45Allow* fragments as TCPPort properties of services
183 will allow access if public access is enabled.
184
185 * Fri Nov 12 2004 Tony Clayton <apc@e-smith.com>
186 - [1.15.0-14]
187 - More cleanup for iptables-trace [tonyc]
188
189 * Fri Nov 12 2004 Tony Clayton <apc@e-smith.com>
190 - [1.15.0-13]
191 - update to latest iptables-trace [tonyc] :
192 - add logging for default chain policy fallback
193 - fix stop() bug causing _any_ rules with --log-prefix to be removed
194
195 * Fri Apr 30 2004 Michael Soulier <msoulier@e-smith.com>
196 - [1.15.0-12]
197 - Made TOS settings configurable, with just ssh set by default.
198 [msoulier dpar-28993]
199
200 * Wed Feb 25 2004 Michael Soulier <msoulier@e-smith.com>
201 - [1.15.0-11]
202 - Tightened rules for remote vpn subnets. [msoulier dpar-21836]
203
204 * Wed Jan 28 2004 Michael Soulier <msoulier@e-smith.com>
205 - [1.15.0-10]
206 - Fixed iptables-trace "stop" removing rules from the denylog chain.
207 [msoulier 10955]
208
209 * Wed Jan 28 2004 Michael Soulier <msoulier@e-smith.com>
210 - [1.15.0-09]
211 - Added a toggle of the trace option during adjust, so adjusts work with trace
212 enabled. [msoulier 8117]
213
214 * Mon Dec 1 2003 Michael Soulier <msoulier@e-smith.com>
215 - [1.15.0-08]
216 - Changed multicast DROP target to denylog, so it toggles. [msoulier 9450]
217
218 * Mon Dec 1 2003 Michael Soulier <msoulier@e-smith.com>
219 - [1.15.0-07]
220 - Changed the toggle property name to DenylogTarget. [msoulier 9450]
221
222 * Mon Dec 1 2003 Michael Soulier <msoulier@e-smith.com>
223 - [1.15.0-06]
224 - Added firewall-wide toggle for denylog DROP/REJECT. [msoulier 9450]
225
226 * Sat Nov 29 2003 Charlie Brady <charlieb@e-smith.com>
227 - [1.15.0-05]
228 - Ensure that masq script expands without error in serveronly mode.
229 [charlieb 10162]
230
231 * Sat Oct 4 2003 Michael Soulier <msoulier@e-smith.com>
232 - [1.15.0-04]
233 - Fixed error in masq fragment with stealth enabled. [msoulier 10165]
234
235 * Thu Sep 25 2003 Gordon Rowell <gordonr@e-smith.com>
236 - [1.15.0-03]
237 - Add masq to 0.0.0.0/0 for public, unrestricted [gordonr 10050]
238
239 * Tue Sep 23 2003 Gordon Rowell <gordonr@e-smith.com>
240 - [1.15.0-02]
241 - New fragment 90InboundTCP10filter_tcp, a further step towards
242 auto-generation of rules, removing the 45Allow* fragments:
243
244 For all services which have a TCPPort property defined:
245 If the service is 'enabled' and the service is 'public',
246 generate iptables rules as follows:
247 If an AllowHosts property is defined, allow only those hosts
248 Otherwise allow all hosts
249
250 AllowHosts is comma separated, and can contain IPs, IP/mask and CIDR
251
252 This will generate duplicate rules until the 45Allow* fragments
253 are removed, which can happen once the TCPPort property is defined
254 for a service.
255
256 QUERY: Should this be TCPPort (singular) or TCPPorts (plural)?
257 TODO: Create db defaults fragments to deprecate the 45Allow* fragments
258 TODO: Possibly add DenyHosts processing [gordonr 10050]
259
260 * Tue Sep 23 2003 Gordon Rowell <gordonr@e-smith.com>
261 - [1.15.0-01]
262 - Changing version to development stream number - 1.15.0
263 - Dev stream [gordonr 10050]
264
265 * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
266 - [1.14.0-01]
267 - Changing version to stable stream number - 1.14.0
268
269 * Tue Jun 17 2003 Tony Clayton <apc@e-smith.com>
270 - [1.13.0-27]
271 - Again [tonyc 8578]
272
273 * Tue Jun 17 2003 Tony Clayton <apc@e-smith.com>
274 - [1.13.0-26]
275 - Add lo->lo ACCEPT rule back to 90local_chk00Start fragment [tonyc 8578]
276
277 * Mon Jun 16 2003 Tony Clayton <apc@e-smith.com>
278 - [1.13.0-25]
279 - Split 90AllowLocal masq fragment into 90local_chk* [tonyc 8578]
280
281 * Mon Jun 2 2003 Michael Soulier <msoulier@e-smith.com>
282 - [1.13.0-24]
283 - Explicitely blocking multicast not from a local network.
284 [msoulier 6031]
285
286 * Thu May 1 2003 Michael Soulier <msoulier@e-smith.com>
287 - [1.13.0-23]
288 - Added chain creation during adjust. What a thought. [msoulier 7695]
289
290 * Thu May 1 2003 Michael Soulier <msoulier@e-smith.com>
291 - [1.13.0-22]
292 - Added support for a PPPconn chain to track rules to permit PPTP connections.
293 [msoulier 7695]
294
295 * Fri Apr 25 2003 Michael Soulier <msoulier@e-smith.com>
296 - [1.13.0-21]
297 - Refactored the 90adjustUDP template into multiple fragments. [msoulier 8505]
298
299 * Fri Apr 25 2003 Michael Soulier <msoulier@e-smith.com>
300 - [1.13.0-20]
301 - Refactored the 90adjustTCP template into multiple fragments. [msoulier 8505]
302
303 * Tue Apr 22 2003 Michael Soulier <msoulier@e-smith.com>
304 - [1.13.0-19]
305 - Accepting all traffic from the loopback interface. [msoulier 8299]
306
307 * Mon Apr 21 2003 Michael Soulier <msoulier@e-smith.com>
308 - [1.13.0-18]
309 - Removed acceptance of anything not from the external interface. The local
310 networks list should be sufficient. [msoulier 8299]
311
312 * Mon Apr 21 2003 Michael Soulier <msoulier@e-smith.com>
313 - [1.13.0-17]
314 - Added handling of local_chk chain in adjustment. [msoulier 8299]
315
316 * Mon Apr 14 2003 Gordon Rowell <gordonr@e-smith.com>
317 - [1.13.0-16]
318 - Flag pptp masq as on by default [gordonr 6694]
319
320 * Tue Apr 8 2003 Michael Soulier <msoulier@e-smith.com>
321 - [1.13.0-15]
322 - Added iptables-trace in /etc/rc.d/init.d. [msoulier 7613]
323
324 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
325 - [1.13.0-14]
326 - Added denylog: prefix to denied packet logs [gordonr 6852]
327
328 * Tue Mar 25 2003 Michael Soulier <msoulier@e-smith.com>
329 - [1.13.0-13]
330 - Portforwarding still had problems, fixed here. [msoulier 7284]
331
332 * Tue Mar 25 2003 Michael Soulier <msoulier@e-smith.com>
333 - [1.13.0-12]
334 - Added ForwardedTCP and ForwardedUDP, as well as supporting code to
335 permit certain ports to be opened for forwarded traffic inbound. Required
336 for portforwarding. [msoulier 7284]
337
338 * Fri Mar 7 2003 Charlie Brady <charlieb@e-smith.com>
339 - [1.13.0-11]
340 - Add "use esmith::util" to 01localNetworks fragment. Needed if
341 esmith::templates form of processTemplate is used. [charlieb 5650]
342
343 * Fri Feb 21 2003 Gordon Rowell <gordonr@e-smith.com>
344 - [1.13.0-10]
345 - Remove quotes around 'Name' - not required [gordonr 7343]
346
347 * Fri Feb 21 2003 Gordon Rowell <gordonr@e-smith.com>
348 - [1.13.0-09]
349 - Make use of ExternalInterface definition in 00Definitions [gordonr 7343]
350 - Update dependency on e-smithbase [gordonr 7343]
351
352 * Mon Feb 3 2003 Mark Knox <markk@e-smith.com>
353 - [1.13.0-08]
354 - Open port 443 when either web server is enabled [markk 6428]
355
356 * Fri Jan 24 2003 Charlie Brady <charlieb@e-smith.com>
357 - [1.13.0-07]
358 - Fix one last broken here document. [charlieb 6651]
359
360 * Thu Jan 23 2003 Charlie Brady <charlieb@e-smith.com>
361 - [1.13.0-06]
362 - Fix a few typos in previous round of masq fragment changes. [charlieb]
363
364 * Thu Jan 23 2003 Charlie Brady <charlieb@e-smith.com>
365 - [1.13.0-05]
366 - formatting changes in masq/00Functions template fragment [charlieb]
367 - Use connection tracking on both INPUT and FORWARD tables [charlieb 6651]
368 - Allow any local traffic on INPUT and FORWARD chains. Local traffic
369 is currently defined as all traffic which didn't come in via the
370 external interface. That definition can easily change, as there is
371 a special chain for accepting local traffic. [charlieb 6709]
372 - Remove explicit allow of multicast traffic, as it is a subset of "local"
373 traffic [charlieb 6031, 6709]
374 - Move ICMP type checking into "adjust" part of masq script [charlieb 6709]
375
376 * Sat Jan 18 2003 Michael Soulier <msoulier@e-smith.com>
377 - [1.13.0-04]
378 - Permitting multicast traffic to and from the internal interface.
379 [msoulier 6031]
380
381 * Wed Jan 15 2003 Gordon Rowell <gordonr@e-smith.com>
382 - [1.13.0-03]
383 - Put back non-redundant DROP lines, but add a comment as to why
384 they are there [gordonr 6580]
385
386 * Wed Jan 15 2003 Gordon Rowell <gordonr@e-smith.com>
387 - [1.13.0-02]
388 - Remove redundant DROP lines from denylog chain [gordonr 6580]
389
390 * Thu Jan 9 2003 Mark Knox <markk@e-smith.com>
391 - [1.13.0-01]
392 - Forced version update by co2rpm to 1.13.0
393
394 * Mon Dec 16 2002 Charlie Brady <charlieb@e-smith.com>
395 - [1.12.0-01]
396 - Roll to stable version to 1.12.0
397
398 * Fri Nov 29 2002 Michael Soulier <msoulier@e-smith.com>
399 - [1.11.0-07]
400 - Added a get_safe_id function, to factor out firewall rule scanning code, and
401 prevent chain name clashes in the extreme case. [msoulier 5696]
402
403 * Thu Nov 28 2002 Michael Soulier <msoulier@e-smith.com>
404 - [1.11.0-06]
405 - Removed specific tcp_in and udp_in chains in favour of the InboundTCP_$$ and
406 InboundUDP__$$ chains. They are far, far easier to manage, especially for
407 the portforwarding blade. [msoulier 5696]
408
409 * Wed Nov 20 2002 Charlie Brady <charlieb@e-smith.com>
410 - [1.11.0-05]
411 - Make sure that --numeric is used with any --list command, to avoid
412 reverse lookup delays. [charlieb 5644]
413
414 * Wed Nov 13 2002 Charlie Brady <charlieb@e-smith.com>
415 - [1.11.0-04]
416 - Peel off ICMP for checking after packets for ESTABLISHED and RELATED
417 connections are allowed. This allows outbound ping to work. [charlieb 5423]
418
419 * Mon Nov 11 2002 Charlie Brady <charlieb@e-smith.com>
420 - [1.11.0-03]
421 - Apply UDP filtering only on traffic entering via external
422 interface. [charlieb 5644]
423
424 * Mon Nov 11 2002 Charlie Brady <charlieb@e-smith.com>
425 - [1.11.0-02]
426 - Add UDP input filter setup and adjust rules.
427 Re-arrange 00Functions a bit so that perl block is
428 shorter and the rest is in-line [charlieb 5644]
429 - Move adjustEnd to 92, to allow 91 hole for any adjustments
430 needing to be done after input filter rules are adjusted
431 (e.g. port forwarding).
432
433 * Mon Nov 11 2002 Charlie Brady <charlieb@e-smith.com>
434 - [1.11.0-01]
435 - rolling development stream to 1.11.0
436
437 * Sat Oct 19 2002 Charlie Brady <charlieb@e-smith.com>
438 - [1.10.0-08]
439 - Send default packets on the FORWARD filter to denylog, rather than
440 DROP. [charlieb 5246]
441 - Revert 2) from 1.10.0-05 checkin. 5.5 ipchains forwarding rules do not allow
442 IP masqueraded packets. [charlieb 5246]
443
444 * Fri Oct 18 2002 Charlie Brady <charlieb@e-smith.com>
445 - [1.10.0-07]
446 - Commit new file 42CheckTCPInput which was missed in last checkin.
447 [charlieb 5246]
448
449 * Fri Oct 18 2002 Charlie Brady <charlieb@e-smith.com>
450 - [1.10.0-06]
451 - Create a new intermediate TCP input chain, and create a new temporary
452 TCP input chain whenever we run "masq adjust". This ensures that
453 new TCP input checking rules occur at the same place during input
454 checking as existing rules, and also means that rules previously created
455 by now-removed packages disappear. [charlieb 4501, 5246]
456
457 * Thu Oct 17 2002 Charlie Brady <charlieb@e-smith.com>
458 - [1.10.0-05]
459 - Fix to the previous change 1) to restore some commented out rules,
460 and 2) to fix those rules so that they match the 5.5 ipchains
461 version. [charlieb 5246]
462
463 * Thu Oct 17 2002 Charlie Brady <charlieb@e-smith.com>
464 - [1.10.0-04]
465 - Changes so that local networks can be added/deleted and "masq adjust"
466 will correctly re-adjust the filters. [charlieb 5246]
467
468 * Tue Oct 15 2002 Charlie Brady <charlieb@e-smith.com>
469 - [1.10.0-03]
470 - Change 00Functions so that "tcp_in" function can create chains as required
471 during "masq adjust", so that new modules can add rules and still avoid
472 "masq restart". [charlieb 4501]
473
474 * Tue Oct 15 2002 Mark Knox <markk@e-smith.com>
475 - [1.10.0-02]
476 - Re-add echo-reply support (doesn't work with conntrack) [markk 5213]
477
478 * Sat Oct 12 2002 Charlie Brady <charlieb@e-smith.com>
479 - [1.10.0-01]
480 - Roll to maintained version number to 1.10.0
481 - Remove "perl createlinks" from %build section, since we no longer
482 have a createlinks file.
483
484 * Fri Oct 11 2002 Gordon Rowell <gordonr@e-smith.com>
485 - [1.9.15-07]
486 - Check the correct configDB entry for public POP [gordonr 5181]
487
488 * Tue Oct 8 2002 Mark Knox <markk@e-smith.com>
489 - [1.9.15-06]
490 - Use denylog target for dropped ICMP packets [markk 5095]
491 - Remove explicit echo-reply support (we use conntrack now) [markk 5095]
492
493 * Mon Oct 7 2002 Mark Knox <markk@e-smith.com>
494 - [1.9.15-05]
495 - Drop ICMP echo-requests on ext i/f when in private s/g mode or if Stealth
496 property is set. General cleanup of ICMP rules. [markk 5095]
497
498 * Wed Sep 11 2002 Gordon Rowell <gordonr@e-smith.com>
499 - [1.9.15-04]
500 - Added extra slosh in tcp_in as one gets gobbled by template evaluation
501 and we need one in the final output. Reformatted the lines and moved
502 proto/port together on first line of pair for readability [gordonr 4792]
503
504 * Thu Sep 5 2002 Charlie Brady <charlieb@e-smith.com>
505 - [1.9.15-03]
506 - Fix tcp_in function - it doesn't work too well without the jump to the
507 newly defined rule. Change DROP to denylog in the placeholder rule,
508 even though it is short-lived. [charlieb 4792]
509
510 * Mon Sep 2 2002 Charlie Brady <charlieb@e-smith.com>
511 - [1.9.15-02]
512 - Remove createlinks script and network-{create,delete} event directories -
513 the required change was made in e-smith-base, and this shouldn't have
514 been checked in. [charlieb 4501]
515
516 * Wed Aug 28 2002 Charlie Brady <charlieb@e-smith.com>
517 - [1.9.15-01]
518 - Rolling minor version number to work around wrinkle in co2rpm [charlieb 3700]
519
520 * Wed Aug 28 2002 Charlie Brady <charlieb@e-smith.com>
521 - [1.9.14-04]
522 - Remove 45AllowAUTH masq fragment - moved to e-smith-oidentd package.
523 [charlieb 4435]
524
525 * Tue Aug 27 2002 Charlie Brady <charlieb@e-smith.com>
526 - [1.9.14-03]
527 - Fix iptables syntax in AdjustTOS fragment [charlieb 1268]
528
529 * Mon Aug 26 2002 Charlie Brady <charlieb@e-smith.com>
530 - [1.9.14-02]
531 - Fix AllowICMPfromLAN template error [charlieb 1268]
532
533 * Thu Aug 22 2002 Charlie Brady <charlieb@e-smith.com>
534 - [1.9.14-01]
535 - Use full iptables path in status fragment - allows "service masq status" to
536 work. [charlieb 1268]
537 - Fix local networks list [charlieb 1268]
538
539 * Tue Aug 20 2002 Charlie Brady <charlieb@e-smith.com>
540 - [1.9.13-01]
541 - Fix syntax in 30adjustTOS fragment. Move definitions to start of masq
542 script where they can be used in functions. [charlieb 4501]
543
544 * Mon Aug 19 2002 Charlie Brady <charlieb@e-smith.com>
545 - [1.9.12-01]
546 - Add 90adjustDenyLog fragment missed in last commit. [charlieb 4501]
547
548 * Mon Aug 19 2002 Charlie Brady <charlieb@e-smith.com>
549 - [1.9.11-01]
550 - Further re-arrangement to facilitate non-disruptive update of filtering
551 rules. [charlieb 4501]
552
553 * Fri Aug 16 2002 Charlie Brady <charlieb@e-smith.com>
554 - [1.9.10-01]
555 - Remove 98adjust, and split it into 49adjustStart, 50adjustTCP and 51adjustEnd
556 fragments. Migrate network stack tuning stuff to sysctl.conf templates.
557 Add TOS adjustment stuff. [charlieb 4501]
558
559 * Thu Aug 15 2002 Charlie Brady <charlieb@e-smith.com>
560 - [1.9.9-01]
561 - Change masq template fragments to allow non-disruptive modification.
562 Add "masq adjust" verb. [charlieb 4501]
563
564 * Thu Aug 8 2002 Charlie Brady <charlieb@e-smith.com>
565 - [1.9.8-01]
566 - Remove deprecated split in masq template fragment, and add FIXME comment
567 to code which looks to be wrong. [charlieb 1268]
568
569 * Wed Jul 31 2002 Charlie Brady <charlieb@e-smith.com>
570 - [1.9.7-01]
571 - Use iptables state tracking to allow return traffic. Remove special
572 rules set up to allow the return traffic. [charlieb 4499]
573
574 * Tue Jul 23 2002 Charlie Brady <charlieb@e-smith.com>
575 - [1.9.6-01]
576 - Allow local and masqueraded traffic on forward chain. Fix syntax for denylog
577 chain. [charlieb 1268]
578
579 * Thu Jul 18 2002 Charlie Brady <charlieb@e-smith.com>
580 - [1.9.5-01]
581 - Avoid a perl warning from use of ${httpd-e-smith}{status} -
582 change to ${'httpd-e-smith'}{status}. [charlieb 1268]
583
584 * Wed Jul 17 2002 Charlie Brady <charlieb@e-smith.com>
585 - [1.9.4-01]
586 - Change syntax from ipchains (2.2 kernel) to iptables (2.4 kernel).
587 [charlieb 1268]
588 - Add "status" option to list tables.
589 - Miscellaneous syntax cleanups.
590
591 * Tue Jul 2 2002 Charlie Brady <charlieb@e-smith.com>
592 - [1.9.3-01]
593 - Add "modprobe ipchains" to allow firewall to work with 2.4 kernel
594 [charlieb 4223]
595
596 * Fri Jun 21 2002 Mark Knox <markk@e-smith.com>
597 - [1.9.2-01]
598 - Allow ICMP from all "local" networks, not just physical LAN [markk 3698]
599
600 * Fri Jun 21 2002 Mark Knox <markk@e-smith.com>
601 - [1.9.1-01]
602 - Allow ICMP on internal interface [markk 3698]
603
604 * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
605 - [1.9.0-01]
606 - Changing version to maintained stream number to 1.9.0
607
608 * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
609 - [1.8.0-01]
610 - Changing version to maintained stream number to 1.8.0
611
612 * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
613 - [1.7.3-01]
614 - RPM rebuild forced by cvsroot2rpm
615
616 * Fri May 10 2002 Charlie Brady <charlieb@e-smith.com>
617 - [1.7.2-01]
618 - Remove 45AllowSMTP - moved to e-smith-mailfront. [charlieb 3419]
619
620 * Fri May 10 2002 Charlie Brady <charlieb@e-smith.com>
621 - [1.7.1-01]
622 - No change. Test build of CVS conversion.
623
624 * Fri May 10 2002 Charlie Brady <charlieb@e-smith.com>
625 - [1.7.0-01]
626 - rollRPM: Rolled version number to 1.7.0-01. Includes patches up to 1.6.0-02.
627
628 * Wed Dec 19 2001 Charlie Brady <charlieb@e-smith.com>
629 - [1.6.0-02]
630 - Restore run time lookup of ExternalIP by /etc/rc.d/init.d/masq.
631 - Make sure that OUTERNET is set to a valid IP address, even if
632 ExternalIP is not set in config db, to avoid syntax errors in
633 ipchains command in masq script.
634
635 * Tue Dec 11 2001 Jason Miller <jay@e-smith.com>
636 - [1.6.0-01]
637 - rollRPM: Rolled version number to 1.6.0-01. Includes patches up to 1.5.0-05.
638
639 * Thu Dec 06 2001 Charlie Brady <charlieb@e-smith.com>
640 - [1.5.0-05]
641 - Add support for ippp0 as the external interface - if sync ISDN is used.
642
643 * Wed Nov 21 2001 Adrian Chung <adrianc@e-smith.com>
644 - [1.5.0-04]
645 - Add $OUT = "" to 01localNetworks so that '1' isn't output
646 into template when 01localNetworks generates no output.
647
648 * Wed Nov 21 2001 Adrian Chung <adrianc@e-smith.com>
649 - [1.5.0-03]
650 - Splitting @locals and $primaryLocalNet generation out of
651 40AllowLocals into 01localNetworks.
652 - transproxy fragment from e-smith-proxy needs these variables in
653 35transproxy.
654
655 * Tue Nov 06 2001 Charlie Brady <charlieb@e-smith.com>
656 - [1.5.0-02]
657 - Fix variable naming error in setting up @locals array.
658 - Remove forwarding rules from stopmasq section - and remove the 'stop'
659 alias for this case - there is a separate stop section of the script.
660 - Add bidirectional forwarding rules for each local network to our network.
661 This both enables the forwarded traffic, and also prevents masquerading
662 of the local traffic.
663
664 * Mon Nov 5 2001 Charlie Brady <charlieb@e-smith.com>
665 - [1.5.0-01]
666 - Rolled version number to 1.5.0-01. Includes patches upto 1.4.0-02.
667
668 * Mon Oct 29 2001 Charlie Brady <charlieb@e-smith.com>
669 - [1.4.0-02]
670 - Allow packet forwarding from localnet to localnet in serveronly mode -
671 this is necessary for PPTP VPN termination.
672
673 * Thu Aug 23 2001 Gordon Rowell <gordonr@e-smith.com>
674 - [1.4.0-01]
675 - Rolled version number to 1.4.0-01. Includes patches upto 1.3.0-08.
676
677 * Fri Aug 17 2001 gordonr
678 - [1.3.0-08]
679 - Autorebuild by rebuildRPM
680
681 * Mon Aug 13 2001 Adrian Chung <adrianc@e-smith.com>
682 - [1.3.0-07]
683 - Apply the patch. :)
684
685 * Fri Aug 10 2001 Adrian Chung <adrianc@e-smith.com>
686 - [1.3.0-06]
687 - Multicast range is 224.0.0.0 to 239.255.255.255 which
688 is 224.0.0.0/4 not 224.0.0.0/3.
689 224.0.0.0/3 covers 255.255.255.255 which denies DHCP traffic
690
691 * Mon Apr 21 2001 Gordon Rowell <gordonr@e-smith.com>
692 - [1.3.0-05]
693 - Putback Charlie's change to add Stealth property to masq service, defaulting
694 to "no". If set to "yes", external ICMP echo packets are ignored.
695
696 * Sat Apr 07 2001 Gordon Rowell <gordonr@e-smith.com>
697 - [1.3.0-04]
698 - Forward port patches from 1.2.0-01 to 1.2.0-06
699
700 * Sun Mar 25 2001 Gordon Rowell <gordonr@e-smith.com>
701 - [1.2.0-06]
702 - Two new properties of masq service - PermitHighUDP and PermitHighTCP.
703 Both default to "yes", but provide an easy way to block unprivileged
704 TCP/UDP or both.
705
706 * Fri Mar 23 2001 Gordon Rowell <gordonr@e-smith.com>
707 - [1.2.0-05]
708 - Default auth/smtp/http[s] to public for backwards compatability
709
710 * Fri Mar 23 2001 Gordon Rowell <gordonr@e-smith.com>
711 - [1.2.0-04]
712 - masq service now has an optional property Logging, defaulting to "none"
713 - Only log denied packets if Logging is other than "none" - this stops
714 logging of the SMB chatter on cable and other shared networks
715 - Ignore SMB and RIP packets unless Logging is "all"
716
717 * Thu Mar 22 2001 Gordon Rowell <gordonr@e-smith.com>
718 - [1.2.0-03]
719 - Check access property for httpd-e-smith/smtpd/identd
720
721 * Wed Mar 7 2001 Adrian Chung <adrianc@e-smith.com>
722 - [1.3.0-03]
723 - set rp_filter to 0 for 'all' interface as well.
724
725 * Wed Mar 7 2001 Adrian Chung <adrianc@e-smith.com>
726 - [1.3.0-02]
727 - set rp_filter to 0 for 'default' interface, explicitly set
728 it to 1 for eth0, eth1.
729 - ipsec-restart will set eth1 to '0'.
730
731 * Wed Mar 7 2001 Adrian Chung <adrianc@e-smith.com>
732 - [1.3.0-01]
733 - branching to development stream.
734
735 * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
736 - [1.2.0-02]
737 - Rolling release number for GPG signing.
738
739 * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
740 - [1.2.0-01]
741 - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-16.
742
743 * Thu Jan 25 2001 Adrian Chung <adrianc@e-smith.com>
744 - [1.1.0-16]
745 - removed 35DenyUnrouteable fragment, since it affects
746 us, and anyone else using a provider who masquerades
747 connections.
748
749 * Wed Jan 24 2001 Charlie Brady <charlieb@e-smith.com>
750 - [1.1.0-15]
751 - Remove AllowFTP fragment - moved to e-smith-proftpd.
752
753 * Thu Jan 18 2001 Adrian Chung <adrianc@e-smith.com>
754 - [1.1.0-14]
755 - adjusted 45AllowFTP to follow value of FTP accessLimits instead
756 of service status.
757
758 * Mon Dec 18 2000 Gordon Rowell <gordonr@e-smith.com>
759 - [1.1.0-13]
760 - Added use esmith::db
761
762 * Mon Dec 18 2000 Gordon Rowell <gordonr@e-smith.com>
763 - [1.1.0-12]
764 - Backed out -11 patch - not required
765 - Reordered fragments
766
767 * Mon Dec 18 2000 Gordon Rowell <gordonr@e-smith.com>
768 - [1.1.0-11]
769 - Added source/destination to icmp rules
770
771 * Fri Dec 15 2000 Gordon Rowell <gordonr@e-smith.com>
772 - [1.1.0-10]
773 - Added protocol option to icmp fragments
774 - Removed masqstart/masqstop
775 - Allowed icmp echo-request and echo-reply
776
777 * Fri Dec 15 2000 Gordon Rowell <gordonr@e-smith.com>
778 - [1.1.0-9]
779 - Rearranged fragments
780 - Split some rules into new chains
781 - Added extra ICMP rules
782
783 * Fri Dec 15 2000 Charlie Brady <charlieb@e-smith.com>
784 - [1.1.0-8]
785 - Move AllowSSH template fragment to e-smith-openssh.
786 - Fix uninitialised value problem in 15Definitions.
787
788 * Tue Dec 12 2000 Gordon Rowell <gordonr@e-smith.com>
789 - [1.1.0-7]
790 - Normalised AUTH template and fixed HTTP[S] templates
791
792 * Tue Dec 12 2000 Gordon Rowell <gordonr@e-smith.com>
793 - [1.1.0-6]
794 - Used hard-quote form of HERE documents to avoid $ expansions
795
796 * Tue Dec 12 2000 Gordon Rowell <gordonr@e-smith.com>
797 - [1.1.0-5]
798 - Normalised structure of 45Allow* fragments
799 - Moved 45AllowIONonPriv to 46AllowIONonPriv
800
801 * Tue Dec 12 2000 Gordon Rowell <gordonr@e-smith.com>
802 - [1.1.0-4]
803 - Fixed service name in templates - imapd -> imap
804 - Changed mode -> access
805
806 * Tue Dec 12 2000 Gordon Rowell <gordonr@e-smith.com>
807 - [1.1.0-3]
808 - Rewrote 15definitions and 45* fragments which checked services entries
809
810 * Tue Dec 05 2000 Gordon Rowell <gordonr@e-smith.com>
811 - [1.1.0-2]
812 - Determine ExternalIP at run time
813 - Modified templates to check services entries
814 - Added COPYING file and GPL Copyright
815
816 * Tue Dec 05 2000 Gordon Rowell <gordonr@e-smith.com>
817 - [1.1.0-1]
818 - Rolled version and tarball including patches to 0.1-4
819 - Used e-smith-devtools
820
821 * Thu Nov 30 2000 Gordon Rowell <gordonr@e-smith.com>
822 - [0.1-4]
823 - Changes to match change to pppoe service
824
825 * Wed Nov 29 2000 Gordon Rowell <gordonr@e-smith.com>
826 - Handle ppp0 as external interface for PPPoE setups
827
828 * Tue Nov 21 2000 Charlie Brady <charlieb@e-smith.com>
829 - Remove extraneous } in 15definitions
830
831 * Sun Nov 19 2000 Charlie Brady <charlieb@e-smith.com>
832 - initial release
833
834 %prep
835 %setup
836 %patch0 -p1
837 %patch1 -p1
838 %patch2 -p1
839
840 %build
841 perl createlinks
842
843 %install
844 rm -rf $RPM_BUILD_ROOT
845
846 for file in masq
847 do
848 mkdir -p root/etc/e-smith/templates/etc/rc.d/init.d/$file
849 ln -s /etc/e-smith/templates-default/template-begin-shell \
850 root/etc/e-smith/templates/etc/rc.d/init.d/$file/template-begin
851 done
852
853 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
854 mkdir -p $RPM_BUILD_ROOT/var/log/iptables
855 mkdir -p $RPM_BUILD_ROOT/service
856 ln -s /var/service/ulogd $RPM_BUILD_ROOT/service/ulogd
857 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
858 --dir /var/service/ulogd 'attr(1755,root,root)' \
859 --file /var/service/ulogd/run 'attr(0755,root,root)' \
860 --dir /var/service/ulogd/log 'attr(0755,root,root)' \
861 --file /var/service/ulogd/log/run 'attr(0755,root,root)' \
862 --dir /var/log/iptables 'attr(0755,smelog,smelog)' \
863 > e-smith-%{version}-filelist
864 echo "%doc COPYING" >> e-smith-%{version}-filelist
865
866 %clean
867 rm -rf $RPM_BUILD_ROOT
868
869 %files -f e-smith-%{version}-filelist
870 %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed