Commit Graph

8086 Commits

Author SHA1 Message Date
Scott Dale
20e75f7f4f do not show disabled interfaces 2007-07-15 19:14:26 +00:00
Scott Dale
8b35e9c3df add support to change widget titles and add links. 2007-07-15 17:23:59 +00:00
Scott Dale
16f556c526 various fixes, add support to change widget titles and add links. 2007-07-15 17:23:20 +00:00
Scott Ullrich
a005424e17 Start DHCPD before DNSMASQ to avoid this error on embedded: Jul 12 01:34:39 dnsmasq[588]: failed to access /var/dhcpd/var/db/dhcpd.leases: No such file or directory 2007-07-12 01:41:06 +00:00
Seth Mos
77109a5f7a Commit missed checkin, supress debug message 2007-07-09 12:52:32 +00:00
Seth Mos
7b86981606 Do not allow duplicate remote subnets or duplicate remote gateways in
the tunnel configuration, this results in 2 non working tunnels.
2007-07-09 12:44:29 +00:00
Seth Mos
d852c5260a Unbreak IPSEC, correct pathnames 2007-07-08 21:06:23 +00:00
Scott Dale
d955eecdc0 show available updates for packages 2007-07-08 20:03:35 +00:00
Scott Dale
72209e47a4 initial version for package widget 2007-07-08 03:52:39 +00:00
Scott Ullrich
7a5e1563bf CAPS kills. Literally. Do not set the description to upper case LAN when we are looking for lower case. 2007-07-07 03:42:42 +00:00
Scott Dale
5eafc6def5 update index page with new feature to hide all widgets when help is shown 2007-07-07 03:32:25 +00:00
Scott Ullrich
efb9942fd2 Kill off old pftpx processes correctly 2007-07-07 03:20:05 +00:00
Seth Mos
2ab73e04d0 Use pattern matching for proper database selection. 2007-07-06 21:41:37 +00:00
Scott Ullrich
8a58063d28 Improve the load balancing pool edit screen. Submitted-by: Chris Daniel 2007-07-06 18:46:44 +00:00
Scott Ullrich
aa1ab1da89 Restart filter logging process after timezone change so that the entries reflect the correct time and date. 2007-07-06 18:30:24 +00:00
Scott Ullrich
0bdbb9ea3c Remove extra PasswordAuthentication line. Ticket #1374 2007-07-06 18:16:37 +00:00
Scott Ullrich
5cc42c8b12 Misc grammer fixes 2007-07-06 18:10:16 +00:00
Scott Dale
d72fc17b08 show popup when visiting dashboard for first time 2007-07-06 03:28:49 +00:00
Scott Ullrich
920e60b5c2 Increase default time from 1 second to 3 which is far too short. 2007-07-06 00:09:09 +00:00
Scott Ullrich
8e537b3c6e Use $lanif for lan anti-lockout rule 2007-07-05 22:04:29 +00:00
Scott Ullrich
f2d7bc114c Escape $lan correctly 2007-07-05 20:40:45 +00:00
Scott Ullrich
6f82a11f10 Do not use $iface as source or destination as it may be a member of a bridge without an ip address and pfctl will complain. 2007-07-05 20:38:57 +00:00
Scott Ullrich
7f37926c72 Since we are matching traffic on incoming interface, do not link wan or lan to bridgeX 2007-07-05 19:00:47 +00:00
Scott Ullrich
2b6e777def Only pass anti-lockout traffic on $lan 2007-07-05 18:51:51 +00:00
Scott Ullrich
a07afe7fe4 Add services status widget. Submitted-by: morbus via forum 2007-07-05 16:18:34 +00:00
Scott Ullrich
df23ccfe82 Set the ephemeral port range starting port to 1024 instead of 49152. On a busy firewall it is possible to run out of ephemeral ports and then the system will block new connections until a port is available. 2007-07-05 16:13:38 +00:00
Scott Dale
343d3464a8 Only show IPsec tab when IPsec is truly enabled and configured 2007-07-05 03:20:32 +00:00
Seth Mos
b9d8cc51ef Fix loading and reloading config for IPSEC.
MFC: Possible candidate, works for seth. Needs test.
2007-07-04 12:11:30 +00:00
Seth Mos
be41c19386 Supress debug logging 2007-07-04 12:09:04 +00:00
Scott Dale
22ff4a6e61 Update reg ex to accommodate extra data thrown into log
MFC: asap
2007-07-04 01:05:35 +00:00
Scott Dale
7584153eb4 show text stating no carp defined if appropriate 2007-07-04 01:04:21 +00:00
Scott Ullrich
48e0793065 Add pfctl -s info to status.php 2007-07-03 17:23:37 +00:00
Scott Ullrich
cdfc6cd608 Adding carp status widget created by Sam Wenham 2007-07-03 17:02:07 +00:00
Scott Dale
1eaee2f980 updated copyright 2007-07-03 02:56:42 +00:00
Scott Ullrich
5452549c52 Add CPU usage widget and fix the missing ?> error. 2007-07-01 23:48:16 +00:00
Scott Ullrich
b770450e52 Cleanup IPSEC rules. We where blocking port = 500 UDP on CARP interfaces, for one. 2007-07-01 19:59:32 +00:00
Scott Ullrich
5e4b6e3515 Be more verbose on logging so that we can correctly deterimine protocol, etc. Ticket #1348 2007-07-01 19:24:12 +00:00
Scott Dale
9f3259e081 set filename properly upon downloading capture 2007-07-01 05:08:59 +00:00
Scott Ullrich
9aaf57ea89 Use /var/etc/ 2007-06-30 23:01:42 +00:00
Scott Ullrich
d08299cc61 $config needs to be global 2007-06-30 22:25:39 +00:00
Scott Ullrich
e80df06e59 Woops, we need this code. Write out config file correctly. 2007-06-30 22:14:55 +00:00
Scott Ullrich
6e35cf3ff9 unbreak policy routing rules network access to LAN IP Ticket #1320 2007-06-30 22:04:34 +00:00
Scott Ullrich
daf52412e8 Correctly move upnp to base since LiveCD cannot write files to /usr/local/etc or /usr/local/etc/rc.d/ Ticket #1342 2007-06-30 21:54:20 +00:00
Scott Ullrich
6f20377b6f Correctly move upnp to base since LiveCD cannot write files to /usr/local/etc or /usr/local/etc/rc.d/ Ticket #1342 2007-06-30 21:48:29 +00:00
Scott Ullrich
d739dbe9cc Kill trailing space 2007-06-30 21:20:21 +00:00
Scott Ullrich
c876662c7e Remove openvpn csc file when option is disabled. Ticket #1339 2007-06-30 21:19:41 +00:00
Scott Ullrich
66cc67c6ec Add ASN1DN identities support to IPSEC. Subbmitted-by: Nic Bernstein <nic_AT_onlight.com> 2007-06-30 20:57:30 +00:00
Scott Ullrich
d584a8978e Do not antispoof on wan when it is bridged. Ticket #1352 2007-06-30 20:38:03 +00:00
Scott Ullrich
8cf7463418 Move CARP and PFSYNC allow traffic before USER_RULES section. If a person has a restrictive ruleset then it is possible to disallow traffic. 2007-06-29 16:22:20 +00:00
Scott Dale
93c86d2b75 parse entire path for packet capture file to download correctly 2007-06-28 00:45:26 +00:00