summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't resolve on ipsec_get_phase1_dst() results, because ↵jim-p2012-05-241-1/+1
| | | | | | | | ipsec_get_phase1_dst() already does that before returning output. Conflicts: etc/inc/ipsec.inc
* Test for empty here, rather than !, so a blank value (as from mobile ↵jim-p2012-05-241-1/+1
| | | | clients) doesn't fall to the other tests.
* Disable logging for now since it will spam every 60secs * #usersErmal2012-05-231-1/+1
|
* Don't skip "lan" as a possible WAN for shaper, since someone could have ↵jim-p2012-05-231-2/+0
| | | | renamed/repurposed it. Someone may shoot themselves in the foot if they pick it accidentally, but otherwise some valid configs may be prevented accidentally.
* Fixes #2364. On busy pppoe servers it might take some time before mpd exits. ↵Ermal2012-05-231-0/+4
| | | | Check for this before trying to restart
* Fixes #2209. Obey the mtu value set on the interfaces.php page. Though this ↵Ermal2012-05-231-1/+4
| | | | value will be overwritten if there is a configuration under PPP settings tab. Maybe a good idea is to set MRU at the same value if not set?
* If specified use the default settings for bw limitation rather than 0Ermal2012-05-231-2/+2
|
* Prevent 2 instances of rc.prunecaptiveportal from running in parallell since ↵Ermal2012-05-231-0/+9
| | | | this might be a bad thing
* Make file names match to make this workErmal2012-05-231-1/+1
|
* Oops add forgotten global for configErmal2012-05-221-0/+1
|
* If extra bw attributes are supplied during reauthentication apply and log themErmal2012-05-221-3/+49
|
* Unlock if error occursErmal2012-05-221-1/+4
|
* Merge pull request #109 from marcelloc/patch-11Scott Ullrich2012-05-181-22/+139
|\ | | | | Patch 11
| * Include movable code to reorder list,save button, domtt title messages, also ↵Marcello Coutinho2012-05-181-22/+139
|/ | | | | | | | | | | base64 decode option, description and custom text to checkbox fields. New options need xml config to be included on package xml files, so no changes to packages that do not use these functions. I've sucessfully testes with imspector-dev, dansguardian and varnish code. Related post on forum with screenshots and full code http://forum.pfsense.org/index.php/topic,49322.msg262903.html#msg262903
* ntpdate was hanging, use the same hacky fix that works for ntpd and it works ↵jim-p2012-05-162-2/+2
| | | | too. All happy, even from a cold boot on ALIX 2d3 with no RTC battery.
* Fixup halt and reboot to catch the output from the shutdown process properly.jim-p2012-05-162-45/+34
|
* Fixup ntpd loggingjim-p2012-05-161-1/+1
|
* On its own, ntpd does not sync fast enough at bootup, so bring back the ↵jim-p2012-05-164-16/+33
| | | | | | | | ntpdate sync but improve it so it can't get stuck forever. Conflicts: etc/rc.newwanipv6
* Hackish workaround for ntpd failing to move away from init when called from ↵jim-p2012-05-151-2/+2
| | | | within PHP 5.2, PHP 5.3 has a better workaround.
* Revert "Clear process signals before exec() or ntpd misbehaves if called ↵jim-p2012-05-151-3/+0
| | | | | | from PHP on i386." -- this only works on PHP 5.3 This reverts commit ac4bc5853f75a8f8467f5c53704f33e2066c3da6.
* Fix syntax here too in case we need to revive it.jim-p2012-05-151-1/+1
|
* Clear process signals before exec() or ntpd misbehaves if called from PHP on ↵jim-p2012-05-151-0/+3
| | | | i386.
* Update gitsync with latest changes from master branchErik Fonnesbeck2012-05-151-20/+29
| | | | | | feef287ead62815b1a67bac15ebaa2d36226d4e2 - Remove obsolete files after gitsync 26b8990538c71c99df8e95fd5fada57f79465d93 - Move some constants in gitsync closer to the top of the source code and add some new ones of potential interest to those reconfiguring gitsync. Also modify messages to indicate that Git URLs are also allowed. ae26412f3d156989daa2196db92be2fa47a441b2 - Move git package name/URL to the configuration variables section.
* Use a text description instead of a code.jim-p2012-05-151-17/+31
|
* Add NTP status page using ntpq.jim-p2012-05-151-0/+155
|
* Use FreeBSD's ntpd instead in the backendjim-p2012-05-151-30/+9
|
* With FreeBSD's ntpd, the current options are irrelevant, but we can have a ↵jim-p2012-05-151-2/+1
| | | | | | | | nice status page Conflicts: usr/local/www/fbegin.inc
* Fix ntp name here toojim-p2012-05-152-6/+6
| | | | | | Conflicts: etc/inc/priv.defs.inc
* s/OpenNTPD/NTP/ for log pages and menu entry, to save space (and make it ↵jim-p2012-05-1515-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | easier if we switch) Conflicts: usr/local/www/diag_logs.php usr/local/www/diag_logs_auth.php usr/local/www/diag_logs_dhcp.php usr/local/www/diag_logs_filter.php usr/local/www/diag_logs_filter_summary.php usr/local/www/diag_logs_gateways.php usr/local/www/diag_logs_ipsec.php usr/local/www/diag_logs_ntpd.php usr/local/www/diag_logs_openvpn.php usr/local/www/diag_logs_ppp.php usr/local/www/diag_logs_relayd.php usr/local/www/diag_logs_resolver.php usr/local/www/diag_logs_routing.php usr/local/www/diag_logs_settings.php usr/local/www/diag_logs_vpn.php usr/local/www/diag_logs_wireless.php usr/local/www/fbegin.inc
* Make the ppp-linkup script understand both address families.smos2012-05-141-4/+13
|
* Fix redirect when saving settings in the widget, it was landing on the ↵jim-p2012-05-141-0/+1
| | | | widget page instead of returning to the dashboard.
* make use of the correct file to send notificationsWarren Baker2012-05-111-4/+4
|
* Revert "Bump config version to take care of new vips" - forgot to revert ↵jim-p2012-05-101-1/+1
| | | | | | this when I reverted the main vip commit. This reverts commit ccf346ddb80997a4426484c25e5c3bd8a223990f.
* Add _ to the list of are allowed charactersWarren Baker2012-05-101-1/+1
|
* fix typoChris Buechler2012-05-091-1/+1
|
* Handle HTTPOnly and Secure flags on cookiesWarren Baker2012-05-091-0/+12
|
* Revert "Make vips vhid be unique per parent interface!" - per cmb, this ↵jim-p2012-05-0811-86/+90
| | | | | | | | | | | | should not have been on RELENG_2_0 see ticket #2415 This reverts commit 4d0c032c528b10221a2ef894b5eca34f6fda39a7. Conflicts: etc/inc/openvpn.inc etc/inc/upgrade_config.inc etc/rc.filter_synchronize
* Update zoneinfo using latest zones from FreeBSDjim-p2012-05-081-0/+0
|
* Pull in fix for Ticket #1917 to RELENG_2_0 as well.jim-p2012-05-081-3/+3
|
* $realif only exists on apply, which this code path would never touch. Change ↵jim-p2012-05-081-1/+1
| | | | to use the configured interface instead. Fixes #2212
* Move the stop_packages code to a function, and call the function from the ↵jim-p2012-05-083-73/+49
| | | | shell script, and call the function directly for a reboot. Fixes #2402 and ticket #1564
* Merge pull request #102 from marcelloc/patch-9Scott Ullrich2012-05-071-0/+1
|\ | | | | Fix missing description in rowhelper.
| * Fix missing description in rowhelper.Marcello Coutinho2012-05-071-0/+1
|/
* Use a better default update urljim-p2012-05-071-2/+3
|
* Whoops, typo. Fixed now.jim-p2012-05-071-1/+1
|
* Don't pass a shell escaped version of $realifl to ↵jim-p2012-05-071-1/+1
| | | | pfSense_bridge_add_member(). Fixes bridging
* Fix missing parenjim-p2012-05-071-1/+1
|
* Bump to 2.0.2-RC1 for testing.jim-p2012-05-071-1/+1
|
* Merge pull request #101 from marcelloc/patch-8Scott Ullrich2012-05-071-3/+3
|\ | | | | Patch 8
| * Stop service needs to wait process to be stopped before trying to restart it.Marcello Coutinho2012-05-071-3/+3
|/
OpenPOWER on IntegriCloud