Commit Graph

21161 Commits

Author SHA1 Message Date
Ermal
a56d8b08b2 Initialize array 2013-03-19 11:56:04 +00:00
Ermal
f7f2778024 Remove not used call 2013-03-19 11:55:34 +00:00
Ermal
c55a0f0c52 Do not do useless work before needed 2013-03-19 11:55:13 +00:00
Ermal
deb39cf2be When reconfiguring interfaces with dhcp types set try to kill any previous dhcp process of the interface already running 2013-03-19 11:15:37 +00:00
Ermal
bd66cf325a Do not cleanup states on this call 2013-03-19 11:10:03 +00:00
Ermal
03bfe2ade1 Define bogon tables where they should be 2013-03-19 09:59:19 +00:00
Ermal
24cdea2f1e Use proper interface for reply-to in case of 6rd/6to4 2013-03-19 09:53:59 +00:00
Ermal
ff5674dc1d Remove useless function calls 2013-03-18 16:11:12 +00:00
Ermal
da9dd1b4d8 Unset the ip from the cache to retrieve the right ip 2013-03-18 16:01:27 +00:00
Ermal
6fb667365d Correct get_interface_subnetv6 and use get_interface_ipv6 during dhcp config generation. Also initialize some arrays to avoid warnings 2013-03-18 15:54:17 +00:00
Ermal
e9d156fd1b If gatway is dynamic the type cannot be determined, trim the code trying to do something impossible. While here optimize a bit 2013-03-18 15:28:38 +00:00
Ermal
909de4007e Try to remove as much as possible _stf special case through the code 2013-03-18 14:55:26 +00:00
Ermal
6e46ff8670 Do a check of interface existing 2013-03-18 14:40:50 +00:00
Ermal
1b2f460adc Use the new functionality on get_real_interface to get the _stf interface when needed 2013-03-18 14:38:50 +00:00
Ermal
b6c1f22fd8 Use get_interface_ipv6 on rc.newwanipv6 to and teach it to flush the cache on optional parameter. Also teach get_real_interface about the tedios ipv6 tunnel interfaces and return them when ipv6 family is specified 2013-03-18 14:36:03 +00:00
Renato Botelho
f6461410c2 Avoid trying to remove an invalid IP 2013-03-18 10:32:30 -03:00
Ermal
67864df7bb Properly tune rc.linkup for dual stack 2013-03-18 11:18:04 +00:00
Ermal
1d66a364aa Handle _stf interface in convertion from real to friendly. Also do no cal lpfSense_module function if not used 2013-03-18 10:41:21 +00:00
Ermal Luçi
9072d260dd Merge pull request #485 from N0YB/Diag_DNS_Lookup_Dialog_Output
Diag DNS Lookup Dialog Output
2013-03-17 08:11:55 -07:00
N0YB
fe74228f2a Diag DNS Lookup Dialog Output
Display DNS lookup results in a dialog box rather than browsing away from the current page (Dashboard Firewall Widget or Status: System logs: Firewall) to the diag DNS page.
Especially useful when filtering so that filter does not have to be reposted to return to the current page.
2013-03-16 17:19:46 -07:00
Jim P
ba6b2811a1 Merge pull request #484 from N0YB/System_Firewall_Logs_Filtering
Just a Couple Minor Tweaks
2013-03-16 14:09:51 -07:00
N0YB
c3b8ad61e7 Just a Couple Minor Tweaks 2013-03-16 14:07:00 -07:00
Renato Botelho
e074fb75a9 Use killbypid instead of a killall that never works 2013-03-16 13:09:16 -03:00
Renato Botelho
6a69bc65a8 Use realif on dhcp6 pid filename since find_dhcp6c_process() looks for it and cannot kill it 2013-03-16 11:47:09 -03:00
Renato Botelho
6d529efd81 Fix indent and whitespaces 2013-03-16 10:32:20 -03:00
Renato Botelho
2abfec49c6 Initialize array to silence warnings on foreach 2013-03-16 08:56:58 -03:00
Renato Botelho
fba196c34b Avoid deleting the RA Subnet when IP is invalid, also simplify it a bit 2013-03-16 08:34:50 -03:00
Renato Botelho
e1968b0ddc Fix indent and whitespaces 2013-03-16 08:26:08 -03:00
Jim P
628a5dc927 Merge pull request #483 from N0YB/System_Firewall_Logs_Filtering
System Firewall Log Filtering by Fields
2013-03-15 06:40:43 -07:00
N0YB
74c6d36f09 System Firewall Log Filtering by Fields
Previous filter form retained for raw logs view.
2013-03-15 02:17:33 -07:00
Chris Buechler
e46adb0913 Merge pull request #482 from mdima/master
Fixes IPSec Status for natted tunnels
2013-03-15 02:16:13 -07:00
Michele Di Maria
1bad10259a Fixes IPSec Status for natted tunnels
See http://redmine.pfsense.org/issues/2884 for details.

