Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
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

9c347273 08/20/2009 11:17 PM Scott Ullrich

Make the icon the correct size

f1c49ff4 08/20/2009 11:14 PM Scott Ullrich

Add avanced item indicator which will show when hovering the mouse over the icon which advanced item has been enabled

24b9ea9a 08/20/2009 10:47 PM Scott Ullrich

Oops, use address instead of name

869857aa 08/20/2009 10:31 PM Scott Ullrich

Handle alias in an alias rename situation

82adb823 08/20/2009 10:29 PM Scott Ullrich

Remove non-needed debugging item and rename debug log to /tmp/alias_rename_log.txt

af8ae82e 08/20/2009 10:23 PM Scott Ullrich

Rename 'DNS' to 'DNS Lookup' to better match what the diag utility does

08b596d9 08/20/2009 10:18 PM Scott Ullrich

Wait while bogons table is being updated up to 90 seconds. After it is updated notify user that it was updated

f5200c44 08/20/2009 09:59 PM Scott Ullrich

Add missing debug checks

ed0b7949 08/20/2009 09:57 PM Scott Ullrich

Allow editing of alias names that already are being referenced by rules, nat, etc by looping through items and replacing the old alias name with the newly updated alias name.
Sponsored-by: BSD Perimeter Commercial Support

515ac0f0 08/20/2009 09:47 PM Chris Buechler

fix merge mess

e49dc1bd 08/20/2009 09:41 PM Chris Buechler

Merge branch 'master' of rcs.pfsense.org:pfsense/mainline

Conflicts:
usr/local/www/diag_showbogons.php

9dbb93ba 08/20/2009 09:21 PM Chris Buechler

Fix bogons update in GUI without duplicating logic

acf23e63 08/20/2009 08:33 PM Scott Ullrich

Only remove tmp file if we succeed

0c348a2b 08/20/2009 08:31 PM Scott Ullrich

Add savemsg

d114f3e3 08/20/2009 08:19 PM Scott Ullrich

Duplicate logic to download bogons data. For some reason the shell script is ignoring the first argument AND the file that was created to prevent it from sleeping. Life is too short to chase stupid stuff -- if you don't like it spend your own time to figure out the issue.

53ce59b3 08/20/2009 08:17 PM Holger Bauer

Icon for rules overview screen to indicate that advanced options are configured

d2619820 08/20/2009 08:07 PM Scott Ullrich

Add sorting ability to status -> UPNP

2f6cd24f 08/20/2009 08:04 PM Scott Ullrich

Move Note below table so it does not interefere with table sorting

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

0f78d3ad 08/20/2009 07:16 PM Scott Ullrich

Make Status -> IPSec table sortable. Fix colors and styling on sortable table headers to match all other forms. Sponsored-by: BSD Perimeter Commercial Support

2a87b190 08/20/2009 04:37 AM Scott Ullrich

Move sleep to correct location

b089ad3a 08/20/2009 04:25 AM Scott Ullrich

Do not sleep if /var/run/donotsleep_bogons exists. For some reason the first argument is not being passed when ran from webConfigurator

c54c2d23 08/20/2009 04:12 AM Scott Ullrich

Rename Reload to Download latest bogon data

5769ba0a 08/20/2009 04:06 AM Scott Ullrich

Only echo out when we are sleeping

e97076a5 08/20/2009 04:04 AM Scott Ullrich

Add Reload button

5de28171 08/20/2009 04:03 AM Scott Ullrich

Do not sleep if an argument is passed

83c56e9c 08/20/2009 03:50 AM Scott Ullrich

Correct filename

a7fcf251 08/20/2009 03:50 AM Scott Ullrich

Add Show Bogons command.

74acf806 08/19/2009 11:57 AM Renato Botelho

Use sha256 -q instead of | awk

758a370e 08/16/2009 01:18 AM Jim Pingle

Fix NAT reflection for UDP. Was using the incorrect socket type, when udp was reflected, inetd was still listening on TCP.

02afa684 08/15/2009 04:44 AM Jim Pingle

Fix potential bug in UPnP config.
If the shaper has never been used, the value being checked may not exist or not be an array.

9568c1a1 08/14/2009 05:25 PM Ermal Luçi

Add my copyright.

b3167422 08/14/2009 05:21 PM Ermal Luçi

Forgotten increase of the limit.

