Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Bug #5169 | doktornotor | 2015-09-18 | 1 | -1/+0 |
| | |||||
* | haproxy-devel - use install_cron_job() instead of reimplementing it | doktornotor | 2015-09-04 | 1 | -96/+10 |
| | |||||
* | Remove useless remount calls | doktornotor | 2015-08-25 | 1 | -8/+0 |
| | | | These are dealt with by install_package() from pkg-utils.inc. | ||||
* | haproxy-devel, fix package for pfsense 2.1.5, bump pkg v0.28 | PiBa-NL | 2015-08-20 | 2 | -9/+76 |
| | | | | | | | -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 | ||||
* | 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 | 1 | -6/+11 |
| | | | | | | | 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 | 2 | -8/+179 |
| | | | | -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 | 6 | -0/+3262 |
| | |||||
* | haproxy-devel,bump 0.19, fixed carp monitoring and added conversion from old ↵ | PiBa-NL | 2015-02-10 | 1 | -0/+14 |
| | | | | carp-monitor config | ||||
* | haproxy-devel, 0.17, acl's are merged when duplicates exist, better client ↵ | PiBa-NL | 2015-02-07 | 1 | -0/+16 |
| | | | | 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 | 1 | -0/+174 |
-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 |