Project

General

Profile

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

# Date Author Comment
13d193c2 09/14/2009 10:20 PM Scott Ullrich

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

3473bb6a 08/23/2009 09:41 PM Scott Ullrich

Turn common tabular data areas into sortable items. Revert the sortable.js change that used tabcont and change back to sortable

1f919154 08/20/2009 07:47 PM Scott Ullrich

Unbreak dhcp lease sorting

ff9d6728 08/20/2009 07:33 PM Scott Ullrich

Modify sortable.js to work on tabcont as opposed to sortable class. This has the effect of making any table that has a single header sortable instead of having to visit each page. Sponsored-by: BSD Perimeter Commercial Support

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.

aedd7929 05/03/2009 05:55 PM Jim Pingle

Don't display a fake time for a static DHCP lease begin/end. Since it has no beginning and ending, just display "n/a" instead. See ticket #1921.

29e9dc64 05/03/2009 05:35 PM Jim Pingle

Fix lease display. It should be displaying the last lease for a given IP, not the first. See ticket #1922

f6a11dac 04/17/2009 06:41 PM Jim Pingle

Move dhcp lease delete button to the end, and change comments to match style of others nearby.

972e5568 04/17/2009 03:20 AM Jim Pingle

Add ability to remove DHCP leases.
Use "x" icon to delete the lease.
Said icon only appears next to "offline" dynamic leases

ec665aba 12/05/2008 08:09 PM Scott Ullrich

Unbreal sorting.

b9ed163d 09/09/2008 09:23 PM Ermal Luçi

Array checks too.

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

08cf5428 02/22/2008 12:11 AM Scott Ullrich

Guard against javascript injection attacks

Ticket #1656

612bb4f3 02/09/2008 05:06 AM Scott Ullrich

Do not show LAN related items when the interfafe does not exist.

764696e0 12/17/2007 07:11 AM Chris Buechler

remove annoying and potentially problematic forced page refresh.

Ticket #1545

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

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

468b0d65 10/17/2007 08:10 PM Seth Mos

Optimize last 10 seconds of load times on the dhcp leases page.
Only populate arp array once, then check if it exists

6ec0830d 08/29/2007 05:45 AM Simon Cornelius P Umacob

changed text for consistency

b4f7282c 03/02/2007 03:31 PM Seth Mos

Speed the leases page by another factor of 10.
sub 2s load times.

c522fc91 01/29/2007 08:56 PM Scott Ullrich

MFC recent changes from Ryan

3591d6c0 01/15/2007 10:05 PM Seth Mos

If we already have a lease state do not loop again.
Fix leases listing for non failover installs

9255cbc5 01/10/2007 06:49 PM Seth Mos

Prevent error when there are no leases

428d20c4 01/09/2007 12:57 PM Seth Mos

New much faster (usable) version, also lists failover pool status

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

MFC [15285]
add dhcpd static mappings to dns forwarder

0e616855 07/11/2006 05:31 PM Scott Ullrich

Check for array and eliminate:

Warning: Invalid argument supplied for foreach()
in /usr/local/www/diag_dhcp_leases.php on line 232

b86e64c1 05/16/2006 11:26 PM Scott Ullrich

MFC 12259
close image tag

5b2177e4 05/16/2006 11:04 PM Scott Ullrich

MFC 12257
Ticket #965 - fix wake on lan from diag_dhcp_leases.php if it's a static dhcp lease

555d3758 04/03/2006 09:05 PM Scott Ullrich

MFC
s/PHP_SELF/SCRIPT_NAME/ - PHP_SELF == "" for some reason with lighty

5fd0b016 03/19/2006 10:22 PM Scott Ullrich

Add sortable table header support

14cf741d 03/17/2006 05:44 PM Scott Ullrich

MFC 10431
updated leases are appended to the end of the lease file. if we aren't showing everything just show the most current lease in the list.

4d34bd4a 03/10/2006 10:30 PM Scott Ullrich

MFC 10444
Better diag_dhcp_leases online fix. grep for the active IP address to make sure it's active and we return just 1 result instead.

7113d1e6 02/19/2006 06:30 AM Scott Ullrich

Use the new CHROOT path

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

Remove #!/usr/local/bin/php

a6bfa4ba 11/05/2005 09:29 PM Scott Ullrich

When displaying DHCP leases, call gethostbyaddr() to resolve the hostname if we do not have the record in the database

Also check to make sure gethostbyaddr() would return a real value

Ticket 7390

9252431c 10/18/2005 03:50 PM Scott Ullrich

MFC 6955
Show static entries on diagnostics screen, show what IPs are in either the static table or the dynamic table and are in the ARP table More info!!! More is better right?

fda1fdae 09/01/2005 10:28 PM Scott Ullrich

More refresh patches from databeestje

37c0c49b 08/24/2005 07:51 PM Scott Ullrich

More changes by databeestje

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.

69981800 08/03/2005 04:45 PM Scott Ullrich

Include the interface when adding a static DHCP mapping

Reported-by: Dmitry Sorokin <>

4efe9566 08/03/2005 04:40 PM Scott Ullrich

Use correct + lgoo

5742ca5e 07/25/2005 05:39 PM Scott Ullrich

Create static lease option from DHCP

Ticket #254

310b2c06 07/03/2005 03:42 PM Bill Marquette

Use $pgtitle for consistency

b63695db 07/02/2005 04:21 AM Scott Ullrich

include head.inc and round corners on tabs

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

Add $Id$ tag

4d875b4f 11/21/2004 07:09 PM Scott Ullrich

Update (C)

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

Initial revision