f9f71ad3 08/14/2009 05:13 PM Ermal Luçi
  • Convert captive portal rules to use tables. This reduces the number of rules ALOT.
  • Make the peruserbw setting use tables also by taking advantage of the tablearg option.
  • Convert statistics to use the new improvements of ipfw tables merged previously....
74194bf7 08/14/2009 10:06 AM Ermal Luçi

Catch up with allowed ip using ipfw tables. This makes allowed ips be configured without reloading the whole other ones.

5fbeb279 08/14/2009 10:00 AM Ermal Luçi

Prevent gif(4) interfaces from being used in bridges.

cb0a2913 08/13/2009 05:21 PM Ermal Luçi

Use ipfw tables for allowed ips. This reduces the number of rules needed for them and speedups things when this list is big. This simplifies even deleteing an allowed ip from services->captiveportal->allowedips since we just need to remove them from the table.

d1bd66b4 08/13/2009 03:59 PM Ermal Luçi

Micro speedup improvements on the parser.

46197353 08/13/2009 01:49 PM Ermal Luçi

Check even if the file exists or not. Only checking filesize its not enough for all cases.

dee5d2fb 08/12/2009 06:50 PM Renato Botelho

Ensure nanobsd save tmp files under /root

1dcba27c 08/12/2009 06:00 PM Scott Ullrich

Really restart DHCPD server after changes

caea0c47 08/12/2009 05:55 PM Ermal Luçi

Add xmlreader module to the list of modules used on pfSense.

d7b6c842 08/12/2009 05:55 PM Ermal Luçi

Change the parser to xmlreader instead of the current parser. This brings speed improvements and reduces some of the errors of the previous parser.

85250056 08/12/2009 12:40 PM Ermal Luçi

Fix some logic on enabling or disabling ipfw filtering on interfaces.

33056a18 08/12/2009 12:36 PM Ermal Luçi

Readd rule since it makes the policy easier to read.

104e9d36 08/12/2009 12:04 PM Ermal Luçi

Actually do the test right.

70562c2c 08/12/2009 12:02 PM Ermal Luçi

Catch up with the new System->Misc option added for schedules.

f204df7d 08/12/2009 12:02 PM Ermal Luçi
  • Fix setting unsetting of a few option under System-> Misc
  • Present a new option to control clearing of states when Schedules expire. Seems sometimes this is a desirable behaviour!
b7cfb4ea 08/12/2009 12:02 PM Ermal Luçi

Just return without the complete rule otherwise some misconfiguration may happen when a schedule expires.

Reported-by: mileswu

5bdddd2d 08/11/2009 08:45 PM Ermal Luçi

Reduce some unneeded overhead in CP generated ipfw rules.

db2116d3 08/11/2009 10:35 AM Ermal Luçi

Remove unneeded double quoutes from expression.

e8910ad4 08/11/2009 10:33 AM Ermal Luçi

Mark some other function with COMPAT comment to easily find them when needed.

fe9afce6 08/11/2009 10:30 AM Ermal Luçi

Add a compat function after renaming tdr_install_cron to filter_tdr_install_cron with a warning for the renaming.

b6494651 08/11/2009 10:23 AM Ermal Luçi

Fix typo its tagged and not tag.

Reported-by: mileswu
Patch-extracted-from: https://rcs.pfsense.org/projects/pfsense/repos/mainline/merge_requests/30

70ca5bb7 08/11/2009 10:23 AM Ermal Luçi

Unlock a little faster otherwise a deadlock will occur.
Reported-by: mileswu
Patch-extracted-from: https://rcs.pfsense.org/projects/pfsense/repos/mainline/merge_requests/30

4fea01e0 08/11/2009 10:23 AM Ermal Luçi

Use the global variable for referencing tmp path and do not use hardcoded value.

7f9bd1c2 08/10/2009 10:57 PM Chris Buechler

fix typo

Resolves #49

778b080b 08/10/2009 01:03 AM Scott Ullrich

Overwrite .cshrc and .profile

5e9cb189 08/10/2009 12:55 AM Scott Ullrich

Escape command

b001e0e5 08/09/2009 11:56 PM Scott Ullrich

Handle console too for noninteractive

da5cc675 08/09/2009 11:56 PM Scott Ullrich

Backout last commit, need to figure out the console angle as well

4ef2d703 08/09/2009 10:38 PM Chris Buechler

Allow logging everything to syslog (allows syslog of snort, amongst other things)

