Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
d2f501bc 12/02/2007 07:07 AM Scott Ullrich

Remove confusing *

aaacab26 12/02/2007 07:04 AM Scott Ullrich

Add check all and check none buttons

79cd2d63 12/02/2007 05:43 AM Scott Ullrich

Remove blank entry

b8f82cd7 12/02/2007 05:34 AM Scott Ullrich

Only show menu subitems that the user has access to.

0ab7198a 12/02/2007 04:33 AM Scott Ullrich

Strip / out.

e1f77867 12/02/2007 04:16 AM Scott Ullrich

Show FreeBSD version as well.

12147ccb 12/02/2007 04:10 AM Scott Ullrich

/webConfigurator/Dashboard/

54ec1eae 12/02/2007 04:07 AM Scott Ullrich

Do not output page title twice

392dc1a7 12/02/2007 01:55 AM Scott Ullrich

unset() priv correctly.

8622a20a 12/02/2007 01:45 AM Scott Ullrich

Sync username / password database after priv change

6fcbe215 12/02/2007 01:43 AM Scott Ullrich

Correctly assign uid to the user.

2137c27b 12/02/2007 12:08 AM Scott Ullrich

Remove XXX, it is fixed.

a18a8bc6 12/02/2007 12:03 AM Scott Ullrich

Minor fixes

ee0a49a0 12/01/2007 11:46 PM Scott Ullrich
  • Bring back privs. They are fare more feature complete than I thought they where.
  • Convert javascript code from the HEAD system to RELENG_1_2
8837f72d 12/01/2007 11:37 PM Scott Ullrich

Change pgtitle to an array. Do not print out the title twice as it has been moved to fbegin.inc.

68184109 12/01/2007 04:10 AM Scott Ullrich

Convert page title to use an array like all other pages where previously done.

44c31706 12/01/2007 03:56 AM Scott Ullrich

Unset the session timeout if it is 0 or blank.

951224f2 12/01/2007 01:34 AM Scott Ullrich

If the groupname is in use, do not allow the name to be edited.

ac09997e 12/01/2007 01:20 AM Scott Ullrich

Add more input validation to settings screen.

  • Do not allow < 1
  • Do not allow > 999
  • Turn longs into integers
89107540 12/01/2007 01:09 AM Scott Ullrich

Hide privs section. It will not be making it into 1.3.

57a2e25f 11/27/2007 09:04 PM Scott Ullrich

Add missing ".

Pointy-hat-to: Myself.

8dca032f 11/27/2007 04:00 PM Martin Fuchs

add HBCI to traffic shaper

514ced4c 11/26/2007 01:25 AM Chris Buechler

Move PPPoE Server to Services, VPN menu is misleading

ac4ae11b 11/25/2007 08:32 PM Chris Buechler

Proper fix for aliases edit.

Ticket #1513
Ticket #1476

1d47cc7a 11/25/2007 07:56 PM Chris Buechler

Really kill off slbd

Ticket #1533

e5b3e767 11/24/2007 05:02 AM Scott Ullrich

Remove extra C/R

a2bb4586 11/24/2007 01:26 AM Scott Ullrich

edit.php show an error on opening an empty file

Ticket #1519
47643f5b 11/23/2007 10:36 PM Scott Ullrich

Detect playback file not found when passed as argument. Example: pfSsh.php replay cvssync RELENG_1

96ebb0a6 11/23/2007 07:57 AM Scott Ullrich

Allow arguments to be passed to cvssync so you can do:

pfSsh.php playback cvssync RELENG_1

415c850d 11/23/2007 06:07 AM Scott Ullrich

Allow arguments to be passed to the pfSense php shell.

a00a739c 11/23/2007 05:58 AM Scott Ullrich

Turn register_argc_argv on

93a3d242 11/23/2007 04:03 AM Scott Ullrich

Bring us one step closer to being able to port cvs_sync.sh to pfSsh by adding multiline support. For example

00ea455f 11/22/2007 06:47 AM Scott Ullrich

Do not forget ; on php lines.

328ab0ae 11/22/2007 06:22 AM Scott Ullrich

