Project

General

Profile

Download (54.5 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
4b980701 04/27/2017 03:47 PM Renato Botelho

Checks for DHCP Relay being enabled/disabled should be skipped when editting an additional pool

e3d5c2e9 02/25/2017 02:57 PM Doktor Notor

Add missing $zone variable

a207d2c9 02/25/2017 02:43 PM Doktor Notor

Update BIND zones when adding static DHCP leases if needed (Bug #3710)

e83c9b73 02/22/2017 01:23 AM Doktor Notor

Check that DHCP registration isn't enabled for DNS forwarder/resolver when disabling DHCP server

c946d721 02/14/2017 06:11 PM Steve Beaver

GET/POST conversion - services part 1

3fd41815 02/08/2017 04:43 PM Phil Davis

setHelp strings for services*

2ea70e1a 02/08/2017 04:26 AM Phil Davis

Part Fix #7233 Allow deletion of empty static map entries

24b82516 01/30/2017 09:27 AM Phil Davis

Required fields in Services pages

6e3e95a5 01/11/2017 01:41 PM Phil Davis

Display client id in DHCP Mapping list

7cdb1ff9 01/11/2017 12:00 PM Renato Botelho

Merge pull request #3369 from phil-davis/breadcrumbs_detail

edcd7535 01/10/2017 02:48 PM Phil Davis

Breadcrumb links

44c42356 01/03/2017 05:05 AM Phil Davis

Report problems applying changes

1) Strictly keep track of the accumulating $retval from calls to various
functions that apply changes.
2) Use new function print_apply_result_box() to print a suitable message
in a suitable severity based on $retval

5ae621d8 12/27/2016 07:37 PM Renato Botelho

Merge pull request #3307 from blkeller/ignore-client-uids

ac4e656a 12/27/2016 12:47 PM Renato Botelho

Merge pull request #3248 from phil-davis/ipaddressnopattern

12e08722 12/24/2016 03:02 PM Phil Davis

Modify DHCP Server messages

b7090449 12/24/2016 07:01 AM Phil Davis

Customize DHCP Server on interfaces message

9d9736d7 12/23/2016 02:13 PM Jim Pingle

Fix field type for TFTP in DHCP server settings

11ee0c6d 12/22/2016 06:27 PM Brett Keller

Add new "Ignore client identifiers" DHCP feature

Exposes the underlying dhcpd configuration option "ignore-client-uids"
in the pfSense "Services / DHCP Server" GUI by adding an "Ignore client
identifiers" checkbox.

As of ISC dhcpd version 4.3.0+, there is a new configuration statement...

403dad2a 12/20/2016 05:51 PM Renato Botelho

Disable DHCP server on interfaces with subnet >= 31. Fixes #6930

48614394 12/13/2016 07:06 AM Phil Davis

DHCP server edit when DHCP Relay enabled

Part of Redmine #6997
1) Display the DHCP Server settings even when DHCP Relay is enabled, but
disable the "enable" checkbox in this case - so the user cannot enable
DHCP Server when DHCP Relay is enabled, but can view and modify the DHCP...

45541aae 12/03/2016 01:36 PM Phil Davis

Form_IpAddress add types remove patterns

1) Add alias and host types to Form_IpAddress with the appropriate hover
text.
2) Remove the patterns - the UI of those is not so effective anyway, so
leave the validation of input to the back end.
3) Update uses of Form_IpAddress to use the appropriate Alias or Host...

9ca5d4ab 11/30/2016 02:47 PM Ross Williams

Clarified help text for ddnsforcehostname option.

cfc10a33 11/30/2016 02:38 PM Ross Williams

Added title to ddnsforcehostname checkbox

cf15bcb4 11/30/2016 03:30 AM Ross Williams

Add ddnsforcehostname option to DHCP Server configuration editor

eb01f065 10/20/2016 08:04 AM Phil Davis

