aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/haproxy.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix rcvar declaration that I broke yesterday and bump necessary package versionsRenato Botelho2015-02-101-1/+1
|
* Merge pull request #815 from PiBa-NL/haproxy-devel_0_13jim-p2015-02-091-3/+19
|\
| * haproxy-devel,bump 0.19, fixed carp monitoring and added conversion from old ↵PiBa-NL2015-02-101-1/+1
| | | | | | | | carp-monitor config
| * haproxy-devel, fix carp check settings for pfSense 2.2PiBa-NL2015-02-101-2/+18
| | | | | | | | | | Conflicts: config/haproxy-devel/haproxy_global.php
* | Drop use of set_rcvar from startup scripts, it's deprecatedRenato Botelho2015-02-091-1/+1
|/
* haproxy-devel, 0.18, make sure frontend without acl's is last 'default' even ↵PiBa-NL2015-02-081-5/+16
| | | | when system acl is added
* haproxy-devel, 0.17, acl's are merged when duplicates exist, better client ↵PiBa-NL2015-02-071-38/+68
| | | | 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-288/+256
| | | | | | | | | -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.15PiBa-NL2015-01-011-1/+1
|
* haproxy-devel, fix saving errorfiles from errorfiles tab, fix write ↵PiBa-NL2014-12-291-10/+14
| | | | '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_fixjim-p2014-12-211-4/+11
|\
| * haproxy-devel, fix frontend ipv4/ipv6 detection for usage in backend ↵PiBa-NL2014-12-221-4/+11
| | | | | | | | transparent_clientip
* | haproxy-devel, fix config upgrade bug.PiBa-NL2014-12-211-1/+1
| |
* | haproxy-devel, add options to set the 'errorfile' option to replace haproxy ↵PiBa-NL2014-12-161-2/+48
| | | | | | | | errors like 'no server available'
* | haproxy-devel, remove old listen ip:port configuration, add conversion code.PiBa-NL2014-12-041-148/+257
| |
* | haproxy-devel, option to listen on multiple ip's ports in each frontendPiBa-NL2014-11-201-0/+21
|/
* haproxy-devel, fix php crash while installing package, trying to upgrade old ↵PiBa-NL2014-10-161-5/+4
| | | | configuration from a non existing array.
* haproxy-devel, fix setting sysctl net.inet.ip.fw.one_pass=1PiBa-NL2014-10-151-1/+1
|
* haproxy-devel, allow transparent-client-ip using ipv6PiBa-NL2014-09-261-8/+26
|
* haproxy-devel, fix transparent-client-ip on pfsense 2.2 for changes in ipfwPiBa-NL2014-09-261-15/+39
|
* haproxy-devel, fix template certificate generation on 2.2, fix certificate ↵PiBa-NL2014-09-231-13/+31
| | | | 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-NL2014-09-231-39/+34
| | | | ip filtering, update pfSense 2.2 binary, fix some php warnings
* haproxy-devel improvementsPiBa-NL2014-09-141-123/+349
| | | | | | | -server certificate check options -client-certificate support -logging options -unix sockets for faster backend>frontend communication
* Merge pull request #645 from PiBa-NL/hap_cert_usageRenato Botelho2014-05-081-0/+30
|\
| * haproxy-devel, plugin function for reporting used certificatesPiBa-NL2014-04-131-0/+30
| |
* | Merge pull request #642 from PiBa-NL/hap_obsolete_cleanupRenato Botelho2014-05-081-6/+0
|\ \
| * | haproxy-devel, remove obsolete configuration/certificates cleanupPiBa-NL2014-04-081-6/+0
| |/
* / haproxy-devel, consistent fronted type usage across secondary backends, and ↵PiBa-NL2014-04-071-50/+42
|/ | | | showing correct acl's in overview.
* haproxy-devel, on a new install a 'corrupted' empty array was created by the ↵PiBa-NL2014-04-031-3/+2
| | | | configuration conversion process.
* haproxy-devel, use 'global' so array values are loaded when writing config ↵PiBa-NL2014-03-191-0/+7
| | | | on re-install
* haproxy-devel, deleting package files mentioned in additional_files_needed ↵PiBa-NL2014-03-191-2/+0
| | | | is automatically done in pfSense 2.1
* haproxy-devel, use global $aliastable for looking up aliases, call ↵PiBa-NL2014-03-191-15/+10
| | | | haproxy_check_run() on installation to start upgraded version if already enabled.
* Merge branch 'master' of https://github.com/pfsense/pfsense-packages into ↵PiBa-NL2014-03-191-48/+162
|\ | | | | | | | | | | | | hap_de-install_logging Conflicts: config/haproxy-devel/haproxy.inc
| * Merge pull request #596 from PiBa-NL/hap_cleanup_helpErmal Luçi2014-03-191-3/+89
| |\ | | | | | | haproxy-devel, add some extra 'help' text and correction on source formating tabs
| | * haproxy-devel, support for port-aliasses, using htmlspecialchars where neededPiBa-NL2014-03-141-3/+89
| | |
| * | Merge pull request #594 from PiBa-NL/hap_acl_checksErmal Luçi2014-03-191-31/+41
| |\ \ | | | | | | | | haproxy-devel, use same checks to show if acl's are used and for writing the configuration file
| | * | haproxy-devel, don't keep reference to original variable using &PiBa-NL2014-02-241-1/+1
| | | |
| | * | haproxy-devel, use same checks to show if acl's are used and for writing the ↵PiBa-NL2014-02-181-31/+41
| | |/ | | | | | | | | | configuration file
| * | Fixup URLs:Renato Botelho2014-03-181-1/+1
| | | | | | | | | | | | | | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
| * | Merge pull request #625 from PiBa-NL/hap_starting_lockErmal Luçi2014-03-141-6/+12
| |\ \ | | | | | | | | haproxy-devel, place lock while starting, to prevent the startup script starting haproxy twice and loosing track of already running pid's.
| | * | haproxy-devel, place lock while starting, to prevent the startup script ↵PiBa-NL2014-03-131-6/+12
| | | | | | | | | | | | | | | | starting haproxy twice and loosing track of already running pid's.
| * | | Merge pull request #623 from PiBa-NL/hap_carp_eventhandlingErmal Luçi2014-03-131-0/+11
| |\ \ \ | | | | | | | | | | haproxy-devel, handle carp master/backup plugin event for faster response when the haproxy process needs to be started
| | * | | haproxy-devel, handle carp master/backup plugin event for faster response ↵PiBa-NL2014-03-131-0/+11
| | |/ / | | | | | | | | | | | | when the haproxy process needs to be started
| * | | Merge pull request #618 from PiBa-NL/hap_stats_timersRenato Botelho2014-03-131-1/+2
| |\ \ \ | | | | | | | | | | haproxy-devel, make stats-tab refresh timers configurable.
| | * | | haproxy-devel, make stats-tab refresh timers configurable.PiBa-NL2014-03-061-1/+2
| | |/ /
| * | | Merge pull request #610 from cyberplant/patch-1Renato Botelho2014-03-131-1/+1
| |\ \ \ | | |/ / | |/| | Fixes problem stopping haproxy-devel
| | * | Fixes problem stopping haproxyLuar Roji2014-02-271-1/+1
| | |/ | | | | | | | | | | | | We've experienced problems stopping haproxy from web gui. From command line it said that haproxy was not found. I found that the path to the executable was not right, and fixed it.
| * / haproxy-devel, dont reload firewall rules every 2 minutes.PiBa-NL2014-02-281-8/+6
| |/
* | haproxy-devel, removing obsolete nonworking 'devd' and 'limits' callsPiBa-NL2014-03-131-42/+0
| |
* | haproxy-devel, extra installation/deinstallation logging to diagnose issues ↵PiBa-NL2014-02-181-4/+45
|/ | | | when the process 'hangs'