Commit Graph

17381 Commits

Author SHA1 Message Date
Warren Baker
24fa000b38 Remove Total users graph this has become redundant and replaced with a cumulative result. 2011-05-16 16:24:45 +02:00
Ermal
4e4de1d1af Resolves #1529. Check if the file exists before opening it. 2011-05-14 13:59:11 +00:00
Evgeny
4450527f90 Fix small typo 2011-05-14 11:23:20 -05:00
Evgeny
57f2840e1f MAC prefix to vendor resolution at Status->Interfaces, Status->DHCP leases, Diagnostics->ARP table 2011-05-14 11:23:05 -05:00
Bill Marquette
92ca10c1f6 Merge branch 'axscode-pfs' 2011-05-14 11:16:56 -05:00
Bill Marquette
23b774e0cf Merge branch 'master' into yakatz-ssl 2011-05-14 11:08:39 -05:00
Bill Marquette
2ad2758fef Merge branch 'drcookie-he.net' 2011-05-14 10:48:57 -05:00
Chris Wells
8ea77433a9 Added HE.net (dns.he.net) to the list of available dyndns services. 2011-05-14 10:39:13 -04:00
Ermal
5e80046a6b Resolves #1524. USe the correct field from netstat parsed output. 2011-05-13 19:24:16 +00:00
jim-p
e7237dd03c Fix interface recognition for diag > arp. It was't seeing wireless interfaces properly. 2011-05-13 13:27:35 -04:00
jim-p
b45630bf1a Fix whitespace. 2011-05-13 13:09:47 -04:00
jim-p
f1273b82b6 Sync with dhcp leases reading code. 2011-05-13 13:07:56 -04:00
jim-p
60c5d29b5f Test for array before using variable as one. 2011-05-13 09:45:25 -04:00
jim-p
042578fd63 Fix comment 2011-05-12 14:04:04 -04:00
jim-p
dc073abdfd Also skip the rewind binding state or leases show expired. Reported at http://forum.pfsense.org/index.php/topic,36657.0.html 2011-05-12 13:59:58 -04:00
jim-p
2b094d211c This function takes two parameters, fix PHP error. Reported at http://forum.pfsense.org/index.php/topic,36648.0.html 2011-05-12 13:26:05 -04:00
Scott Ullrich
eb06ca8eb8 Revert this change. reload_all() already sends a reload message. Unfortunately there is still something else lurking that causes a delay when loading the wizard step 2011-05-12 13:03:40 -04:00
Scott Ullrich
9545fe7a4e Use send_event() 2011-05-12 11:41:50 -04:00
Scott Ullrich
602e98063d Use send_message and issue the reload all operation in the background 2011-05-12 11:38:52 -04:00
jim-p
1031c9ea76 Make autocomplete on the login form optional. 2011-05-12 10:45:30 -04:00
jim-p
a1bad14197 Fix IPsec descr trimming for rule labels. Ticket #1426 2011-05-11 17:03:00 -04:00
Scott Ullrich
b148ab813f Skip step #9 for non pfSense branded installations 2011-05-11 16:40:45 -04:00
jim-p
4bc2c6766e Test for array/size before foreach 2011-05-11 16:12:29 -04:00
jim-p
728003c893 Various CRL fixes, handle empty internal CRLs better. 2011-05-11 16:10:49 -04:00
Scott Ullrich
51b9e41d9e Reload the wizard and then redirect to a wizard completed step. Prompt the user to donate to the project. 2011-05-11 15:26:11 -04:00
sullrich
00c3620146 version bump to rc2 2011-05-11 15:02:37 -04:00
Chris Buechler
a9392a4e36 Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mterron-clone into review/master 2011-05-07 22:20:11 -04:00
jim-p
c7ac47fd2d Misc fixes to make the openvpn wizard stop re-creating a CA previously made via the wizard if you re-ran the wizard and chose a CA instead. Fixes #1512 2011-05-07 16:07:58 -04:00
Chris Buechler
2635f1f52f this should be checking for synchronizetoip not pfsyncpeerip 2011-05-07 00:14:54 -04:00
Chris Buechler
9c04a8c079 passive should always be on for mobile clients per racoon man page 2011-05-06 22:51:52 -04:00
Ermal
5b06d9ccee Reorder instructions and do not reload dns if its not allowed from the dns allow override setting. 2011-05-06 21:27:14 +00:00
Ermal
978cf4fd6c Actaully put the route adding under the conditional logic checking. Ticket #1408. 2011-05-06 21:02:30 +00:00
jim-p
114a929286 If we are disabling the radius inputs, also disable the secondary radius inputs. 2011-05-06 16:55:10 -04:00
jim-p
c07b267505 This field should be server2 2011-05-06 16:55:10 -04:00
Ermal
ac655e1b35 Use the availble constant on php for this and also the right value that comes with it since PHP never supported u_int. There is a bug open still on PHP about bcmod but some more info is needed. 2011-05-06 20:36:05 +00:00
jim-p
6f5ed6f028 Reorder where inetd gets started to after where the package rules are generated, so that a package can add a line to inetd.conf using that process. 2011-05-06 15:36:16 -04:00
jim-p
f02c3e1de3 Misc OpenVPN CRL selection fixes. 2011-05-05 16:47:49 -04:00
jim-p
a59831e799 If we have deleted the last cert from the CRL, blank out the text. 2011-05-05 16:27:24 -04:00
jim-p
461aa9d0ab When deleting a CA, delete its associated CRLs. 2011-05-05 16:14:10 -04:00
Ermal
5fd3cb92a0 Ticket #CZH-831780. If gif(4) is part of a bridge and its mtu is smaller than 1500(ethernet standard) do not consider it in finding the smaller mtu because we have a patch to allow gif(4) be member of a bridge with smaller mtu. See 67d3135722 for details. 2011-05-05 10:23:17 +00:00
Warren Baker
4a916dc89b Timeout is either a global option and/or a table stanza option. For now made it a global option.
For the future each pool should probably have a configurable timeout.
2011-05-05 01:39:28 +02:00
Ermal
8b1e7d04da Correct wrong key for checking if a interface type switched. Ticket #1420 2011-05-04 21:54:10 +00:00
Ermal
56da23dc5f Fixes #1394. Create a function get_itnerface_default_mtu and use it for resetting the mtu of a interface to default when needed. This adds the overhead of fetching the interface mtu and comparing with the default one every interface configuration run. 2011-05-04 21:31:53 +00:00
jim-p
131f3a5048 Disable this log message, as it can be extremely spammy in the logs. 2011-05-04 13:58:21 -04:00
Warren Baker
0130b7568c Some more whitespace fixes. 2011-05-03 10:12:03 +02:00
Warren Baker
327ef8eb32 Use correct config variable and fix some whitespaces. 2011-05-03 10:07:47 +02:00
Ermal
8c218e1d01 Give time to filterdns to exit gracefully and after that start a new process. 2011-05-02 22:26:56 +00:00
Ermal
9b0ddd8cf3 Resolves #1486. When sticky option is selected under advanced->misc honor it even in the relayd.conf setting. 2011-05-02 22:04:56 +00:00
Ermal
0b1321e2dc Bring back the optimization on max-packets at pf(4) level now that the issues with daemon have been identified. 2011-05-02 20:57:50 +00:00
Ermal
81e14406ba Bring back the optimization on max-packets at pf(4) level now that the issues with daemon have been identified. 2011-05-02 20:57:50 +00:00