Collect the help file into one variable and then pipe through more()

02105da4 11/22/2007 06:14 AM Scott Ullrich

Add recording related commands

60ff8601 11/22/2007 06:12 AM Scott Ullrich

Collect the help file into one variable and then pipe through more()

da30a386 11/22/2007 01:26 AM Scott Ullrich

Really cleanup c/r usage.

f9fd2b14 11/22/2007 01:04 AM Scott Ullrich
  • Fix ! commands (do not echo commands but execute as shell)
  • Fix grep commands in playback session for restart ftp helper
8c4c46c3 11/22/2007 12:32 AM Scott Ullrich

Add showrecordings command which will show available sessions for playback

a07fbc84 11/22/2007 12:09 AM Scott Ullrich

Teach pfSense's php shell how to record and playback a set of commands.

For instance you could automate a series of reptitive developer commands. For example:

pfSense shell: record restartftp
pfSense shell: = killall ftp-proxy
pfSense shell: system_start_ftp_helpers();...

34af0cab 11/22/2007 12:05 AM Scott Ullrich

Teach pfSense's php shell how to record and playback a set of commands.

For instance you could automate a series of reptitive developer commands. For example:

pfSense shell: record restartftp
pfSense shell: = killall ftp-proxy
pfSense shell: system_start_ftp_helpers();...

8e7b8da0 11/20/2007 11:52 PM Scott Ullrich

Correctly show defined reflection timeout value

507a5e3e 11/20/2007 11:38 PM Scott Ullrich

Add frontend for reflection timeout value

c62ff4e7 11/20/2007 12:29 AM Chris Buechler

description text correction

19886913 11/19/2007 08:38 PM Scott Ullrich

Add carriage return after outputting help screen

376807d7 11/19/2007 08:23 PM Scott Ullrich

Remove debugging echo

8eb08ba7 11/19/2007 08:38 AM Chris Buechler

fix typo and touch up text

50fa05d1 11/19/2007 05:38 AM Scott Ullrich

Add pipe_cmd() function

7aa6eee6 11/19/2007 04:30 AM Scott Ullrich

Missed a c/r

7116ab7f 11/19/2007 04:30 AM Scott Ullrich
  • Allow shell commands to be executed if you proceed the command with =
  • Clean up carriage returns and make presentation look nicer
3d3be836 11/19/2007 03:23 AM Scott Ullrich

If readline is not included in PHP then fall back to normal boring text input methods.

cd8ca22f 11/19/2007 02:57 AM Scott Ullrich

Add second argument of more allowing control of when press Return is displayed

5003c48a 11/19/2007 02:52 AM Scott Ullrich

add more($text) function. With this function it will ask the person to press return after 24 rows of output. Good for stuff like this:

$temp = print_r($config, true);
more($temp);

59eedf08 11/19/2007 01:24 AM Scott Ullrich

Add other helper pages

0433a8ff 11/19/2007 01:20 AM Scott Ullrich

Remove annoying shake on error.

859e12ed 11/19/2007 12:15 AM Scott Ullrich
  • Turn off debugging.
  • Show Loading in error space but show it without being red.
be23be5a 11/18/2007 11:35 PM Scott Ullrich
  • Correctly report invalid password
  • Correctly report invalid username
  • Correctly report 401 errors
950f0f9e 11/18/2007 11:25 PM Scott Ullrich

Correctly show 401 errors.

c9a4b3f2 11/17/2007 11:35 PM Seth Mos

Fix math on throughput graph

28949e85 11/17/2007 11:16 PM Seth Mos

Fix Spacing for wireless graph

c546ca5c 11/17/2007 11:11 PM Seth Mos

Fix Spelling

1df17ba9 11/17/2007 04:03 AM Scott Ullrich
  • Restore previous user manager, it works.
  • Remove #!/usr/local/bin/php from m0n0wall version of group manager page
0d11b018 11/17/2007 12:20 AM Scott Ullrich

Define more pages

c3deaf7f 11/16/2007 04:39 AM Scott Ullrich

Unbreak title in package areas.

9b54e3ff 11/16/2007 04:31 AM Scott Ullrich

