summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix a spd.conf not loading changes issue.Ermal Luçi2009-04-261-0/+2
|
* * Convert schedules to pf(4).Ermal Luçi2009-04-269-775/+342
| | | | | | | 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.
* * Move other functions around to where it makes sense.Ermal Luçi2009-04-266-101/+96
| | | | | * Reduce somewhat require_once() overhead by removing the includes from gwlb.inc they are not needed. Some more analysis is needed on the include path
* More functions moving from pfsense-utils to interfaces.inc.Ermal Luçi2009-04-263-167/+158
|
* Call system_routing_configure after changesScott Ullrich2009-04-251-0/+3
|
* Create /var/run in chroot for dhcpdScott Ullrich2009-04-251-0/+3
|
* * Make the carp ip fix for ipsec more general so other services that use the ↵Ermal Luçi2009-04-223-284/+211
| | | | | | | | same methodology work. - Basically get_interface_ip() now knows how to handle carp(4). * Move interface related function from pfsense-utils.inc to interfaces.inc that is their place. - More will come after the schedules fixes.
* Specify complete path to touch to avoid: apinger: command (touch ↵Scott Ullrich2009-04-241-2/+2
| | | | /tmp/filter_dirty) exited with status: 1
* * Do not apply the settings directly from hitting the SAVE button show the ↵Ermal Luçi2009-04-222-17/+5
| | | | apply settings option for consistency with other pages.
* * Fix ipsec over carp handling.Ermal Luçi2009-04-222-15/+15
| | | | | * do not useinterface in Upper case when working on the backends. * Do not print Configuring IPSec during bootup if there is nothing configured.
* 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-232-16/+24
| | | | combinations of options while here.
* Call apc_clear_cache() on filter reload if the function exists toScott Ullrich2009-04-221-0/+3
| | | | ensure that we have fresh cache and not caching anything negatively.
* Found several more variable name typos/mismatchesjim-p2009-04-191-14/+14
|
* Another apparent variable name typojim-p2009-04-191-1/+1
|
* Apparent variable name typo, fixes Ticket #1904jim-p2009-04-191-1/+1
|
* Fix NAT reflection/TFTP Proxy. After ↵jim-p2009-04-191-1/+1
| | | | Commit:1ab56363bbc910157191850b45d78f9ec98e5099 - inetd was being killed but never started.
* Match 1.X behavior for PF macros for PPPoE and PPTPScott Ullrich2009-04-181-9/+9
|
* Match 1.X behavior for PF macros. pptp and pppoe should be lowercase macros.Scott Ullrich2009-04-181-2/+2
|
* touch up text, prevent "The second argument should be array or object" error ↵Chris Buechler2009-04-181-2/+3
| | | | when there are no interfaces detected.
* touch up textChris Buechler2009-04-181-2/+2
|
* Fix polling.Chris Buechler2009-04-181-7/+5
|
* 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
* Add . for every second firmware update is runningScott Ullrich2009-04-161-2/+4
|
* Remove lock hold later onScott Ullrich2009-04-161-2/+1
|
* Make $g a globalScott Ullrich2009-04-161-0/+1
|
* Sleep for 10 before checking to see if firmware.lock existsScott Ullrich2009-04-161-1/+1
|
* Correct ordering, use a lock file. Launch upgrade in bg and look for lock ↵Scott Ullrich2009-04-162-20/+31
| | | | file to guess if upgrade is in progress
* 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.
* Remove "Allow IPv6" option from Firewall/NAT tab, it's already on the ↵jim-p2009-04-151-17/+0
| | | | Networking tab with other IPv6 options.
* allow a diff ip address for gateway monitorScott Ullrich2009-04-131-1/+2
|
* Set skip on pfsync0Scott Ullrich2009-04-131-0/+2
|
* Use * instead of Default for consistencyScott Ullrich2009-04-121-1/+1
|
* Remove extra tabScott Ullrich2009-04-121-1/+1
|
* Setup relayd.logScott Ullrich2009-04-121-0/+1
|
* Avoid these errors: Warning: Invalid argument supplied for foreach() in ↵Scott Ullrich2009-04-121-6/+8
| | | | /etc/inc/pkg-utils.inc on line 776 Warning: Invalid argument supplied for foreach() in /etc/inc/pkg-utils.inc on line 779 Warning: Invalid argument supplied for foreach() in /etc/inc/pkg-utils.inc on line 779
* clarify descriptionChris Buechler2009-04-091-1/+1
|
* Fix OpenVPN instance port change.jim-p2009-04-092-2/+4
| | | | It had been failing on any change, including valid unused choices.
* Set all log files to 600Scott Ullrich2009-04-071-1/+1
|
* don't kill routed unless it's running to avoid error in system logChris Buechler2009-04-071-2/+3
|
* Merge branch 'master' of git@rcs.pfsense.org:pfsense/mainlineChris Buechler2009-04-071-12/+26
|\
| * Add some smarts so that it always shows the 1st found quality database with ↵Seth Mos2009-04-071-12/+26
| | | | | | | | | | | | Static gateways Replace ifthenelse with a switch
* | fix typo, clean up textChris Buechler2009-04-072-3/+3
|/
* clean up textChris Buechler2009-04-073-31/+26
|
* clean up textChris Buechler2009-04-071-18/+13
|
OpenPOWER on IntegriCloud