Improve IPv4 address validation for services_dhcp

The input pattern that goes with Form_IpAddress by default allows for IPv4 and IPv6 valid characters. The back-end validation here is checking for IPv4 addresses, so it seems reasonable that the front-end input pattern checks might as well be restricted to the IPv4 valid characters. Unneeded setPattern have also been removed....

dd3d6c8a 10/12/2016 04:20 PM Renato Botelho

Merge pull request #3151 from EdHurtig/eng/6806

fbb78d6b 09/28/2016 11:38 PM Phil Davis

Typo staic

632e5f50 09/28/2016 03:12 PM Jim Pingle

Apply static ARP entries more consistently when adding and removing static mapping entries. Fixes #6821

c68dbfc7 09/22/2016 04:54 AM Eddie Hurtig

Allow Hyphens in DHCP NTP Server form validation

Also removes the ability to have underscores `_` in ntp server
FQDNs.

Closes #6806

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

3691302f 08/04/2016 09:46 PM Renato Botelho

Merge pull request #3083 from doktornotor/patch-2

6d53301b 07/31/2016 12:49 PM Jose Luis Duran

services_dhcp: Ignore BOOTP queries

BOOTP leases do not have a maximum lease time by default, this could
potentially lead to a DHCP address pool exhaustion.

This commit adds an option to ignore BOOTP queries.

Redmine #4351

c411661a 07/31/2016 09:27 AM Doktor Notor