Remove duplicate $pgtitle entry.

834a1074 11/16/2007 02:07 AM Scott Ullrich

Minor nitpick: make : ": ".

179b35d4 11/16/2007 02:01 AM Scott Ullrich

Clarify a few of the manually added descriptions.

9c2814ec 11/16/2007 02:00 AM Scott Ullrich

Ignore a number of misc pages.

cd933fbb 11/16/2007 01:54 AM Scott Ullrich

Add correctly.

d293a500 11/16/2007 01:54 AM Scott Ullrich

Add page title.

d2ce93d3 11/16/2007 01:43 AM Scott Ullrich

Switch icon locations to pfSense style themes.

b229cae4 11/16/2007 01:39 AM Scott Ullrich

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

87fe2b7f 11/16/2007 01:22 AM Scott Ullrich

Move common functions to guiconfig.inc since head.inc requires them.

9d9adc7f 11/16/2007 01:09 AM Scott Ullrich

Move common functions to guiconfig.inc since head.inc requires them.

d0e6f971 11/16/2007 12:58 AM Scott Ullrich

Do not declare gentitle twice.

28b1cc39 11/16/2007 12:58 AM Scott Ullrich

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

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

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

19b331c1 11/15/2007 11:58 PM Scott Ullrich

Sync code against m0n0wall:

  • Output pgtitle in fbegin.inc.

A global commit will be coming up to remove the operation from each page shortly.

e93441e0 11/15/2007 11:17 PM Scott Ullrich

Add genhtmltitle() from m0n0wall.

a04eb873 11/10/2007 02:29 AM Scott Ullrich

Correctly define Developers kernel option.

ebe2951e 11/09/2007 02:09 AM Scott Ullrich

Add libreadline support for command histories.

Requested-by: CMB

d7028c74 11/05/2007 02:25 AM Chris Buechler

remove whitespace at end

5e3de917 11/05/2007 12:41 AM Chris Buechler

comment out debugging code, was slightly breaking IPsec logs page and possibly others.

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

48c6ab80 11/03/2007 09:06 PM Scott Ullrich

Do not allow dhcp-relay to be enabled if dhcp server is enabled on any interface.

Ticket #1488

67c04e80 11/01/2007 10:17 PM Seth Mos

Back out counter wrap fix from ticket 1494 as it causes more issues then
we were trying to solve.

63353c9e 11/01/2007 09:02 PM Seth Mos

Add back scriptaculous files which are being used by the RRD graphs
page. Replacements welcome if we want it removed. See
status_rrd_graph.php

f0a3ac47 10/29/2007 10:00 PM Seth Mos

Fix courtesey of Billm, hackathon 2007 conversation.
Forgotten commit.

8f4423e5 10/28/2007 02:19 AM Daniel Stefan Haischt
  • removed scriptaculous. It will be added while building the ISO
    or embedded image.
c24d0dd0 10/26/2007 02:05 AM Bill Marquette

Fix for Ticket #1494 was committed from my first stab at the fix and not the actual fixed code and ended up in ticket #1496

c1a4aaca 10/24/2007 07:41 PM Martin Fuchs

Ticket 1709: fixed typo in OpenVPN cfg-page

88a82fc4 10/23/2007 08:44 PM Martin Fuchs

Add Codemasters ArchLord MMORPG to traffic shaper

6d61e0a0 10/23/2007 08:12 PM Martin Fuchs

Ticket 1709: fexed typo in OpenVPN cfg-page

b295e815 10/21/2007 04:18 PM Seth Mos

Remove size headers since they seem to screw up IE

063b934c 10/21/2007 06:41 AM Seth Mos

Fix layout and units

a7a31a1e 10/21/2007 06:30 AM Seth Mos

Commit missed include file change

2f80d451 10/21/2007 06:24 AM Seth Mos

Commit wireless frontend code

d9720602 10/20/2007 12:56 AM Seth Mos

List the available Gateways on the rules edit screen

4e41f518 10/19/2007 10:00 PM Bill Marquette

lint

5e6741c8 10/19/2007 09:21 PM Bill Marquette

Fix Javascript errors. Thanks JSLint!!