aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * 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-081-1/+1
| | | | | | | | interfaces were selected.
* | 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
|
* Fit123 says to git track them allPerry Mason2009-03-067-0/+1067
|
* lo to Fit123Perry Mason2009-03-064-0/+2774
|
* FreeSWITCH remove whitespaces around all xml tagsmcrane2009-03-059-411/+411
|
* FreeSWITCH version update in freeswitch.incmcrane2009-03-051-1/+1
|
* FreeSWITCH adjust tabbing in freeswitch.xmlmcrane2009-03-0548-13/+13
|
* Really unbreak the AJAX viewer this time. Forward and Reverse work. Fix a ↵Jim Pingle2009-03-031-6/+3
| | | | couple more minor formatting bugs.
* More formatting fixes. Notably: ipv6, igmp, and tcp flags)Jim Pingle2009-03-021-1/+1
|
* Redo previous commit to fix the package.Jim Pingle2009-03-022-1/+2
|
* Merge branch 'master' of http://gitweb.pfsense.org/pfsense-packages/mainlinedvserg2009-03-022-8/+8
|\
| * Merge branch 'master' of git@rcs.pfsense.org:pfsense-packages/mainlineunknown2009-03-029-10/+372
| |\
| * | change fields descriptions for squid bypass-functions regarding to the ↵unknown2009-03-012-8/+8
| | | | | | | | | | | | forums discussion: http://forum.pfsense.org/index.php/topic,14607.0.html
* | | havp package addeddvserg2009-03-022-0/+906
| |/ |/|
* | Fix a small formatting bug in log output.Jim Pingle2009-03-011-1/+1
| |
* | Update Dashboard package. Fixes broken log viewing on 1.2.1+, and fixes ↵Jim Pingle2009-03-012-3/+10
| | | | | | | | broken IPSec status. Adds a couple features to logging.
* | * Axe upload routine during filter run (we use parse config hook now)Scott Ullrich2009-03-012-6/+1
| | | | | | | | * Do not file error either
* | Do not file notice when package is not configuredScott Ullrich2009-03-011-1/+1
| |
* | Add a package for 1.2.x that will give protocol options for Manual Outbound ↵Jim Pingle2009-02-283-0/+350
| | | | | | | | NAT, since the change was too dramatic to merge into the feature-complete RELENG_1_2.
* | Add expedited forwarding tos bit checkboxScott Ullrich2009-02-262-0/+10
|/
* Increase DNS-listener-processes to 32unknown2009-02-242-0/+2
|
* adjust path to freeswitch.tgzmcrane2009-02-242-9/+9
|
* FreeSWITCH remove version detectionmcrane2009-02-242-23/+18
|
* FreeSWITCH add libiconvmcrane2009-02-241-0/+0
|
* FreeSWITCH move 1.2.1 and 1.2.2 to previous build while 1.2.3 and 2.0 use ↵mcrane2009-02-242-19/+31
| | | | the latest FreeSWITCH build.
* take two, changes to version and revision, and adding libcurl references in ↵mcrane2009-02-222-3/+11
| | | | the package.
* Add libcurl.so.5 so that spidermonkey works correctly, adjust version ↵mcrane2009-02-221-0/+0
| | | | numbering in freeswitch.inc
* FreeSWITCH version update 1.0.3 rev 12228, make a backup of the ↵mcrane2009-02-222-5/+19
| | | | defaultconfig, fix a minor install error
* Stop avahi instead of calling deleteScott Ullrich2009-02-211-1/+1
|
* phpservice additional work on php script deletemcrane2009-02-212-14/+13
|
* phpservice save output to a log file /var/log/phpservice.log, backround the ↵mcrane2009-02-212-7/+17
| | | | service, enable delete for php scripts
* Add libodbc.so.1 which is required by newer FreeSWITCH buildsmcrane2009-02-211-0/+0
|
* Merge branch 'master' of http://gitweb.pfsense.org/pfsense-packages/mainlineScott Ullrich2009-02-202-4/+10
|\
| * url change for zabbix xml and tbzPerry Mason2009-02-201-0/+0
| |