Project

General

Profile

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

# Date Author Comment
4be0c837 08/13/2013 08:56 PM Individual IT Services

Fix check for existing IP Address in DHCP mapping

Even the Error message says: "This Hostname, IP or MAC address already exists." the IP Address was not checked if it already was given to a client as static mapped
Conflicts:
usr/local/www/services_dhcp_edit.php

eab652e4 07/28/2013 01:31 PM Renato Botelho

Fix #3113, fix multiple english spell errors s/seperet/separat/

37c922a6 05/16/2013 07:52 PM Jim Pingle

Don't stomp on this variable or data loss can occur (disappearing static mappings)

ea1aca13 05/01/2013 04:09 PM Renato Botelho

Fix dnsmasq host overrides and dhcp integration

. Do not execute following actions when dnsmasq is disabled:
. Add host overrides to /etc/hosts
. Register DHCP leases in DNS Forwarder
. Register DHCP static mappings in DNS forwarder

It should fix issue reported at following forum post:...

f657f5e1 01/24/2013 02:39 PM Renato Botelho

Ensure DHCP main range, pools ranges and static IP addresses don't overlap each other. It should fix #2773

7309ff39 01/23/2013 11:22 PM Renato Botelho

Allow set DHCP options per reservation

b75d7fd5 01/23/2013 11:38 AM Renato Botelho

Fix indent and whitespaces issues

5b668994 12/09/2012 01:10 AM Erik Fonnesbeck

Add extra check for DHCP static mapping edit pages to prevent an error when no DHCP config exists yet.

25c1ebd5 12/08/2012 06:26 AM NOYB NOYB

ARP Table Static Entries from Individual DHCP Static Mappings

Assign individual DHCP static mappings as ARP table static entries.
Useful / necessary for sending WoL magic packets from external services / sources, and for any other purpose that needs a static ARP table entry.

dbb1cdb5 08/14/2012 01:51 PM Jim Pingle

Clarify requirements for DHCP static mapping IP

b32dd0a6 08/10/2012 05:32 PM Jim Pingle

Activate new shortcuts/status in the rest of the areas that are currently setup.

a2578c27 12/01/2011 05:33 PM Anthony Wrather

Updated DHCP IPv4 and IPv6 to allow global and host based filename and root-path.

8a85ab90 08/07/2011 01:20 AM Jim Pingle

Apparently RFC 1123 overrides RFC 952 and hostnames can start with digits these days.

49e4ebf8 02/14/2011 12:19 AM Jim Pingle

Fix start/end test for an IP in DHCP pool. Resolves #1280

225a2f0b 11/12/2010 04:03 PM Scott Ullrich

Bring in XSS id fixes from m0n0wall

ab8d138d 10/21/2010 08:58 PM Jim Pingle

Reject DHCP static mappings that are inside of the DHCP range. Fixes #966

392687e5 09/08/2010 01:47 AM Erik Fonnesbeck

Fix hyphen validation for host name on Services: DHCP: Edit static mapping page.

4c8a8653 08/31/2010 04:29 PM Scott Ullrich

Forced commit to note that should have read RFC952

2d994672 08/31/2010 04:29 PM Scott Ullrich

Forced commit to note that should have read RFC952

d0ce82a3 08/31/2010 04:27 PM Scott Ullrich

Do not allow a numeric starting character or an ending hyphen in DHCP hostnames according to RFC1123

d6d50244 08/24/2010 10:08 AM Ermal LUÇI

Fixes #764. Import the patch in the ticket to allow per-host netboot file on dhcpd settings.

f16ba51e 08/03/2010 01:54 PM Renato Botelho

Merge remote branch 'mainline/master'

Conflicts:
usr/local/www/services_dhcp_edit.php

01292dc2 08/03/2010 01:16 PM Jim Pingle

