Commit Graph

211 Commits

Author SHA1 Message Date
Franco Fichtner 7b7ed2ae85 security/acme-client: remove unused ssl.engine directive
PR: https://github.com/opnsense/plugins/issues/649
2018-04-15 12:54:16 +02:00
Franco Fichtner ee7c312a17 security/tinc: bump revision to ship fix 2018-03-13 17:01:23 +01:00
Кайгородцев Дмитрий 83db3c15b3 fix host port 2018-03-13 18:21:49 +03:00
Fabian Franz BSc 1c33f599d8 Update Makefile 2018-03-09 16:04:07 +01:00
Gijs Peskens 80a8487563 os-tor new exit settings (#567)
* Quick fixes to allow IPv6 and Outboundbinding

-allow specification of secondary ORPort (intended for IPv6)
-allow specification of 2 source addresses via source IP fields,
especially usefull for exits.
-default directory port to 9030 and set to mandatory (needed for relay)

All of the IPv6 fields use the same input verification as the HOST
field, should perhaps be changed?

* ...

* forgot torrc....

* Include manual config in torrc file

include optional /usr/local/etc/torrc.exitpolicy after after exit
policies set via interface before default reject to allow easy config of
custom exit policy.

* Cleanup for merge

* Scheduler KIST is Linux 2.6.39+ only, should not be enabled on BSD
https://www.torproject.org/docs/tor-manual.html.en

* Cleaning up torrc whitespaces, fixed regex

* fixing up things

* Do actual IPv4 validation (reject any invalid IPv4)

* Provide dropdown menu on general settings tab to allow choice in scheduler order and schedulers with following options:
-KISTLite,Vanilla (default)
-Vanilla,KISTLite
-KISTLite
-Vanilla

* fixed missing options

* whitespace

* removed comma from default option for scheduler

* Delete opnsense.tgz

* Adding settings for Exits to new Exit Settings tab.

* Fixed ExitACL to allow wildcards.

Removed usage of accept6/reject6 in favor of accept *4 and *6

Using 'any' for wildcard networks, which coincidentally won't break validation

* Moved all exit options back to under relay pane.

added some more options for exits

* whitespaces

* whitespace

* remove leftover unused exit.xml

exit.xml was leftover from approach with separate page for exit settings. 
Removing, is unused
2018-03-09 16:02:11 +01:00
Gijs Peskens 6488afa2dc os-tor Extra settings for source IP and IPv6 (#536)
* Quick fixes to allow IPv6 and Outboundbinding

-allow specification of secondary ORPort (intended for IPv6)
-allow specification of 2 source addresses via source IP fields,
especially usefull for exits.
-default directory port to 9030 and set to mandatory (needed for relay)

All of the IPv6 fields use the same input verification as the HOST
field, should perhaps be changed?

* ...

* forgot torrc....

* Include manual config in torrc file

include optional /usr/local/etc/torrc.exitpolicy after after exit
policies set via interface before default reject to allow easy config of
custom exit policy.

* Cleanup for merge

* Scheduler KIST is Linux 2.6.39+ only, should not be enabled on BSD
https://www.torproject.org/docs/tor-manual.html.en

* Cleaning up torrc whitespaces, fixed regex

* fixing up things

* Do actual IPv4 validation (reject any invalid IPv4)

* Provide dropdown menu on general settings tab to allow choice in scheduler order and schedulers with following options:
-KISTLite,Vanilla (default)
-Vanilla,KISTLite
-KISTLite
-Vanilla

* fixed missing options

* whitespace

* removed comma from default option for scheduler

* Delete opnsense.tgz
2018-02-13 17:12:20 +01:00
Franco Fichtner 3d852798e8 security/clamav: fix more bugs with log viewer
Now we have enough to call it 1.5.
2018-02-12 06:43:23 +00:00
Franco Fichtner 83464cf82b security/clamav: split log differently for freshclam; closes #559 2018-02-12 07:31:41 +01:00
Franco Fichtner 8d6debcf5d security/clamav: fix typos
PR: https://forum.opnsense.org/index.php?topic=7210.0
2018-02-08 08:38:00 +01:00
Fabian Franz BSc fd15f0d7c5 net/frr and security/tor: remove sessionClose from search action (#548) 2018-02-06 21:09:37 +01:00
Fabian Franz 8487c4f32e security/tor: Version bump to 1.5 2018-02-04 10:09:08 +01:00
Fabian Franz 4663727b47 add sessionClose to search and get actions in the Tor controllers 2018-02-04 10:05:20 +01:00
Fabian Franz 9ec4f5baa5 security/tor: DRY controller code and fix copyright statements
the new code does not contain any foreign code except the function left
in general as well as the servicecontroller.
2018-02-03 20:31:15 +01:00
Franco Fichtner 12fa5a6540 security/openconnect: oops 2018-01-31 08:51:34 +01:00
Franco Fichtner 567c2745a6 security/openconnect: release 1.0 as requested by @mimugmail 2018-01-30 16:45:06 +01:00
Franco Fichtner 8ebb3bd465 */*: remove _opnsense_bootup_run
PR: https://github.com/opnsense/core/issues/1835
2018-01-30 10:22:18 +01:00
NOYB 5533702035 HTML Compliance - Attribute "type" on Element <script>
Warning: The type attribute is unnecessary for JavaScript resources.

HTML5: Edition for Web Authors
http://www.w3.org/TR/2014/REC-html5-20141028/scripting-1.html
The default, which is used if the attribute is absent, is "text/javascript".

The Script element
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script
HTML5 specification urges authors to omit the attribute rather than provide a redundant MIME type.
2018-01-21 13:35:06 +01:00
Frank Wall 02ff0326c1 security/acme-client: bump version 2018-01-12 22:24:54 +01:00
Frank Wall 9bdfdbd1e2 security/acme-client: add missing to model, refs #213 2018-01-12 22:16:33 +01:00
Frank Wall 5792c8080b security/acme-client: add missing fields to model, fixes #481 2018-01-12 22:04:45 +01:00
Ad Schellevis 8fef8a202c Tinc, remove revision, change version 2018-01-06 17:15:56 +01:00
Ad Schellevis e338624afb Tinc, add advanced setting to disable Path MTU discovery, for https://github.com/opnsense/core/issues/2057 2018-01-06 17:11:23 +01:00
Franco Fichtner a2091db63c security/openconnect: tweaks for previous 2018-01-06 12:07:26 +01:00
Michael db06a4d140 security/openconnect: New plugin (#462) 2018-01-06 11:56:06 +01:00
Franco Fichtner 92d9dfa363 */*: style updates 2018-01-03 06:27:32 +00:00