summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Fix the input validation, typo in the field name. Mark the prefix delegation ↵Seth Mos2011-05-111-2/+2
| | | | range as not required.
* Add a prefix pool for prefix delegation. Doesn't work yet. ISC dhcpd ↵Seth Mos2011-05-092-16/+33
| | | | complaining about the network mask being too short.
* Add DHCP-PD support if the WAN interface is set to DHCP.Seth Mos2011-05-061-40/+51
| | | | | | 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.
* Add a field for the prefix pools. Fix the DUID checkSeth Mos2011-05-051-4/+13
|
* Fix the parse error, missing bracket.Charlie2011-05-051-5/+5
|
* Add backend support for the dhcp v6 clientSeth Mos2011-05-051-23/+57
|
* Remove the dhcp6 type, add the DUID field to the dhcp config.Seth Mos2011-05-041-25/+23
|
* More DHCPv6 server fixes, split the function out into seperate v4 and v6. ↵Seth Mos2011-05-042-140/+58
| | | | Make the router advertisement stand alone on the dhcp server page.
* Merge remote branch 'upstream/master'Seth Mos2011-05-037-37/+50
|\ | | | | | | | | Conflicts: usr/local/www/status_rrd_graph_img.php
| * Set default colors explicity, the theme can then override them. This ↵jim-p2011-05-021-19/+22
| | | | | | | | prevents missing colors in themes from crashing the graphs.
| * If the rrd multiplier is negative, use 5% for out instead of 95% for the ↵jim-p2011-05-021-1/+2
| | | | | | | | 95th percentile line.
| * Set password on the OS instead of just the gui. Fixes #1485jim-p2011-04-291-1/+1
| |
| * Remove static routes that are added for dns servers when allow override is ↵Ermal2011-04-291-1/+7
| | | | | | | | allowed when a ppp interface goes down. Code borrowed from dhclient-script.
| * Ticket #1408. Honor the allow override settings even for ppp devices.Ermal2011-04-291-10/+13
| |
| * Correct saving of qinq specified members and also correctly destroy parent ↵Ermal2011-04-282-4/+4
| | | | | | | | vlan when deleteing the interfaces. Also take care of attaching to netgraph now that we detach by default.
| * Correct code description during assignmentErmal2011-04-281-1/+1
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-04-2811-94/+177
|\ \ | |/ | | | | | | Conflicts: etc/inc/pfsense-utils.inc
| * fix typoChris Buechler2011-04-271-1/+1
| |
| * Comment out debug printjim-p2011-04-271-1/+1
| |
| * Whitespace cleanup, code cleanup, add choice to filter on ipv4/ipv6 and also ↵jim-p2011-04-271-78/+91
| | | | | | | | accept a subnet to filter on via the host field.
| * Allow users to select SSL/TLS+User Auth with external authentication sources.jim-p2011-04-261-7/+0
| |
| * No need to include head.inc twicejim-p2011-04-261-2/+0
| |
| * Show OpenVPN instances on Status > Traffic Graphs, with descriptions.jim-p2011-04-251-1/+11
| |
| * Provide a method for rebrands to force a theme. Otherwise upgrading nanobsd ↵jim-p2011-04-221-1/+3
| | | | | | | | from pfSense to a rebrand image without the theme in the config.xml will have a broken GUI since the theme isn't there.
| * Set user when removing privileges, otherwise things like the user's shell ↵jim-p2011-04-211-0/+1
| | | | | | | | would not be reset until pressing save, which is inconsistent with that step not being needed when adding privileges.
| * Reject encrypted CA private keys. Resolves #1446jim-p2011-04-211-0/+2
| |
| * Add an option under advanced->misc to specify a proxy for retreiving pfsense ↵Ermal2011-04-181-0/+59
| | | | | | | | package info or downloading packages.
| * Only start log update ajax timer if the updateDelay is defined. ↵jim-p2011-04-181-1/+3
| | | | | | | | http://forum.pfsense.org/index.php/topic,35771.0.html
| * Properly set/unset voucher enable/disable bit.jim-p2011-04-151-3/+6
| |
| * Move the link to add a gateway up next to the drop-down box so it is more ↵jim-p2011-04-151-2/+2
| | | | | | | | obvious.
* | Add ipv6 tunnel remote subnetsSeth Mos2011-04-251-4/+36
| |
* | Surround the IPv6 address with bracketsSeth Mos2011-04-181-0/+2
| |
* | Properly add dns and wins fields, load them on page load.Seth Mos2011-04-151-0/+2
| |
* | Change the wording and the link placement for adding a new gatewaySeth Mos2011-04-151-4/+6
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-04-153-3/+44
|\ \ | |/
| * Test if a variable is set before trying to unset it. If a user has no rules ↵jim-p2011-04-141-1/+1
| | | | | | | | in their config, then $config['filter'] would not be undefined, so unsettings $config['filter']['bypassstaticroutes'] would result in an error. http://forum.pfsense.org/index.php/topic,35702.0.html
| * Add missing fields for l2tp to define dns and wins serverssmos2011-04-131-0/+41
| |
| * Also exclude grep from running processes when grepping for a running packet ↵jim-p2011-04-121-2/+2
| | | | | | | | capture. Also, fix other test to match the recent changes made.
* | Make it possible to add a IPv6 gateway using the ajax add buttonSeth Mos2011-04-151-18/+84
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-04-1212-23/+67
|\ \ | |/
| * Add a toggle under System > Advanced on the misc tab to enable/disable debug ↵jim-p2011-04-112-1/+31
| | | | | | | | mode for racoon.
| * Fix copy/paste errorjim-p2011-04-081-1/+1
| |
| * Make sure a theme directory actually exists before blindly using it.jim-p2011-04-081-1/+1
| |
| * Rework ntpdate_sync_once.sh, so it makes sure ntp/ntpdate/itself are not ↵jim-p2011-04-081-1/+8
| | | | | | | | running before trying to sync time, and then launch ntpd at the end for time sync (last commit was premature)
| * Don't unconditionally start ntpd after doing ntpdate, it might be disabled.jim-p2011-04-081-5/+0
| |
| * Send ntpdate output to syslogjim-p2011-04-081-1/+1
| |
| * Remove extra variable setScott Ullrich2011-04-071-2/+0
| |
| * Remove copy pasteScott Ullrich2011-04-071-1/+1
| |
| * Unbreak check if capture is runningScott Ullrich2011-04-071-3/+5
| |
| * When using ' variables are not expanded. Use double quotes so that the ↵Scott Ullrich2011-04-071-1/+1
| | | | | | | | variable is exanded
OpenPOWER on IntegriCloud