summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated sysctls. vfs.forcesync needs to be seen if the patch needs ↵Ermal2013-12-142-12/+0
| | | | to be put in place again!
* Use system ident rather than php-fpm for system logsErmal2013-12-141-1/+1
|
* Switch to php-fpm for lighty and check_reload_status will use it. Step by ↵Ermal2013-12-148-14/+94
| | | | step will migrate the other calls
* Remove a probably bad copy/paste lineRenato Botelho2013-12-141-1/+0
|
* Make scripts able to react when called from FCGI with GET methodErmal2013-12-135-4/+21
|
* Properly detect if an ip is already configured for VIP. Remove useless ↵Ermal2013-12-131-10/+2
| | | | checks for carp
* Add an option to restore default logout/error/portal custom pages on Captive ↵Renato Botelho2013-12-131-0/+27
| | | | Portal. Fixes #3362
* Fix parsing of the rule number in the pf log on FreeBSD 10.x, part of Bug #2122jim-p2013-12-121-1/+3
|
* Use current racoon.conf syntax to avoid issues when deprecated one is ↵Renato Botelho2013-12-101-1/+2
| | | | removed, it fixes #3338
* Merge pull request #862 from phil-davis/masterRenato Botelho2013-12-091-26/+32
|\ | | | | Fixes for DHCP range validation when entering from console
| * Use correct vars for IPv6 when checking subnet start and endPhil Davis2013-12-091-3/+3
| |
| * Check that DHCP end IP is >= DHCP start IPPhil Davis2013-12-091-23/+29
| |
* | Fix vpn_pppoe_get_id and stop duplicating pppoeid for multiple servers, it ↵Renato Botelho2013-12-091-2/+2
| | | | | | | | fixes #2286
* | tidy up htmlRenato Botelho2013-12-091-62/+64
| |
* | Fix whitespaces and indentRenato Botelho2013-12-091-297/+305
|/
* Merge pull request #861 from phil-davis/masterRenato Botelho2013-12-091-1/+1
|\ | | | | Fix checking DHCP end IP is in range
| * Fix checking DHCP end IP is in rangePhil Davis2013-12-081-1/+1
|/ | | Cut-paste bug
* added missing quotesdwayne voelker2013-12-071-1/+1
| | | | thx rbgarga
* Allow setting a default scale type preference for the traffic graphs widgetdwayne voelker2013-12-072-1/+30
| | | | | | | | | | | | | | I originally submitted this at https://redmine.pfsense.org/issues/2994 but it seems that is not used for commits now so I am adding it here. It works great on my box, and I can't see these changes causing any issues on other types. I like to have Autoscale (follow) set for the traffic graphs widget and hate having to click on Autoscale (up) to change it to follow every time I enter the dashboard page. This preference is written to the traffic graph widget section in config.xml
* Nice race on FreeBSD 10 for carp seems you cannot do on the same command ↵Ermal2013-12-071-8/+6
| | | | line the carp config due to inherent races. Account for this
* This needs to have alias added to not remove the interface ipErmal2013-12-071-1/+1
|
* Correct curlies yet againErmal2013-12-071-1/+2
|
* Use _vip as identified for CARP vip IPs to allow easier upgrade code. This ↵Ermal2013-12-0610-56/+76
| | | | way only ipaliases on carp need to be upgraded.
* Load only the options and nothing elseErmal2013-12-061-1/+1
|
* Add a knob to prefer IPv4 over IPv6, it fixes #2833Renato Botelho2013-12-063-0/+33
|
* Unbreak etc/sshd, add a missing quoteRenato Botelho2013-12-061-1/+1
|
* Check if dhcp start and end addresses are inside interface subnet, helps #3196Renato Botelho2013-12-061-3/+11
|
* Add function is_inrange() that calls is_inrange_v6 or is_inrange_v4 accordinglyRenato Botelho2013-12-061-0/+5
|
* When user attempt to set network or broadcast address, ask again for the IP ↵Renato Botelho2013-12-061-64/+69
| | | | address. Issue #3196
* Also account for a widget being null/not defined, and not just closed/open.jim-p2013-12-051-1/+1
|
* Identify vips where needed by @ symbol that will be usedErmal2013-12-051-0/+32
|
* Make more strict checksErmal2013-12-051-1/+1
|
* Provide proper interface for getting carp statusErmal2013-12-052-2/+2
|
* Remove not true commentErmal2013-12-051-4/+1
|
* Correct syntaxErmal2013-12-051-1/+1
|
* Create even elyptic curve keysErmal2013-12-051-1/+3
|
* Handle more carp enahancements for FreeBSD 10. the interface vips will be ↵Ermal2013-12-054-8/+5
| | | | names $if@$vhid since the interface name is the same as other ips.
* Optimize a bitErmal2013-12-051-6/+4
|
* Prevent network or broadcast address to be set on interface (console, GUI ↵Renato Botelho2013-12-043-4/+37
| | | | and wizard). It should fix #3196
* Use proper interface hereErmal2013-12-041-1/+1
|
* Correct only carp value changesErmal2013-12-041-5/+5
|
* Add FreeBSD pkgng repo definitionjim-p2013-12-031-0/+5
|
* Fix #3350. Do not destroy an interface when it's being disabledRenato Botelho2013-12-031-4/+2
|
* Remove a left testing codeRenato Botelho2013-12-031-1/+0
|
* Correct CARP events on devd and the argument processing on called scriptsErmal2013-12-023-16/+32
|
* Fix #3339. Add a way to download CP portal, error and logout html pagesRenato Botelho2013-12-021-1/+42
|
* When reset webConfigurator password, if authentication server is not Local ↵Renato Botelho2013-12-021-0/+8
| | | | Database, ask user to back to it. Fix #3341
* Fix whitespaces and indentRenato Botelho2013-12-021-81/+81
|
* Show aliases popup on Outbound NAT listRenato Botelho2013-12-021-4/+22
|
* Declare missing global vars and fix gateway deletionRenato Botelho2013-12-021-0/+2
|
OpenPOWER on IntegriCloud