summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* Be more intelligent when managing OpenVPN client connections bound to CARP ↵jim-p2012-03-061-0/+4
| | | | | | VIPs. If the interface is in BACKUP status, do not start the client. Add a section to rc.carpmaster and rc.carpbackup to trigger this start/stop. If an OpenVPN client is active on both the master and backup system, they will cause conflicting connections to the server. Servers do not care as they only accept, not initiate.
* Correct send_multiple_events to conform with new check_reload_status behaviourErmal2012-03-031-10/+3
|
* Add the ability to disable static routes without deleting themWarren Baker2012-03-021-0/+5
|
* Correctly match ntpd syslog messagesErmal2012-03-021-2/+2
|
* Show lagg protocol and member interfaces on Status > Interfaces. Implements ↵jim-p2012-02-281-0/+6
| | | | #2242
* Adding multi-language support to WebGUIVinicius Coque2012-02-271-0/+15
|
* Ticket #2205 - Add prefork settingPierre POMES2012-02-271-2/+9
|
* Fix gen_subnetv6_max(), used to display the end of available range in dhcp ↵Pierre POMES2012-02-261-43/+8
| | | | server ipv6
* Fix comment, unbreak interfaces.incjim-p2012-02-251-1/+1
|
* Always configure a link local address when configuring a carp with a IPv6 ↵smos2012-02-251-0/+2
| | | | address.
* Ticket #1917: fix typos, fix domain-search for dhcpv6Pierre POMES2012-02-251-2/+2
|
* Write out a default router file for the srd interfacesmos2012-02-251-1/+4
|
* Adding gateway support for 6rd support, does not add route yet.smos2012-02-252-1/+14
| | | | Adds to ticket #2117
* Add 6rd backend code support, adds rules for proto 41 traffic for 6rd on WAN ↵smos2012-02-252-25/+43
| | | | | | so that the tunnel works. Adds to ticket #2117
* Ticket #1917 - DHCP server support for multiple domains in search listPierre POMES2012-02-231-1/+1
|
* While we're at it, allow hostnames for syslog servers, since that is also valid.jim-p2012-02-231-0/+10
|
* Allow users to enter a port number when adding a remote syslog server.jim-p2012-02-231-0/+12
|
* No need for extra function and touching of file, just set the value and use ↵Warren Baker2012-02-231-23/+0
| | | | grep from XML to determine to beep or not
* Option to disable startup/shutdown soundsYehuda Katz2012-02-221-0/+23
|
* Fixing existing DynDNS force-update feature. Redmine bug #2228Yehuda Katz2012-02-222-4/+8
|
* For nat reflection inetd rules, udp/dgram requires wait, instead of ↵jim-p2012-02-221-1/+3
| | | | nowait/0. Might help with UDP reflection.
* only skip adding default gateway if OLSR is actually enabled, and log why ↵Chris Buechler2012-02-221-1/+2
| | | | you're skipping it, otherwise it's tons of "fun" to dig in and figure out what's going on.
* Use PHP's built-in RFC 2822 date format, rather than trying to make our own.jim-p2012-02-201-1/+1
|
* Ticket #2205 - Add input validation, keep same logic as 2.0.1 and abore for ↵Pierre POMES2012-02-191-4/+14
| | | | default values
* Ticket #2205 - Main logic for relayd global settings screen, still need to ↵Pierre POMES2012-02-191-1/+3
| | | | add stuff (input validation, etc) before closing ticket
* Don't let an empty subnet into racoon.conf, it can cause parse errors. ↵jim-p2012-02-141-0/+9
| | | | Ticket #2201
* Fix reference to PPTP secondary RADIUS server shared secret.jim-p2012-02-131-1/+1
| | | | See http://forum.pfsense.org/index.php/topic,46103.0/topicseen.html
* Correct checking if a gif is part of bridge so that it actually works ↵Ermal2012-02-131-21/+25
| | | | correctly adding a gif after having created it on bootup
* Resolves #2052. Remove duplicate ruleErmal2012-02-081-2/+0
|
* Make sure to pass the string, not the arraysmos2012-02-081-1/+2
|
* Perform actual 128 bit operations to make sure we get the math right.smos2012-02-081-63/+62
|
* Another try to eliminate the warning 'PHP Warning: Cannot modify header ↵Ermal2012-02-081-1/+2
| | | | information - headers already sent by (output started at /etc/inc/authgui.inc:201) in /usr/local/www/guiconfig.inc on line 47'
* Revert "Check if a session already exists to avoid errors issued by php on ↵Erik Fonnesbeck2012-02-071-2/+1
| | | | | | sesion_start being called on existing session" This reverts commit 9b2de7e2a6afab31e1a62ac8d54435975a22a9a7.
* Check if a session already exists to avoid errors issued by php on ↵Ermal2012-02-071-1/+2
| | | | sesion_start being called on existing session
* Fixes #2082. Actually just correct the log to display the correct informationErmal2012-02-071-2/+5
|
* Fixes #2082. Correct checking of existing session to take into consideration ↵Ermal2012-02-071-1/+1
| | | | when possible/needed the mac address
* Fixes #1999. Upgrade bvoucher config as well during CP upgrade to multi-instanceErmal2012-02-071-0/+7
|
* Add nat rule if the target is in a subnet handled by a static route whose ↵Erik Fonnesbeck2012-02-041-0/+12
| | | | gateway is in the interface's subnet. Ticket #2163
* Add static route subnets if their gateway is within the source subnet for ↵Erik Fonnesbeck2012-02-041-3/+15
| | | | the nat rule. Ticket #2163
* Use the specific IP for NAT IP in filter_generate_reflection_nat to prevent ↵Erik Fonnesbeck2012-02-041-3/+20
| | | | a condition with multiple subnets on the same interface where replies get sent to the wrong IP.
* Rename function and use variableWarren Baker2012-02-031-6/+8
|
* Add builder binaryWarren Baker2012-02-031-1/+1
|
* Support for configuring the configuring Unbound serviceWarren Baker2012-02-031-0/+35
|
* PPTP upgrade needs to declare $config a global.jim-p2012-02-011-0/+1
|
* If the old bindlan option is there, assume the lan interface for binding.jim-p2012-02-011-0/+4
|
* Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158jim-p2012-02-012-5/+10
|
* Also write out the rules that caused the problem to ease troubleshooting.Warren Baker2012-02-011-1/+1
|
* Add code that expresses the default gateway calculated from the broker address.smos2012-02-011-2/+35
| | | | | The stf adapter was correctly setup from the WAN IPv4 address apparently Adds to ticket #2117
* Add more backend code to calculate the 6RD broker IPv6 address from the IPv4 ↵smos2012-02-011-1/+39
| | | | | | broker address. Adds to ticket #2117
* Only do foreach on the p2's if it's actually an array.jim-p2012-01-311-40/+39
|
OpenPOWER on IntegriCloud