Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
| | * | | haproxy-devel, place lock while starting, to prevent the startup script ↵ | PiBa-NL | 2014-03-13 | 1 | -6/+12 |
| | | | | | | | | | | | | | | | | starting haproxy twice and loosing track of already running pid's. | ||||
| * | | | Merge pull request #623 from PiBa-NL/hap_carp_eventhandling | Ermal Luçi | 2014-03-13 | 2 | -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 elements | PiBa-NL | 2014-03-13 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | haproxy-devel, handle carp master/backup plugin event for faster response ↵ | PiBa-NL | 2014-03-13 | 2 | -0/+16 |
| | |/ / | | | | | | | | | | | | | when the haproxy process needs to be started | ||||
| * | | | Merge pull request #619 from PiBa-NL/hap_small_fixes | Renato Botelho | 2014-03-13 | 1 | -7/+9 |
| |\ \ \ | | | | | | | | | | | haproxy-devel,fix sslcheckbox from automatically turning on, allow immediate frontend sharing when duplicating | ||||
| | * | | | haproxy-devel, type in var: excludefrontent > excludefrontend | PiBa-NL | 2014-03-13 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | haproxy-devel, | PiBa-NL | 2014-03-06 | 1 | -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_timers | Renato Botelho | 2014-03-13 | 3 | -4/+30 |
| |\ \ \ | | | | | | | | | | | haproxy-devel, make stats-tab refresh timers configurable. | ||||
| | * | | | haproxy-devel, make stats-tab refresh timers configurable. | PiBa-NL | 2014-03-06 | 3 | -4/+30 |
| | |/ / | |||||
| * | | | Merge pull request #624 from PiBa-NL/hap_memory_requirements | Renato Botelho | 2014-03-13 | 1 | -9/+21 |
| |\ \ \ | | | | | | | | | | | haproxy-devel, corrections for memory requirements and link to 'System Tunables' for high connection counts. | ||||
| | * | | | haproxy-devel, corrections for memory requirements and link to 'System ↵ | PiBa-NL | 2014-03-13 | 1 | -9/+21 |
| | |/ / | | | | | | | | | | | | | Tunables' for high connection counts. | ||||
| * | | | Merge pull request #610 from cyberplant/patch-1 | Renato Botelho | 2014-03-13 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| | | Fixes problem stopping haproxy-devel | ||||
| | * | | Fixes problem stopping haproxy | Luar Roji | 2014-02-27 | 1 | -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-NL | 2014-02-28 | 1 | -8/+6 |
| |/ | |||||
* | | haproxy-devel, removing obsolete nonworking 'devd' and 'limits' calls | PiBa-NL | 2014-03-13 | 1 | -42/+0 |
| | | |||||
* | | haproxy-devel, extra installation/deinstallation logging to diagnose issues ↵ | PiBa-NL | 2014-02-18 | 1 | -4/+45 |
|/ | | | | when the process 'hangs' | ||||
* | Merge pull request #592 from PiBa-NL/hap_stats2 | Ermal Luçi | 2014-02-18 | 2 | -37/+54 |
|\ | | | | | haproxy-devel, explain and reduce required fields on stats settings | ||||
| * | haproxy-devel, explain and reduce required fields on stats settings | PiBa-NL | 2014-02-17 | 2 | -37/+54 |
| | | |||||
* | | haproxy-devel, option for "HTTP Strict Transport Security" HTST | PiBa-NL | 2014-02-17 | 2 | -0/+22 |
| | |