aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* haproxy-devel, fix required fields a shared-backend, optional Force ↵PiBa-NL2013-05-244-23/+61
| | | | immediate stop of old process on reload, fix show memory usage.
* haproxy-devel, widget, added widget-configuration settings, fixed retrieving ↵PiBa-NL2013-05-054-41/+95
| | | | client traffic.
* haproxy-devel, add widget files..PiBa-NL2013-05-013-0/+363
|
* haproxy-devel added widget from external github tree made by by: jvorheesPiBa-NL2013-05-016-36/+161
| | | | | | | | | -widget, Source: https://github.com/jvorhees/pfsense/tree/master/Widgets/Haproxy -widget, dropped socat requirement -widget, improved enabling/disabling server abilities -support configuration of transparent proxying (though currently disabled) -fix for default http check -better startup error checks
* haproxy-devel, added support for combining acl'sPiBa-NL2013-04-148-127/+157
| | | | | | | -Agent check (lb-agent-chk) -binding multiple port's -new try at including OpenSSL 1.0.1 -fix combining frontends
* haproxy-devel, compile against the newer version of OpenSSL 1.0.1PiBa-NL2013-04-092-2/+4
|
* haproxy-devel, add options for checking server healthPiBa-NL2013-04-074-123/+276
| | | | | -fix adding a new server -show advanced options icon in serverpool overview
* advanced bind options, extended username/password characters+escaping, ↵PiBa-NL2013-03-274-25/+67
| | | | change deprecated options to current equivalents, changed nbproc default to 1, for better (default settings) compatibility with other options.
* haproxy-develPiBa-NL2013-03-166-65/+114
| | | | | | | -allow advanced configuration like a cookie per backend-server -show if ACLs have been used in the overview -fixed global advanced option saving -show all certificates, as filtering server certs didn't work properly..
* haproxy-devel, made frontend merging in such a way that it is more obvious ↵PiBa-NL2013-03-144-112/+287
| | | | that a lot of settings are not needed for 'secondary' frontends.
* haproxy-devel, small bugfixes.. maintain ssl checkbox selection, dont use ↵PiBa-NL2013-03-093-12/+49
| | | | httpcheck for ssl backends, use req_ssl_hello_type for https with SNI acl's.
* haproxy-devel, ssl backend support, X-Forwarded-Proto, server states ↵PiBa-NL2013-03-083-63/+90
| | | | active/backup/disabled/inactive, certificate purpose show 'server certs' only.
* haproxy-devel,PiBa-NL2013-03-066-36/+89
| | | | | -allow shared frontend with SSL offloading -error checking+reporting to user while applying configuration.
* haproxy-devel, enable ssl selection box.PiBa-NL2013-03-051-4/+5
|
* haproxy-devel, make pfSense 2.1 the minimum required version.PiBa-NL2013-03-052-2/+2
|
* Change this quagga command order back, as it appears to be invalid syntax.jim-p2013-03-054-4/+4
|
* Fix typojim-p2013-03-051-1/+1
|
* Merge pull request #399 from hoerup/masterJim P2013-03-041-2/+2
|\ | | | | haproxy-devel: another minor change just to make it work for now
| * this currently fails so disable for nowTorben Nielsen2013-03-041-2/+2
| |
* | Merge pull request #398 from hoerup/masterJim P2013-03-042-9/+42
|\| | | | | haproxy-devel: add various missing elements
| * add option fore removing a server rowTorben Nielsen2013-03-041-0/+11
| |
| * add option for setting per backend advanced settings (current only takes pr ↵Torben Nielsen2013-03-042-3/+26
| | | | | | | | server)
| * isnumeric(weight) is enough to check valid server weightTorben Nielsen2013-03-041-2/+1
| |
| * adjust layoutTorben Nielsen2013-03-041-4/+4
|/
* Merge pull request #397 from phil-davis/masterJim P2013-03-041-2/+2
|\ | | | | Open the Access Bandwidthd UI in a new tab
| * Open the Access Bandwidthd UI in a new tabPhil Davis2013-03-041-2/+2
|/ | | The Access Bandwidthd tab takes the user completely out of the pfSense WebGUI interface when clicked. This behaviour is not user-friendly. IMHO it is better to open the Bandwidthd UI in a new tab.
* Merge pull request #396 from hoerup/masterChris Buechler2013-03-041-9/+9
|\ | | | | Fix for bug #2624
| * Reformated rewrite xml part - can't say why but apparently this fixes bug #2624Torben Nielsen2013-03-041-9/+9
| |
* | Merge pull request #395 from PiBa-NL/haproxy-devel_build_tagsJim P2013-03-035-348/+424
|\ \ | | | | | | haproxy-devel, improvements (but 'breaks' parts current config)
| * | haproxy-devel, improvements (but 'breaks' parts current config)PiBa-NL2013-03-045-348/+424
| | | | | | | | | | | | | | | | | | | | | -moved the 'backend' config fields to page where they make more sense without "magic merging" of frontend settings.. -certificate can now be chosen from certificate manager certificates to find any 'config problems' run "haproxy -c -V -f /var/etc/haproxy.cfg" on a console/ssh session
* | | Merge pull request #394 from hoerup/masterJim P2013-03-031-1/+1
|\ \ \ | | |/ | |/| varnish3: Storage size is a mandatory field
| * | storage size is a mandatory fieldTorben Nielsen2013-03-031-1/+1
| | |
* | | Merge pull request #393 from hoerup/masterJim P2013-03-032-8/+24
|\| | | | | | | | varnish3: Add gui option to disable backend probing
| * | varnish3: Add gui option to disable backend probingTorben Nielsen2013-03-032-8/+24
| | |
* | | Merge pull request #392 from phil-davis/masterJim P2013-03-031-9/+49
|\ \ \ | |/ / |/| | bandwidthd robust filesystem creation
| * | bandwidthd robust filesystem creationPhil Davis2013-03-031-9/+49
|/ / | | | | Make the code that starts bandwidthd check for the correct dirs and symlinks, leave them alone if they are already there, and put them in place if they are missing. This fixes some places where some commands were generating "already exists" warnings, and generally makes sure that whatever someone does at the command line to mess with bandwidthd dirs and links, they will be put back when bandwidthd starts.
* | Merge pull request #391 from PiBa-NL/haproxy-devel_build_tagsJim P2013-03-0211-1084/+1520
|\| | | | | haproxy-devel, make it work + SNI and SSLoffloading
| * haproxy-devel, make it work and include the possibility for both SNI ↵PiBa-NL2013-03-0211-1084/+1520
| | | | | | | | checking and/or SSL offloading.
* | Merge pull request #390 from phildd/masterJim P2013-03-013-14/+45
|\ \ | | | | | | bandwidthd for nanobsd in /var/bandwidthd
| * | bandwidthd for nanobsdphildd2013-03-011-1/+1
| | | | | | | | | Update version
| * | bandwidthd for nanobsdphildd2013-03-011-1/+1
| | | | | | | | | Update version number
| * | bandwidthd for nanobsdphildd2013-03-011-12/+43
|/ / | | | | Make bandwidth on nanobsd write graph files and cdf log files to /var/bandwidthd rw memory filesystem, so it can run with /usr mounted read-only
* | Merge pull request #389 from PiBa-NL/haproxy-devel_build_tagsJim P2013-02-272-0/+8
|\| | | | | add <build_pbi> setting for HAProxy 1.5-dev17
| * added <custom_name>haproxy-devel</custom_name> to avoid a possible conflictPiBa-NL2013-02-272-0/+2
| |
| * add <build_pbi> setting for HAProxy 1.5-dev17PiBa-NL2013-02-272-0/+6
| |
* | fix sysinstall versionLuiz Gustavo Costa (gugabsd)2013-02-231-1/+1
| |
* | Remove and add urls archive repository for freebsd 8.1Luiz Gustavo Costa (gugabsd)2013-02-231-5/+2
|/
* haproxy-devel - package version to haproxy 1.5 devel with ssl offloadingmarcelloc2013-02-2210-0/+2664
|
* Update openbgpd binarie namesjim-p2013-02-222-6/+6
|
* imspector-dev - include csrf_get_tokens function call on ↵marcelloc2013-02-211-2/+2
| | | | services_imspector_logs2.php