08fe1302 08/09/2009 09:26 PM Scott Ullrich

Fix non-interactive script bug on upgrade.

08c7e2e3 08/08/2009 11:02 PM Chris Buechler

Allow tcpdump by default on enc. There is no measurable performance impact, and it's annoying to flip the sysctls to allow when needed.

cd465e06 08/07/2009 12:11 AM Scott Ullrich

Do not create /root/var/tmp

eb071c7d 08/06/2009 11:49 PM Scott Ullrich

Only symlink pkg dir

95399b72 08/06/2009 11:46 PM Scott Ullrich

Reverse link arguments and rm dir

99b8b304 08/06/2009 10:30 PM Scott Ullrich

Create symlink after disks are mounted

8bb895eb 08/06/2009 10:28 PM Scott Ullrich

Create symlink after disks are mounted

1ec24317 08/05/2009 07:00 PM Scott Ullrich

Allow packages to be persistent across reboots. Resolved #44

07881462 08/03/2009 07:52 PM Renato Botelho

Use php to detect product name on shell scripts

0ba45a79 07/31/2009 06:41 PM Renato Botelho

Save update file on $g[upload_path] instead of /tmp

8e51cc6a 07/31/2009 02:17 PM Ermal Luçi

Circumvent weirdness of php when unsetting an array members during a loop.

2b0eeeaa 07/31/2009 10:11 AM Ermal Luçi

Add ';' which should make the error page link work again.

889b0934 07/30/2009 10:12 PM Ermal Luçi

Fix a probably php undetermined behaviour of code in php.

61ffe8b8 07/30/2009 06:22 PM Renato Botelho

Check for nanobsd update

7dde365c 07/30/2009 01:45 PM Renato Botelho

Check if file exists before unlink

c9f8d4f5 07/29/2009 05:05 PM Ermal Luçi

Tell syslogd to not compress information to the following line is repeated N times. This unbreaks sshlockout_pf.

96099c6a 07/28/2009 05:26 PM Renato Botelho

Call conf_mount_rw() before execute boot0cfg to prevent I/O errors

58cd9724 07/28/2009 01:02 PM Renato Botelho

s/ABOOT_DRIVE/BOOT_DRIVE/ since this variable is not defined, and the drive is always the same, the only thing that changes is the slice.

96b4269c 07/28/2009 10:28 AM Ermal Luçi

Change only needed aliases.

f4875d35 07/28/2009 10:00 AM Ermal Luçi

Add better checks to the lighty port setting to prevent some issues with php5 arrays and wrongly set values.

16f78ff0 07/28/2009 09:59 AM Ermal Luçi

Fix the alias replacing when renamed so it does not do casualities like replacing thing with same name. This change prevents i.e. alias Test and Test34 refrenced in alias MyHome after renaming alias Test to Testagain the previous code would replace even Test34 to Testagin34 which is very unexpected.

3e6ec921 07/28/2009 09:31 AM Ermal Luçi

It is printf and not print. Thanks-To: merlin from forums for spotting it.

e78901cd 07/27/2009 09:16 PM Ermal Luçi

Fix routes on the same interface and the return value of guess_interface_from_ip to not include \n. Reported on http://forum.pfsense.org/index.php/topic,18001.0.html.

670d3bc0 07/27/2009 07:36 PM Holger Bauer

Fix rrd graphs in pfsense_ng theme for 2.0. Should Fix Ticket #1942. Someone please test on 2.0 and report back.

f4ebc84a 07/26/2009 10:49 PM Scott Ullrich

Turn off fastcgi for installations with less than 65 megabytes of ram

aa10aadc 07/26/2009 09:13 PM Ermal Luçi

PHP 5 array change handling. Better check before blindly taking the reference.

80683b0d 07/25/2009 01:58 AM Scott Ullrich

Add prototype

a340cf5e 07/25/2009 01:56 AM Scott Ullrich

Add debugmode sysctls

8b099656 07/25/2009 12:08 AM Scott Ullrich

Request noembedded tag, too

f4ea0192 07/24/2009 11:41 PM Scott Ullrich

Show size of detected on disk partition and size of upgrade file

7849bdd5 07/24/2009 09:18 PM Ermal Luçi

Make the propper check about arrays that php5 requires.

171aa30d 07/24/2009 10:34 AM Ermal Luçi

When renaming an alias that is referenced by other aliases make the propper ajustements to reflect the changed name.