Commit Graph

18852 Commits

Author SHA1 Message Date
Joecowboy
293cd289ee Added Time format change XML tag for both DHCP and DHCPv6 if you want to use local time instead of UTC for leases. 2012-02-25 15:10:16 -06:00
smos
350471d545 Always configure a link local address when configuring a carp with a IPv6 address. 2012-02-25 18:52:39 +01:00
Pierre POMES
a3de8b9eef Ticket #1917: fix typos, fix domain-search for dhcpv6 2012-02-25 11:12:56 -05:00
smos
f55b6cbbb1 Write out a default router file for the srd interface 2012-02-25 13:46:22 +01:00
smos
d500e296d8 Adding gateway support for 6rd support, does not add route yet.
Adds to ticket #2117
2012-02-25 13:32:12 +01:00
smos
12215bfb9c Update the interfaces.php for 6rd support, reflects variable changes
Adds to ticket #2117
2012-02-25 12:46:12 +01:00
smos
3f383504ae Add 6rd backend code support, adds rules for proto 41 traffic for 6rd on WAN so that the tunnel works.
Adds to ticket #2117
2012-02-25 12:43:25 +01:00
Pierre POMES
42a3cbab84 Ticket #1917 - DHCP server support for multiple domains in search list 2012-02-23 22:56:18 -05:00
Erik Fonnesbeck
b805ef90ef Carry over the key length on input errors when creating a certificate signing request. Fixes #2233 2012-02-23 18:00:06 -07:00
jim-p
d3a2337a72 While we're at it, allow hostnames for syslog servers, since that is also valid. 2012-02-23 16:24:23 -05:00
Erik Fonnesbeck
0b84b20037 Change case of "NOTE" for consistency with other pages and fix a misspelling. 2012-02-23 12:23:07 -07:00
jim-p
e34a7abbb6 Reformat syslog settings, cleanup whitespace, reword some awkward English, add more detail. 2012-02-23 11:37:04 -05:00
jim-p
4a8a90ffa6 Allow users to enter a port number when adding a remote syslog server. 2012-02-23 10:53:14 -05:00
jim-p
7be4635326 If no rules are defined on the floating rules tab, show a more relevant message. 2012-02-23 08:48:14 -05:00
jim-p
a86c158d03 Make the reboot time estimate a little more realisitic. 2012-02-23 08:36:54 -05:00
Warren Baker
b738cea7c6 Missed removing the function from here as well 2012-02-23 13:06:40 +02:00
Warren Baker
4b0e8c916b No need for extra function and touching of file, just set the value and use grep from XML to determine to beep or not 2012-02-23 10:35:03 +02:00
Chris Buechler
a2263f0cd8 Merge pull request #56 from yakatz/beep
Option to disable startup/shutdown sounds
2012-02-22 21:37:59 -08:00
Yehuda Katz
5e4d70a082 Option to disable startup/shutdown sounds 2012-02-22 23:17:05 -05:00
Scott Ullrich
1b9c5e4d00 Merge pull request #55 from yakatz/dyndns
Fixing existing DynDNS force-update feature. Redmine bug #2228
2012-02-22 17:15:41 -08:00
Yehuda Katz
f3b2b2a42c Fixing existing DynDNS force-update feature. Redmine bug #2228 2012-02-22 20:02:09 -05:00
jim-p
40ce0d68ed For nat reflection inetd rules, udp/dgram requires wait, instead of nowait/0. Might help with UDP reflection. 2012-02-22 14:26:28 -05:00
Chris Buechler
f581cb10fd only skip adding default gateway if OLSR is actually enabled, and log why you're skipping it, otherwise it's tons of "fun" to dig in and figure out what's going on. 2012-02-22 07:01:17 -05:00
Erik Fonnesbeck
055e182f01 Don't add the description either when the condition is not met, in case other required fields are later added. 2012-02-21 03:42:55 -07:00
smos
b9ee868674 Revert "Remove the -S $SRCIP to ping and added a timeout."
This is functionality that can not be removed to properly keep VPN tunnels alive.

