Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* / | haproxy-devel, fix showing wrong type of acl's when the primary frontend ↵ | PiBa-NL | 2014-04-07 | 1 | -4/+11 |
|/ | | | | switched | ||||
* | haproxy-devel, on a new install a 'corrupted' empty array was created by the ↵ | PiBa-NL | 2014-04-03 | 1 | -3/+2 |
| | | | | configuration conversion process. | ||||
* | haproxy-devel, use 'global' so array values are loaded when writing config ↵ | PiBa-NL | 2014-03-19 | 1 | -0/+7 |
| | | | | on re-install | ||||
* | haproxy-devel, deleting package files mentioned in additional_files_needed ↵ | PiBa-NL | 2014-03-19 | 1 | -2/+0 |
| | | | | is automatically done in pfSense 2.1 | ||||
* | haproxy-devel, use global $aliastable for looking up aliases, call ↵ | PiBa-NL | 2014-03-19 | 1 | -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-NL | 2014-03-19 | 12 | -135/+327 |
|\ | | | | | | | | | | | | | hap_de-install_logging Conflicts: config/haproxy-devel/haproxy.inc | ||||
| * | Merge pull request #596 from PiBa-NL/hap_cleanup_help | Ermal Luçi | 2014-03-19 | 5 | -43/+167 |
| |\ | | | | | | | haproxy-devel, add some extra 'help' text and correction on source formating tabs | ||||
| | * | haproxy-devel, support for port-aliasses, using htmlspecialchars where needed | PiBa-NL | 2014-03-14 | 4 | -16/+102 |
| | | | |||||
| | * | haproxy-devel, add some extra 'help' text and correction on source formating ↵ | PiBa-NL | 2014-02-18 | 3 | -29/+67 |
| | | | | | | | | | | | | tabs | ||||
| * | | Merge pull request #594 from PiBa-NL/hap_acl_checks | Ermal Luçi | 2014-03-19 | 2 | -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-NL | 2014-02-24 | 1 | -1/+1 |
| | | | | |||||
| | * | | haproxy-devel, use same checks to show if acl's are used and for writing the ↵ | PiBa-NL | 2014-02-18 | 2 | -35/+41 |
| | |/ | | | | | | | | | | configuration file | ||||
| * | | Fixup URLs: | Renato Botelho | 2014-03-18 | 12 | -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_lock | Ermal Luçi | 2014-03-14 | 1 | -6/+12 |
| |\ \ | | | | | | | | | haproxy-devel, place lock while starting, to prevent the startup script starting haproxy twice and loosing track of already running pid's. |