Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  simplepie
IPv6.inc 21.7 KB
PEAR.inc 32.3 KB
array_intersect_key.inc 2.42 KB
auth.inc 27.2 KB
authgui.inc 8.39 KB
captiveportal.inc 36.3 KB
certs.inc 5.55 KB
cmd_chain.inc 3.9 KB
config.inc 37.2 KB
crypt.inc 2.78 KB
dyndns.class 34.9 KB
filter.inc 79.2 KB
functions.inc 2.98 KB
globals.inc 4.07 KB
growl.class 3.18 KB
gwlb.inc 15.5 KB
interfaces.inc 74.9 KB
ipsec.inc 10.9 KB
led.inc 5.23 KB
meta.inc 4.87 KB
notices.inc 5.29 KB
openvpn.auth-user.php 2.4 KB
openvpn.inc 17.3 KB
pfsense-utils.inc 44.7 KB
pkg-utils.inc 39.8 KB
priv.defs.inc 65.9 KB
priv.inc 6.65 KB
radius.inc 31.4 KB
rrd.inc 28.1 KB
service-utils.inc 5.82 KB
services.inc 33.4 KB
shaper.inc 121 KB
smtp.inc 20.7 KB
system.inc 32.5 KB
upgrade_config.inc 53.9 KB
util.inc 25.2 KB
voucher.inc 14.5 KB
vpn.inc 43.8 KB
vslb.inc 8.28 KB
xmlparse.inc 7.92 KB
xmlrpc.inc 4.33 KB
xmlrpc_client.inc 59.7 KB
xmlrpc_server.inc 22.7 KB

Latest revisions

# Date Author Comment
703d743d 07/24/2009 07:31 AM Ermal Luçi

Remove one global definition, unused. Fix style and use is_alias instead of doing our own testing.

5e34cdb2 07/23/2009 09:44 PM Ermal Luçi
  • If editing an alias do not display itself on the autocompletion list
  • Prevent that the user mixes wrong type of aliases, only host and network type mixing is allowed. Openvpn may be added later on too.
  • Instead of checking for nested loops when unwinding aliases just prevent the loops. It is easier and allows some rare cases when nesting is needed.
8c935892 07/23/2009 12:43 PM Ermal Luçi

Merge alias_expand_value and filter_generate_aliases this makes the more sense from functionality. This removes alias_expand_value function as it is not needed in new world order.

a81cff99 07/23/2009 12:28 PM Ermal Luçi
  • Cleanup the mess that is reflection. Basically refactor the reflection code into its own function and cleanup some code.
  • Remove alias_expand_{host,net} and fix the alias_expand_value to confirm to the new alias neting 'standards'
  • Use trhoughout the code the new macros and do not expand all of them again(basically speed improvement)
7258e035 07/22/2009 06:25 PM Ermal Luçi

Create a function to generate aliases and nested aliases. This will translate all network and hosts aliases in tables and there will be no more ugly tricks in the code. While here fix the bug that aliases can generate a line longer than 4096 characters that is not supported by pf(4). The new functionality supports alias nesting for network and host type of aliases but the gui needs improvemnet on this.

052483d7 07/16/2009 01:46 AM Scott Ullrich

needs to be a global now

a0a493fa 07/16/2009 01:45 AM Scott Ullrich

needs to be a global now

891e80bf 07/16/2009 01:44 AM Scott Ullrich

Do not allow muting of serial + full install

149c9dfc 07/16/2009 01:41 AM Scott Ullrich

Do not allow muting of a serial console. The kernel gets very cranky and dishes cannot control tty errors

ada51839 07/15/2009 09:46 PM Ermal Luçi

Be smarter at it and reduce some overhead.

View revisions

Also available in: Atom