summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
* Move sleep to correct locationScott Ullrich2009-08-201-4/+3
* Do not sleep if /var/run/donotsleep_bogons exists. For some reason the first...Scott Ullrich2009-08-201-1/+3
* Only echo out when we are sleepingScott Ullrich2009-08-201-2/+1
* Do not sleep if an argument is passedScott Ullrich2009-08-201-1/+1
* Fix NAT reflection for UDP. Was using the incorrect socket type, when udp was...jim-p2009-08-151-3/+6
* Add my copyright.Ermal Luçi2009-08-141-0/+1
* Forgotten increase of the limit.Ermal Luçi2009-08-141-1/+1
* * Convert captive portal rules to use tables. This reduces the number of rule...Ermal Luçi2009-08-141-96/+88
* Use ipfw tables for allowed ips. This reduces the number of rules needed for ...Ermal Luçi2009-08-131-53/+41
* Micro speedup improvements on the parser.Ermal Luçi2009-08-131-11/+9
* Check even if the file exists or not. Only checking filesize its not enough f...Ermal Luçi2009-08-131-2/+2
* Ensure nanobsd save tmp files under /rootRenato Botelho2009-08-121-3/+1
* Really restart DHCPD server after changesScott Ullrich2009-08-121-3/+9
* Add xmlreader module to the list of modules used on pfSense.Ermal Luçi2009-08-121-0/+1
* Change the parser to xmlreader instead of the current parser. This brings spe...Ermal Luçi2009-08-121-96/+38
* Fix some logic on enabling or disabling ipfw filtering on interfaces.Ermal Luçi2009-08-121-2/+5
* Readd rule since it makes the policy easier to read.Ermal Luçi2009-08-121-0/+1
* Actually do the test right.Ermal Luçi2009-08-121-1/+1
* Catch up with the new System->Misc option added for schedules.Ermal Luçi2009-08-121-1/+2
* Just return without the complete rule otherwise some misconfiguration may hap...Ermal Luçi2009-08-121-1/+1
* Reduce some unneeded overhead in CP generated ipfw rules.Ermal Luçi2009-08-111-30/+4
* Remove unneeded double quoutes from expression.Ermal Luçi2009-08-111-1/+1
* Mark some other function with COMPAT comment to easily find them when needed.Ermal Luçi2009-08-111-4/+3
* Add a compat function after renaming tdr_install_cron to filter_tdr_install_c...Ermal Luçi2009-08-111-0/+6
* Unlock a little faster otherwise a deadlock will occur.Ermal Luçi2009-08-111-2/+2
* Use the global variable for referencing tmp path and do not use hardcoded value.Ermal Luçi2009-08-111-14/+18
* Allow logging everything to syslog (allows syslog of snort, amongst other thi...Chris Buechler2009-08-091-0/+6
* Allow tcpdump by default on enc. There is no measurable performance impact, a...Chris Buechler2009-08-081-2/+2
* Do not create /root/var/tmpScott Ullrich2009-08-061-3/+1
* Only symlink pkg dirScott Ullrich2009-08-061-2/+1
* Reverse link arguments and rm dirScott Ullrich2009-08-061-2/+3
* Create symlink after disks are mountedScott Ullrich2009-08-061-8/+6
* Create symlink after disks are mountedScott Ullrich2009-08-062-6/+7
* Allow packages to be persistent across reboots. Resolved #44sullrich2009-08-051-1/+9
* Use php to detect product name on shell scriptsRenato Botelho2009-08-034-4/+4
* Circumvent weirdness of php when unsetting an array members during a loop.Ermal Luçi2009-07-311-2/+6
* Add ';' which should make the error page link work again.Ermal Luçi2009-07-311-1/+1
* Fix a probably php undetermined behaviour of code in php.Ermal Luçi2009-07-301-1/+4
* Tell syslogd to not compress information to the following line is repeated N ...Ermal Luçi2009-07-291-3/+3
* Add better checks to the lighty port setting to prevent some issues with php5...Ermal Luçi2009-07-281-1/+1
* It is printf and not print. Thanks-To: merlin from forums for spotting it.Ermal Luçi2009-07-281-1/+1
* Fix routes on the same interface and the return value of guess_interface_from...Ermal Luçi2009-07-272-2/+2
* Turn off fastcgi for installations with less than 65 megabytes of ramScott Ullrich2009-07-261-1/+5
* PHP 5 array change handling. Better check before blindly taking the reference.Ermal Luçi2009-07-261-0/+4
* Show size of detected on disk partition and size of upgrade fileScott Ullrich2009-07-241-1/+1
* Make the propper check about arrays that php5 requires.Ermal Luçi2009-07-241-0/+4
* Eliminate the usage of global variables on the aliases. Remove some debugging...Ermal Luçi2009-07-241-7/+10
* Remove one global definition, unused. Fix style and use is_alias instead of d...Ermal Luçi2009-07-241-5/+3
* * If editing an alias do not display itself on the autocompletion listErmal Luçi2009-07-231-7/+13
* Merge alias_expand_value and filter_generate_aliases this makes the more sen...Ermal Luçi2009-07-232-33/+18
OpenPOWER on IntegriCloud