1. 20 Jul, 2023 1 commit
  2. 19 Jul, 2023 7 commits
  3. 18 Jul, 2023 1 commit
  4. 12 Jul, 2023 6 commits
  5. 11 Jul, 2023 1 commit
  6. 07 Jul, 2023 2 commits
  7. 04 Jul, 2023 9 commits
  8. 03 Jul, 2023 2 commits
  9. 30 Jun, 2023 4 commits
  10. 29 Jun, 2023 3 commits
  11. 28 Jun, 2023 4 commits
    • Rafael Monnerat's avatar
      slapos_slap_tool: No need revoke, only invalidate login is enough · f8cebc62
      Rafael Monnerat authored
         Since login is invalidated the user wont be able to login into master anymore.
      
         Revoke certificate too often may cause an excessive amount which dont scale.
      f8cebc62
    • Xavier Thompson's avatar
      slap/standalone: Add comment about slapos binary · 58136e2b
      Xavier Thompson authored
      Standalone uses the path of a slapos binary passed as a parameter to
      run slapos commands with supervisord or as subprocesses, instead of
      recreating an entry point script into the slapos version currently
      running standalone. Normally the slapos binary provided is actually
      the same slapos. One reason to do it this way is that in test nodes,
      standalone is run with pygolang's gpython which doesn't support
      running buildout (buildout tries to reexec with -S).
      58136e2b
    • Xavier Thompson's avatar
      slap/standalone: Fix IP notation format · 5e14ee6d
      Xavier Thompson authored
      Store ip/netmask instead of ip/prefixlength in computer definition file
      generated by standalone because that is what format expects to parse.
      5e14ee6d
    • Xavier Thompson's avatar
      slapformat: Fix ipv6 range parsing from definition · eec09ece
      Xavier Thompson authored
      Due to typo, ipv4 address was wrongly used when loading ipv6 range
      from computer definition file. Also, prefixlength was misleadingly
      loaded as netmask.
      eec09ece