aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel
Commit message (Collapse)AuthorAgeFilesLines
* haproxy-devel, 0.17, acl's are merged when duplicates exist, better client ↵PiBa-NL2015-02-076-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-NL2015-02-028-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.15PiBa-NL2015-01-011-1/+1
|
* haproxy-devel, fix saving errorfiles from errorfiles tab, fix write ↵PiBa-NL2014-12-296-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_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-167-9/+319
| | | | | | | | errors like 'no server available'
* | haproxy-devel, remove old listen ip:port configuration, add conversion code.PiBa-NL2014-12-044-340/+566
| |
* | haproxy-devel, option to listen on multiple ip's ports in each frontendPiBa-NL2014-11-202-2/+69
| |
* | haproxy-devel, fix removing items from lists without first needing to edit them.PiBa-NL2014-11-191-3/+6
|/
* haproxy-devel, fix php crash while installing package, trying to upgrade old ↵PiBa-NL2014-10-162-5/+22
| | | | 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-262-11/+30
|
* haproxy-devel, fix transparent-client-ip on pfsense 2.2 for changes in ipfwPiBa-NL2014-09-262-15/+44
|
* haproxy-devel, fix template certificate generation on 2.2, fix certificate ↵PiBa-NL2014-09-232-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-NL2014-09-234-68/+50
| | | | ip filtering, update pfSense 2.2 binary, fix some php warnings
* haproxy-devel, bugfix, undefined variable caused error, now ↵PiBa-NL2014-09-151-1/+1
| | | | htmllist_get_select_items returns a empty object instead of an error
* haproxy-devel improvementsPiBa-NL2014-09-147-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 packageRenato Botelho2014-06-202-4/+19
|
* Merge pull request #645 from PiBa-NL/hap_cert_usageRenato Botelho2014-05-082-0/+33
|\
| * haproxy-devel, add plugin 'activation' into the xmlPiBa-NL2014-04-131-0/+3
| |
| * 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
| |/
* | Fix a whole bunch of invalid version tests.jim-p2014-04-106-12/+12
| |
* | Merge pull request #640 from PiBa-NL/hap_frontend_secondary_typesRenato Botelho2014-04-082-55/+51
|\ \
| * | haproxy-devel, consistent fronted type usage across secondary backends, and ↵PiBa-NL2014-04-072-55/+51
| |/ | | | | | | showing correct acl's in overview.
* / haproxy-devel, fix showing wrong type of acl's when the primary frontend ↵PiBa-NL2014-04-071-4/+11
|/ | | | switched
* 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-1912-135/+327
|\ | | | | | | | | | | | | hap_de-install_logging Conflicts: config/haproxy-devel/haproxy.inc
| * Merge pull request #596 from PiBa-NL/hap_cleanup_helpErmal Luçi2014-03-195-43/+167
| |\ | | | | | | 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-144-16/+102
| | |
| | * haproxy-devel, add some extra 'help' text and correction on source formating ↵PiBa-NL2014-02-183-29/+67
| | | | | | | | | | | | tabs
| * | Merge pull request #594 from PiBa-NL/hap_acl_checksErmal Luçi2014-03-192-35/+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-182-35/+41
| | |/ | | | | | | | | | configuration file
| * | Fixup URLs:Renato Botelho2014-03-1812-25/+25
| | | | | | | | | | | | | | | | | | - 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-132-0/+16
| |\ \ \ | | | | | | | | | | haproxy-devel, handle carp master/backup plugin event for faster response when the haproxy process needs to be started
| | * | | haproxy-devel, xmlparser needs 'item' for array elementsPiBa-NL2014-03-131-2/+2
| | | | |
| | * | | haproxy-devel, handle carp master/backup plugin event for faster response ↵PiBa-NL2014-03-132-0/+16
| | |/ / | | | | | | | | | | | | when the haproxy process needs to be started
| * | | Merge pull request #619 from PiBa-NL/hap_small_fixesRenato Botelho2014-03-131-7/+9
| |\ \ \ | | | | | | | | | | haproxy-devel,fix sslcheckbox from automatically turning on, allow immediate frontend sharing when duplicating
| | * | | haproxy-devel, type in var: excludefrontent > excludefrontendPiBa-NL2014-03-131-2/+2
| | | | |
| | * | | haproxy-devel,PiBa-NL2014-03-061-7/+9
| | |/ / | | | | | | | | | | | | | | | | -fix sslcheckbox that was automatically turning on when editing -allow 2nd clones to be linked to the original primary frontend when making them shared
| * | | Merge pull request #618 from PiBa-NL/hap_stats_timersRenato Botelho2014-03-133-4/+30
| |\ \ \ | | | | | | | | | | haproxy-devel, make stats-tab refresh timers configurable.