Commit Graph

8882 Commits

Author SHA1 Message Date
Seth Mos
69be9601ac Merge remote branch 'upstream/master'
Conflicts:
	etc/inc/vslb.inc
	etc/version
2011-05-13 13:43:37 +02:00
jim-p
042578fd63 Fix comment 2011-05-12 14:04:04 -04:00
jim-p
dc073abdfd Also skip the rewind binding state or leases show expired. Reported at http://forum.pfsense.org/index.php/topic,36657.0.html 2011-05-12 13:59:58 -04:00
Scott Ullrich
eb06ca8eb8 Revert this change. reload_all() already sends a reload message. Unfortunately there is still something else lurking that causes a delay when loading the wizard step 2011-05-12 13:03:40 -04:00
Scott Ullrich
9545fe7a4e Use send_event() 2011-05-12 11:41:50 -04:00
Scott Ullrich
602e98063d Use send_message and issue the reload all operation in the background 2011-05-12 11:38:52 -04:00
jim-p
1031c9ea76 Make autocomplete on the login form optional. 2011-05-12 10:45:30 -04:00
Scott Ullrich
b148ab813f Skip step #9 for non pfSense branded installations 2011-05-11 16:40:45 -04:00
jim-p
728003c893 Various CRL fixes, handle empty internal CRLs better. 2011-05-11 16:10:49 -04:00
Scott Ullrich
51b9e41d9e Reload the wizard and then redirect to a wizard completed step. Prompt the user to donate to the project. 2011-05-11 15:26:11 -04:00
Seth Mos
cd9fa56b57 Fix the input validation, typo in the field name. Mark the prefix delegation range as not required. 2011-05-11 15:18:53 +02:00
Seth Mos
bfb3e7174a Add a prefix pool for prefix delegation. Doesn't work yet. ISC dhcpd complaining about the network mask being too short. 2011-05-09 23:23:16 +02:00
Chris Buechler
a9392a4e36 Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mterron-clone into review/master 2011-05-07 22:20:11 -04:00
jim-p
c7ac47fd2d Misc fixes to make the openvpn wizard stop re-creating a CA previously made via the wizard if you re-ran the wizard and chose a CA instead. Fixes #1512 2011-05-07 16:07:58 -04:00
Chris Buechler
2635f1f52f this should be checking for synchronizetoip not pfsyncpeerip 2011-05-07 00:14:54 -04:00
Ermal
5b06d9ccee Reorder instructions and do not reload dns if its not allowed from the dns allow override setting. 2011-05-06 21:27:14 +00:00
jim-p
114a929286 If we are disabling the radius inputs, also disable the secondary radius inputs. 2011-05-06 16:55:10 -04:00
jim-p
c07b267505 This field should be server2 2011-05-06 16:55:10 -04:00
Ermal
ac655e1b35 Use the availble constant on php for this and also the right value that comes with it since PHP never supported u_int. There is a bug open still on PHP about bcmod but some more info is needed. 2011-05-06 20:36:05 +00:00
Seth Mos
ed3956405e Add DHCP-PD support if the WAN interface is set to DHCP.
Select a DHCP-PD prefix length in correspondence with your ISP. If set to "none" it will not be requested and normal DHCPv6 is performed.
You can set a link local IPv6 address on the LAN interface and select a DHCP-PD Prefix number from the drop down.
When the dhcp-pd request is succesful, a global IPv6 address from the prefix pool with the corresponding prefix number will be configured on that interface. We then start a rtadvd daemon for this interface.
2011-05-06 12:09:57 +00:00
jim-p
f02c3e1de3 Misc OpenVPN CRL selection fixes. 2011-05-05 16:47:49 -04:00
Seth Mos
93a138ab04 Add a field for the prefix pools. Fix the DUID check 2011-05-05 22:41:39 +02:00
jim-p
461aa9d0ab When deleting a CA, delete its associated CRLs. 2011-05-05 16:14:10 -04:00
Charlie
0d8562ed34 Fix the parse error, missing bracket. 2011-05-05 19:46:18 +00:00
Seth Mos
7149c4e737 Add backend support for the dhcp v6 client 2011-05-05 19:29:50 +00:00
Ermal
8b1e7d04da Correct wrong key for checking if a interface type switched. Ticket #1420 2011-05-04 21:54:10 +00:00
Seth Mos
a9543eae56 Remove the dhcp6 type, add the DUID field to the dhcp config. 2011-05-04 14:26:56 +02:00
Seth Mos
2fb056d81a More DHCPv6 server fixes, split the function out into seperate v4 and v6. Make the router advertisement stand alone on the dhcp server page. 2011-05-04 10:58:40 +02:00
Seth Mos
dcb846e3cd Merge remote branch 'upstream/master'
Conflicts:
	usr/local/www/status_rrd_graph_img.php
