aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* a little sorting and some errorchecks and enhanced logics missing...Martin Fuchs2011-09-301-7/+22
|
* peers workMartin Fuchs2011-09-302-4/+27
|
* cleanupMartin Fuchs2011-09-301-18/+0
|
* owa witard workingMartin Fuchs2011-09-302-10/+58
|
* add owa wizardMartin Fuchs2011-09-301-18/+45
|
* rowhelper does not like me, so adding textboxes :-(Martin Fuchs2011-09-291-32/+88
|
* remove #, let the game begin...Martin Fuchs2011-09-291-8/+8
|
* proxy https definition and cert writeout workingMartin Fuchs2011-09-292-6/+21
|
* proxy http port definition workingMartin Fuchs2011-09-292-17/+43
|
* sync all on saveMartin Fuchs2011-09-291-1/+1
|
* modify descriptions and add fqdnMartin Fuchs2011-09-291-2/+10
|
* few options beginning to workMartin Fuchs2011-09-272-11/+8
|
* basics for squid_validate_reverseMartin Fuchs2011-09-272-1/+7
|
* basics for squid_resync_reverseMartin Fuchs2011-09-271-0/+11
|
* cerver certsMartin Fuchs2011-09-271-0/+10
|
* make squid-reverse available for 2.xMartin Fuchs2011-09-272-4/+4
|
* do not bread squid2-existing-configMartin Fuchs2011-09-271-1/+1
|
* start squid-reverse [squid2]Martin Fuchs2011-09-2716-0/+5100
|
* not to mess up anything: revert changes to packages and start over in an own ↵Martin Fuchs2011-09-2728-9583/+0
| | | | repo
* Link dnsmasq.pid to unbound so dhcpleases can send sighup and not complainWarren Baker2011-09-271-0/+3
|
* prepare squid2 for reverse packageMartin Fuchs2011-09-2715-0/+4840
|
* Merge pull request #88 from mdima/masterScott Ullrich2011-09-251-1/+1
|\ | | | | Change in snort alerts widget
| * Solves http://redmine.pfsense.org/issues/1114mdima2011-09-261-1/+1
| |
* | Version bump for OpenVPN client exportjim-p2011-09-222-2/+2
| |
* | Fix parameters to function call. Fixes #1898jim-p2011-09-221-1/+1
| |
* | Handle an IPv6 PTR SOA manual record.jim-p2011-09-211-1/+12
| |
* | snort-dev, remove orion package add snort-dev packagerobiscool2011-09-2174-81/+74
| |
* | More tinydns IPv6 fixes. AAAA and PTR now work. (AAAA w/auto PTR does not work)jim-p2011-09-191-17/+73
| |
* | Merge pull request #87 from namezero111111/masterJim P2011-09-191-6/+11
|\ \ | | | | | | Added functionality for advanced client export (2)
| * | Edited config/openvpn-client-export/openvpn-client-export.inc via GitHubNamezero2011-09-191-1/+1
| | |
| * | Edited config/openvpn-client-export/openvpn-client-export.inc via GitHubNamezero2011-09-191-1/+1
| | |
| * | Changes for advanced optionsNamezero2011-09-191-5/+10
| | |
* | | Merge pull request #84 from Nachtfalkeaw/patch-38Scott Ullrich2011-09-161-0/+6
|\ \ \ | | | | | | | | try to add logging capability like posted in this thread: http://forum.pf
| * | | try to add logging capability like posted in this thread: ↵Nachtfalkeaw2011-09-161-0/+6
|/ / / | | | | | | | | | http://forum.pfsense.org/index.php/topic,40815.msg210805.html#msg210805
* | | Merge pull request #83 from Nachtfalkeaw/patch-37Scott Ullrich2011-09-141-8/+16
|\ \ \ | | | | | | | | added "netmask/Framed-IP-Netmask" and "gateway/Framed-Route"
| * | | added "netmask/Framed-IP-Netmask" and "gateway/Framed-Route"Nachtfalkeaw2011-09-141-8/+16
|/ / /
* | | Merge pull request #82 from Nachtfalkeaw/patch-36Scott Ullrich2011-09-141-2/+2
|\ \ \ | | | | | | | | added additional description
| * | | added additional descriptionNachtfalkeaw2011-09-141-2/+2
|/ / /
* | | Postfix - Include native SPF extra optionsMarcello Coutinho2011-09-145-58/+42
| | | | | | | | | | | | | | | Include sysctl sets on startup script Remove some old code from postfix.inc
* | | oopsMartin Fuchs2011-09-141-2/+2
| | |
* | | create new package squid3-reverse to test with and work onMartin Fuchs2011-09-1415-3/+4764
| | |
* | | squid: 3.1.14 does not build -> correct version information, discontinue ↵Martin Fuchs2011-09-143-5/+5
| | | | | | | | | | | | squid3 on pfSense 1.2.x
* | | Varnish - fix probe urls with spetial character '-'Marcello Coutinho2011-09-144-10/+9
| | | | | | | | | | | | use same conf file for i386 adn x64
* | | squid: add noteMartin Fuchs2011-09-132-4/+4
| | |
* | | squid: finally remove obsolete checksMartin Fuchs2011-09-132-26/+0
| | |
* | | Slight formatting fixjim-p2011-09-121-2/+2
| | |
* | | Misc fixes (cdata more descr fields, chmod)jim-p2011-09-121-7/+7
| | |
* | | Fixup whitespace.jim-p2011-09-121-104/+103
| | |
* | | Fix broken xml tag. Fixes freeradius install/reinstall.jim-p2011-09-121-1/+1
| | |
* | | Declare this array before use, otherwise if no commands are found the ↵jim-p2011-09-121-0/+1
| | | | | | | | | | | | implode() below the loop will fail. (nrpe2)