summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Added support for certificate chains to manager so that lighty can deliver ↵Nigel Graham2009-05-242-8/+28
| | | | them via SSL.
* 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-212-11/+30
|
* Actually it needs an ip!Ermal Luçi2009-05-171-1/+1
|
* Move firmware update text format to globals.incScott Ullrich2009-05-141-1/+1
|
* Remove dubious/forgotten unlocking that is uneccesary.Ermal Luçi2009-05-141-2/+0
|
* 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 lock leaking on portal_allow function.Ermal Luçi2009-05-131-1/+6
|
* 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
* Add the state killing for now on VPN's pppoe/pptp/l2tp when the link goes ↵Ermal Luçi2009-05-121-0/+1
| | | | down. For the others some more thought is needed.
* The other half of CP locks conversion to new locking functions.Ermal Luçi2009-05-093-10/+10
|
* Fix a lock leaking on CP.Ermal Luçi2009-05-081-12/+0
|
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-0852-160/+19
| | | | | | | | | | | 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.
* Apparent variable name typo, fixes Ticket #1904jim-p2009-04-191-1/+1
|
* touch up textChris Buechler2009-04-181-2/+2
|
* Remove DHCP leases for MAC addresses that now have static/fixed addresses. ↵jim-p2009-04-171-0/+47
| | | | If these are not cleared, DHCP complains in the logs about duplicate leases.
* Move dhcp lease delete button to the end, and change comments to match style ↵jim-p2009-04-171-11/+13
| | | | of others nearby.
* Show interface names in uppercase.Chris Buechler2009-04-171-1/+1
|
* Clean up textChris Buechler2009-04-172-9/+8
|
* Add ability to remove DHCP leases.jim-p2009-04-161-2/+40
| | | | | Use "x" icon to delete the lease. Said icon only appears next to "offline" dynamic leases
* Fix broken OpenVPN client config. See ↵jim-p2009-04-161-0/+1
| | | | http://forum.pfsense.org/index.php/topic,15608.0.html
* Cosmetic fix - two words were split with hyphenation that didn't look right ↵jim-p2009-04-151-4/+4
| | | | in the WebGUI.
OpenPOWER on IntegriCloud