aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/pkg
Commit message (Collapse)AuthorAgeFilesLines
* haproxy-devel, small fixesPiBa-NL2015-12-122-4/+11
|
* haproxy-devel - add bunch of missing includesdoktornotor2015-11-231-0/+2
|
* haproxy-devel, set binary reference to 1.6.2_1PiBa-NL2015-11-051-1/+8
|
* haproxy-devel, update package to use 1.6.2 binariesPiBa-NL2015-11-031-0/+6
|
* haproxy-devel, array safety checkPiBa-NL2015-11-021-0/+3
|
* haproxy-devel, cleaner layout for new table detail records created by javascriptPiBa-NL2015-11-011-2/+8
|
* haproxy-devel, user gui permissions, show backend usage, use-server actionPiBa-NL2015-11-012-10/+14
|
* haproxy-devel,PiBa-NL2015-10-272-11/+178
| | | | | | -acls/actions in backend -prevent filling backend selections items that have value none when renaming a backend -example template for using multiple domains on 1 frontend
* haproxy-devel, avoid possible config upgrade error messages, add actually ↵PiBa-NL2015-10-242-78/+92
| | | | writhing the configured frontend errorfiles to the config
* haproxy-devel, pkg v0.32 allow usage of mailers/dns/'actions', rework of acl ↵PiBa-NL2015-10-244-466/+1212
| | | | system.
* Fix Bug #5169doktornotor2015-09-181-1/+0
|
* haproxy-devel - use install_cron_job() instead of reimplementing itdoktornotor2015-09-041-96/+10
|
* Remove useless remount callsdoktornotor2015-08-251-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.28PiBa-NL2015-08-202-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-NL2015-06-241-18/+23
| | | | not all requested types are present..
* haproxy-devel, dont send the root CA cert to clients when using ↵PiBa-NL2015-06-201-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-NL2015-05-251-5/+11
|
* haprxy-devel, replace dig/drill by php native dns_get_recordPiBa-NL2015-05-251-16/+19
|
* haproxy-devel, replace exec(chmod..) by native phpPiBa-NL2015-05-251-2/+2
|
* haproxy-devel, use unlink_if_exists instead of exec(rm ..)PiBa-NL2015-05-251-2/+2
|
* haproxy-devel, new functionality SSL OCSP stapling for haproxyPiBa-NL2015-05-242-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 enabledRenato Botelho2015-05-051-3/+3
|
* 2.3+ won't use PBI anymoreRenato Botelho2015-04-231-1/+7
|
* haproxy 1.5, bump version on 2.2 to 1.5.11, move advanced settings below ↵PiBa-NL2015-04-031-10/+10
| | | | forwardfor to avoid a (possible) warning
* haproxy-1_5, haproxy-devel, pkg v0.22 fix SNI handling inspect-delay 5s ↵PiBa-NL2015-03-161-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-NL2015-03-081-1/+1
| | | | the webgui when it has been configured with a 'real' certificate
* haproxy-devel, move files to subfoldersPiBa-NL2015-02-216-0/+3262
|
* haproxy-devel,bump 0.19, fixed carp monitoring and added conversion from old ↵PiBa-NL2015-02-101-0/+14
| | | | carp-monitor config
* haproxy-devel, 0.17, acl's are merged when duplicates exist, better client ↵PiBa-NL2015-02-071-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-NL2015-02-021-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