summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Allow logging everything to syslog (allows syslog of snort, amongst other ↵Chris Buechler2009-08-091-0/+6
| | | | things)
* Allow tcpdump by default on enc. There is no measurable performance impact, ↵Chris Buechler2009-08-081-2/+2
| | | | and it's annoying to flip the sysctls to allow when needed.
* 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
| | | | times. This unbreaks sshlockout_pf.
* Add better checks to the lighty port setting to prevent some issues with ↵Ermal Luçi2009-07-281-1/+1
| | | | php5 arrays and wrongly set values.
* 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 ↵Ermal Luçi2009-07-272-2/+2
| | | | guess_interface_from_ip to not include \n. Reported on http://forum.pfsense.org/index.php/topic,18001.0.html.
* 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 ↵Ermal Luçi2009-07-241-7/+10
| | | | debugging leftovers.
* Remove one global definition, unused. Fix style and use is_alias instead of ↵Ermal Luçi2009-07-241-5/+3
| | | | doing our own testing.
* * If editing an alias do not display itself on the autocompletion listErmal Luçi2009-07-231-7/+13
| | | | | * 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.
* Merge alias_expand_value and filter_generate_aliases this makes the more ↵Ermal Luçi2009-07-232-33/+18
| | | | sense from functionality. This removes alias_expand_value function as it is not needed in new world order.
* * Cleanup the mess that is reflection. Basically refactor the reflection ↵Ermal Luçi2009-07-232-188/+138
| | | | | | | 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)
* Minor commnetsScott Ullrich2009-07-231-1/+3
|
* Set kern.geom.debugflags=16Scott Ullrich2009-07-221-0/+4
|
* Create a function to generate aliases and nested aliases. This will ↵Ermal Luçi2009-07-221-36/+30
| | | | 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.
* needs to be a global nowScott Ullrich2009-07-151-0/+1
|
* needs to be a global nowScott Ullrich2009-07-151-0/+1
|
* Do not allow muting of serial + full installScott Ullrich2009-07-151-0/+2
|
* Do not allow muting of a serial console. The kernel gets very cranky and ↵Scott Ullrich2009-07-151-4/+11
| | | | dishes cannot control tty errors
* Be smarter at it and reduce some overhead.Ermal Luçi2009-07-151-19/+6
|
* Correct file names.Ermal Luçi2009-07-151-2/+2
|
* Remove files before recreating them. Add filter rules early content to the ↵Ermal Luçi2009-07-151-1/+12
| | | | file it was missing.
* Do not send a HUP to racoon as that causes issue with initialSeth Mos2009-07-141-3/+0
| | | | configuration loading.
* Switch over the dns list from arguments to dnswatch to a file which holds ↵Seth Mos2009-07-141-4/+3
| | | | them which dnswatch will use.
* Correct sysctl locationScott Ullrich2009-07-131-4/+4
|
* Normalize the LEDs before alerting, in case the others are in the middle of ↵jim-p2009-07-131-0/+1
| | | | some activity at the time.
* Switch notice LED alert to LED 1, and make it a little more eye-catching. ↵jim-p2009-07-131-6/+5
| | | | | | | Also default the LED to on when notice is ACK'd. Part of feature #17. Also leaves LEDs 2 and 3 free for blinkled to use.
* Make the dnswatch_list array unique before processing itSeth Mos2009-07-131-0/+1
|
* Silence dnscache message into a debug checkSeth Mos2009-07-131-2/+4
|
* Silence route delete, this will also match on local network connectedSeth Mos2009-07-131-1/+1
| | | | vpn endpoints, those routes can not be deleted and throw a error.
* Call conf_mount_rw() earlyScott Ullrich2009-07-121-2/+2
|
* Oops, we do not need to reboot to set nmbflowsScott Ullrich2009-07-121-10/+4
|
* Grab # cpus correctly and correct the grep for flowtable_sizeScott Ullrich2009-07-121-4/+4
|
* Size flowtables according to Kip's recommendations and write out loader.conf ↵Scott Ullrich2009-07-121-1/+13
| | | | entry.
* Enable flowtable supportScott Ullrich2009-07-121-7/+24
|
* Trim resultsScott Ullrich2009-07-121-1/+1
|
* ReturnScott Ullrich2009-07-121-0/+1
|
OpenPOWER on IntegriCloud