summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* s/growl/smtp/Scott Ullrich2009-08-251-1/+1
|
* Ensure both fields are present before sending emailScott Ullrich2009-08-251-1/+5
|
* Adding SMTP support. Ticket #59Scott Ullrich2009-08-251-0/+44
|
* Allow up to 3 remote syslog servers. Resolves #11Scott Ullrich2009-08-241-17/+95
|
* Remove whitespace and \tScott Ullrich2009-08-241-13/+13
|
* Resolve mergeScott Ullrich2009-08-241-226/+0
|
* Include certs.incScott Ullrich2009-08-241-1/+1
|
* Jettison get_interface_list from this fileScott Ullrich2009-08-241-1/+0
|
* Make style consistentScott Ullrich2009-08-241-4/+2
|
* Oops, part of the git merge sneaked in here. RemoveScott Ullrich2009-08-241-10/+4
|
* Add split() wrapper so that when split() is removed from php 6 we will not ↵Scott Ullrich2009-08-241-1/+8
| | | | have any extra gotchas. Resolves #57
* Use ifconfig -l instead of native get_interface_list() to avoid include hellScott Ullrich2009-08-241-0/+2
|
* Merge branch 'master' of git://rcs.pfsense.org/pfsense/nigel-ca-chain into ↵Scott Ullrich2009-08-245-6/+388
|\ | | | | | | | | | | | | | | review/master Conflicts: etc/inc/certs.inc etc/inc/upgrade_config.inc
| * Added a missing argument in the lighty configuration for captive portal.Nigel Graham2009-05-261-2/+2
| |
| * Found another bug in ca_chain_array.Nigel Graham2009-05-261-1/+1
| |
| * Fixed a problem in ca_chain that caused a segmentation fault.Nigel Graham2009-05-261-9/+9
| |
| * Added support for certificate chains to manager so that lighty can deliver ↵Nigel Graham2009-05-245-4/+158
| | | | | | | | them via SSL.
* | Merge branch 'master' of ↵Scott Ullrich2009-08-242-108/+215
|\ \ | | | | | | | | | | | | | | | | | | git://rcs.pfsense.org/pfsense/techneck-auto_interface into review/master Conflicts: etc/inc/config.inc
| * \ Merge commit 'mainline/master'Tim Allender2009-07-221-36/+30
| |\ \
| * | | Adds automated interface setup + sshd for installation only.Tim Allender2009-07-172-110/+217
| | | |
* | | | Merge branch 'master' of ↵Scott Ullrich2009-08-242-0/+86
|\ \ \ \ | | | | | | | | | | | | | | | git://rcs.pfsense.org/pfsense/automatically-managing-firewall-rules-with-nat-rules into review/master
| * | | | Added support for automatically managing firewall rules with NAT rules.unknown2009-08-142-12/+45
| | | | |
| * | | | Added support for automatically managing firewall rules with NAT rules.unknown2009-08-141-0/+53
| | | | |
* | | | | Note when openNTPD is starting. Resolves #42Scott Ullrich2009-08-241-0/+3
| | | | |
* | | | | Automatically build vlan_native_supp and vlan_long_frame (native tagging and ↵Scott Ullrich2009-08-241-3/+35
| | | | | | | | | | | | | | | | | | | | long frames) by inspecting ifconfig -m accordingly
* | | | | Minor header changesScott Ullrich2009-08-241-2/+2
| | | | |
* | | | | Only blast rrd upgrade notice to wall onceScott Ullrich2009-08-241-1/+4
| | | | |
* | | | | * In config_install validate the file that will be installed not the already ↵Ermal Luçi2009-08-242-16/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | present config! * Convert most hardcoded /tmp to the global variable * Do not reboot the firewall under the hood without confirmation from the user after restoring. Just ask the user to do it. * Fix various things in restore/backup code.
* | | | | Test if we actually succeeded in opening the requested xml file and log an ↵Ermal Luçi2009-08-241-5/+5
| | | | | | | | | | | | | | | | | | | | error in bad cases to avoid strange errors.
* | | | | Move functions to pfsense-utils.inc since they can be called from either ↵Scott Ullrich2009-08-231-0/+44
| | | | | | | | | | | | | | | | | | | | console or gui side
* | | | | Move download_file_with_progress bar back to shared are where it belongs. ↵Scott Ullrich2009-08-231-0/+63
| | | | | | | | | | | | | | | | | | | | These functions can be called from both console and the webConfigurator. Unbreaks pkg operations on bootup such as resinstall broken packages
* | | | | Minor header touchupsScott Ullrich2009-08-232-3/+6
| | | | |
* | | | | remove stray fScott Ullrich2009-08-231-1/+1
| | | | |
* | | | | Unbreak config_restore()Scott Ullrich2009-08-231-4/+8
| | | | |
* | | | | Remove leading spaceScott Ullrich2009-08-231-2/+2
| | | | |
* | | | | Unbreak IPSEC!Scott Ullrich2009-08-231-0/+3
| | | | |
* | | | | Move growl related functions to notices.incScott Ullrich2009-08-232-39/+39
| | | | |
* | | | | Only process after_filter_configure_run if it is an arrayScott Ullrich2009-08-221-2/+3
| | | | |
* | | | | Fix another wrong code.Ermal Luçi2009-08-211-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initialize $config_parsed before even expecting things to work. Set $config_parsed value inside lock protected code to avoid races inside function. NOTE: That this still is racy, since the value of $config_parsed before being checked at the end of config.inc, but i will leave the task to the propper/sponsored person to fix!
* | | | | Update the Altq capable list with the 7.2 listSeth Mos2009-08-211-6/+7
| | | | |
* | | | | Unbreak parse_config plugins and fix autoconfigbackupScott Ullrich2009-08-211-6/+10
| | | | |
* | | | | oops fix if statementScott Ullrich2009-08-201-1/+1
| | | | |
* | | | | Fix Warning: Invalid argument supplied for foreach() in /etc/inc/filter.inc ↵Scott Ullrich2009-08-201-2/+4
| | | | | | | | | | | | | | | | | | | | on line 415
* | | | | Remove extra plugin infoScott Ullrich2009-08-201-4/+0
| | | | |
* | | | | Add rowhelper field which allows defining custom dhcp option numbers. ↵Scott Ullrich2009-08-201-4/+32
| | | | | | | | | | | | | | | | | | | | Sponsored-by: BSD Perimeter Commercial Support
* | | | | Fix NAT reflection for UDP. Was using the incorrect socket type, when udp ↵jim-p2009-08-151-3/+6
|/ / / / | | | | | | | | | | | | was reflected, inetd was still listening on TCP.
* | | | 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 ↵Ermal Luçi2009-08-141-96/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. * Make the limit of users allowed around 25000 instead of 9999 of before. NOTE: The only thing remaining for full optimization on ipfw(4) side is converting passthrumac and layer2 secure rules to tables aswell.
* | | | Use ipfw tables for allowed ips. This reduces the number of rules needed for ↵Ermal Luçi2009-08-131-53/+41
| | | | | | | | | | | | | | | | 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.
OpenPOWER on IntegriCloud