summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make sure to wait for the interface to be really created before letting the ↵smos2011-08-181-0/+9
| | | | function return for PPP(oE) interfaces.
* Make sure that we disable accepting router advertisements unless we ↵smos2011-08-181-2/+3
| | | | explicitly enable them
* Add a log message when we enable router advertisements for a interfacesmos2011-08-181-0/+1
|
* Disable the rc.newwanipv6 script called from the dhcp6 client, this causes a ↵smos2011-08-181-1/+1
| | | | recursing configure.
* Remove the gateway check here and always show the prefix delegation ID. ↵smos2011-08-181-4/+0
| | | | Alternative we should consider a dhcp-pd type for the interface v6 address. Using a FE80::1 as the interface address for now.
* Add debugging to interface down function, add support for the type6 = dhcp6.smos2011-08-181-1/+24
| | | | This really needs to be sorted out in a better way taking both v4 and v6 into consideration simultaneously.
* Add the dhcp6 firewall rules so the client can get out.smos2011-08-181-4/+16
| | | | Add a type6 field so that we can distinguish the ipv6 configuration types
* fix textChris Buechler2011-08-171-3/+3
|
* Ticket #1279. Decrease the refcount even though we're in booting phase. This ↵Ermal2011-08-172-25/+33
| | | | helps the refcount to work as intended and help in making filesystem read only correctly on embedded platfroms. While here put some exceptions to refcount API and silent any related errors that might trigger. Also take not of the NOTE on the php manual that after a share memory is opened further references to it for size and access mode should be 0.
* Include the rate output in the privilege for the traffic graph.jim-p2011-08-172-0/+2
|
* Comment out code that seems to not be anymore useful. Remove later on if no ↵Ermal2011-08-171-1/+2
| | | | complaints in sight.
* Make initial changes to allow pfSense to work in a jail.Andrew Thompson2011-08-1711-47/+132
| | | | | | This mostly avoids starting things that will not work and gets the initial config. Most of the pfSense functionality will not work (pf rules, routing, etc) but it can be used for testing.
* Allow custom dnsmasq options so ppl can set SRV records and such for ↵Andrew Thompson2011-08-172-8/+47
| | | | xmpp/kerberos
* Fix the filter rules to trigger for the right address familysmos2011-08-161-2/+3
|
* Unbreak filter.inc. Pointy-hat ?Ermal2011-08-151-3/+1
|
* Resolves #1731. Correctly handle nested alias that have hostnames. While ↵Ermal2011-08-151-2/+4
| | | | here prevent putting duplicated dns hostnames under the same table to prevent possible hickups and save double work.
* Unbreak interfaces.phpsmos2011-08-151-1/+1
|
* Fix broken static route bypass rulessmos2011-08-151-14/+13
|
* Another roll at fixing the voucher sync problems.Ermal2011-08-151-2/+2
|
* Reflect the changes in the UI page that IPv4 and IPv6 are no lounger coupled ↵Seth Mos2011-08-151-38/+12
| | | | | | together. They are now 2 seperate switch() statements. This should also allow for toggling the dhcp6 client on a PPPoE interface
* Fix a typo that caused stripping of the v4 configSeth Mos2011-08-151-3/+3
|
* Split the IPv4 and IPv6 configuration out into 2 seperate drop downs.Seth Mos2011-08-151-105/+135
|
* Also only add 127.0.0.1 as a DNS server if dnsmasq (DNS Forwarder) is enabled.jim-p2011-08-121-1/+1
|
* Correct the link generation. Reported-by: ↵Ermal2011-08-121-2/+2
| | | | http://forum.pfsense.org/index.php/topic,39855.0.html
* Remove a slipped in text that confuses peopleErmal2011-08-121-1/+1
|
* Allow disabling having localhost in resolv.conf. There are some special ↵Ermal2011-08-122-1/+24
| | | | setups that might need this.
* Resolves #1193. Properly warn about duplicate default queueErmal2011-08-111-43/+38
|
* Fix descriptionjim-p2011-08-111-2/+2
|
* Move these permissions to user.priv.inc so they don't get blasted when ↵jim-p2011-08-112-18/+18
| | | | | | | | priv.defs.inc is automatically regenerated. Conflicts: etc/inc/priv.defs.inc
* Fix missing $ on variable.jim-p2011-08-111-1/+1
|
* Populate pconfig in all cases with user info, or else when you delete a ↵jim-p2011-08-111-14/+13
| | | | privilege, the list disappears until you go back and edit the user again. (Certs too)
* Sort user privileges so dashboard/index.php come first, so if a user has ↵jim-p2011-08-112-0/+10
| | | | those permissions, they get redirected there first and not to another page.
* Add Dashboard privilege which is a collection of all required pages for the ↵jim-p2011-08-111-0/+12
| | | | dashboard. Partial fix for ticket #620 - may do something more for 2.1
* Fix privilege matching so that it respects wildcards better, especially when ↵jim-p2011-08-111-2/+4
| | | | leading.
* Syncrhonize the information with the wizards xml. Reported-by: ↵Ermal2011-08-111-2/+2
| | | | http://forum.pfsense.org/index.php/topic,39176.msg205359.html#msg205359
* Fix priv namejim-p2011-08-101-5/+5
|
* Add privilege to directly access dashboard widgets if needed for ajax.jim-p2011-08-101-0/+6
|
* Make this box much bigger, it's hard to find things in the tiny window with ↵jim-p2011-08-101-1/+1
| | | | a long list.
* If a user has access to RRD graphs, also let them access the actual RRD ↵jim-p2011-08-101-0/+1
| | | | graph images.
* Log when a user tries to access an unauthorized page.jim-p2011-08-101-0/+6
|
* fixed corrected name of ioncube modulelgcosta2011-08-091-2/+2
|
* Make the checks during step4 and step5 actually work.Ermal2011-08-094-8/+8
|
* Correct world of wordcraft rule description array. Reported-by: ↵Ermal2011-08-091-1/+1
| | | | http://forum.pfsense.org/index.php/topic,39176.0.html
* Start NTPd after dns since its a requirment and latest changes should help ↵Ermal2011-08-081-5/+5
| | | | with delays people are reporting. Reminded-by: Jim
* When clicked allow overriding of dns servers by dynamic WANs still configure ↵Ermal2011-08-081-12/+4
| | | | the other dns servers so in multi-WAN environments dns has a chance to work still.
* Tell the local system to use the locally running dns forwarder as a primary ↵Ermal2011-08-081-0/+2
| | | | source. This should help ticket #1407
* Correct array key typo mistake. Ticket #1052Ermal2011-08-081-3/+3
|
* Show the CP User count in the page title, as on 1.2.3.jim-p2011-08-081-13/+13
|
* Apparently RFC 1123 overrides RFC 952 and hostnames can start with digits ↵jim-p2011-08-062-6/+0
| | | | these days.
* Remove GUI code to enable fast routing. The backend code was removed back in ↵jim-p2011-08-051-25/+0
| | | | December in 4f76b144b0885b9a407db026723bb61f568effc3
OpenPOWER on IntegriCloud