Thanks, Michele
2013-03-15 10:13:48 +01:00
Renato Botelho
d632dd5aa9 Check if IP is already configured on console setup 2013-03-14 14:08:38 -03:00
Ermal
08e9c732d0 Use empty which is more strict 2013-03-14 15:20:50 +00:00
Jim P
016f245986 Merge pull request #481 from phil-davis/master
Enhance tmp and var size checks
2013-03-13 12:00:20 -07:00
Phil Davis
8ad8b0449d Enhance tmp and var size checks
Gets rid of the following console "unexpected operator" messages during boot:
Mounting filesystems...
[: -gt: unexpected operator
[: -gt: unexpected operator
Setting up memory disks... done.
2013-03-14 00:41:52 +05:45
Renato Botelho
7d88b4269f Re-enable admin user if it's disabled when 'Reset webConfigurator password' option is used. Fixes #2877 2013-03-13 15:54:08 -03:00
jim-p
672e373ed4 Clarify what "Allow IPv6" does and does not control. Ticket #2874 2013-03-13 09:28:57 -04:00
Chris Buechler
5077b1e453 fixup text 2013-03-13 04:55:19 -05:00
Ermal
d06be1a717 Do more strick checks for avoiding http://forum.pfsense.org/index.php/topic,59847.0.html 2013-03-13 08:14:33 +00:00
jim-p
efc0e29abc Move tmp/var init to just after mount of /cf so that the sizing works properly on NanoBSD. Fix input validation for sizes. Add note about needing a reboot to apply the settings. 2013-03-12 13:59:40 -04:00
Renato Botelho
a1f735b31c Do not route do default gw when rule gw is down
- Add a new advanced misc option to change the behaviour
- When it is set and rule has its own gateway, that is down, just
  disable the rule instead of routing it to default gw

Fixes #2858
2013-03-12 11:37:31 -03:00
Renato Botelho
4f537e9396 Fix indent and whitespaces 2013-03-12 11:04:40 -03:00
Chris Buechler
ac135e422b use logging on the block all v6 rules if default is log 2013-03-12 01:48:56 -05:00
jim-p
e92e83d4e2 Add the ability for full installs to optionally use RAM disks for /tmp and /var, and to allow selecting a size for /tmp and /var RAM disks on both Full installs and NanoBSD.
I think I caught most of the edge cases for transitioning into and out of RAM disk mode, and preserving data across reboots as is done on NanoBSD (RRD, DHCP leases, pkg/pbi info).
2013-03-11 22:16:18 -04:00
jim-p
94ca4e0d47 Be more careful when performing a ping to use the correct ping type if an IP address is entered. 2013-03-11 10:44:42 -04:00
Chris Buechler
6db5822430 move the "block all v6" rules back to where they should be, fix comment 2013-03-11 01:25:29 -05:00
Chris Buechler
d5280de64d update github repo location 2013-03-10 20:44:39 -05:00
jim-p
8436f2e314 Fix spelling. 2013-03-09 15:53:09 -05:00
Ermal Luçi
6062f0f34d Merge pull request #480 from phil-davis/master
Services Status Widget remove leftover >
2013-03-09 04:33:00 -08:00