Project

General

Profile

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

# Date Author Comment
e4b8da19 04/10/2010 06:12 PM Chris Buechler

allow hostname for TFTP server

01fdb2d3 03/20/2010 01:17 PM Erik Fonnesbeck

To pick the starting tab on Services: DHCP server, use the same logic as used for creating tabs to make sure the first tab really gets selected.

f19651d1 03/17/2010 10:48 AM Ermal LUÇI

Get up to improvements.

55e52bc6 02/22/2010 07:07 AM Chris Buechler

fix text

93c3b519 02/07/2010 04:37 AM Chris Buechler

fix text

51e43abc 01/18/2010 11:57 AM Ermal Luçi

Ticket #274. Propperly handle custom options.

a0d1dc56 01/12/2010 01:39 PM Ermal Luçi

Ticket #207. Show the dhcp server tab for the interface that have a previous dhcpd configuration.

0c87f8fa 01/12/2010 01:21 PM Ermal Luçi

Simplify some code.

11de5c3d 01/04/2010 08:21 PM Chris Buechler

fix deletion of additional DHCP options. Resolves #273

f9150249 12/13/2009 10:21 PM Chris Buechler

clarify input_error

7dfa60fa 12/11/2009 09:47 AM Ermal Luçi

Check if item is set before foraching.

2c75b451 12/03/2009 12:59 AM Scott Ullrich

Disallow virtual IP addresses withing the range Ticket #50

c9eca74f 12/03/2009 12:04 AM Scott Ullrich

Show correct availavble usable range and disallow using network or broadcast address. Ticket #145

26e3ca70 12/02/2009 11:19 PM Scott Ullrich

Do not allow broadcast or the network address in the range

3a4fb57e 11/18/2009 03:58 AM Chris Buechler

fix up text

d5f5cf26 10/15/2009 03:36 PM Scott Ullrich

Set maximum memory to 64M for this page. Fixes #113

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

7128ed17 08/23/2009 09:57 PM Scott Ullrich

Make sortable

b1d132f5 08/21/2009 02:08 AM Scott Ullrich

Hide Additional BOOTP/DHCP Options behind an advanced button like other items

4e10cf0a 08/21/2009 02:01 AM Scott Ullrich

Change size of columns to 10 and 55 for the number option rowhelper

d72b4114 08/21/2009 01:59 AM Scott Ullrich

Misc comments

c7820b65 08/21/2009 01:56 AM Scott Ullrich

Use intval()

990a271c 08/21/2009 01:45 AM Scott Ullrich

Make sure entered # is a integer and use htmlspecialchars()

2a778c44 08/21/2009 01:33 AM Scott Ullrich

Add URL to custom BOOTP and DHCP options page hosted at iana.org

f2305ddb 08/21/2009 01:27 AM Scott Ullrich

Reduce colspan to 3

8c19e67d 08/21/2009 01:24 AM Scott Ullrich

Do not turn the fields red when restoring previously saved items

518030b3 08/21/2009 01:13 AM Scott Ullrich

Add rowhelper field which allows defining custom dhcp option numbers. Sponsored-by: BSD Perimeter Commercial Support

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...
69ec9ecf 06/21/2009 03:41 PM Jim Pingle

Fix a couple minor bugs in DHCP lease deletion.
1. When deleting a lease, if you were viewing all leases, it should now retain that view.
2. When checking for leases to clean, bail if there is no leases file. Otherwise there is an ugly error about not being able to open the dhcpd.leases file.

0027de0a 05/08/2009 06:42 PM Ermal Luçi
  • Create two new functions lock($subsystem)/unlock() to have more reliable locking using semaphores.
    This function can sleep till the resource is free and can help find not well behaving code.
  • Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this....
c2ffc6c1 04/17/2009 06:41 PM Jim Pingle

Remove DHCP leases for MAC addresses that now have static/fixed addresses. If these are not cleared, DHCP complains in the logs about duplicate leases.

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...
7ec05d27 11/07/2008 07:30 PM Ermal Luçi
  • Rename link_int_to_bridge_interface to link_interface_to_bridge
  • Create two new function link_interface_to_{gif,gre}
