Commit Graph

16825 Commits

Author SHA1 Message Date
jim-p
bca35cff46 Add a checkbox for duplicate-cn on OpenVPN servers. 2011-01-20 12:33:39 -05:00
Scott Ullrich
09e11b6947 Comment what this variable does 2011-01-20 11:33:37 -05:00
Scott Ullrich
f0695975e8 Adding $builder_package_install variable. When set to true ignore library fixups and sync_package() directives. 2011-01-20 11:30:01 -05:00
Scott Ullrich
86ae36217b Allow setting package interfaces to loopback (lo0) 2011-01-19 18:35:51 -05:00
Ermal
daacb81809 Ticket #1210. Also here unset any previous value if none posted. 2011-01-19 21:23:27 +00:00
Ermal
c2461a56d4 If no value is posted means we have no value to save in config and should unset any pervious set ones. 2011-01-19 21:20:50 +00:00
Ermal
f5bafe95a1 Resolves 1209. Correctly calculate the necessary data to return from an 'pfsense' format encrypted file. 2011-01-19 20:56:23 +00:00
Ermal
38bdc48def This logic was reversed fix it. Reported-by: Seth 2011-01-19 18:57:32 +00:00
Chris Buechler
33a2693c75 don't show platform here (rebrands) 2011-01-19 13:53:59 -05:00
Ermal
bcfe4ae5ad Ticket #259 trim the \n from the command output and return only the numeric part of it. 2011-01-19 18:25:54 +00:00
jim-p
1c4edc3c32 If an outbound nat rule has a protocol specified, show it in the summary view. 2011-01-19 13:07:19 -05:00
smos
911a262f18 Prevent a IPv6 address from breaking system routing. This is a hack because we don't have the proper ip validation in 2.0 mainline 2011-01-19 08:30:05 +01:00
Chris Buechler
ff998f10e4 fix DNS rebinding descr 2011-01-18 21:36:56 -05:00
Ermal
532cb89499 Ticket #836 Ticket #1194 and http://forum.pfsense.org/index.php/topic,32175.msg166263.html#msg166263 suggest that now that CP actions are quite fast its better to send the logout data before actually disconnecting the client. 2011-01-18 22:21:11 +00:00
Ermal
85e3f445b0 Do not put a config entry for dhcpd if we cannot determine the subnet address. Reported-by: http://forum.pfsense.org/index.php/topic,32303.0.html 2011-01-18 21:13:30 +00:00
jim-p
ba4f6e1df6 Better way to determine the username for config descrs 2011-01-18 15:38:04 -05:00
jim-p
fa09d1b836 Fix variable name reference 2011-01-18 15:38:03 -05:00
jim-p
b1224cdc1e Fix references to what was apparently supposed to be $g['booting'] and not $bootup. 2011-01-18 15:38:02 -05:00
jim-p
f9c8e64c63 Add a description to this write_config() so it's a little more obvious what it's doing in the logs. 2011-01-18 15:38:02 -05:00
Warren Baker
3644e29ce6 The use of log_error() requires util.inc 2011-01-18 22:22:30 +02:00
jim-p
1bbbd3dd19 No need to set this here, we already set it in config.inc (and it takes precedence) 2011-01-18 11:00:33 -05:00
jim-p
4b08378cdf No need to set this here anymore. We set it higher by default. 2011-01-18 10:38:54 -05:00
jim-p
7d9b3d5ef1 Add the cron job a different way. There have been a couple reports of losing CAs during the config upgrade and this was the only added function at the time. 2011-01-18 09:58:37 -05:00
smos
96e889fc1e Specify the -inet family so that accidental IPv6 addresses here don't break the system routing. 2011-01-17 23:11:50 +01:00
Ermal
2b7ca9b2d9 Add the default value for the new tunable debug.pfftpproxy to 0. It allows to disable the pfftpproxy. Also add it to the default config.xml though no upgrade code should be needed since people can create this from the gui and hopefully do not need to know about this anyway. 2011-01-17 21:29:04 +00:00
Ermal
9d7d238816 Really do not deactivate netgraph if the underlying interface is needed by it! 2011-01-17 20:08:09 +00:00
Pierre POMES
756720e24c Ticket #1198. Fix code when checking client or server 2011-01-15 10:03:40 -05:00
jim-p
5a05633aa2 Fix serial port note text. 2011-01-14 14:58:53 -05:00
jim-p
75e9ed89a9 Remove extra brace 2011-01-14 14:14:58 -05:00
jim-p
546f30caee Better test for an empty CA to avoid writing out an empty CA file (some on the forum are seeing this.) 2011-01-14 12:20:16 -05:00
jim-p
396cfe2ee5 Validate imported CA/Cert a bit more strongly. Should fix #1190 2011-01-13 09:33:13 -05:00
jim-p
ad0d6389a2 Bail on reinstalling all packages if we can't contact the package repo. 2011-01-12 16:39:17 -05:00
jim-p
7201ca277e We no longer use /var/run/config.lock - catch up to other progress. Also, use lockf to test if the config is locked now, with a 30 second timeout. 2011-01-12 14:26:35 -05:00
Ermal
311f93cd14 Ticket #621. Sort even csr subject to have the matching go ok during import of externally signed cers. 2011-01-12 19:19:35 +00:00
jim-p
3b83b51ad2 Only copy 52 chars of a user descr to the pf rule. When added to the "USER_RULE: " prefix (11 chars) we hit the 63 char limit. Fixes #1187 2011-01-12 13:06:13 -05:00
Scott Ullrich
a8c3598046 Revert "nuke content size."
This reverts commit 456962bde2.
2011-01-11 21:37:52 -05:00
Pierre POMES
34bf3b3b93 Ticket #1183. Skip call to filter_configure() here, this will be done when user will click on 'apply changes' button in firewall_aliases.php 2011-01-10 21:28:42 -05:00
jim-p
001cbed200 Sort installed packages in a case insensitive way on the widget and installed packages list. 2011-01-10 17:58:51 -05:00
jim-p
c126131572 Whitespace fixes 2011-01-10 17:57:39 -05:00
jim-p
b2254c7f38 Sort services on the services status page and widget. 2011-01-10 17:49:42 -05:00
jim-p
887b5af573 Be more restrictive with PPTP passwords, invalid characters can blow up the config. 2011-01-10 16:23:49 -05:00
jim-p
d0dc2fd1ab Bump config version, add upgrade code to setup cron job for URL table update script. 2011-01-10 16:11:47 -05:00
jim-p
dc074b0f71 Update config.xml to a more recent version, include a cron job for URL table aliases updates. 2011-01-10 16:11:46 -05:00
Ermal
b7ff3186fd Ticket #875. While ldconfig should be called by pkg code itself do it explicitly to have the cache file rebuilt with correct list. 2011-01-10 21:06:52 +00:00
Ermal
24e61ccedc Ticket #317. Unconditionally synchronize users on bootup this might prevent some reports of ssh keys not being there. 2011-01-10 20:52:06 +00:00
Ermal
0f70d563a2 Ticket #944. Do not use the interface_bring_down fucntion here since it is meant for assigned interfaces. Directly destroy previous vlan interface if parent changes. 2011-01-10 17:21:34 +00:00
Ermal
d0d70b03bb Ticket #1013. Force NAS_PORT to be of type integer to avoid it being interpreted as char and generate wrong radius packet. 2011-01-10 17:00:19 +00:00
jim-p
c97297fda0 Add EasyRule images to all other themes. Should work in all themes now. 2011-01-10 10:58:30 -05:00
Scott Ullrich
f4015bd73b Turn back off zlib compression 2011-01-10 09:35:11 -05:00
Chris Buechler
17dd7ff3d7 allow 127.0.0.1 and localhost for HTTP_REFERER checks 2011-01-09 22:45:21 -05:00