This reverts commit d4e37b2edd.
2012-02-21 08:04:45 +01:00
Seth Mos
2481045fdf Merge pull request #54 from jeandebogue/patch-2
Remove the -S $SRCIP to ping and added a timeout.
2012-02-21 00:04:42 -08:00
jeandebogue
d4e37b2edd Remove the -S $SRCIP to ping and added a timeout. 2012-02-21 08:55:49 +01:00
Chris Buechler
1d50d8d9e9 ARP table is singular 2012-02-21 00:32:49 -05:00
jim-p
4582ef4152 Use PHP's built-in RFC 2822 date format, rather than trying to make our own. 2012-02-20 16:33:57 -05:00
Warren Baker
9beeae5a35 Rather use -c to check for line count, we then dont have to deal with extra whitespaces 2012-02-20 15:55:06 +02:00
Pierre POMES
206aa9fc24 Ticket #2205 - Add input validation, keep same logic as 2.0.1 and abore for default values 2012-02-19 21:46:12 -05:00
Pierre POMES
259f606eb8 Ticket #2205 - Main logic for relayd global settings screen, still need to add stuff (input validation, etc) before closing ticket 2012-02-19 19:25:09 -05:00
Scott Ullrich
cb2d016444 Add missing ; 2012-02-18 14:39:39 -05:00
Scott Ullrich
f47823904b Merge pull request #51 from Joecowboy/master
Fix for White Space causing an error with Wifi Mode
2012-02-18 10:33:07 -08:00
Joecowboy
ebc2ee612f A friend of mine was having the same issue that was stated in another pull request with the explode function and white space. So when you commit changes on WLAN would throw and error stating MODE must have SSID set. Dropped the explode function all together, initialized the array first and then pushed the SSID onto the array if Mode is set to Access in your wireless configuration. No more Mode set issue. :D 2012-02-18 12:25:14 -06:00
Seth Mos
e32805d9ef Merge pull request #49 from yakatz/master
2038 bug in user manager
2012-02-15 07:42:31 -08:00
Pierre POMES
37129ab8f8 Ticket #2157. Add missing call to relayd_configure() 2012-02-14 21:57:44 -05:00
Yehuda Katz
4d148b596e Convert strtotime() to DateTime object to fix 2038 roll-over issue. 2012-02-14 20:29:20 -05:00
jim-p
eaf23c1717 Add button to download a .p12 of a cert+key. Implements #2147 2012-02-14 13:53:07 -05:00
jim-p
a5a483e05b Reject an interface without a subnet as a network source in the IPsec Phase 2 GUI. Fixes ticket #2201 2012-02-14 13:03:05 -05:00
jim-p
cf0a2714c2 Don't let an empty subnet into racoon.conf, it can cause parse errors. Ticket #2201 2012-02-14 12:32:20 -05:00
jim-p
846a6dc2e9 Fix reference to PPTP secondary RADIUS server shared secret.
See http://forum.pfsense.org/index.php/topic,46103.0/topicseen.html
2012-02-13 15:06:47 -05:00
Ermal
02de5c079d Correct checking if a gif is part of bridge so that it actually works correctly adding a gif after having created it on bootup 2012-02-13 19:47:56 +00:00
Ermal
0c1f27fffc Correct disconnection of macs 2012-02-10 19:49:25 +00:00
Ermal
10fb17c167 Resolves #2052. Remove duplicate rule 2012-02-08 21:04:33 +00:00
smos
09f638b69f Make sure to pass the string, not the array 2012-02-08 13:08:24 +01:00
smos
51c57aae95 Perform actual 128 bit operations to make sure we get the math right. 2012-02-08 12:54:53 +01:00
Ermal
9252d093fa Another try to eliminate the warning 'PHP Warning: Cannot modify header information - headers already sent by (output started at /etc/inc/authgui.inc:201) in /usr/local/www/guiconfig.inc on line 47' 2012-02-08 07:59:09 +00:00
Erik Fonnesbeck
c58715af2f Change to embed to prevent IE9 from misbehaving. Ticket #2165 2012-02-07 23:38:56 -07:00
Erik Fonnesbeck
c28fae2fd1 Revert "Check if a session already exists to avoid errors issued by php on sesion_start being called on existing session"
This reverts commit 9b2de7e2a6.
2012-02-07 22:32:41 -07:00