2ee0410f 10/29/2008 03:15 AM Scott Ullrich

Honor $g['services_dhcp_server_enable']

d4da6249 10/12/2008 09:24 PM Scott Ullrich

Do not hard code white

934240ef 09/10/2008 09:27 AM Ermal Luçi
  • Correctly show dhcp tabs for the service
  • Do not display tabs for the interface not elligible for running a dhcp service.
89019922 09/09/2008 09:22 PM Ermal Luçi

Add some check if we are working with arrays and fix the check for not allowing dhcpd to be configured on nonstatic ip interfaces.

74d65827 08/31/2008 02:44 PM Ermal Luçi

Fix detection if an interface is part of bridge.

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...

25b4e968 07/30/2008 05:06 PM Ermal Luçi

Fix tab name displaying that can be obfuscated by stale <brdige/> knobs in the config.

be94bb10 07/09/2008 04:20 PM Ermal Luçi

Correctly show interface names on the tabs.

fbb45bb0 06/21/2008 05:13 PM Ermal Luçi

Continue interface improvements

983c0b1f 05/17/2008 08:44 PM Scott Ullrich

Ticket #1718 fixes

49b94d3a 02/22/2008 08:54 AM Chris Buechler

Do not allow DHCP Server to be used on WAN when it does not have a static IP address.

Single interface support
Appliance Project

0a2c6a5b 02/09/2008 04:06 AM Scott Ullrich

Fix braindead php {}

ca8869d9 02/09/2008 04:00 AM Scott Ullrich

Show string in uppercase.

89240fb1 02/09/2008 03:54 AM Scott Ullrich

Fix braindead php {}

1c451b06 02/09/2008 03:51 AM Scott Ullrich

Set the starting interface when LAN does not exist to WAN.

afb16a46 02/09/2008 03:47 AM Scott Ullrich

Show WAN if LAN is not enabled.

e2bce342 02/03/2008 04:16 AM Scott Ullrich

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

f5fc3deb 01/11/2008 04:15 AM Chris Buechler

touch up text

Ticket #1578

f056270d 12/12/2007 10:34 PM Scott Ullrich

s/Diagnostics/Status/

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

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

3d7b7757 11/04/2007 10:03 PM Chris Buechler

Do not allow DHCP server to be enabled when DHCP relay is enabled, and vice versa

Ticket #1488

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

Fixing css layout

ca126e03 08/27/2007 11:36 AM Martin Fuchs

unsplit DHCP-root-path-option

9be23653 08/07/2007 01:28 PM Martin Fuchs

DHCP: add Domain-Searchlist-Option

ee1b024e 08/02/2007 11:43 AM Martin Fuchs

- correct behaviour of dhcpd.conf creation
- enable root-path

1ebf937f 08/02/2007 08:31 AM Martin Fuchs

DHCP: domainname / HEAD > RELENG_1

53f926df 08/01/2007 10:12 PM Martin Fuchs

adapt DHCP-options HEAD <> RELENG

6c23757b 08/01/2007 08:19 PM Martin Fuchs

Add TFTP and LDAP server options to dhcpd

d415d821 05/08/2007 10:09 PM Seth Mos

Add a plus button on the top header of these pages.
This to make it easier on large configurations.

ad171999 05/08/2007 02:47 PM Seth Mos

Add NTP server field to dhcp config.
From: Alexander Schaber

4e9cd828 03/08/2007 07:48 PM Seth Mos

Allow for basic network boot configuration
In Use By: Seth

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

MFC [15285]
add dhcpd static mappings to dns forwarder

e9f147c8 10/02/2006 12:59 AM Scott Ullrich

Reset DHCP server after deleting static assignment.

48ab0cd2 05/16/2006 09:36 PM Scott Ullrich

Latest OLSR changes.