Allow URLs for TFTP Server (Bug #6634)

The setPattern() thing ain't usable for this and just causes regressions.

4b79a9d4 07/31/2016 08:25 AM Doktor Notor

Typo fix

48381631 07/31/2016 08:21 AM Doktor Notor

Allow URLs for TFTP Server (Bug #6634)

is_URL() from util.inc is way too limited for this purpose.

4d55ef96 07/18/2016 02:24 AM Chris Buechler

Clarify that HMAC-MD5 key is required. Ticket #6622

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

68de2169 07/09/2016 07:32 AM Phil Davis

Fix #6050 DHCP - provide Network Booting display/hide advanced button

This one moves the "Network Booting" above the "Additional BOOTP/DHCP Options". That allows "Network Booting" to be a Display/Hide Advanced group of buttons just like TFTP, LDAP etc. (without a special section header) and for "Additional BOOTP/DHCP Options" to come last on the page.

c81ef6e2 06/27/2016 05:00 AM Phil Davis

Always use require_once

The usage of require() and require_once() throughout the system is
inconsistent, and "bugs" come up now and then when the order of
"requires" is a bit different and some require() happens after the
include file is already included/required....

55f67b5a 06/22/2016 12:45 PM Stephen Beaver

Fixed #6504 by making table sortable

be0ab085 06/01/2016 07:46 PM Chris Buechler

Allow - in TFTP Server field. Ticket #6433

cb6c20a9 05/11/2016 07:15 PM NewEraCracker

Miscellanous Textual Corrections - Add missing dots, normalize case

96ab6943 05/02/2016 08:56 PM Chris Buechler

Fix missing interface in pool edit. Ticket #6303

39bfb267 04/23/2016 06:24 AM Chris Buechler

Hostnames are valid for NTP servers in DHCP Server. Ticket #6239

e78ecb96 04/21/2016 07:04 AM NOYB NOYB

Services - Punctuation

Clean up some services menu punctuation.

f7c12c94 04/12/2016 07:12 AM NOYB NOYB

Services / DHCP Server - DNS Servers Clarification

It reads as though the interfaces IP address is to be entered. Removing "use" makes it a little clearer.

5daef710 03/31/2016 06:51 AM NOYB NOYB

Services / DHCP - Remove Personalizations

Remove "you" personalizations.

347c0214 03/20/2016 10:21 AM Phil Davis

Reengineer Form_Button setAttribute

As per what was done for https://github.com/pfsense/pfsense/pull/2765 -
do it to the rest of them.
Seems to work OK.

1d932e0c 03/17/2016 08:43 AM NOYB NOYB

HTML Compliance - Services / DHCP Server

Error: The align attribute on the td element is obsolete. Use CSS instead.

f8088b00 03/16/2016 12:33 PM Phil Davis

servise_dhcp include btnadvopts in section

Before this change, $section is added to $form before btnadvopts is put into $section. The previous code looked to me like btnadvopts would end up in a $section object that got overwritten by the new Form_Section at line 1165....

afe62c2b 03/15/2016 01:12 PM Phil Davis

Redmine #5994 Make DHCP advanced buttons work consistently

This is the first UI page to be changed so that the Advanced buttons work as specified in Redmine #5994
If this seems like a reasonable way to do it, then I will make similar code for the other UI pages with Advanced buttons.

faab522f 03/15/2016 12:39 PM Renato Botelho

Revert "Merge pull request #2728 from phil-davis/form_button"

This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing
changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.

bc3c30eb 03/11/2016 03:59 PM Phil Davis

Internationalize Form_Button text

The text of a Form_Button is not translated internally. Some Form_Button
calls already had the button text enclosed in gettext(), this does it
for the remaining ones.

141d8913 03/11/2016 02:39 AM Jim Pingle

Fix some Save button quirks. Ticket #5965

3314e626 03/10/2016 04:50 PM Jim Pingle

Advanced button consistency. Ticket #5965

8f58b51b 03/10/2016 02:43 PM Jim Pingle

More icon and button consistency fixes. Ticket #5965

cd7ddae6 03/09/2016 08:35 PM Jim Pingle

Icon consistency in Repeatable blocks. Ticket #5965

37676f4e 03/09/2016 07:30 PM Jim Pingle

Bring some consistency to the way most buttons are displayed (color, icons, etc). Ticket #5965

Still need to review Advanced buttons and Repeatable block buttons.

0e6a3434 02/24/2016 02:01 PM Renato Botelho

Check the end of range to make sure it's inside subnet too

49aab259 02/24/2016 02:01 PM Renato Botelho

Use high level functions

b90d635e 02/24/2016 02:01 PM Renato Botelho

Simplify logic and use high level functions

cd3a34fe 02/24/2016 02:01 PM Renato Botelho

Merge pull request #2409 from stilez/patch-13

8209517d 02/16/2016 06:00 PM Jim Pingle

Prevent "Ignore denied clients" and "Failover Peer IP" from being combined in the DHCP server settings for IPv4. The daemon fails to start when configured in this way, it apparently only allows "allow" or "deny" in failover mode. Fixes #5898

f7253434 02/14/2016 10:28 PM Stephen Beaver

Merge pull request #2637 from k-paulius/patch-6

02342d8c 02/14/2016 08:14 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

7b299a6e 02/14/2016 08:14 PM k-paulius

Use print_info_box() to generate alerts

8545adde 02/14/2016 08:09 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

1bd5e62d 02/14/2016 08:09 PM k-paulius

Use print_info_box() to generate alerts

fa94122b 02/14/2016 05:21 AM k-paulius

Show interface name in the breadcrumb on DHCP Server page

3d7a8696 02/11/2016 04:33 AM k-paulius

Convert section titles to title case

5f88f964 02/11/2016 03:51 AM k-paulius

Convert section titles to title case

cde97f1c 02/08/2016 03:38 PM Phil Davis

Redmine #4647 default DHCP server tab to a interface with DHCP enabled

This has also annoyed me, where WAN has a static IP. Every time I go to Services->DHCP I then have to click the LAN tab.
With this change it will look for a "reasonable" tab to go to:...

d7d7820e 01/28/2016 05:12 PM Phil Davis

Apply current UI standard to DHCP Pools table

1) "Actions" column heading.
2) Make action buttons fa-pencil fa-trash
3) Put a title for each button, so that the "Are you sure you wish to..." popup works nicely.

