summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove reset_slbd.sh from cron.Ermal Luçi2009-05-081-9/+0
|
* Reduce includes.Ermal Luçi2009-05-082-3/+3
|
* Convert CP to use the new lock/unlock functions.Ermal Luçi2009-05-081-68/+34
|
* Fix a lock leaking on CP.Ermal Luçi2009-05-082-15/+2
|
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-0858-324/+157
| | | | | | | | | | | 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@
* Propperly fix openvpn parameter parsing.Ermal Luçi2009-05-071-2/+2
|
* 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
|
* Fix correction of openvpn parameters.Ermal Luçi2009-05-071-2/+2
|
* Spit verbose messages on schedules only if in debug mode.Ermal Luçi2009-05-071-4/+12
|
* Remove from filter load the captive portal module loading and move it to the ↵Ermal Luçi2009-05-072-14/+7
| | | | captive portal functions where is its only place. Keep only the pass rule for the CP webserver will see later on if it can be removed at all.
* Comment out supposed diff code that is not being used.Ermal Luçi2009-05-071-1/+4
|
* Catch up with the latest additions.Ermal Luçi2009-05-071-16/+0
|
* Move validation of dyndns username to the only place it uses it, the GUI ↵Ermal Luçi2009-05-072-11/+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.
* Correct the PLATFORM checkScott Ullrich2009-05-061-1/+1
| | | | Submitted-By: Ron Lockard
* Remove another unused function.Ermal Luçi2009-05-051-20/+0
|
* Use exec_command instead of custom rolled function. Fix some logic here and ↵Ermal Luçi2009-05-051-7/+11
| | | | there.
* Move exec_command function to util.inc.Ermal Luçi2009-05-052-16/+16
|
* Rename filter_translate_type_to_real_interface to ↵Ermal Luçi2009-05-053-17/+17
| | | | | | interface_translate_type_to_real Move this function to interfaces.inc where it belongs.
* Remove unused function and function that provide the same functionality as ↵Ermal Luçi2009-05-052-66/+4
| | | | php built-in ones.
* Remove function that is present on php5.Ermal Luçi2009-05-051-14/+0
|
* * Teach get_interface_subnet() about carp.Ermal Luçi2009-05-052-35/+35
| | | | | * Increase scope to all interfaces when searching for the carp parent since the later is used even on those scopes. * General cleanup of unused vars and code.
* Move interface groups after Floating and before other interfacesScott Ullrich2009-05-041-6/+6
|
* Set firmware lock bit when doing the upgradeScott Ullrich2009-05-041-0/+2
|
* 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
* Remove duplications.Ermal Luçi2009-05-011-12/+2
|
* Schedules are handled by pf(4) now.Ermal Luçi2009-05-011-15/+1
|
* * Convert from exec_command to `$command` to remove the only dependency of ↵Ermal Luçi2009-05-011-7/+6
| | | | | | interfaces.inc. * Remove the heavy require_once(functions.inc) from interfaces.inc it is really not neededo
* This function may penalize too much so remove it.Ermal Luçi2009-05-011-3/+0
|
* Styling fixes.Ermal Luçi2009-05-011-3/+3
|
* Missed conversions.Ermal Luçi2009-05-011-21/+21
|
* Create a function to reduce duplicated code size.Ermal Luçi2009-05-011-197/+120
|
* Removed if($instpkg['name']) it hid FreeSWITCH package despite name having ↵mcrane2009-04-301-3/+3
| | | | a value in the config.
* Exit after firmware updateScott Ullrich2009-04-301-1/+3
|
* Include crypt.inc explicitly.Ermal Luçi2009-04-301-0/+2
|
* Change the order of the includes its the way it should be.Ermal Luçi2009-04-291-1/+1
|
* * Shuffle functions around to reduce require_once() a little.Ermal Luçi2009-04-294-182/+177
|
* Revert "Call system_routing_configure after changes"Scott Ullrich2009-04-281-3/+0
| | | | This reverts commit 80efb6d634e23c05a11e87b53bda9cbd9f598d11.
* Remove extra $Scott Ullrich2009-04-281-6/+6
|
* Separate delete down actions on ifconfig to fix issues. Add L2TP virtual ↵Ermal Luçi2009-04-261-4/+6
| | | | interafce to a list.
* Use correct variable name.Ermal Luçi2009-04-261-2/+2
|
* Fix vlan creation to use the interface tags and not numbers without any ↵Ermal Luçi2009-04-261-4/+2
| | | | meaning. Reported on http://forum.pfsense.org/index.php/topic,15861.0.html.
OpenPOWER on IntegriCloud