aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* cron package work on package monitoring the service correctly.mcrane2009-04-061-4/+4
|
* cron package after editing cron item stop and start cronmcrane2009-04-062-1/+3
|
* cron package update package listmcrane2009-04-062-3/+3
|
* Cron package monitor processmcrane2009-04-063-27/+14
|
* Cron package increment versionmcrane2009-04-061-1/+1
|
* Cron package add additional fields to the list, fix link to edit.mcrane2009-04-061-8/+21
|
* Fix Call to undefined function sync_package_sipproxd_users()Scott Ullrich2009-04-063-20/+20
|
* New pfSense package to manage xml cron itemsmcrane2009-04-064-0/+732
|
* Add EPSV to Snort proprocessor's list of valid FTP commandsjim-p2009-04-021-1/+1
|
* Dashboard 0.7.5.3 - Attempt to fix uninstall/reinstall issues.Jim Pingle2009-03-312-15/+21
|
* Dashboard 0.7.5.2 - Fix error when IPSec has no tunnels defined.Jim Pingle2009-03-301-1/+1
|
* TFTP enable loggingmcrane2009-03-272-2/+2
|
* TFTP package increment minor versionmcrane2009-03-271-1/+1
|
* TFTP package make the backup deliver the backup file as a download, fix ↵mcrane2009-03-272-15/+17
| | | | restore and add restore message
* TFTP adjust versionmcrane2009-03-271-1/+1
|
* TFTP fix file pathsmcrane2009-03-272-3/+8
|
* Backup package example pfsense conf path changed to /cf/confmcrane2009-03-172-2/+2
|
* Backup package increment build versionmcrane2009-03-171-1/+1
|
* Change repair path to backup.xmlmcrane2009-03-171-1/+1
|
* Backup package change path to package files and adjust versionmcrane2009-03-171-13/+13
|
* Change version of Backup packagemcrane2009-03-172-7/+2
|
* Merge branch 'master' of http://gitweb.pfsense.org/pfsense-packages/mainlinePerry Mason2009-03-171-1/+1
|\
| * Dashboard 0.7.5.1 - Small bugfix for interface name formattingJim Pingle2009-03-171-1/+1
| |
* | dns server 3th and 4th option addedPerry Mason2009-03-173-0/+364
|/
* 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-144-0/+769
|
* Bugfix in pfJailctlEirik Oeverby2009-03-141-2/+2
|
* Include all files for jail packages...Eirik Oeverby2009-03-142-0/+269
|
* Added pfJailctl and jail_template packagesEirik Oeverby2009-03-1410-0/+2162
| | | | 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-141-1/+0
|
* 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-121-1/+0
|
* FreeSWITCH build revision 12545 works on freebsd 7.0 and highermcrane2009-03-122-4/+4
|
* Show loading indicator correctly.Scott Ullrich2009-03-111-3/+4
|
* 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-103-57/+429
| | | | | | | | 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-104-66/+73
|\ | | | | | | | | Conflicts: config/stunnel.xml
| * put readable variable names in for a[*] arrayBill Marquette2009-03-101-16/+24
| |
| * 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
| |
| * 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