summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* When an interface spoofs its mac address change the mac address of all vlans ↵Ermal2010-06-011-10/+12
| | | | having it as parent. Remove such code from the vlan configuration phase since this is way the mac change will always get propagated and its faster.
* Fix upgrade code for disable bit on OpenVPN CSC entries.jim-p2010-06-011-0/+5
|
* Do not set max_execution time here.Ermal2010-06-012-2/+2
|
* Fixes #622. Add a new file status for signaling default gateway under /tmp. ↵Ermal2010-05-311-1/+15
| | | | dhclient script will check for this file to define if the interface needs a default gateway or not from its given routes.
* Make the logout page configurable like the other pages. The only difference ↵Ermal2010-05-281-0/+44
| | | | is that this page/code will be treated as a .php page so it may contain internal php CP variables referenced.
* Add per-user PSKs to racoon.jim-p2010-05-281-1/+8
|
* Remove part of the message displayed some people might find its completely ↵Ermal2010-05-281-1/+1
| | | | ok to use it.
* Add a function to find the mac address on a passthrough mac entry by ↵Ermal2010-05-281-0/+12
| | | | username(if present) in the <username> tag of the entry.
* On gre/gif case when the interface is saved do a reconfigure of the ↵Ermal2010-05-251-0/+15
| | | | underlying interface itself. This helps when an interface is enabled/disabled as reported on http://forum.pfsense.org/index.php/topic,25329.0.html.
* Do not show ipfw0 for assignment.Ermal2010-05-251-1/+2
|
* Correctly teardown states for down gateways.Ermal2010-05-251-3/+3
|
* pfSense_get_interface_stats no longer gives the up/down status of the ↵Erik Fonnesbeck2010-05-251-1/+1
| | | | interface, so use pfSense_get_interface_addresses instead.
* Fix caps/grammar.jim-p2010-05-251-1/+1
|
* Ticket #444. Use noatime even here.Ermal2010-05-251-2/+2
|
* Ticket #444. Use noatime even here.Ermal2010-05-251-1/+1
|
* Do not run netstat but use pfSense_get_interface_stats to gather interface ↵Ermal2010-05-251-52/+21
| | | | statistics. This speedups a lot on nanobsd which needed some time to generate the statistics especially with dashboard
* Ticket #612. Correctly show the number of users as 0 on a group with no ↵Ermal2010-05-241-9/+13
| | | | users. Also handle the case of empty arrays on the xmlparser.
* Use mwexec where it does not make sense to use popen for something that does ↵Ermal2010-05-241-10/+21
| | | | not take any parameters. Create a function to actually remove a user from its groups when the user itself is deleted.
* Ensure config.cache does not exist so the subsequent requests can cleanly ↵Scott Ullrich2010-05-221-0/+2
| | | | reload the configuration. Ticket #601
* Move get_include_contents function to pfsense-utils.incScott Ullrich2010-05-211-1/+13
|
* Allow php code to be included in the primary captive portal page. Add new ↵Scott Ullrich2010-05-211-0/+16
| | | | ORIGINAL_PORTAL_IP post item which will be experimenting with a master mutli voucher setup.
* Ups remove erroneous curly.Ermal2010-05-211-1/+1
|
* Actually return to previous function code for lookup_gateway_ip_by_name() to ↵Ermal2010-05-211-5/+5
| | | | not create recursive loops. There is still the question of how dynamic interfaces should be handled here?
* Revert "Use a global array for the most part of using the ↵Ermal2010-05-213-12/+12
| | | | | | return_gateways_array() function in the backend which should lower the memory allocated/cached by php a lot." This reverts commit e51cf5960f6718a14c07daa7b6e96337fdba1f0e.
* Use a global array for the most part of using the return_gateways_array() ↵Ermal2010-05-213-12/+12
| | | | function in the backend which should lower the memory allocated/cached by php a lot.
* Remove unecessary check.Ermal2010-05-211-1/+1
|
* Do not process items in which we cannot resolve the config fileScott Ullrich2010-05-211-0/+2
|
* Fixes #610. Do not use the value of mtu blindly test it is set or use 1500 ↵Ermal2010-05-201-1/+1
| | | | as default.
* Do not aritificially add spaces around values on CDATA fields. Tested-by: JimErmal2010-05-201-2/+2
|
* Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly ↵Erik Fonnesbeck2010-05-203-22/+32
| | | | affecting 64-bit. Ticket #459
* block carp traffic to hosts self to avoid loops. fixes #598Scott Ullrich2010-05-191-0/+1
|
* get rid of flowtableChris Buechler2010-05-191-1/+3
|
* Refactor this function a little so it will also rebuild the cache if it does ↵jim-p2010-05-191-49/+55
| | | | not already exist. Fixes missing config history after reboot on NanoBSD.
* Include filter.inc for the ipfw load function.Ermal2010-05-191-0/+1
|
* Use nanobsdScott Ullrich2010-05-181-1/+1
|
* Use !=Scott Ullrich2010-05-181-1/+1
|
* Nuke nonsenseScott Ullrich2010-05-181-34/+1
|
* Add back needed functionsScott Ullrich2010-05-181-0/+80
|
* Only check g['platform'] for nanobsdScott Ullrich2010-05-181-79/+3
|
* Add missing functions and move check earlier since this only checks on bootupScott Ullrich2010-05-181-0/+39
|
* Add system_identify_specific_platform()Scott Ullrich2010-05-181-0/+39
|
* Add reset button support to alix/wrap. Obtained-from: m0n0wallScott Ullrich2010-05-181-1/+31
|
* Encode/decode special characters with htmlentities/html_entity_decode combo ↵Ermal2010-05-181-4/+9
| | | | to make the parser not bail on special characters.
* Do not bail out when we write a new config. Seems that we can write some ↵Ermal2010-05-182-11/+12
| | | | special characters but might not be able to read them back but we still should be able to recover from this. Include globals.inc before calling any config.lib.inc functions.
* Do not duplicate gateway entries when status file is not present. Mostly an ↵Ermal2010-05-181-6/+4
| | | | innocuos programmer error.
* Fixes #536. More fixes and optimizations on the various functions and status ↵Ermal2010-05-181-4/+3
| | | | pages used for gateways [groups].
* Fixes #536. More fixes and optimizations on the various functions used for ↵Ermal2010-05-181-37/+31
| | | | gateways [groups].
* Fixes #536. Actually add all available gateways to the gateway_groups array ↵Ermal2010-05-181-5/+7
| | | | so all up members will be present for balancing.
* Add myself to copyright for gwlb file.Ermal2010-05-181-3/+3
|
* Revert "Allow the user to override OpenVPN interface name in custom options ↵jim-p2010-05-171-37/+21
| | | | | | (e.g. dev tap99 or dev tun99) and set related options appropriately. ticket #482 Item 2a/2b." - Revert for now, may cause more issues than it fixes. This reverts commit be58c36ded298a1cb7a0eac40cd2edd62908d882.
OpenPOWER on IntegriCloud