7671 Commits

Author SHA1 Message Date
Ad Schellevis
76d18ef466 ipsec, add passthrough networks for https://github.com/opnsense/core/issues/1890 2017-10-24 20:17:22 +02:00
Ad Schellevis
591a089d2c Merge pull request #1889 from ljm42/patch-1
improve sorting of DHCP leases
2017-10-24 19:02:07 +02:00
ljm42
7b84bc03b0 tabs to spaces 2017-10-24 08:56:35 -07:00
ljm42
c030c3fa18 improved secondary sort 2017-10-24 08:41:31 -07:00
Ad Schellevis
5049d2c84f ipsec, remove some dead code 2017-10-24 13:04:24 +02:00
ljm42
f5f51bdebe add quotes around strings 2017-10-23 15:05:45 -07:00
Franco Fichtner
eeb8cfe0ca pkg: fix plist 2017-10-23 23:50:15 +02:00
Ad Schellevis
d69f503938 firewall log parser script, bugfix, split rule and metadata during processing. for https://github.com/opnsense/core/issues/1788 2017-10-23 18:29:53 +02:00
Franco Fichtner
d9b417600c firmware: add mirror courtesy of Ventura Systems, Columbia 2017-10-23 15:06:18 +02:00
Franco Fichtner
96e1a47dda web proxy: remove default value of visible_hostname
Since this is not mandatory, better to leave it out unless
one requires this information in the header explicitly.

PR: https://github.com/opnsense/core/issues/1888
2017-10-23 09:10:19 +02:00
ljm42
ec39f8d389 fixes sorting by lease type
fixes sorting on the "lease type" column (the underlying data structure is keyed on "act" instead of "type")
2017-10-22 21:11:05 -07:00
ljm42
0d8b5c14e7 fixes sorting by description
fixes sorting on the "description" column (the underlying data structure is keyed on "descr" instead of "desc")
2017-10-22 20:47:13 -07:00
ljm42
22cba875cb adjust spacing 2017-10-22 19:34:17 -07:00
ljm42
81c6775d32 improve sorting of DHCP leases
* replaces strcmp with strnatcasecmp, which is much better at sorting ip addresses
* sorts the list by IP address by default
* does a secondary sort by IP address, which gives better results when sorting by status or lease type
* fixes sorting on the "status" column (the underlying data structure is keyed on "online" instead of "status")
* removes the option to sort by interface, since that doesn't work (the data doesn't exist at the time the array is sorted)
2017-10-22 19:27:02 -07:00
Ad Schellevis
3b23174be9 firewall live log, work in progress for https://github.com/opnsense/core/issues/1788 2017-10-22 20:16:31 +02:00
Ad Schellevis
7c8f799011 filter log parsing, bug in parsing metadata (wrong order), work in progress for https://github.com/opnsense/core/issues/1788 2017-10-22 20:08:20 +02:00
Ad Schellevis
ab5ad92eeb Api interface/diagnostics, expose /api/diagnostics/interface/getInterfaceNames to list interface naming 2017-10-22 18:16:59 +02:00
Ad Schellevis
704ba99631 model, serializeToConfig() shouldn't use getElementsByTagName() as it returns not only immediate children. see https://github.com/opnsense/core/issues/1885 2017-10-22 12:06:03 +02:00
Ad Schellevis
6c346f4974 style issue 2017-10-20 16:24:39 +02:00
Ad Schellevis
1b93dc8625 missing trim() in getserviceproviders.php 2017-10-20 16:10:14 +02:00
Franco Fichtner
6363e5fe25 mvc: remove comment, we always use gettext now 2017-10-20 07:33:27 +02:00
Alexander Shursha
bd1f1c266c Translate Proxies tabs. (#1884) 2017-10-20 07:31:36 +02:00
Ad Schellevis
3765909351 filter, add configd call "filter read log" 2017-10-19 21:47:33 +02:00
Franco Fichtner
fa347e5712 config: set stick multi wan as default #1874 2017-10-19 18:45:43 +00:00
Franco Fichtner
3aca5d1ace pkg: fix plist 2017-10-18 19:44:07 +02:00
Ad Schellevis
a0cb9c97b1 style fix in previous 2017-10-18 18:58:34 +02:00
Ad Schellevis
97fb9662bc add filter log parser script, for https://github.com/opnsense/core/issues/1788 2017-10-18 18:54:43 +02:00
Ad Schellevis
65a6fb2cda Merge pull request #1881 from evbevz/firewall-register-table
Firewall plugin: register table
2017-10-18 18:29:49 +02:00
Ad Schellevis
312a42614e ipsec, add rightsourceip = %radius for eap-radius 2017-10-18 18:25:39 +02:00
evbevz
24c066da8f Firewall plugin: register table 2017-10-18 10:37:42 +03:00
Franco Fichtner
5c3021dca7 interface: make port switch a hard dependency 2017-10-17 06:07:01 +00:00
Franco Fichtner
43805e9419 interfaces: access point as first entry, also fix stray chars 2017-10-17 06:06:28 +00:00
Franco Fichtner
6f5b13b440 pkg: add ports for wpa_supplicant and hostapd 2017-10-17 06:56:25 +02:00
Franco Fichtner
aa3ddbf122 captive portal: prettier column names 2017-10-16 21:36:47 +00:00
Franco Fichtner
5eacb95622 interfaces: mitigate KRACKAttacks by using ports if available
Also see: https://www.krackattacks.com/
2017-10-16 22:46:56 +02:00
Ad Schellevis
407e4f1ded add clog reader to log_helper module 2017-10-16 21:48:25 +02:00
Ad Schellevis
f2599d3ae6 support stream input in reverse_log_reader() 2017-10-16 21:42:25 +02:00
Franco Fichtner
5aff7a6a60 pkg: fix plist 2017-10-16 17:49:30 +02:00
Ad Schellevis
d567d90012 IPS, cleanup. move libs to shared location 2017-10-16 16:12:59 +02:00
Franco Fichtner
a9cebd1b4e firewall: add port validation 2017-10-16 09:40:07 +02:00
Franco Fichtner
c573be2915 arp: use widely-know trash icon instead of eraser 2017-10-16 09:12:37 +02:00
Franco Fichtner
b1db85e02e src: whitespace sweep 2017-10-16 09:05:43 +02:00
Franco Fichtner
987afe8502 firewall: different approach to geoip selection #1860 2017-10-15 18:30:21 +00:00
Ad Schellevis
63f452aa2d fixup previous, replace gettext for volt tag and change description. 2017-10-15 20:17:28 +02:00
Ad Schellevis
7a2718b347 Merge pull request #1844 from peppelinux/master
Feature request: ARP flush cache table #1833
2017-10-15 20:12:15 +02:00
Ad Schellevis
2f426ba419 network insight / export, return empty file when parameters are missing. closes https://github.com/opnsense/core/issues/1454 2017-10-15 18:14:08 +02:00
Ad Schellevis
3e95dfa1d5 ipsec, phase1, hide mode when not applicable. closes https://github.com/opnsense/core/issues/1364 2017-10-15 18:01:38 +02:00
Franco Fichtner
51b0d38046 firewall: add region info reader for #1860 2017-10-15 14:26:09 +00:00
Franco Fichtner
3d380bdb3c tzdata: sync iso3166.tab and add zone.tab
Taken from: https://www.iana.org/time-zones
2017-10-15 13:33:09 +02:00
Ad Schellevis
ea0a8ce0fd firewall, alias, fix geoip sorting and replace select for a searchable selectpicker, see https://github.com/opnsense/core/issues/1860 2017-10-15 12:46:08 +02:00