Commit Graph

27172 Commits

Author SHA1 Message Date
Stephen Beaver
2eea22baf2 Corrected edit target 2015-09-15 08:48:57 -04:00
Stephen Beaver
f185aaacee Partial fix #5014 Double-click to edit, single click to select, multiple delete functionality provided 2015-09-15 08:48:56 -04:00
Stephen Beaver
7c540a5ccc Partial fix #5014
Double-click to edit, single click to select, multiple delete functionality provided
2015-09-15 08:48:56 -04:00
Chris Buechler
c7cb4071ff clarify state killing description. Ticket #4709 2015-09-15 00:33:03 -05:00
Chris Buechler
0273d369eb Only add 6rd rules if there is an IPv4 IP defined for the gateway,
otherwise ruleset ends up invalid. Ticket #4935
2015-09-14 19:04:59 -05:00
Luiz Otavio O Souza
351b8519d6 Check if our version of roll data is valid and if necessary, initialize
the database.

This fix the case where the database is not initialized because the used
field in backup file is empty.
2015-09-14 18:23:54 -05:00
Renato Botelho
d8123075d9 Rename upgrade script to pfSense-upgrade 2015-09-14 16:58:25 -03:00
jim-p
ddba5989da Fix a potential XSS in voucher testing. 2015-09-14 15:23:08 -04:00
jim-p
dda80e7602 Fix source address selection on Test Port to handle VIPs properly. 2015-09-14 15:11:57 -04:00
jim-p
2ccb418a2e Allow pre-filling (but no automatic action) of the download filename on exec.php. 2015-09-14 15:00:23 -04:00
jim-p
289b91c8fb Update status.php with improvements from 2.2.x 2015-09-14 15:00:23 -04:00
Renato Botelho
18397e0f83 Fix INSTALL script for base package, it's supposed to run as post-install 2015-09-14 15:38:23 -03:00
jim-p
149efbeac4 Add support for LDAP RFC2307 style group membership. Resolves #4923 2015-09-14 14:36:31 -04:00
Renato Botelho
d137967b79 ADI images are amd64 only 2015-09-14 15:24:19 -03:00
jim-p
d6b4dfe36b Provide an LDAP server timeout field. Default to 25 seconds. Resolves #3383 2015-09-14 14:04:33 -04:00
jim-p
bc1da94a54 Rename this to BOOSTRAP.md so it's not presented as the general repo info now that it's back in master 2015-09-14 13:42:57 -04:00
Renato Botelho
69368effec Remove some dead code from post_upgrade_command 2015-09-14 13:51:47 -03:00
Renato Botelho
3296e3dc20 Process pfSense.obsoletedfiles on base post-install script 2015-09-14 13:48:06 -03:00
Renato Botelho
5ec643eb61 Do not call reboot, use /etc/rc.reboot instead 2015-09-14 13:41:30 -03:00
Renato Botelho
f3fff72f14 Preserve post_upgrade_command on /tmp on Full Update images, it's going to be used when upgrading from old systems 2015-09-14 13:32:29 -03:00
Renato Botelho
7266685b71 php cli is a better shebang for post_upgrade_command.php 2015-09-14 13:26:33 -03:00
Renato Botelho
4b4db04b24 Break after find correct branch 2015-09-14 12:20:25 -03:00
Renato Botelho
d6f8f73071 Remove bootstrap branch from gitsync 2015-09-14 12:16:07 -03:00
Renato Botelho
b6240ec760 We don't need to obsolete all files when parent directory is also being obsoleted. This reduces the size of pfSense.obsoletedfiles 2015-09-14 11:23:57 -03:00
Renato Botelho
b700e11bdf Obsolete files removed during bootstrap conversion 2015-09-14 11:21:22 -03:00
Renato Botelho
74ec0ca5fe Sort obsoleted files list 2015-09-14 11:16:47 -03:00
Renato Botelho
20680ab068 Preserve pre_upgrade_command on /tmp on Full Update images, it's going to be used when upgrading from old systems 2015-09-14 11:09:51 -03:00
Renato Botelho
47d7b8209c Merge branch 'master' into bootstrap 2015-09-14 09:54:29 -03:00
Renato Botelho
dde89ad71e Merge pull request #1893 from doktornotor/patch-5 2015-09-14 09:47:00 -03:00
doktornotor
0938315a8d typo fix 2015-09-12 13:59:50 +02:00
Stephen Beaver
784b435bce Revised all pages with autocomplete to accommodate host names in validation and change port inputs to 'text' 2015-09-11 16:04:26 -04:00
Renato Botelho
c38aad85f7 Merge branch 'master' into bootstrap 2015-09-11 16:48:44 -03:00
Renato Botelho
1a060606a9 Disable pkg autoupdate intead of add -U on all calls 2015-09-11 16:43:34 -03:00
Stephen Beaver
ad4d6640e7 Fixed 4980
Corrected input element name
2015-09-11 14:51:44 -04:00
Stephen Beaver
e13e441419 Nit exterminated 2015-09-11 14:33:58 -04:00
Stephen Beaver
1fe9cc38c6 Fixed 5118
Input was set 'disabled' but should have bee 'readonly'
2015-09-11 14:30:56 -04:00
Renato Botelho
ff80cd609e Do not reset logfile on second call of upgrade script 2015-09-11 15:28:34 -03:00
Renato Botelho
ce7afe661b Send logs to /dev/null if logfile is not defined 2015-09-11 15:26:13 -03:00
Renato Botelho
57e498d340 Move _echo() to improve readability 2015-09-11 15:25:27 -03:00
Stephen Beaver
61681d00f2 Fixed #5126 2015-09-11 14:22:23 -04:00
Stephen Beaver
4815c56050 Fixed #5128
Delete button now points to load_balancer_virtual_server.php, NOT load_balancer_virtual_server_edit.php
2015-09-11 13:57:13 -04:00
Stephen Beaver
737a2c930e Fixed #5127 2015-09-11 13:41:56 -04:00
Stephen Beaver
54a2bd6594 Experiment to fix validating host names 2015-09-11 13:37:52 -04:00
Renato Botelho
72ce3e047f Remove extra line accidentally added on last commit 2015-09-11 14:31:33 -03:00
Renato Botelho
2d47bd0ea0 Save all pfsense-upgrade.sh output to upgrade_log.txt 2015-09-11 14:30:53 -03:00
Stephen Beaver
cf011cf210 Fixed #5123
WEP removed by the use of 'define("ALLOWWEP", false);' - Just in case
2015-09-11 13:08:09 -04:00
Renato Botelho
568346d4da Merge branch 'master' into bootstrap 2015-09-11 13:53:23 -03:00
Renato Botelho
30855514e0 Call pfsense-upgrade.sh to run upgrade from console 2015-09-11 13:52:34 -03:00
Stephen Beaver
6d5e25ce11 Fixed 5124 and #5125 (Default values) 2015-09-11 12:34:09 -04:00
Stephen Beaver
c71c434b63 Fixed #5121 Antennas now default to 'Default' 2015-09-11 12:10:49 -04:00