2477 Commits

Author SHA1 Message Date
Franco Fichtner
ffb1dfd29e openvpn: fix #310 2015-08-10 17:37:55 +02:00
Ad Schellevis
45e1910ec8 (legacy) remove some unused css classes in vpn_openvpn_client.php 2015-08-10 15:08:27 +00:00
Franco Fichtner
e3449feff0 openvpn: captitalise letter 2015-08-10 16:44:17 +02:00
Franco Fichtner
1d3c5bc046 filter: more on bogons, not sure how this worked; #309 2015-08-10 16:26:38 +02:00
Ad Schellevis
9564909345 (legacy) refactor / fix code styling in vpn_ipsec.php 2015-08-10 13:17:57 +00:00
Ad Schellevis
1654e853b8 (menu) add missing item 2015-08-10 12:34:01 +00:00
Franco Fichtner
b381337c5d firmware: be picky on grammar 2015-08-10 13:21:15 +02:00
Ad Schellevis
2a20897b71 (legacy) fix crashreport " PHP Warning: Illegal string offset 'vip' in /usr/local/www/carp_status.php on line 124" 2015-08-10 10:01:16 +00:00
Ad Schellevis
a7bee644f1 (legacy) fix crashreport " PHP Warning: Illegal string offset 'ifgroupentry' in /usr/local/www/firewall_rules_edit.php on line 869" 2015-08-10 09:56:42 +00:00
Ad Schellevis
4f47312a06 (legacy) fix crashreport PHP Warning: substr_count(): Empty substring in /usr/local/www/services_ntpd.php on line 290 2015-08-10 09:53:08 +00:00
Ad Schellevis
320d383f3f (legacy) fix crashreport PHP Warning: htmlspecialchars() expects parameter 1 to be string, array given in /usr/local/www/services_dhcp_relay.php on line 185 2015-08-10 09:52:01 +00:00
Ad Schellevis
5314ae8569 (legacy) fix crashreport " PHP Warning: Illegal string offset 'item' in /usr/local/www/services_dnsmasq_edit.php on line 250" 2015-08-10 09:46:59 +00:00
Ad Schellevis
2f1872eed7 (legacy) fix crashreport "PHP Warning: Illegal string offset 'if' in /usr/local/etc/inc/filter.inc on line 394" 2015-08-10 09:45:30 +00:00
Ad Schellevis
73f18791ee (legacy) fix some crash reports, related to " PHP Fatal error: Call to undefined function lookup_gateway_ip_by_name() in /usr/local/etc/inc/system.inc on line 151"
fix interfaces.inc dependency for lookup_gateway_ip_by_name in system_resolvconf_generate
2015-08-10 09:40:33 +00:00
Franco Fichtner
6f075701a2 firmware: fix name/version parsing for update table
name/version was chopped after the first dash, which caused e.g.
openssh-portable-6.9 to be advertised as `openssh' with version
`portable'.  Split on last dash instead using shell magic.
2015-08-10 11:10:52 +02:00
Ad Schellevis
f9dff13dd5 (legacy) from crash reports, Warning: Illegal string offset 'vip' in /usr/local/etc/inc/xmlrpc/legacy.inc on line 304 2015-08-10 07:42:09 +00:00
Franco Fichtner
61e6bb5d71 bogons: boostrap IPv6 values to avoid empty table for #309
Taken from: https://6session.wordpress.com/2009/04/08/ipv6-martian-and-bogon-filters/
2015-08-10 07:32:00 +02:00
Franco Fichtner
9940482935 interfaces: all ifs up == no use showing up/down; widens ifname 2015-08-09 20:23:00 +02:00
Franco Fichtner
a17c51f317 interfaces: improve interface assign again
o Only probe for key press on bootup.

o Rebuild autodetect feature: fixup second use case of
  get_interface_list() to filter out devices without a
  good link state, bring back interface up for it to
  work and mute kernel messages that would clobber stty
  behaviour.