Fix this variable name and error message (It's Static ARP not Static map)

8ffadf76 07/13/2010 05:38 PM Rafael Lucas

Implement gettext() calls on services_dhcp_edit.php

b9546722 06/14/2010 04:08 AM Chris Buechler

this page is status, not diag.

5224b8e7 06/01/2010 08:03 PM Jim Pingle

Add status/log icons to DHCP page.

96033063 05/20/2010 04:55 PM Erik Fonnesbeck

Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly affecting 64-bit. Ticket #459

bb9689bd 03/11/2010 12:25 AM Erik Fonnesbeck

Ticket #343. Move sorting of DHCP static mappings to after the item is set. Previous behavior caused the wrong entry to get overwritten.

556917a6 02/09/2010 12:18 AM Pierre POMES

Sort dhcp mapping array once, only before writing config. Ticket #343

407f6220 11/29/2009 04:41 AM Chris Buechler

clarify what is valid for input errors on hostname

46c5b763 11/27/2009 09:57 PM Pierre POMES

Fix hostname checking when entering a dhcp static mapping and replace "." with "_" when writing "host-name" option in dhcpd.conf. Resolves #159

07ab4926 11/23/2009 01:02 AM Scott Ullrich

Update fieldname, it should be hostname and not host Ticket #159

1d333258 09/15/2009 01:49 AM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

f28a9efd 07/08/2009 11:35 PM Jim Pingle

Fix error when attempting to add a DHCP static mapping. Fixes #29

0d64af59 06/30/2009 06:16 PM Ermal Luçi

Clear guiconfig from all sort junk functions and put them on the specific pages where they are needed.
Remove some sort functions not used.

a368a026 06/30/2009 05:15 PM Ermal Luçi
  • Reorganize the 'apply' button infrustructure in the GUI.
    - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals.
    - Convert all pages to the new infrustructure...
a55e9c70 03/30/2009 12:38 AM Ermal Luçi
  • Hide interfaces internals to other code and use the propper interfaces.
    Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc...
  • Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml...
4b559908 11/06/2008 10:09 PM Ermal Luçi

Bring back dhcp server static mappings.

2ee0410f 10/29/2008 03:15 AM Scott Ullrich

Honor $g['services_dhcp_server_enable']

e22987a4 08/30/2008 08:03 PM Scott Ullrich

Add CSS header

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

1) Redefine page privileges to not use static urls
2) Accurate generation of privilege definitions from source
3) Merging the user and group privileges into a single set
4) Allow any privilege to be added to users or groups w/ inheritance...

94010532 02/03/2008 04:23 AM Scott Ullrich

Allow reserved IP addresses to fall within the DHCP Server range. DHCPD
does not barf with these changes, so why not?

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

f15f4b4d 10/19/2007 08:46 PM Scott Ullrich

Relax the ip address check and allow duplicate ip address entries.

87e62940 10/19/2007 08:39 PM Scott Ullrich

Relax the ip address check and allow duplicate ip address entries.

b5c78501 09/01/2007 08:47 PM Seth Mos

Fixing css layout

0baa37c5 05/08/2007 06:58 PM Scott Ullrich

When Enable Static ARP entries is enabled, do not allow entries that lack an ip address from being added. Currently we do not have any type of dhcp server hooks to automatically add the arp address to the arp table to make this work otherwise.

a4f15b52 03/29/2007 05:35 PM Scott Ullrich

MFC 17270
Fix hostname check when hostname field is blank

cfc5a090 03/29/2007 05:17 PM Scott Ullrich

Back out last commit, it removes the hostname check and is not the correct fix.

Ryan will be investigating the issue further since he added this feature.

c229a1d8 03/29/2007 05:10 PM Scott Ullrich

Sync w/ m0n0wall

6a01ea44 11/11/2006 05:52 PM Bill Marquette

MFC [15285]
add dhcpd static mappings to dns forwarder

e54d4de6 01/02/2006 11:46 PM Scott Ullrich

Remove #!/usr/local/bin/php

e4da84d0 09/17/2005 01:42 PM Bill Marquette

Do it the right way and lock the config file before restarting dhcpd

e358460d 09/17/2005 01:40 PM Bill Marquette

Restart dhcp on change

608ef5e7 09/16/2005 04:19 PM Scott Ullrich

If static arp is enabled, make the changes.

7477df4f 08/23/2005 05:36 PM Scott Ullrich

Changes submitted by databeestje which adds links to dhcp and other pages
that display mac easily allowing the addition of the item to the WOL db.

43c9a1dd 08/18/2005 04:55 PM Scott Ullrich

Uppdate english

Update Ticket #381

9c748b70 08/16/2005 09:39 PM Scott Ullrich

Do not dirty the path. We reload anyways.

Ticket #369

6e707d60 08/03/2005 04:52 PM Scott Ullrich

Remove topbar. Red is not its color.

3a32590b 08/01/2005 10:48 PM Scott Ullrich

Correctly fill in mac address

Ticket #281

ef97ce1b 07/03/2005 07:17 PM Bill Marquette

More screens inherit rounded tabletops

74f446e8 07/03/2005 04:55 PM Bill Marquette

Use $pgtitle
small code cleanups

4df96eff 07/02/2005 04:38 AM Scott Ullrich

include head.inc and round corners on tabs

fc01e414 04/28/2005 02:05 AM Scott Ullrich

Make Cancel button match the Save buttons style

28b86d64 04/22/2005 02:27 AM Scott Ullrich
  • Add missing cancel button
  • cancel -> Cancel
53c59170 04/21/2005 06:42 PM Scott Ullrich

Add a Cancel button which takes the browser back to the page prior.

f183b092 04/18/2005 08:32 PM Scott Ullrich

Add "Copy my MAC address" feature which copies the mac address of the person surfing into pfSense.

4f3401e0 04/14/2005 02:21 AM Bill Marquette

normalize MAC addresses

b46bfcf5 03/27/2005 10:31 PM Bill Marquette

Add $Id$ tag

5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision