Project

General

Profile

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

# Date Author Comment
d31e9455 02/15/2010 10:53 PM Chris Buechler

clarify text

2248a940 12/26/2009 02:39 PM Ermal Luçi

Do not mark non-required fields as required.

9c38bcea 11/28/2009 09:47 PM Scott Ullrich

Do not dedicate 16 characters to interface name

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

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....
ee2db55f 05/07/2009 05:24 PM Ermal Luçi

Move validation of dyndns username to the only place it uses it, the GUI page. There it makes sense. While there add ':' character to allow NO-ip subaccounts.

97aa3109 12/16/2008 07:33 AM Ermal Luçi

Remove wrong comment..

91e55d73 12/16/2008 07:31 AM Ermal Luçi

Catch up with functions changes.

9e9b596f 10/22/2008 04:28 PM Ermal Luçi

Add footer

7d9dca1c 08/04/2008 06:16 PM Ermal Luçi

We know OpenDNS too now, add to the list.

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

789af363 07/20/2008 08:36 PM Ermal Luçi

Use new function to update the configured client and not the others to get better GUI response time.

07cdb9a2 07/20/2008 08:10 PM Ermal Luçi

Actually update host when a new account is configured.

acdfc164 07/20/2008 07:46 PM Ermal Luçi

Fix setting/unsetting of Disable option.

d4ecc94b 07/20/2008 02:39 PM Ermal Luçi
  • Correct yesterday commit seems that DNS-o-mattic commit support had shifted the values
    cause of bad separator use ' '(space) instead of ','(comma).
  • Implement DNSexit support.
    Feature request: #1588
8ab1c5e2 07/19/2008 09:45 PM Ermal Luçi

Fix shifted order. Somebody must have removed a service from here. I am still not sure if the first should be only dyndns or it should be dnsomatic as for values saved on configscp services_dyndns.php :/usr/local/www.

f1f60c92 07/14/2008 09:01 PM Ermal Luçi
  • Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHING
  • Much improved rule generation speed
  • Many bug fixing in general of the interface handling

NOTE: this is the other half of changes