2015-08-09 20:00:59 +02:00
Franco Fichtner
d5a95a4d40 interfaces: deprecate keyby, it was never used 2015-08-09 16:16:52 +02:00
Franco Fichtner
7d8bb80f37 firmware: improve various other strings 2015-08-09 16:03:30 +02:00
Franco Fichtner
16dd8aca4d firmware: move reboot kerfuffle down into API call
While there, clean up messages for clarity and grammatical correctness.
2015-08-09 15:20:55 +02:00
Franco Fichtner
a46014d183 interfaces/vlan: fix foreach warning 2015-08-09 13:06:00 +02:00
Franco Fichtner
75c5ddf166 interfaces: small follow-up on get_interface_list() 2015-08-09 13:02:54 +02:00
Ad Schellevis
97d35c5622 (Proxy) add some validators 2015-08-08 18:52:18 +02:00
Ad Schellevis
3fcc887385 (CSVListField) remove default validation regexp 2015-08-08 18:51:54 +02:00
Ad Schellevis
ffa2de3628 (IDS) fix validation issue on new entries 2015-08-08 18:28:25 +02:00
Franco Fichtner
b5daea15c7 interfaces: netstat -iW truncates output; refactor this stuff for good 2015-08-07 21:53:43 +02:00
Franco Fichtner
99a46c135c firmware: add a mirror in China 2015-08-07 20:12:33 +02:00
Ad Schellevis
8714dfca19 (legacy) cleanup/refactor status_openvpn.php 2015-08-07 17:09:17 +00:00
Ad Schellevis
4b77fe1c39 (legacy) small html issues in services.inc 2015-08-07 17:03:48 +00:00
Ad Schellevis
67bd0e1e6e (IDS) fix empty query result on single item 2015-08-07 17:16:37 +02:00
Franco Fichtner
27846e1b0e pkg: refactor using PREFIX, but this time for real 2015-08-07 17:00:54 +02:00
Franco Fichtner
b404a6fcc1 menu: fix setup wizard entry 2015-08-07 15:09:04 +02:00
Ad Schellevis
857a8dd749 (legacy) move openvpn wizard to server page and remove tab 2015-08-07 12:43:43 +00:00
Ad Schellevis
eed69242f4 (legacy) cleanup vpn_openvpn_export_shared.php 2015-08-07 12:24:28 +00:00
Ad Schellevis
a1962e77e2 (legacy) remove unused tags 2015-08-07 12:22:15 +00:00
Franco Fichtner
389b428f44 src: whitespace sweep 2015-08-07 12:41:19 +02:00
Franco Fichtner
443c934265 firmware: second pass for #304; UX tweaks mostly 2015-08-07 11:46:49 +02:00
Ad Schellevis
4d5e67cbd4 (legacy) add full help button in vpn_openvpn_export.php 2015-08-07 09:34:30 +00:00
Ad Schellevis
439efe6497 (legacy) fix some coding errors in openvpn client export / refactor styling 2015-08-07 09:31:33 +00:00
Ad Schellevis
d8a81cda7b (configd) fix for https://github.com/opnsense/core/issues/306 2015-08-07 10:36:19 +02:00
Ad Schellevis
afef4391ec (menu) fix menuitem selection for openvpn_export 2015-08-07 07:32:32 +00:00
Franco Fichtner
9f5db5cc8f lang: sync translation from Pootle 2015-08-07 09:24:28 +02:00
Franco Fichtner
8061ea1e5b pkg: setting PREFIX did not do anything 2015-08-07 07:54:34 +02:00
Ad Schellevis
e491d79c89 (legacy) remove unused js code 2015-08-06 15:39:27 +00:00
Franco Fichtner
7b5a841421 dashboard: improve disk usage section slightly 2015-08-06 13:03:55 +02:00
jschellevis
de8b7b2dd4 (legacy) Small enhancement to Firewall Log Summary table 2015-08-06 07:17:21 +00:00
gitmod
0ca59acbb0 lang: French update / 561 of 4760 (11%); closes 307
Had to merge and squash and edit punctuation:

" :" to ":", " ?" to "?" to retain original document style
2015-08-06 08:48:30 +02:00
Franco Fichtner
c8a304b0b7 dns: properly bootstrap unbound root directory 2015-08-06 07:10:26 +02:00