bc15a1b9 05/08/2006 09:13 PM Scott Ullrich

Correctly add WAN interface to DHCP if OLSR is enabled

a3b466b5 04/29/2006 02:35 AM Scott Ullrich

Don't complain if OLSR rules don't exist

11bc553c 04/26/2006 08:36 PM Scott Ullrich

OLSR fixes

c5a0fd3c 03/10/2006 09:22 PM Scott Ullrich

MFC 10348
Allow staticarp to be disabled w/out a reboot
Fix found and tested by Wesley K. Joyce

d4d6caab 02/26/2006 01:13 AM Scott Ullrich
  • Call arp -da from interfaces_staticarp_configure() and not from GUI page
  • OLSR improvements / fixes
da0ea352 02/20/2006 09:02 PM Scott Ullrich

arp -da static entries after turning off static option

d378c59b 02/12/2006 12:06 AM Scott Ullrich

Remove previous leases when toggling failover dhcp option

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

Remove #!/usr/local/bin/php

11c9bb94 11/04/2005 09:25 PM Scott Ullrich

Show item if mac or ip is defined.

Ticket #669

79e48178 11/03/2005 03:00 AM Scott Ullrich

""): ?> is preferred. Scolded by support forums.

c9ccbdf3 10/18/2005 11:47 PM Scott Ullrich

Do not call staticmaps_sort() twice

602ebee3 10/18/2005 11:09 PM Scott Ullrich

Restore previous behavior dealing with arrays

6f5b2c3e 10/18/2005 01:48 AM Scott Ullrich

Do not show blank rows

8c65eb75 10/17/2005 08:34 PM Scott Ullrich MFC 6931
  • Check for "yes".
  • Unset values if they are not checked
94a9cf1a 08/31/2005 04:29 PM Scott Ullrich

unset dns servers unconditionally.

f8e7ad3f 08/30/2005 02:14 AM Scott Ullrich

Move DNS to pool area

06d754d4 08/29/2005 06:14 PM Scott Ullrich

Correctly save dns servers

Ticket #426

2af4c579 08/27/2005 10:12 PM Scott Ullrich
  • Style(9) from outter space!
  • Missing </td>'s
  • Missing </tr>'s
25e031a1 08/27/2005 10:08 PM Scott Ullrich

Add NOTE of why we need DNS Server options per subnet,

4cab31d0 08/27/2005 09:50 PM Scott Ullrich

Add DNS server options specific for each DHCP subnet

be586e5f 08/23/2005 09:48 PM Scott Ullrich

Update misleading description

dd5b2ec6 08/22/2005 04:24 AM Bill Marquette

no need for sprintf, just eats more cpu and memory

4f3c4086 08/22/2005 04:19 AM Bill Marquette

use ip2long() to check ip addresses

7ceb4368 08/20/2005 12:54 AM Scott Ullrich

Allow denyknown checkbox box to participate in the javascript party, too!

db6b2be4 08/20/2005 12:52 AM Scott Ullrich

Allow staticarp selection box to participate in the javascript party, too!

fcffbd13 08/20/2005 12:49 AM Scott Ullrich

Don't forget the javascript!

Beginnings of Ticket #380

0ea7462d 08/20/2005 12:45 AM Bill Marquette

(#382) - don't allow users to overlap the dynamic IP range over the static IPs

ea166a33 08/20/2005 12:41 AM Scott Ullrich

Allow user to set failover sync ip. Requires a carp entry so that we can deterimine the ADV Skew and detect if it should be primary or backup.

Beginnings of Ticket #380

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

Do not dirty the path. We reload anyways.

Ticket #369

824edb6c 08/09/2005 10:44 PM Scott Ullrich

Eliminate reboots and correct messages

677c0869 07/21/2005 12:17 AM Erik Kristensen

updating files to use theme images
removing images from /usr/local/www
adding specific images into the correct theme directories

588b7fc5 07/17/2005 04:38 AM Bill Marquette

I can tell who failed school...7 f's is bad!!!