Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | haproxy-devel, fix package for pfsense 2.1.5, bump pkg v0.28 | PiBa-NL | 2015-08-20 | 6 | -20/+217 |
| | | | | | | | -add email settings for 1.6-dev version -remove call to nonexisting javascript function -put a maximum height to a table textarea + scrollbar -remove httpchk from config file when not used | ||||
* | Use consistent package version, fix filename in header | doktornotor | 2015-08-09 | 1 | -2/+2 |
| | |||||
* | haproxy-devel - fix file permissions | doktornotor | 2015-08-09 | 1 | -57/+32 |
| | | | Updated copyright header and nuked useless unused tags while here. | ||||
* | haproxy-devel, fix dns resolving dns_get_record does not properly resolve if ↵ | PiBa-NL | 2015-06-24 | 1 | -18/+23 |
| | | | | not all requested types are present.. | ||||
* | haproxy-devel, dont send the root CA cert to clients when using ↵ | PiBa-NL | 2015-06-20 | 3 | -8/+14 |
| | | | | | | | ssl-offloading, its not needed. -cipher example and HSTS textual addition -another try to include lua for haproxy1.6dev package binary | ||||
* | haproxy-devel, code formatting & skip dns_get_record when nothing is requested. | PiBa-NL | 2015-05-25 | 1 | -5/+11 |
| | |||||
* | haprxy-devel, replace dig/drill by php native dns_get_record | PiBa-NL | 2015-05-25 | 1 | -16/+19 |
| | |||||
* | haproxy-devel, replace exec(chmod..) by native php | PiBa-NL | 2015-05-25 | 1 | -2/+2 |
| | |||||
* | haproxy-devel, use unlink_if_exists instead of exec(rm ..) | PiBa-NL | 2015-05-25 | 1 | -2/+2 |
| | |||||
* | haproxy-devel, new functionality SSL OCSP stapling for haproxy | PiBa-NL | 2015-05-24 | 3 | -9/+186 |
| | | | | -fix server dns resolving in case a CNAME is used. | ||||
* | Replace all calls to make_dirs() by mkdir with mode 0755 and recursive enabled | Renato Botelho | 2015-05-05 | 1 | -3/+3 |
| | |||||
* | 2.3+ won't use PBI anymore | Renato Botelho | 2015-04-23 | 1 | -1/+7 |
| | |||||
* | haproxy 1.5, bump version on 2.2 to 1.5.11, move advanced settings below ↵ | PiBa-NL | 2015-04-03 | 1 | -10/+10 |
| | | | | forwardfor to avoid a (possible) warning | ||||
* | haproxy-1_5, haproxy-devel, pkg v0.22 fix SNI handling inspect-delay 5s ↵ | PiBa-NL | 2015-03-16 | 1 | -3/+3 |
| | | | | instead if 5ms, show 'not' in acls when set | ||||
* | haproxy-devel, allow haproxy to use the same certificate as what is used for ↵ | PiBa-NL | 2015-03-08 | 1 | -1/+1 |
| | | | | the webgui when it has been configured with a 'real' certificate | ||||
* | haproxy-devel, move files to subfolders | PiBa-NL | 2015-02-21 | 17 | -16/+16 |
| | |||||
* | Fix rcvar declaration that I broke yesterday and bump necessary package versions | Renato Botelho | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Merge pull request #815 from PiBa-NL/haproxy-devel_0_13 | jim-p | 2015-02-09 | 3 | -23/+39 |
|\ | |||||
| * | haproxy-devel,bump 0.19, fixed carp monitoring and added conversion from old ↵ | PiBa-NL | 2015-02-10 | 2 | -1/+15 |
| | | | | | | | | carp-monitor config | ||||
| * | haproxy-devel, fix carp check settings for pfSense 2.2 | PiBa-NL | 2015-02-10 | 2 | -22/+24 |
| | | | | | | | | | | Conflicts: config/haproxy-devel/haproxy_global.php | ||||
* | | Drop use of set_rcvar from startup scripts, it's deprecated | Renato Botelho | 2015-02-09 | 1 | -1/+1 |
|/ | |||||
* | haproxy-devel, 0.18, make sure frontend without acl's is last 'default' even ↵ | PiBa-NL | 2015-02-08 | 1 | -5/+16 |
| | | | | when system acl is added | ||||
* | haproxy-devel, 0.17, acl's are merged when duplicates exist, better client ↵ | PiBa-NL | 2015-02-07 | 6 | -65/+161 |
| | | | | certificate handling, checkbox options for allowing no/invalid client certs instead of the 'none'-ca which wasn't 'user friendly'. | ||||
* | haproxy-devel, several improvements / fixes: | PiBa-NL | 2015-02-02 | 8 | -331/+618 |
| | | | | | | | | | -combine certificate acl's with user acl's -wildcard certificate acl handling -better handeling of 'transparent' backends when using mixed ipv4 and ipv6, a single defined backend can write 2 backends to the config ipv4 / ipv6 -option to negate a acl -moved acl definitions above advanced user config in cfg (to allow user config to use already defined acls) -toggle in frontend overview to easily enable/disable a frontend | ||||
* | haproxy-devel, fix writing multiple acls, pkg bump v0.15 | PiBa-NL | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | haproxy-devel, fix saving errorfiles from errorfiles tab, fix write ↵ | PiBa-NL | 2014-12-29 | 6 | -73/+251 |
| | | | | 'tcp-request content' before 'use_backend', fix hint text for a backend without servers, stats now give better description if disabled/unavailable, moved templates to their own tab | ||||
* | Merge pull request #756 from PiBa-NL/haproxy_multi_bind_fix | jim-p | 2014-12-21 | 1 | -4/+11 |
|\ | |||||
| * | haproxy-devel, fix frontend ipv4/ipv6 detection for usage in backend ↵ | PiBa-NL | 2014-12-22 | 1 | -4/+11 |
| | | | | | | | | transparent_clientip | ||||
* | | haproxy-devel, fix config upgrade bug. | PiBa-NL | 2014-12-21 | 1 | -1/+1 |
| | | |||||
* | | haproxy-devel, add options to set the 'errorfile' option to replace haproxy ↵ | PiBa-NL | 2014-12-16 | 7 | -9/+319 |
| | | | | | | | | errors like 'no server available' | ||||
* | | haproxy-devel, remove old listen ip:port configuration, add conversion code. | PiBa-NL | 2014-12-04 | 4 | -340/+566 |
| | | |||||
* | | haproxy-devel, option to listen on multiple ip's ports in each frontend | PiBa-NL | 2014-11-20 | 2 | -2/+69 |
| | | |||||
* | | haproxy-devel, fix removing items from lists without first needing to edit them. | PiBa-NL | 2014-11-19 | 1 | -3/+6 |
|/ | |||||
* | haproxy-devel, fix php crash while installing package, trying to upgrade old ↵ | PiBa-NL | 2014-10-16 | 2 | -5/+22 |
| | | | | configuration from a non existing array. | ||||
* | haproxy-devel, fix setting sysctl net.inet.ip.fw.one_pass=1 | PiBa-NL | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | haproxy-devel, allow transparent-client-ip using ipv6 | PiBa-NL | 2014-09-26 | 2 | -11/+30 |
| | |||||
* | haproxy-devel, fix transparent-client-ip on pfsense 2.2 for changes in ipfw | PiBa-NL | 2014-09-26 | 2 | -15/+44 |
| | |||||
* | haproxy-devel, fix template certificate generation on 2.2, fix certificate ↵ | PiBa-NL | 2014-09-23 | 2 | -35/+65 |
| | | | | acl's, log pid's on restart to syslog | ||||
* | haproxy-devel, fix extra sni acl's, allow a ipalias to be entered for source ↵ | PiBa-NL | 2014-09-23 | 4 | -68/+50 |
| | | | | ip filtering, update pfSense 2.2 binary, fix some php warnings | ||||
* | haproxy-devel, bugfix, undefined variable caused error, now ↵ | PiBa-NL | 2014-09-15 | 1 | -1/+1 |
| | | | | htmllist_get_select_items returns a empty object instead of an error | ||||
* | haproxy-devel improvements | PiBa-NL | 2014-09-14 | 7 | -305/+896 |
| | | | | | | | -server certificate check options -client-certificate support -logging options -unix sockets for faster backend>frontend communication | ||||
* | Fix call-time pass by reference for haproxy-devel package | Renato Botelho | 2014-06-20 | 2 | -4/+19 |
| | |||||
* | Merge pull request #645 from PiBa-NL/hap_cert_usage | Renato Botelho | 2014-05-08 | 2 | -0/+33 |
|\ | |||||
| * | haproxy-devel, add plugin 'activation' into the xml | PiBa-NL | 2014-04-13 | 1 | -0/+3 |
| | | |||||
| * | haproxy-devel, plugin function for reporting used certificates | PiBa-NL | 2014-04-13 | 1 | -0/+30 |
| | | |||||
* | | Merge pull request #642 from PiBa-NL/hap_obsolete_cleanup | Renato Botelho | 2014-05-08 | 1 | -6/+0 |
|\ \ | |||||
| * | | haproxy-devel, remove obsolete configuration/certificates cleanup | PiBa-NL | 2014-04-08 | 1 | -6/+0 |
| |/ | |||||
* | | Fix a whole bunch of invalid version tests. | jim-p | 2014-04-10 | 6 | -12/+12 |
| | | |||||
* | | Merge pull request #640 from PiBa-NL/hap_frontend_secondary_types | Renato Botelho | 2014-04-08 | 2 | -55/+51 |
|\ \ | |||||
| * | | haproxy-devel, consistent fronted type usage across secondary backends, and ↵ | PiBa-NL | 2014-04-07 | 2 | -55/+51 |
| |/ | | | | | | | showing correct acl's in overview. |