summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove also old unbound startup scriptRenato Botelho2014-09-251-0/+1
| |
* | Merge pull request #1289 from jean-m-cyr/masterRenato Botelho2014-09-241-1/+1
|\ \ | |/
| * outgoing ip incorrectly set in unbound.confJean Cyr2014-09-241-1/+1
| | | | | | | | | | DNS resolver outgoing IP interface IP address is incorrectly set to the last inbound interface IP address... fix it.
* | Remove unbound files, menu and service during config upgrade, otherwise ↵Renato Botelho2014-09-241-0/+28
|/ | | | things can go really bad with functions redeclared un base and package unbound.inc and config corrupted when upgrading from 2.1.x with unbound installed to 2.2. PBI and package section are both removed later during package upgrade
* Provide a toggle for apinger debug messages to be logged to syslog. To help ↵Ermal2014-09-241-1/+7
| | | | with roubleshooting issues
* Make sure unbound user and group is also created during upgrade configRenato Botelho2014-09-231-0/+4
|
* Provide upgrade config code to migrate unbound settings from 2.1 package to ↵Renato Botelho2014-09-232-1/+93
| | | | 2.2 base. Bump config version to 11.1. It fixes #3880
* Correct evaluation for "Acct-Interim-Interval" from RADIUSdariomas2014-09-191-1/+1
| | | | | | Setting "Acct-Interim-Interval :=600" in FreeRadius2 evaluates to 'random' values with PfSense 2.1. Possibly a bug related to: https://forum.pfsense.org/index.php?topic=60079.0 https://forum.pfsense.org/index.php?topic=60262.0
* Update jquery to 1.11.1Renato Botelho2014-09-181-2/+4
| | | | | | | * Update jquery to latest version * Use production version instead of development * Rename file to have version on it and avoid browser cache issues * Add jquery-migrate to keep backward compatible with old version
* Fix #3866 Firewall Log FilteringPhil Davis2014-09-161-1/+1
| | | on master
* This really does not need the =Ermal2014-09-121-1/+1
|
* Remove wrongly used typeErmal2014-09-121-1/+1
|
* Ooops restore thisErmal2014-09-121-1/+1
|
* Inverse the sense of the toggles to avoid configuration upgradesErmal2014-09-121-4/+4
|
* Actually use the new togglesErmal2014-09-121-2/+11
|
* Only for movile usersErmal2014-09-121-1/+1
|
* Provide a first implementation of EAP-TLS authentication with IKEv2. It is a ↵Ermal2014-09-122-42/+41
| | | | start and might not work on all cases
* Make this work properly and not throw out errors.Ermal2014-09-121-1/+1
|
* Add a function to redirect to a page passing parameters through POSTRenato Botelho2014-09-111-0/+13
|
* Fixes #3666. Set the sysctl net.inet.icmp.reply_from_interface to 1 to use ↵Ermal2014-09-111-1/+2
| | | | the incoming interface to send the icmp reply from. It uses another part of patch to pf to undo NAT if it was already performed before
* Add security priviledge for new pageErmal2014-09-111-1/+7
|
* Add pages missing from the Status > Traffic Graph privilege that are ↵jim-p2014-09-111-0/+2
| | | | required for the full page to load
* Fix path to xml and make sure the parser will see the custom tagsErmal2014-09-111-2/+2
|
* Merge pull request #1260 from DasTestament/masterRenato Botelho2014-09-111-0/+3
|\
| * fix #3515Dmitriy K.2014-08-201-0/+3
| |
* | Make use of the xml output from stroke leases commandErmal2014-09-101-25/+11
| |
* | Change is_port() to only validate a single port, we have is_portrange() for ↵Renato Botelho2014-09-102-11/+8
| | | | | | | | specific cases. Make necessary adjustments after check all is_port() calls. It fixes #3857
* | Return something meaningful until the widget is made to work correctlyErmal2014-09-101-0/+3
| |
* | Remove racoon referencesErmal2014-09-101-1/+1
| |
* | Remove traces of older implementation still presentErmal2014-09-101-6/+0
| |
* | Put some tuning on number of half open connection possible in one time.Ermal2014-09-101-0/+1
| |
* | Provide some parallellizm on the IKESA lookups for heavy loaded boxes.Ermal2014-09-101-0/+2
| |
* | Actually roll this back since it was a testing glitchErmal2014-09-101-3/+3
| |
* | Also here be more strict on checking to return proper result. (some missed ↵Ermal2014-09-101-3/+3
| | | | | | | | from previous commit)
* | Also here be more strict on checking to return proper resultErmal2014-09-101-1/+1
| |
* | Merge pull request #1273 from fsSnowboard/masterRenato Botelho2014-09-091-3/+3
|\ \
| * | Fix minor typo to name and port rangeTyler Turner2014-09-091-3/+3
| | | | | | | | | | | | | | | Typo on the name of the FaceTime shape rule, and missing 1 from Google Talk port range.
* | | Make sure dhclient is not running before start it, it fixes console ↵Renato Botelho2014-09-091-0/+3
| | | | | | | | | | | | interface setup when interface is using dhcpv4. It should also help #3482
* | | Implement a function to kill dhclient process, sometimes it takes a little ↵Renato Botelho2014-09-091-4/+16
| | | | | | | | | | | | time to die, so use a sleep(1) there
* | | find_dhclient_process() returns an int, not stringRenato Botelho2014-09-092-2/+2
| | |
* | | Some device names are bigger now (eg vtnet, ixgbe, cxgbe)Renato Botelho2014-09-091-1/+1
| | |
* | | Be more explicitErmal2014-09-091-1/+1
| | |
* | | Correct log prepending valueErmal2014-09-091-1/+1
|/ /
* | Correct generating loglevels for startup through ipsec.confErmal2014-09-091-2/+2
| |
* | Fix guess_interface_from_ip() to account for differences in netstat output. ↵jim-p2014-09-091-4/+4
| | | | | | | | Fixes #3853
* | Blah unconditionally set rightsourceip per ↵Ermal2014-09-091-3/+4
| | | | | | | | https://forum.pfsense.org/index.php?topic=80300.0 Until pools can be supported properly.
* | As pointed out by Ermal, VIPs should go first in the list since NAT is first ↵Renato Botelho2014-09-091-2/+2
| | | | | | | | match. Ticket #983
* | igmpproxy param -d doesn't like the space before optarg. Fixes #3852Renato Botelho2014-09-081-2/+2
| |
* | Fixes #3664, actually make sense of this function to work properlyErmal2014-09-081-5/+3
| |
* | Fixes #3823 Properly parse auth tags as variablesErmal2014-09-081-1/+1
| |
OpenPOWER on IntegriCloud