summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* Sync my recent stuff to HEAD. Easy Rule, Log parsing tweaks, Firewall Log ↵jim-p2009-06-0612-31/+4217
| | | | filter, Firewall Log Summary graphs. Also add ProtoChart.
* Remove unused php fileRenato Botelho2009-06-051-376/+0
|
* Fix typo: s/tempalte/template/Renato Botelho2009-06-051-2/+2
|
* clarify log messageChris Buechler2009-06-051-1/+1
|
* correct spellingChris Buechler2009-06-051-1/+1
|
* Fix local/remote specification.Chris Buechler2009-06-051-5/+6
| | | | touch up text
* Fix lagg interfaces creation. Reported-by: ↵Ermal Luçi2009-06-041-0/+1
| | | | http://forum.pfsense.org/index.php/topic,16734.0.html
* Avoid errors when a non-existent element is called by a functionRenato Botelho2009-06-021-18/+24
| | | | Submitted-by: Manoel Carvalho
* How about some handy links to external IP info sources, with a suitable warning.jim-p2009-06-011-0/+18
|
* It might help if git was actually tracking the file for this...jim-p2009-06-011-0/+95
|
* Add a handy DNS resolution page.jim-p2009-06-011-0/+1
|
* Select lan interface correctly when editingScott Ullrich2009-05-311-2/+3
|
* Present a new package option filter_rules_needed which has a function name ↵Ermal Luçi2009-05-291-0/+3
| | | | 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).
* Fix the issue reported on ↵Ermal Luçi2009-05-281-9/+0
| | | | http://forum.pfsense.org/index.php/topic,16559.0.html. Basically a missing convertion from 'source'/'destination' to target.
* Handle the case when no user has logged in. Reported by: ↵Ermal Luçi2009-05-251-1/+4
| | | | http://forum.pfsense.org/index.php/topic,16382.0.html
* A better fix to empty lines.Ermal Luçi2009-05-221-6/+2
|
* Propperly check for empty slots. Fix by forum user: itsmorefun!Ermal Luçi2009-05-221-1/+1
|
* Check for blank lines and ignore them.Ermal Luçi2009-05-221-1/+4
|
* Fix bridge checking missed in previous convert to multi interface capble CP. ↵Ermal Luçi2009-05-221-2/+3
| | | | 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.
* Make CP multi-interface capable.Ermal Luçi2009-05-211-4/+6
|
* Move firmware update text format to globals.incScott Ullrich2009-05-141-1/+1
|
* Speedup noticably CP status page. Previously during load it would not show ↵Ermal Luçi2009-05-131-30/+20
| | | | anything and this commit fixes it.
* Fix PPTP+RADIUS. See ticket #1926.jim-p2009-05-121-1/+1
|
* Fix CARP IP Creation. Subnet check was failing even for valid input. See ↵jim-p2009-05-121-2/+2
| | | | ticket #1925
* The other half of CP locks conversion to new locking functions.Ermal Luçi2009-05-092-4/+4
|
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-0849-148/+15
| | | | | | | | | | | 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.
* Fix OpenVPN automatic shared key generation.jim-p2009-05-082-6/+8
|
* Fix detection of TLS/Shared Key mode for OpenVPNjim-p2009-05-082-2/+2
| | | | The wrong variable was being checked, so the result was always false.
* From yesterday moving of ipfw loading to only captive portal a regression ↵Ermal Luçi2009-05-081-0/+7
| | | | | | | | 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@
* Correctly enforce limits on html input.Ermal Luçi2009-05-072-2/+2
|
* Fix server hostname resolve option to correctly be set.Ermal Luçi2009-05-071-1/+1
|
* Move validation of dyndns username to the only place it uses it, the GUI ↵Ermal Luçi2009-05-071-0/+11
| | | | page. There it makes sense. While there add ':' character to allow NO-ip subaccounts.
* Fix CLI filter parser so it works on FreeBSD 8 builds.jim-p2009-05-061-2/+14
|
* Unbreak log display on FreeBSD 8 based builds of 2.0.jim-p2009-05-061-5/+28
| | | | 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.
* Remove unused function and function that provide the same functionality as ↵Ermal Luçi2009-05-051-2/+4
| | | | php built-in ones.
* Move interface groups after Floating and before other interfacesScott Ullrich2009-05-041-6/+6
|
* Reeturn false to prevent page from movingScott Ullrich2009-05-041-1/+1
|
* Allow clicking on the Version and expand it with uname -a via Ajax magic.Scott Ullrich2009-05-041-2/+5
|
* Don't display a fake time for a static DHCP lease begin/end. Since it has no ↵jim-p2009-05-031-5/+9
| | | | beginning and ending, just display "n/a" instead. See ticket #1921.
* Fix lease display. It should be displaying the last lease for a given IP, ↵jim-p2009-05-031-1/+1
| | | | not the first. See ticket #1922
* Removed if($instpkg['name']) it hid FreeSWITCH package despite name having ↵mcrane2009-04-301-3/+3
| | | | a value in the config.
* Revert "Call system_routing_configure after changes"Scott Ullrich2009-04-281-3/+0
| | | | This reverts commit 80efb6d634e23c05a11e87b53bda9cbd9f598d11.
* Show interface groups first in the interface dropdown.Ermal Luçi2009-04-261-6/+6
|
* Resotre check back seems like empty() does not like 0.Ermal Luçi2009-04-261-4/+3
|
* Comment check out seems something is not well with php.Ermal Luçi2009-04-261-0/+2
|
* * Convert schedules to pf(4).Ermal Luçi2009-04-265-13/+8
| | | | | | | This allows to schedule the whole feature of the rules like queues/limiters/gateways/blocks/allows/etc... * Whitespace cleaning on filter.inc * Move schedule backend logic from pfsense-utils.inc to filter.inc and prefix with filter_. * Small bugfixes here and there.
* Call system_routing_configure after changesScott Ullrich2009-04-251-0/+3
|
* * Do not apply the settings directly from hitting the SAVE button show the ↵Ermal Luçi2009-04-221-14/+4
| | | | apply settings option for consistency with other pages.
* Remove second include("guiconfig.inc"). Where is my pointy hat to distribute??Scott Ullrich2009-04-241-3/+1
|
* Fix "disable checksum offloading", and some other bugs with certain ↵Chris Buechler2009-04-231-2/+4
| | | | combinations of options while here.
OpenPOWER on IntegriCloud