jim-p
1ae87edd4e
This should be a relative link
2009-06-07 11:39:33 -04:00
Chris Buechler
1e9ed00c62
fix link
2009-06-07 01:07:36 -04:00
jim-p
656faad58a
Fix some issues that didn't make it into the last commit for some reason.
2009-06-06 20:59:09 -04:00
jim-p
2e87b9d926
Remove the duplicated page header.
2009-06-06 18:23:23 -04:00
jim-p
c0b6fddeec
Sync my recent stuff to HEAD. Easy Rule, Log parsing tweaks, Firewall Log filter, Firewall Log Summary graphs. Also add ProtoChart.
2009-06-06 18:02:54 -04:00
Renato Botelho
79d45708d3
Remove unused php file
2009-06-05 14:59:38 -03:00
Renato Botelho
50e1f1c6d4
Fix typo: s/tempalte/template/
2009-06-05 09:28:17 -03:00
Chris Buechler
03b0e85582
clarify log message
2009-06-05 03:04:42 -04:00
Chris Buechler
250e8c3935
correct spelling
2009-06-05 01:39:49 -04:00
Chris Buechler
ca0107699b
Fix local/remote specification.
...
touch up text
2009-06-05 01:27:59 -04:00
Ermal Luçi
39fbee97c8
Fix lagg interfaces creation. Reported-by: http://forum.pfsense.org/index.php/topic,16734.0.html
2009-06-04 11:42:02 +00:00
Renato Botelho
0e0e232b84
Avoid errors when a non-existent element is called by a function
...
Submitted-by: Manoel Carvalho
2009-06-02 15:21:20 -03:00
jim-p
2312b0eb26
How about some handy links to external IP info sources, with a suitable warning.
2009-06-01 21:17:03 -04:00
jim-p
737ed7d14e
It might help if git was actually tracking the file for this...
2009-06-01 20:54:37 -04:00
jim-p
145eba307a
Add a handy DNS resolution page.
2009-06-01 20:10:19 -04:00
Scott Ullrich
cb45014a27
Select lan interface correctly when editing
2009-05-31 17:14:17 -04:00
Ermal Luçi
a9b2e638f8
Present a new package option filter_rules_needed which has a function name to be called if the package needs to create firewall rules. The function should have a switch statement one with 'nat' option wich is called for nat/rdr and one with 'rule' option which is needed for rules. This will help on removing from filter.inc all the packages hardcoded includes and rules and give some more dynamicity. The rules by this function will be included on rules.nat.packages and rules.packages on /tmp partition and called by anchors include file when filter reloads(still this has to come).
2009-05-29 21:49:50 +00:00
Ermal Luçi
33bf187481
Fix the issue reported on http://forum.pfsense.org/index.php/topic,16559.0.html . Basically a missing convertion from 'source'/'destination' to target.
2009-05-28 13:01:31 +00:00
Ermal Luçi
93ed765955
Handle the case when no user has logged in. Reported by: http://forum.pfsense.org/index.php/topic,16382.0.html
2009-05-25 11:47:12 +00:00
Ermal Luçi
caec9484b7
A better fix to empty lines.
2009-05-22 16:29:02 +00:00
Ermal Luçi
32822c6e16
Propperly check for empty slots. Fix by forum user: itsmorefun!
2009-05-22 15:49:28 +00:00
Ermal Luçi
4fa2be6d7d
Check for blank lines and ignore them.
2009-05-22 17:02:48 +00:00
Ermal Luçi
97edea16c2
Fix bridge checking missed in previous convert to multi interface capble CP. This is arguably needed since with new bridge the interface might be in full routing mode and be bridged just for SNAP port. Anyway people can run CP on top of the bridge interface itself anyway.
2009-05-22 09:55:18 +00:00
Ermal Luçi
f8b1131038
Make CP multi-interface capable.
2009-05-21 21:44:58 +00:00
Ermal Luçi
006e178740
Actually it needs an ip!
2009-05-17 18:05:32 +00:00
Scott Ullrich
6d34785fe7
Move firmware update text format to globals.inc
2009-05-14 20:46:00 -04:00
Ermal Luçi
b4989d636f
Remove dubious/forgotten unlocking that is uneccesary.
2009-05-14 02:26:58 +00:00
Ermal Luçi
d853e5dbf6
Speedup noticably CP status page. Previously during load it would not show anything and this commit fixes it.
2009-05-13 18:01:51 +00:00
Ermal Luçi
acea2b1236
Fix lock leaking on portal_allow function.
2009-05-13 17:54:27 +00:00
jim-p
71569a7e84
Fix PPTP+RADIUS. See ticket #1926 .
2009-05-12 16:29:10 -04:00
jim-p
673e587db9
Fix CARP IP Creation. Subnet check was failing even for valid input. See ticket #1925
2009-05-12 16:08:59 -04:00
Ermal Luçi
6660d316ed
Add the state killing for now on VPN's pppoe/pptp/l2tp when the link goes down. For the others some more thought is needed.
2009-05-12 16:59:41 +00:00
Ermal Luçi
f80a6148bc
The other half of CP locks conversion to new locking functions.
2009-05-09 04:16:06 +00:00
Ermal Luçi
9befcca76a
Fix a lock leaking on CP.
2009-05-08 19:20:28 +00:00
Ermal Luçi
0027de0a54
* Create two new functions lock($subsystem)/unlock() to have more reliable locking using semaphores.
...
This function can sleep till the resource is free and can help find not well behaving code.
* Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this.
If any sybsytem wants to lock can do so with its own lock.
* Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant.
This compenstates for the removal of lock aquiring from the scripts/pages.
* config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
2009-05-08 18:42:37 +00:00
jim-p
89e6e21015
Fix OpenVPN automatic shared key generation.
2009-05-08 13:40:07 -04:00
jim-p
98c0c87ae4
Fix detection of TLS/Shared Key mode for OpenVPN
...
The wrong variable was being checked, so the result was always false.
2009-05-08 13:11:19 -04:00
Ermal Luçi
bd448e7ff9
From yesterday moving of ipfw loading to only captive portal a regression was noticed on ipfw states sizeing.
...
Fix this regression by changing this states when they are changed on the system advanced settings page.
Reported by: cmb@
2009-05-08 10:09:50 +00:00
Ermal Luçi
cee476e886
Correctly enforce limits on html input.
2009-05-07 20:37:27 +00:00
Ermal Luçi
db2872a284
Fix server hostname resolve option to correctly be set.
2009-05-07 20:28:52 +00:00
Ermal Luçi
ee2db55f73
Move validation of dyndns username to the only place it uses it, the GUI page. There it makes sense. While there add ':' character to allow NO-ip subaccounts.
2009-05-07 17:24:28 +00:00
jim-p
21fcd99a62
Fix CLI filter parser so it works on FreeBSD 8 builds.
2009-05-06 16:31:14 -04:00
jim-p
ab046d5a35
Unbreak log display on FreeBSD 8 based builds of 2.0.
...
pflog output in FreeBSD 8 spans two lines, so we need a function to collapse those two lines into one line we can parse. Also deal with some other resulting oddities of parsing the new format.
2009-05-06 15:31:07 -04:00
Ermal Luçi
933a34dc77
Remove unused function and function that provide the same functionality as php built-in ones.
2009-05-05 23:31:23 +00:00
Scott Ullrich
90ba56adca
Move interface groups after Floating and before other interfaces
2009-05-04 23:03:33 -04:00
Scott Ullrich
8496e20dec
Reeturn false to prevent page from moving
2009-05-04 22:43:55 -04:00
Scott Ullrich
9651848765
Allow clicking on the Version and expand it with uname -a via Ajax magic.
2009-05-04 22:35:37 -04:00
jim-p
aedd7929dc
Don't display a fake time for a static DHCP lease begin/end. Since it has no beginning and ending, just display "n/a" instead. See ticket #1921 .
2009-05-03 13:55:11 -04:00
jim-p
29e9dc64cf
Fix lease display. It should be displaying the last lease for a given IP, not the first. See ticket #1922
2009-05-03 13:35:07 -04:00
mcrane
a848d6c27c
Removed if($instpkg['name']) it hid FreeSWITCH package despite name having a value in the config.
2009-04-30 15:05:47 -06:00