aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Backup package change path to package files and adjust versionmcrane2009-03-172-14/+14
|
* Change version of Backup packagemcrane2009-03-172-7/+2
|
* Merge branch 'master' of http://gitweb.pfsense.org/pfsense-packages/mainlinePerry Mason2009-03-173-14/+3
|\
| * Dashboard 0.7.5.1 - Small bugfix for interface name formattingJim Pingle2009-03-173-14/+3
| |
* | dns server 3th and 4th option addedPerry Mason2009-03-173-0/+364
|/
* Dashboard 0.7.5Jim Pingle2009-03-162-3/+14
| | | | | | | | | | | | | | * Filter log entry count is configurable in the gui * Converted more code to be shared instead of copy/pasted. * Reworked the JavaScript a little so it could also be shared * Removed some redundant/unused code * Code cleanup/style fixes * Added support for finding logged rdr rules from miniupnpd NOTE: Due to the dynamic nature of upnp rules, the rule may not be present when checked. * Fixed support for running on 1.2, now works on all 1.2-1.2.x releases. * Fixed ng0 not showing as WAN on PPPoE systems, should work for other WAN types as well * Fixed CLI parser, now prints only parseable lines. Previously printed a blank line instead of skipping. * Fixed more AJAX bugs causing the logs to update improperly.
* FreeSWITCH version update to reflect changes from previous commits.mcrane2009-03-141-1/+1
|
* FreeSWITCH minor wording change, and css class improvements for pfSense 2.0mcrane2009-03-143-20/+20
|
* Move the tftp package to the /usr/local/www/packages/tftp directorymcrane2009-03-142-6/+6
|
* Add new package to backup and restore files and directoriesmcrane2009-03-145-0/+783
|
* Bump pfJailctl versionEirik Oeverby2009-03-141-1/+1
|
* Bugfix in pfJailctlEirik Oeverby2009-03-141-2/+2
|
* Include all files for jail packages...Eirik Oeverby2009-03-142-0/+269
|
* Merge branch 'master' of git@rcs.pfsense.org:pfsense-packages/mainlineEirik Oeverby2009-03-140-0/+0
|\
| * Fricking.xml is in the frickin/ dirScott Ullrich2009-03-131-75/+0
| |
| * DDNS doesn't need a reboot and lets go ALPHAPerry Mason2009-03-132-3/+2
| |
| * Show please setup auto config backup as a message after redirecting pageScott Ullrich2009-03-133-3/+3
| |
* | Added pfJailctl and jail_template packagesEirik Oeverby2009-03-1411-0/+2188
| | | | | | | | See http://doc.pfsense.org/index.php/PfJailctl_package for details.
* | Fricking.xml is in the frickin/ dirScott Ullrich2009-03-141-75/+0
| |
* | DDNS doesn't need a reboot and lets go ALPHAPerry Mason2009-03-142-3/+2
| |
* | Show please setup auto config backup as a message after redirecting pageScott Ullrich2009-03-143-3/+3
| |
* | Fixed wrong text in certificate management.Eirik Oeverby2009-03-122-2/+1
|/
* FreeSWITCH build revision 12545 works on freebsd 7.0 and highermcrane2009-03-123-5/+5
|
* Show loading indicator correctly.Scott Ullrich2009-03-111-3/+4
|
* bump imspector...except not really *sigh*Bill Marquette2009-03-101-1/+1
|
* Revert "start migrating javascript to prototype"Bill Marquette2009-03-101-19/+17
| | | | This reverts commit e33637e6eded91962267b364ec48a74ee1ff835c.
* Revert "remove home rolled xmlhttpPost crap, use Prototype"Bill Marquette2009-03-101-20/+24
| | | | This reverts commit ecacddc29028cf9f6e94d326461d7a6087493ba1.
* Revert "More Prototype-isms"Bill Marquette2009-03-101-11/+9
| | | | This reverts commit f68491164d4f3a0a22b5b630f8c34b3e950dd8fa.
* Revert "put readable variable names in for a[*] array"Bill Marquette2009-03-101-24/+16
| | | | This reverts commit 689a5cd5fbc4c6ab1093df3c4fa601ae390e6200.
* Added certificate managementEirik Oeverby2009-03-104-58/+430
| | | | | | | | Major change which allows assigning certificates to tunnels. Certificates are managed on a separate tab, but they must be manually generated on another system and pasted in along with RSA keys. Certificate status display lists status including days until expiry.
* Merge commit 'mainline/master'Eirik Oeverby2009-03-105-70/+77
|\ | | | | | | | | Conflicts: config/stunnel.xml
| * put readable variable names in for a[*] arrayBill Marquette2009-03-101-16/+24
| |
| * bump imspector package versionBill Marquette2009-03-101-1/+1
| |
| * More Prototype-ismsBill Marquette2009-03-101-9/+11
| | | | | | | | Whitespace cleanup
| * remove home rolled xmlhttpPost crap, use PrototypeBill Marquette2009-03-101-24/+20
| |
| * start migrating javascript to prototypeBill Marquette2009-03-101-17/+19
| |
| * Revert "add package delete to deinstall - who knows, maybe it will work"Bill Marquette2009-03-091-1/+1
| | | | | | | | This reverts commit 98c5f0521ca9a9ee723a0863b8e9c97b59d26077.
| * add package delete to deinstall - who knows, maybe it will workBill Marquette2009-03-091-1/+1
| |
| * fix imspector dependencies and bump versionBill Marquette2009-03-091-3/+3
| |
| * bump stunnel versionBill Marquette2009-03-081-1/+1
| |
| * Updates to Snort.inc and Snort.xml 03-01-09rob iscool2009-03-082-3/+3
| | | | | | | | | | Signed-off-by: Bill Marquette <bill.marquette@gmail.com> Comments: Removed openvpn-client related changes from merge request
| * Create necessary directories, add 'local =' parameterEirik Oeverby2009-03-081-7/+7
| | | | | | | | | | | | | | | | | | Ensures stunnel can actually be used after installation. Add optional 'local =' parameter to a tunnel, to force binding to a particular IP for outgoing connections. Useful for transport mode IPSec, or with VPNs in general. Known issues: After (re)install, list of tunnels must be saved once to produce proper config file. Not sure why this isn't happening automagically. Signed-off-by: Bill Marquette <bill.marquette@gmail.com> Minor tweaks to original patch added as part of this commit
| * Create necessary directories, add 'local =' parameterEirik Oeverby2009-03-081-13/+34
| | | | | | | | | | | | Ensures stunnel can actually be used after installation. Add optional 'local =' parameter to a tunnel, to force binding to a particular IP for outgoing connections. Useful for transport mode IPSec, or with VPNs in general. Known issues: After (re)install, list of tunnels must be saved once to produce proper config file. Not sure why this isn't happening automagically.
| * Fix snort package, rc.d script was being written incorrectly when multiple ↵Jim Pingle2009-03-082-2/+2
| | | | | | | | interfaces were selected.
| * bump imspector package due to package file updatesBill Marquette2009-03-081-1/+1
| |
* | Bumped stunnel version.Eirik Oeverby2009-03-081-1/+1
| |
* | Bumped stunnel version numberEirik Oeverby2009-03-081-1/+1
| |
* | Create necessary directories, add 'local =' parameterEirik Oeverby2009-03-081-13/+34
|/ | | | | | Ensures stunnel can actually be used after installation. Add optional 'local =' parameter to a tunnel, to force binding to a particular IP for outgoing connections. Useful for transport mode IPSec, or with VPNs in general. Known issues: After (re)install, list of tunnels must be saved once to produce proper config file. Not sure why this isn't happening automagically.
* File permisson and url changePerry Mason2009-03-082-10/+16
|
* Update dashboard package. Bugs fixed and features added. List of changes below:Jim Pingle2009-03-081-12/+12
| | | | | | | | | | | * Fixed a protocol detection bug (ipv6) * NEW Widget: gmirror status * NEW Widget: snort alerts - AJAX updating. Format subject to change. Comments welcome on info displayed/format. * Added filtering capability to the Services Status widget, you can specify a comma-separated list of services to *not* display. * Added mbufs display to the system info widget * Added total memory display to the system info widget * Refined the filter log parser a little more. Split the line parsing off into its own function. * Added a CLI filter log parser