summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* When the "OpenVPN" users type was commented out of the drop-down, this ↵jim-p2012-05-021-4/+4
| | | | function wasn't adjusted so it was off by one in its counts, making the URL table update frequency box disabled.
* Fix display of widgets with configuration controls in IE. From Gertjan on ↵jim-p2012-04-301-3/+4
| | | | the forum. See http://forum.pfsense.org/index.php/topic,42977.0.html
* Better error handling for crypt_data and also better password argument handlingjim-p2012-04-301-5/+10
|
* Fix preservation of the selection of interfaces on input errors for floating ↵Erik Fonnesbeck2012-04-271-0/+2
| | | | rules.
* Use !empty instead of isset to prevent accidental deletion of the last used ↵Erik Fonnesbeck2012-04-271-3/+3
| | | | repository URL when firmware update gitsync settings have been saved without a repository URL.
* fix text. Ticket #2399Chris Buechler2012-04-261-1/+1
|
* routes should not be skipped when IPsec is on WAN, as WAN may not be the ↵Chris Buechler2012-04-231-3/+2
| | | | default gateway.
* go back to scrub rather than "scrub in", the latter breaks MSS clamping for ↵Chris Buechler2012-04-231-3/+3
| | | | egress traffic the way we use it.
* Enable a second ptyErmal2012-04-201-1/+1
|
* Enable verbosity to actually put something in the logsErmal2012-04-131-1/+1
|
* fix typo. Ticket #2371Chris Buechler2012-04-121-1/+1
|
* Revert "RADIUS accounting updates are needed for PPPoE and L2TP too"Chris Buechler2012-04-111-2/+0
| | | | This reverts commit b6393be173ffd67eef1acaadf9624ce06b386d82.
* RADIUS accounting updates are needed for PPPoE and L2TP tooChris Buechler2012-04-111-0/+2
|
* When renaming a user, make sure to remove the previous user or it gets left ↵jim-p2012-04-111-1/+3
| | | | in /etc/passwd.
* Add alias support to static routes (needs some testing) Ticket #2239jim-p2012-04-105-50/+136
|
* Merge pull request #77 from Whizkidzz/RELENG_2_0Scott Ullrich2012-04-062-11/+43
|\ | | | | Releng 2 0
| * Added "interface_selection" type to enable interface selection in tinydns serverwhizkidzz2012-04-062-11/+43
| | | | | | | | | | This is usefull in multiwan setup and to check if a server behind pfsense is still running. So that tinydns can change the corresponding records
* | Unbreak openvpnErmal2012-04-051-1/+1
| |
* | Bump config version to take care of new vipsErmal2012-04-051-1/+1
| |
* | Reread config after doing footshootingErmal2012-04-051-1/+2
| |
* | Make vips vhid be unique per parent interface!Ermal2012-04-0511-91/+85
| |
* | Fix newlinesjim-p2012-04-041-39/+39
|/
* Remove unused codeErmal2012-03-232-9/+6
|
* Correct location of '\n'Ermal2012-03-231-1/+1
|
* Correct building of queue to not depend on parent maskErmal2012-03-231-5/+5
|
OpenPOWER on IntegriCloud