summaryrefslogtreecommitdiffstats
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-252-1/+82
|
* Fix typoScott Ullrich2009-08-241-1/+1
|
* Fix error for server #1Scott Ullrich2009-08-241-1/+1
|
* Allow up to 3 remote syslog servers. Resolves #11Scott Ullrich2009-08-242-28/+158
|
* Remove whitespace and \tScott Ullrich2009-08-241-13/+13
|
* Use array_splice() to unset items that should not be sync'd (nosync) ↵Scott Ullrich2009-08-241-14/+28
| | | | Resolves #38
* Resolve mergeScott Ullrich2009-08-241-3/+4
|
* Note when running /etc/rc.php_ini_setupScott Ullrich2009-08-241-0/+2
|
* 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 alias completion support to wizard. Resolves #25Scott Ullrich2009-08-241-4/+18
|
* Catch up to reality -- there are now 10 fieldsScott Ullrich2009-08-241-1/+1
|
* 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-248-14/+417
|\ | | | | | | | | | | | | | | 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
| |
| * Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainlineNigel Graham2009-05-261-1/+4
| |\
| * | Added support for certificate chains to manager so that lighty can deliver ↵Nigel Graham2009-05-248-12/+187
| | | | | | | | | | | | 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-223-37/+34
| |\ \ \
| * | | | Adds automated interface setup + sshd for installation only.Tim Allender2009-07-172-110/+217
| | | | |
* | | | | Merge branch 'master' of ↵Scott Ullrich2009-08-248-20/+183
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | git://rcs.pfsense.org/pfsense/automatically-managing-firewall-rules-with-nat-rules into review/master
| * | | | | Changed automatical filter rule creation to have multiple options.unknown2009-08-161-9/+24
| | | | | |
| * | | | | Added support for automatically managing firewall rules with NAT rules.unknown2009-08-148-30/+125
| | | | | |
| * | | | | 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
* | | | | | Upgrade m0n0wall icmp types, ipsec to enc0 and reduce rule descriptions to ↵Scott Ullrich2009-08-241-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | 63 characters if required. Resolves #28
* | | | | | Minor header changesScott Ullrich2009-08-241-2/+2
| | | | | |
* | | | | | Set default gateway correctly by checking for yes or onScott Ullrich2009-08-241-1/+1
| | | | | |
* | | | | | Oops, add ?>Scott Ullrich2009-08-241-1/+1
| | | | | |
* | | | | | Only show one notice and unbreak the apply buttonScott Ullrich2009-08-241-4/+6
| | | | | |
* | | | | | Change the verson to 1.0 before running the configuration upgrade code in ↵Scott Ullrich2009-08-241-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | order to migrate items such as the default gateway and such
* | | | | | Only blast rrd upgrade notice to wall onceScott Ullrich2009-08-241-1/+4
| | | | | |
* | | | | | Convert configuration before redirecting to assign interfaces page.Scott Ullrich2009-08-241-0/+1
| | | | | |
* | | | | | Clear a bit the apply message and name the apply button 'Reboot firewall' to ↵Ermal Luçi2009-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | make clear what it does.
* | | | | | * In config_install validate the file that will be installed not the already ↵Ermal Luçi2009-08-244-52/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | sync bogonsScott Ullrich2009-08-231-7/+1
| | | | | |
* | | | | | Move functions to pfsense-utils.inc since they can be called from either ↵Scott Ullrich2009-08-232-44/+44
| | | | | | | | | | | | | | | | | | | | | | | | console or gui side
* | | | | | Move download_file_with_progress bar back to shared are where it belongs. ↵Scott Ullrich2009-08-232-64/+64
| | | | | | | | | | | | | | | | | | | | | | | | These functions can be called from both console and the webConfigurator. Unbreaks pkg operations on bootup such as resinstall broken packages
* | | | | | Set the penalty box color to red Resolves #25 on 2.0.Scott Ullrich2009-08-231-1/+1
| | | | | |
* | | | | | Create resolv.conf before loading rules. Resolves #21Scott Ullrich2009-08-231-3/+3
| | | | | |
OpenPOWER on IntegriCloud