Commit Graph

9668 Commits

Author SHA1 Message Date
Scott Ullrich
77a43cf0fb Move is_wan_up() after the routing is configured. 2008-08-19 23:28:38 +00:00
Scott Ullrich
68cd47b3a6 Move ntpdate function down a bit after routing is configured. 2008-08-19 23:27:12 +00:00
Scott Ullrich
86a12a6f5d Eliminate very annoying message on bootup "No process found". 2008-08-19 23:11:28 +00:00
Matthew Grooms
c945d83823 Fix some bugs in the pf filter generation code. If a user rule specified
a destination of lan, pptp or pppoe, generate_user_filter_rule() would
overwrite the source address instead of setting the destination address.
The OpenVPN interface alias configuration was completely broken which
prevented any user defined rules from working correctly. While here, also
perform some whitespace and simple code cleanup.
2008-08-19 18:15:17 +00:00
Scott Ullrich
4f1842be28 Commit changes submit by Rajkumar S:
Checks for file named /nanobuild and invokes /etc/rc.initdiskless if found, otherwise it follows the normal embedded bootup.
2008-08-18 16:30:11 +00:00
Seth Mos
c7ab1feae9 Touch up text 2008-08-17 20:27:52 +00:00
Scott Ullrich
6946d43d3d Add a script to assist in removing all packages and or the package
configuration file from the command line.
2008-08-15 23:40:40 +00:00
Scott Ullrich
ebd9c6d82c Fix nat entry.
Pointed-out-by: Wallabybob via forum
2008-08-14 16:39:20 +00:00
Ermal Luçi
0750014f7f Enable tcpmssfix option to mpd on pppoe case which allows things like Msn Messenger or site like msn.com to behave correctly otherwise communication problems arise. 2008-08-14 16:09:18 +00:00
Ermal Luçi
67473d80ef * Move the interface detection of which interface is configured to the top so the pppoe reset function work correctly.
* Check is the array isset before referenceing it.
2008-08-14 16:06:48 +00:00
Ermal Luçi
7a6148e4ef Bring the bridge checks up to date with the bridge changes. 2008-08-13 21:14:24 +00:00
Ermal Luçi
6c0327f13f Remove bogus commands that adds a route to the new address pointing to dhcp.
It seems uncertain either to be a typo of $new_ip_address and $old_ip_address my test show that either cases it does more harm than good.

For now remove it altogether since it causes strange issues and makes ipsec tunnels not work on the interface with the new address.
2008-08-12 21:24:26 +00:00
Scott Ullrich
6e41522cec Return after redirecting. 2008-08-12 17:08:39 +00:00
Scott Ullrich
406578388e Ensure we unlock captive portal before redirecting. 2008-08-12 16:58:47 +00:00
Scott Ullrich
8abb10307f Remove duplicate function portal_mac_fixed() 2008-08-12 16:51:33 +00:00
Scott Ullrich
388cb34e29 Ensure /var/etc/ssl exists 2008-08-12 03:46:05 +00:00
Scott Ullrich
05a5e5c546 Simplify mod_expire statement 2008-08-12 02:50:02 +00:00
Matthew Grooms
67b6ce8f7b Forced commit to ensure this file stays out of the attic due to a missing
version in head.
2008-08-11 22:01:45 +00:00
Matthew Grooms
58fdb8ad1f Add a certificate list to the user object that can be managed using the ca
and user manager screens.
2008-08-11 21:49:52 +00:00
Scott Ullrich
b51eff52be Disable extended TCP debugging. 2008-08-11 18:00:28 +00:00
Ermal Luçi
2eedb54841 Remove debugging craft. 2008-08-11 16:31:58 +00:00
Matthew Grooms
60286f06b5 Do a better job of re-assigning admin privileges when the password reset
menu option is used. Reported by Scott and Chris.
2008-08-11 15:56:07 +00:00
Ermal Luçi
0d3f3e9093 style(9)++. 2008-08-10 17:02:18 +00:00
Ermal Luçi
b8d1c38b2b Remove debugging code. 2008-08-10 16:59:49 +00:00
Ermal Luçi
b6f3005c2b Bring to functionality the editing of aliases.
* Cleanup uneccesary eval() use in php code
* Invrease on javascript the limits to 299 to really allow 299 entries
* Remove limitiation of not being able to delete the first entry
* Make all the rows dynamic. Now a new alias will not show any rows unless the plus sign is clicked.
* Fix bug where OpenVPN aliases where being selected in case of Port aliases
* Cleanup and style(9) here and there
2008-08-10 16:54:54 +00:00
Scott Ullrich
fb673a312f cat /var/folders/X7/X7bVv+-6HAyNkkcSCwAA5k+++TI/-Tmp-//cvsCjq0EX 2008-08-09 22:06:18 +00:00
Scott Ullrich
621084b521 Use outputCSSPrintFileInline() function 2008-08-09 22:02:16 +00:00
Scott Ullrich
8d236bfb7c * Check if file exists
* Correct Javascript -> CSS incorrect assignment
* Restore inline functions
2008-08-09 21:49:25 +00:00
Chris Buechler
8ea4b40c9b fix typo 2008-08-09 20:39:34 +00:00
Scott Ullrich
fca80f8537 Do not inline niftycssCode.css 2008-08-09 04:15:19 +00:00
Scott Ullrich
5fca058353 Output product names correctly 2008-08-09 03:11:44 +00:00
Scott Ullrich
07648d5676 Unbreak 1.3 CP. 2008-08-09 02:29:27 +00:00
Matthew Grooms
64cc39d3dd Implement a certificate authority and certificate webui that can be used
to centrally manage this data. There are no consumers at this time. This
interface allow for the following ...

