jim-p
bcafa618a4
Add server IP column and cached IP display to RFC2136 host list.
2013-07-02 16:58:06 -04:00
jim-p
6d8dd98bf4
Add option to RFC2136 to find/use the public IP if the interface IP is private. (Off by default)
2013-07-02 16:58:05 -04:00
jim-p
a04da9bfb6
Fix double click row to edit for rfc2136
2013-07-02 16:58:04 -04:00
jim-p
7c9da7be0c
Add cached IP support to RFC2136, add GUI button to force update for single host.
2013-07-02 16:58:03 -04:00
Ermal
bdba4fa762
Correct variable used to delete symlinks and files delete from CP filemanager. Reported-by: http://forum.pfsense.org/index.php/topic,64016.0/topicseen.html . While here reduce some uneeded extra operations
2013-07-02 19:05:07 +00:00
jim-p
97752da542
Add the interface's descr after the pool name.
2013-07-02 14:26:58 -04:00
smos
a13acc0e04
Add a checkbox that can be used to request only a IPv6 prefix without a IPv6 address. Some ISPs DHCP6 servers will fail the request if both are requested and only a Prefix is allowed.
...
Conflicts:
usr/local/www/interfaces.php
2013-07-02 11:27:06 +02:00
Ermal Luçi
fcbef05a9c
Merge pull request #686 from Klaws--/master
...
Added previously missing class selectors cs1-cs7 plus VA (voice-admit), plus the TOS values which still work with DSCP
2013-07-02 03:49:06 -07:00
Klaws--
dc63650a88
Added previously missing class selectors cs1-cs7 plus VA (voice-admit), plus the TOS values which still work with DSCP
...
Definitely requires my patches to the kernel patches to work (dscp.RELENG_*.diff). OTOH, it is currently broken anyway, so wahtever happens, it cannot get more broken. ;-)
Reasons for inclusion of the missing classes into filter.inc (and not the kernel):
1.I wanted to keep kernel changes to a minimum.
2.This approach provides a clear point if users need to add their own DSCPs. Yup, two of the DSCP pools are reserved for experimental and internal use...didn't want to add 'em all (2*16 DSCPs) to the list.
http://forum.pfsense.org/index.php/topic,63580.0.html
Redmine entry: http://redmine.pfsense.org/issues/2998
2013-07-02 12:37:35 +02:00
N0YB
da9a0ad0db
RRD Specify RRA and Resolution
...
Don't leave it up to RRD Tool to select the RRA and resolution to use.
Specify the RRA and resolution to use per the graph havg value.
2013-07-02 07:12:50 -03:00
N0YB
70d36e3829
Adjust archives array values to match sizes for average calculation.
2013-07-02 06:50:40 -03:00
N0YB
086d941dd6
Archive start is “now” minus archive length. Not “end” minus archive length. Sometimes "end" is not "now".
2013-07-02 06:50:32 -03:00
Jim P
0bd85300e6
Merge pull request #684 from N0YB/Advanced_DHCP_Client_Options
...
Add show/hide to the new "Reject Leases From" row
2013-07-01 05:24:42 -07:00
Renato Botelho
c54b45860d
fix typos
2013-07-01 07:16:11 -03:00
N0YB
63c704c314
Add show/hide to the new "Reject Leases From" row
...
Show for Basic and Advanced. Hide for Config File Override.
2013-07-01 00:46:01 -07:00
Renato Botelho
bc82e33190
Merge pull request #671 from wrboyce/master
...
allow defining dhcp static mappings using dhcp-client-identifier
2013-06-30 06:55:27 -07:00
Renato Botelho
61ef14bb46
Merge branch 'Advanced_DHCP_Client_Options' of https://github.com/N0YB/pfsense into N0YB-Advanced_DHCP_Client_Options
...
Conflicts:
usr/local/www/interfaces.php
2013-06-30 10:50:55 -03:00
jim-p
210eea2caa
Fix CP status sorting to properly respect the zone.
2013-06-28 12:36:44 -04:00
jim-p
9d79318707
Add a note about the LDAP hostname matching the server cert's CN.
2013-06-27 14:34:54 -04:00
jim-p
4efdada8f3
Add option and code to sync Auth servers with XMLRPC.
2013-06-24 15:33:16 -04:00
Ermal Luçi
e06263e112
Merge pull request #674 from PiBa-NL/SystemGroupmanager_16charName
...
System: Group manager, set max length for groupname to 16 characters
2013-06-22 03:55:15 -07:00
PiBa-NL
3db408b303
System: Group manager, set max length for groupname to 16 characters
2013-06-22 00:40:01 +02:00
Phil Davis
490cd4388b
Use Probe Interval on gateway advanced settings
2013-06-21 08:33:29 +05:45
jim-p
94744c2710
Correct gateway down/probe interval text.
2013-06-19 08:47:21 -04:00
jim-p
40e6086ada
Allow removing CA and Cert entries that are blank/empty. Fixes #3005
2013-06-18 14:43:25 -04:00
jim-p
7ddfa92266
Add an option to force IPsec to reload on failover, which is needed in some cases for IPsec to fail from one interface to another. Ticket #2896
2013-06-18 14:00:41 -04:00
jim-p
57c83fd606
Add a field to allow rejecting DHCP leases from a specific upstream DHCP server.
2013-06-18 13:00:26 -04:00
jim-p
d17c7b79f1
Change test after IPsec apply to check for any value >= 0. If a user has hostnames vpn_ipsec_configure() now returns the number of hostnames, so the previous test failed and the "apply changes" button would never go away.
2013-06-18 10:05:30 -04:00
Renato Botelho
ab3ab2acc2
Allow user to set interval between attempts to resolve hostnames configured on aliases
2013-06-17 12:24:46 -03:00
Will Boyce
84a27e3114
fix dhcp static mapping/client identifier validation
2013-06-17 11:01:18 +01:00
Chris Buechler
9a0a9fc1a8
not true you have to log in again since HTTP basic auth was deprecated.
2013-06-17 00:23:50 -05:00
Chris Buechler
a6c032978f
add MSS clamping to setup wizard. Now that MTU and MSS are separate, the MTU description was wrong, and both need to be there.
2013-06-17 00:16:29 -05:00
Will Boyce
449f1dd2b2
allow defining dhcp static mappings using dhcp-client-identifier
2013-06-16 08:57:48 +01:00
Renato Botelho
df78d8cc18
Fix max length for wpa passphrase, it fixes #3034
2013-06-14 16:33:58 -03:00
Renato Botelho
a22537c73c
Allow queues to be deleted, it fixes #3037
2013-06-14 15:44:08 -03:00
Renato Botelho
6b7c0fefd8
Update list of mobile service providers
2013-06-14 09:44:20 -03:00
jim-p
fd5efd386f
Fix exec perms on mail.php
2013-06-13 13:12:47 -04:00
jim-p
dd16aadff6
Add a simple CLI mail script capable of sending an SMTP message using echo/piped input, e.g. ifconfig -a | mail.php -s"ifconfig output"
2013-06-13 13:05:14 -04:00
francisuk
4e79fb9a9f
EAOrigin.pat - Traffic Sharping Layer 7
...
The EA Store is now Origin, Tested and works (for now) will make changes if i come to anything useful.
2013-06-13 18:44:36 +02:00
jim-p
48b86f6257
Add the ability to disable Growl or SMTP notifications but keep their settings intact. Remove automatic test messages on save. Add individual test buttons for Growl and SMTP that work even if the service(s) are disabled.
2013-06-13 12:17:47 -04:00
jim-p
00a695c8cd
Don't restrict the content of descr when making CA/Certs, it's free-form.
2013-06-12 13:56:16 -04:00
Ermal
fb0eb20bb9
Actually do not allow the loop to continue. Related to Ticket #1928
2013-06-12 17:46:12 +00:00
francisuk
8d1eb49e2d
SWF
...
As said on the pFsense forum http://forum.pfsense.org/index.php/topic,62863.0.html It works and tested by me.
2013-06-12 04:28:18 +02:00
Michele Di Maria
87428ee8dc
Status-Queues: Get the stats gauge for PPS or bandwidth
...
Let the user select the values to show in the stats gauge between PPS and bandwidth.
2013-06-09 12:33:57 +03:00
jim-p
19d90bce19
Allow selecting "Localhost" as an interface for IP Alias VIPs - this way you can make IP Alias VIPs to use for binding in a routed scenario with CARP without creating an IP conflict.
2013-06-06 13:50:28 -04:00
jim-p
d4090fbfe0
Correct mouseover description for adding a certificate. Fixes #3017
2013-06-03 08:24:54 -04:00
Ermal Luçi
33682de2e2
Merge pull request #664 from chrostek/master
...
Added CURL options to custom DynDNS
2013-06-03 00:03:27 -07:00
Phil Davis
6c124212eb
DHCP Server enable/disable change needs filter_configure
...
When DHCP Server is enabled or disabled on an interface, the filter rules should change to include or not mention DHCP.
2013-06-01 23:03:16 +05:45
Sebastian Chrostek
aa79f35182
Added CURL options to Custom DynDNS
...
Added the options for CURLOPT_IPRESOLVE and CURLOPT_SSL_VERIFYPEER in
the webinterface for custom DynDNS
2013-06-01 14:37:56 +02:00
Renato Botelho
1407f6a82e
Remove wrongly added file in commit 75f457856a
2013-05-31 08:14:14 -03:00