1. 22 May, 2020 1 commit
  2. 19 May, 2020 1 commit
  3. 16 May, 2020 6 commits
  4. 02 May, 2020 1 commit
  5. 26 Mar, 2020 1 commit
  6. 25 Mar, 2020 1 commit
    • Brian Torres-Gil's avatar
      fix(deploy/panos): data format improvements · 0453d656
      Brian Torres-Gil authored
      It was discovered in testing that PAN-OS < 9.0 has slightly different
      requirements for the multipart/form-data format and requires the `type`
      parameter to be passed in the URL. These corrections should work for all
      PAN-OS versions.
      0453d656
  7. 15 Mar, 2020 1 commit
  8. 11 Mar, 2020 1 commit
  9. 08 Mar, 2020 2 commits
  10. 03 Mar, 2020 1 commit
  11. 23 Feb, 2020 8 commits
  12. 20 Feb, 2020 1 commit
    • xpac1985's avatar
      haproxy deploy script now compatible with OpenSSL v1.1+ · e184a1b9
      xpac1985 authored
      haproxy deploy script now compatible with OpenSSL v1.1+
      
      The OpenSSL OCSP request for haproxy deployment breaks from OpenSSL v1.1.0 on.
      The format of the `-header` option has been changed and does now contain a `=` instead of a whitespace.
      Other projects have hit the same issue:
      https://github.com/nghttp2/nghttp2/issues/742
      
      This commit determines the OpenSSL/LibreSSL version and then adjusts the request accordingly.
      Also removed the duplicate command line and added some more debug output.
      e184a1b9
  13. 14 Feb, 2020 1 commit
  14. 12 Feb, 2020 8 commits
  15. 11 Feb, 2020 1 commit
  16. 09 Feb, 2020 5 commits