2011-05-03 10:09:06 +02:00
jim-p
b01adece6e Set default colors explicity, the theme can then override them. This prevents missing colors in themes from crashing the graphs. 2011-05-02 15:32:04 -04:00
jim-p
49825b1711 If the rrd multiplier is negative, use 5% for out instead of 95% for the 95th percentile line. 2011-05-02 14:36:04 -04:00
jim-p
c639315e3c Set password on the OS instead of just the gui. Fixes #1485 2011-04-29 15:43:02 -04:00
Ermal
f7ea050596 Remove static routes that are added for dns servers when allow override is allowed when a ppp interface goes down. Code borrowed from dhclient-script. 2011-04-29 18:23:11 +00:00
Ermal
a73a9886e7 Ticket #1408. Honor the allow override settings even for ppp devices. 2011-04-29 18:19:57 +00:00
Ermal
9cf46050fc Correct saving of qinq specified members and also correctly destroy parent vlan when deleteing the interfaces. Also take care of attaching to netgraph now that we detach by default. 2011-04-28 21:21:11 +00:00
Ermal
40b0c024db Correct code description during assignment 2011-04-28 19:16:18 +00:00
Seth Mos
fcdc894353 Merge remote branch 'upstream/master'
Conflicts:
	etc/inc/pfsense-utils.inc
2011-04-28 11:33:48 +02:00
Chris Buechler
1dfb77950b fix typo 2011-04-27 21:10:02 -04:00
jim-p
b0c2087e17 Comment out debug print 2011-04-27 20:25:32 -04:00
jim-p
f35abee2f7 Whitespace cleanup, code cleanup, add choice to filter on ipv4/ipv6 and also accept a subnet to filter on via the host field. 2011-04-27 12:03:09 -04:00
jim-p
c41997ce79 Allow users to select SSL/TLS+User Auth with external authentication sources. 2011-04-26 17:08:05 -04:00
jim-p
7100a85c32 No need to include head.inc twice 2011-04-26 14:37:43 -04:00
jim-p
9f5d14ce72 Show OpenVPN instances on Status > Traffic Graphs, with descriptions. 2011-04-25 15:50:53 -04:00
Seth Mos
b1ba04cf4a Add ipv6 tunnel remote subnets 2011-04-25 19:17:30 +02:00
jim-p
d8da6350bc Provide a method for rebrands to force a theme. Otherwise upgrading nanobsd from pfSense to a rebrand image without the theme in the config.xml will have a broken GUI since the theme isn't there. 2011-04-22 11:23:43 -04:00
jim-p
908cbaf91a Set user when removing privileges, otherwise things like the user's shell would not be reset until pressing save, which is inconsistent with that step not being needed when adding privileges. 2011-04-21 15:33:13 -04:00
jim-p
46698c3f3c Reject encrypted CA private keys. Resolves #1446 2011-04-21 10:33:38 -04:00
Ermal
42c0700392 Add an option under advanced->misc to specify a proxy for retreiving pfsense package info or downloading packages. 2011-04-18 18:25:56 +00:00
jim-p
e8503ff4b6 Only start log update ajax timer if the updateDelay is defined. http://forum.pfsense.org/index.php/topic,35771.0.html 2011-04-18 13:08:06 -04:00
Seth Mos
81b44848d3 Surround the IPv6 address with brackets 2011-04-18 11:08:32 +02:00