464358b4 01/27/2016 05:20 AM Phil Davis

Standardize print_apply_box usage

1) For the translators, it should be better to do it consistently. Then
they only need to have 1 translation of "You must apply the changes in
order for them to take effect" and can translate each of the other
custom sentences individually....

0a8a90f7 01/26/2016 06:18 PM Phil Davis

Internationalize services_d*

bbf31c76 01/25/2016 12:05 PM Renato Botelho

Merge pull request #2025 from apilloud/dhcp-ignoreunknown

4bb7c0d1 01/25/2016 11:13 AM Bruno Ferri

add call gettext function in the services menu

5dfc79c9 01/23/2016 02:15 PM Stephen Beaver

Fixed #5802
Added collapsible action to config backup

3b3a95e5 01/22/2016 05:21 PM Phil Davis

Fix #5794 remove print_info_box_np chackes for gettext("apply")

1) Get rid of the stristr() checks to "guess" if an apply button should
be used.
2) Change print_info_box() so it can take a button name of "close"
, "apply" or none to decide which button to show....

25d66c61 01/21/2016 12:05 PM NewEraCracker

DHCP - Decode value while validating contents

https://forum.pfsense.org/index.php?topic=105654

ff3da1e7 01/20/2016 03:14 PM Stephen Beaver

Fixed #5781

ef2936e6 01/19/2016 08:49 PM Stephen Beaver

Fixed #5781

af8f79b1 01/18/2016 08:41 PM Chris Buechler

add missing space between words

65cce9d7 01/15/2016 04:08 PM Renato Botelho

Encode DHCP/DHCPv6 server additional BOOTP text options before save to XML to preserve data. It fixes #5623

5d4c2616 01/14/2016 10:20 AM Stilez y

EOL spaces

53f73530 01/13/2016 12:00 PM Stilez y

remove leading space

5bc86d05 01/12/2016 08:31 AM Stilez y

redmine 5702 - switch to high level IPv4 functions instead of low level ip2long32() etc

4c1284c6 01/11/2016 07:59 AM NOYB NOYB

HTML Compliance - Services / DHCP Server

Bad character after <. Probable cause: Unescaped <. Try escaping it as <.
Ensure one machine's advskew < 20 (and the other is > 20).

e7940d2e 01/01/2016 09:03 AM Phil Davis

Fix redmine #5722 DHCP validation for master

ec513fa9 12/25/2015 08:02 PM Stilez y

Redundant logic tests in a range check

The logic here is redundant. It tests IP1<START || IP2<START || IP1>END || IP2>END. Then it tests if IP1<IP2 unsigned.

If the latter test succeeds (ie test that first) then IP1>=START must imply IP2>=START and IP2<=END must imply IP1<=END. In other words we only need to test:...

0c8d2784 12/24/2015 07:04 PM Chris Buechler

clarify text, might not apply to "NIC" (lagg, VLANs, etc.)

e8da0bcd 12/23/2015 09:19 PM Jeremy Porter

fix part of #5604

4b1d882f 12/19/2015 09:57 PM Colin Fleming

Remove $closehead variable

Remove unused variable $closehead

c18ba6bf 12/18/2015 06:38 AM Phil Davis

Fix gen_subnetv4_max

and use it in services_dhcp rather than trying to do the similar
calculation in-line.
Should fix redmine #5654 and probably a bunch of other things that use
gen_subnet_max

82f54a42 12/17/2015 10:59 PM Colin Fleming

Tidy up "services_dhcp.php"

- Close TABLE correctly

6e3488e9 12/16/2015 05:31 PM Phil Davis

Code style services dhcp dnsmasq dyndns

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

7683c990 12/05/2015 02:37 AM Chris Buechler

make text consistent

8fd9052f 11/29/2015 06:23 PM Colin Fleming

Type up SCRIPT tags