Commit Graph

18107 Commits

Author SHA1 Message Date
jim-p
cb01726c5a Move the stop_packages code to a function, and call the function from the shell script, and call the function directly for a reboot. Fixes #2402 and ticket #1564 2012-05-08 09:03:02 -04:00
Scott Ullrich
c8deb6241b Merge pull request #102 from marcelloc/patch-9
Fix missing description in rowhelper.
2012-05-07 15:53:34 -07:00
Marcello Coutinho
3136612117 Fix missing description in rowhelper. 2012-05-07 19:48:35 -03:00
jim-p
58d642df36 Use a better default update url 2012-05-07 16:58:15 -04:00
jim-p
45eb5e6511 Whoops, typo. Fixed now. 2012-05-07 15:57:27 -04:00
jim-p
17113cea58 Don't pass a shell escaped version of $realifl to pfSense_bridge_add_member(). Fixes bridging 2012-05-07 15:01:00 -04:00
jim-p
c4ac314445 Fix missing paren 2012-05-07 14:36:09 -04:00
jim-p
fe7d855d27 Bump to 2.0.2-RC1 for testing. 2012-05-07 14:20:37 -04:00
Scott Ullrich
cd61951824 Merge pull request #101 from marcelloc/patch-8
Patch 8
2012-05-07 10:27:57 -07:00
Marcello Coutinho
9a1248b3a8 Stop service needs to wait process to be stopped before trying to restart it. 2012-05-07 13:06:12 -03:00
jim-p
8d70eb8d9e When the "OpenVPN" users type was commented out of the drop-down, this function wasn't adjusted so it was off by one in its counts, making the URL table update frequency box disabled. 2012-05-02 08:30:00 -04:00
jim-p
6478e71e95 Fix display of widgets with configuration controls in IE. From Gertjan on the forum. See http://forum.pfsense.org/index.php/topic,42977.0.html 2012-04-30 12:29:56 -04:00
jim-p
cb8c684e89 Better error handling for crypt_data and also better password argument handling 2012-04-30 10:09:19 -04:00
Erik Fonnesbeck
de6348e630 Fix preservation of the selection of interfaces on input errors for floating rules. 2012-04-27 22:06:30 -06:00
Erik Fonnesbeck
eb2d95f9ba Use !empty instead of isset to prevent accidental deletion of the last used repository URL when firmware update gitsync settings have been saved without a repository URL. 2012-04-27 02:30:10 -06:00
Chris Buechler
f2ff5c8b7a fix text. Ticket #2399 2012-04-26 18:34:12 -04:00
Chris Buechler
cb062635a9 routes should not be skipped when IPsec is on WAN, as WAN may not be the default gateway. 2012-04-23 22:14:24 -04:00
Chris Buechler
912d188735 go back to scrub rather than "scrub in", the latter breaks MSS clamping for egress traffic the way we use it. 2012-04-23 00:33:36 -04:00
Ermal
58106afc43 Enable a second pty 2012-04-20 16:42:19 +00:00
Ermal
9c57f387a2 Enable verbosity to actually put something in the logs 2012-04-13 18:58:36 +00:00
Chris Buechler
f9519c0ef5 fix typo. Ticket #2371 2012-04-12 03:24:39 -04:00
Chris Buechler
e1fdb47b96 Revert "RADIUS accounting updates are needed for PPPoE and L2TP too"
This reverts commit b6393be173.
2012-04-11 23:31:37 -04:00
Chris Buechler
b6393be173 RADIUS accounting updates are needed for PPPoE and L2TP too 2012-04-11 23:02:56 -04:00
jim-p
bb83746870 When renaming a user, make sure to remove the previous user or it gets left in /etc/passwd. 2012-04-11 10:47:31 -04:00
jim-p
c9e04cd590 Add alias support to static routes (needs some testing) Ticket #2239 2012-04-10 16:42:49 -04:00
Scott Ullrich
9d14f8089f Merge pull request #77 from Whizkidzz/RELENG_2_0
Releng 2 0
2012-04-06 10:14:23 -07:00
whizkidzz
05d908db3a Added "interface_selection" type to enable interface selection in tinydns server
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
2012-04-06 18:31:41 +02:00
Ermal
d34b186c1b Unbreak openvpn 2012-04-05 20:30:36 +00:00
Ermal
ccf346ddb8 Bump config version to take care of new vips 2012-04-05 20:24:37 +00:00
Ermal
00b97dee82 Reread config after doing footshooting 2012-04-05 20:23:10 +00:00
Ermal
4d0c032c52 Make vips vhid be unique per parent interface! 2012-04-05 20:13:44 +00:00
jim-p
da664d195d Fix newlines 2012-04-04 11:35:34 -04:00
Ermal
bba2d76bcb Remove unused code 2012-03-23 23:11:51 +00:00
Ermal
6769cddcfe Correct location of '\n' 2012-03-23 21:11:02 +00:00
Ermal
d0f4f66cf9 Correct building of queue to not depend on parent mask 2012-03-23 21:01:06 +00:00
jim-p
282f571322 Fix pattern upload, button text check was incorrect. 2012-03-20 10:08:45 -04:00
Ermal
44252f5870 Pull required .inc 2012-03-19 19:45:53 +00:00
Darren Embry
290ef7e09a support for xmlrpcauthuser and xmlrpcauthpass in $g.
also for some reason get_pkg_sizes() wasn't using credentials at all.
2012-03-15 17:14:24 -04:00
Ermal
a67b9fb955 Set FCGI_CHILDREN to 0 since it does not make sense php to manage itself when lighttpd is doing so. This makes it possible to recover from 550-Internal... error. 2012-03-15 14:58:33 +00:00
jim-p
b0b2243137 Update help text for Host alaises to indicate FQDNs are allowed. 2012-03-15 09:56:27 -04:00
jim-p
6f49abdcfa Don't put an extra space here or later tests will fail to match this as a pass rule. Part of #2293 2012-03-14 16:18:26 -04:00
jim-p
93606e5737 Ermal says the new openntpd binary fixes this instead -- Revert "Start ntpd in the background since we don't need to care about its return data. Speeds up GUI with broken DNS."
This reverts commit 9281c9c66c.
2012-03-13 15:15:24 -04:00
jim-p
9281c9c66c Start ntpd in the background since we don't need to care about its return data. Speeds up GUI with broken DNS. 2012-03-13 13:32:38 -04:00
Ermal
a246371669 Looking at pw code : chars are invalid in a comment fieldgit diff! Replace those to just space 2012-03-12 19:28:04 +00:00
Ermal
24769c3fa6 Make this unconditional to have the pfil hooks setuped always right 2012-03-12 18:38:21 +00:00
Ermal
7377fb4bdc An empty file is created so that the table is availblke for rules refrencing it so mark it as successful. 2012-03-12 16:26:36 +00:00
Ermal
ad218b1d99 Prevent ruleset breaking from grep putting garbage on urltable files and as a result creating unparsable files breaking rulesets 2012-03-12 15:53:37 +00:00
Ermal
9b79809efb Simplify this code a little and make it easily extendible. 2012-03-12 10:55:05 +00:00
Ermal
a24a096d8f check for presense of file before trying to exec it 2012-03-12 10:34:59 +00:00
Ermal
0ee33b35a3 Do not wipe logs on reboot on full install 2012-03-12 10:32:41 +00:00