Certificate Authority Manager:
- List certificates authorities
- Import existing certificate authority
- Create internal certificate authority

Certificate Manager:
- List certificates
- Import existing certificate
- Create internal certificate using an internal CA
- Generate certificate signing request for external CAs
- Process certificate signing response from external CAs

Certificate revocation is not currently implemented. The user system will
also be extended to allow for user specific certificate management in a
follow-up commit.
2008-08-09 00:06:08 +00:00
Martin Fuchs
0b0b631690 fix typo: http://forum.pfsense.org/index.php/topic,10847.0.html 2008-08-08 21:10:31 +00:00
Martin Fuchs
90ee3f4d6e add MSN to well-known-ports 2008-08-08 11:43:25 +00:00
Matthew Grooms
080cda0f91 Add a right arrow icon supplied by hoba. This compliments the existing
left arrow icon. Use the left and right arrow icons instead of the plus
and x icons for moving users and groups between selection lists in the
user and group manager screens.
2008-08-06 21:58:03 +00:00
Matthew Grooms
651d468705 Now that we have given the mhash extension a bit of time to settle into
the tree, enable nthash password generation.
2008-08-06 07:09:59 +00:00
Scott Ullrich
5285a0e316 Adding php5-openssl 2008-08-06 06:24:32 +00:00
Ermal Luçi
178700e6d8 If anybody needs plip(4) notify me! 2008-08-05 23:03:41 +00:00
Ermal Luçi
93a0a02815 This check is needed to prevent php oddities with arrays and strange behaviour of count and empty! As commit fixes errors with not configured openvpn. 2008-08-05 22:59:06 +00:00
Ermal Luçi
4318cee1da Do not show assigned interfaces on lagg config. 2008-08-05 22:43:25 +00:00
Ermal Luçi
c542897782 Try to do better sanity checks. 2008-08-05 22:24:17 +00:00
Ermal Luçi
3134528d84 Rename the bridge knob to bridged so that the upgrade code works correctly and we play by the rules of the parser. 2008-08-05 22:21:14 +00:00
Matthew Grooms
ce6af29aea Silence warnings generated by pw during configuration update. Requested by
Scott.
2008-08-05 22:14:16 +00:00
Ermal Luçi
5751daba60 Update latest config! 2008-08-05 22:11:43 +00:00
Ermal Luçi
e7a4d55650 Try to overcome php smartiness with floating point numbers. 2008-08-05 21:31:12 +00:00
Bill Marquette
64b97cf0d4 Ooops, remove leftover debug code 2008-08-05 21:03:53 +00:00
Bill Marquette
52bd375c78 oh how I hate thee php array 2008-08-05 21:03:10 +00:00
Ermal Luçi
fc9351e17f Record that we are on a new config format. 2008-08-05 17:37:08 +00:00
Ermal Luçi
0760c14afb Try to convert old bridges config to the new format. 2008-08-05 17:00:36 +00:00