2727 Commits

Author SHA1 Message Date
Ad Schellevis
e98da673f7 (menu/legacy) add extra level to menu 2015-08-28 10:13:16 +00:00
Ad Schellevis
06e82e7dd3 (menu/legacy) another small style fix 2015-08-28 10:04:41 +00:00
Ad Schellevis
2eba7f96fe (menu/legacy) stylefix on menu code, no new functionality just make it a bit better readable 2015-08-28 09:43:35 +00:00
Franco Fichtner
7b64c595cb rc: bring back openssl.cnf bootstrapping
OpenSSL throws warnings left and right otherwise.  LibreSSL don't
care, but let's just keep this for now, not sure what this might
break otherwise.
2015-08-28 07:52:36 +02:00
Franco Fichtner
b04710863e lang: first submissions in Mongolian
Submitted by: Nasantogtokh Amarsaikhan <minerva2991 AT gmail DOT com>
2015-08-27 22:46:52 +02:00
Ad Schellevis
f9cb618ca5 (template) fix url in footer 2015-08-27 20:23:47 +02:00
Ad Schellevis
5366b2b898 (configd/legacy) align result of "filter list osfp" 2015-08-27 18:09:32 +00:00
Ad Schellevis
57317188fd (legacy) style fix in diag_pf_info.php 2015-08-27 18:00:45 +00:00
Ad Schellevis
28d0e0bea4 configd command for diag_pf_info.php 2015-08-27 18:00:45 +00:00
Franco Fichtner
e76b30a335 lang: bootstrap Mongolian translation, currently empty 2015-08-27 19:55:29 +02:00
Ad Schellevis
431200448c (legacy) refactor diag_pf_info.php 2015-08-27 17:52:22 +00:00
Ad Schellevis
b57f27ccbe (legacy) refactor diag_system_pftop.php 2015-08-27 15:44:06 +00:00
Ad Schellevis
3cc55eafd4 (menu) fix menu focus on diag_tables.php 2015-08-27 13:46:29 +00:00
Ad Schellevis
1b899db59f whitespace firewall_rules_edit.php 2015-08-27 15:36:13 +02:00
Ad Schellevis
86b7b77cf1 whitespace firewall_nat_out_edit.php 2015-08-27 15:36:07 +02:00
Ad Schellevis
2f264183cb whitespace firewall_nat_out.php 2015-08-27 15:36:02 +02:00
Ad Schellevis
054884bf62 whitespace firewall_nat_npt_edit.php 2015-08-27 15:35:56 +02:00
Ad Schellevis
ae95cf921c whitespace firewall_nat_edit.php 2015-08-27 15:35:49 +02:00
Ad Schellevis
8f02b7acba whitespace firewall_nat_1to1_edit.php 2015-08-27 15:35:42 +02:00
Ad Schellevis
ca8bc61b69 whitespace firewall_nat_1to1.php 2015-08-27 15:35:36 +02:00
Ad Schellevis
ed236810b1 whitespace firewall_nat.php 2015-08-27 15:35:30 +02:00
Ad Schellevis
b2cc2fb9f6 whitespace firewall_aliases_import.php 2015-08-27 15:35:23 +02:00
Ad Schellevis
a094035fd3 firewall_aliases_edit.php 2015-08-27 15:33:09 +02:00
Ad Schellevis
236c846077 whitespace firewall_aliases.php 2015-08-27 15:32:36 +02:00
Ad Schellevis
453ee9c198 whitespace 2015-08-27 13:09:46 +00:00
Ad Schellevis
70f89cfc27 (legacy) use reverse mask instead of reverse address for ddns in dhcpd (https://github.com/opnsense/core/issues/352) 2015-08-27 13:01:04 +00:00
Ad Schellevis
38791228c1 (legacy) refactor firewall_virtual_ip_edit.php 2015-08-27 12:25:04 +00:00
Ad Schellevis
b9f3007929 (legacy) remove unused javascript event in firewall_nat_* pages 2015-08-27 09:27:02 +00:00
Ad Schellevis
9bab42d132 (legacy) regression firewall_nat_edit.php add virtualIP's do destination 2015-08-27 09:06:14 +00:00
Franco Fichtner
d613911f8d menu: add a missing space 2015-08-27 10:37:30 +02:00
Franco Fichtner
e1107847ab crash reporter: fix race between delete and probe
Crash report would pop up twice, that is confusing.
2015-08-27 10:04:14 +02:00
Ad Schellevis
f8730eed17 (legacy) fix some uninitilized attributes 2015-08-27 07:27:41 +00:00
Fabian Franz
71b9c356ea routes: fixes and closes #334 2015-08-27 07:58:51 +02:00
Ad Schellevis
747c671d2a (legacy) refactor firewall_virtual_ip.php 2015-08-26 18:19:51 +00:00
Ad Schellevis
505db10bc7 (legacy) fix for https://github.com/opnsense/core/issues/346 2015-08-26 16:59:04 +00:00
Ad Schellevis
dba37bcfcd (legacy) forgot empty key-len in vpn_ipsec_phase1.php 2015-08-26 16:36:29 +00:00
Ad Schellevis
c26cb800e2 (legacy) partial fix for https://github.com/opnsense/core/issues/345 2015-08-26 16:33:03 +00:00
Franco Fichtner
89a8345983 config: remove unwanted theme migration 2015-08-26 13:34:54 +02:00
Ad Schellevis
ae582a0623 (legacy) partial fix for vpn_ipsec_phase2.php
When changing an existing Phase 1 entry, the value for "Hash algorithm" will always be shown as "MD5" in the edit-screen, although it is configured to something else (i.e. AES).
2015-08-26 11:27:37 +00:00
Ad Schellevis
3d3c546515 (legacy) partial fix for src/www/vpn_ipsec_phase2.php
CRITICAL: When configuring a Phase 2 tunnel and setting P2 protocol to ESP, this setting is ignored. The GUI will show an empty value for P2 protocol and the ipsec.conf will not contain the required "esp" line.
2015-08-26 11:15:23 +00:00
Franco Fichtner
5ae72f04c2 config: sample file has had garbage for aliases and ipsec since forever :( 2015-08-26 12:15:22 +02:00
Ad Schellevis
5ad59b260f (configd) strip output on configctl command 2015-08-26 10:52:51 +02:00
Ad Schellevis
5523fab219 (mvc) align theme selection a bit more 2015-08-26 09:57:13 +02:00
Ad Schellevis
a7c3024fc5 (legacy) fix theme location 2015-08-26 07:53:16 +00:00
Ad Schellevis
3583189540 (mvc) fix handling of empty theme tag, issue https://github.com/opnsense/core/issues/342 2015-08-26 08:53:34 +02:00
Ad Schellevis
972737ec18 (legacy) refactor firewall_schedule_edit.php 2015-08-25 18:46:25 +00:00
Ad Schellevis
9ac2f80589 (legacy) reimplement previously removed code in firewall_schedule.php 2015-08-25 18:17:01 +00:00
Ad Schellevis
bda106346e (legacy) regression firewall_schedule.php 2015-08-25 17:36:49 +00:00
Ad Schellevis
91c673e116 (legacy) refactor firewall_schedule.php 2015-08-25 15:43:12 +00:00
Franco Fichtner
2b17ad9077 auth: remove naughty nt-hash
Reported by: @lattera
Reviewed by: @AdSchellevis
2015-08-25 16:41:16 +02:00